diff --git a/N-Queens/QueensWithEvents.mch b/N-Queens/QueensWithEvents.mch new file mode 100644 index 0000000000000000000000000000000000000000..105d57ce48de5c16ef9e3c48c659c18dee0a191e --- /dev/null +++ b/N-Queens/QueensWithEvents.mch @@ -0,0 +1,63 @@ +MACHINE QueensWithEvents +CONSTANTS n +PROPERTIES + n : NATURAL & + n < 121 +DEFINITIONS + SET_PREF_TIME_OUT == 6000; + SET_PREF_CLPFD == TRUE; + SET_PREF_MAX_INITIALISATIONS == 121; + SET_PREF_MAX_OPERATIONS == 10; + MAX_OPERATIONS_SetQueen == 1000; + MAX_OPERATIONS_ChangeQueen == 1000; + MAX_OPERATIONS_SolveAny == 4; + + is_attacked(q1) == q1:dom(queens) & + #q2.(q2:dom(queens) & q2 /= q1 & + (no_attack(q1,q2,queens) => queens(q1) = queens(q2))); + pos_is_attacked(q1,q1row) == + #q2.(q2:dom(queens) & q2 /= q1 & + (no_attack_pos(q1,q1row,q2,queens(q2)) => q1row = queens(q2))); + no_attack(q1,q2,board) == no_attack_pos(q1,board(q1),q2,board(q2)); + no_attack_pos(q1,q1row,q2,q2row) == (q1row+q2-q1 /= q2row & q1row-q2+q1 /= q2row); + Solution(board) == ( + board : perm(1..n) /* for each column the row in which the queen is in */ + & + !(q1,q2).(q1:1..n & q2:2..n & q2>q1 => no_attack(q1,q2,board) ) + ) +VARIABLES queens +INVARIANT + queens : (1..n) +-> (1..n) +INITIALISATION + queens := {} +OPERATIONS + Solve = ANY solution WHERE + Solution(solution) & + !x.(x:dom(queens) => solution(x)=queens(x)) + THEN + queens := solution + END; + SolveFuzzy = ANY solution WHERE + Solution(solution) & + !x.(x:dom(queens) => solution(x):{queens(x)-1,queens(x),queens(x)+1}) + THEN + queens := solution + END; + SetQueen(i,j) = SELECT i:1..n & j:1..n & i /: dom(queens) THEN + queens(i) := j + END; + ChangeQueen(i,j) = SELECT i:1..n & j:1..n & i : dom(queens) & j /= queens(i) THEN + queens(i) := j + END; + TryQueen(i,j) = PRE i:1..n & j:1..n THEN + IF i /: dom(queens) THEN + SELECT i:1..n & j:1..n & i /: dom(queens) THEN + queens(i) := j + END ELSE + SELECT i:1..n & j:1..n & i : dom(queens) & j /= queens(i) THEN + queens(i) := j + END + END + END; + r<--Get(yy) = PRE yy:dom(queens) THEN r:= queens(yy) END +END \ No newline at end of file diff --git a/N-Queens/queens_120.json b/N-Queens/queens_120.json new file mode 100644 index 0000000000000000000000000000000000000000..f3f30fa22ba5bd8f0dc3207ab36945c789cd4079 --- /dev/null +++ b/N-Queens/queens_120.json @@ -0,0 +1,44 @@ +{ + "svg":"queens_120.svg", + "items": [ + { + "for": {"from":1, "to":120}, + "id": "svgQueen%0", + "attr": "visibility", + "value" : "IF %0:dom(queens) THEN \"visible\" ELSE \"hidden\" END" + }, + { + "for": {"from":1, "to":120}, + "id": "svgQueen%0", + "attr": "y", + "value" :"IF %0:dom(queens) THEN 45*queens(%0)-45 ELSE 0 END" + }, + { + "for": {"from":1, "to":120}, + "id": "svgQueen%0", + "attr": "fill", + "value" : "IF is_attacked(%0) & %0:dom(queens) THEN \"red\" ELSE \"black\" END" + }, + { + "for": {"from":1, "to":120}, + "id": "gTiles%0", + "attr": "visibility", + "value" : "IF %0<=n THEN \"visible\" ELSE \"hidden\" END" + } +], +"events": [ + { + "for": {"from":1, "to":120}, + "repeat": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20, + 21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40, + 41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60, + 61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80, + 81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100, + 101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120], + "id": "tile%1x%0", + "event": "TryQueen", + "predicates" : ["i=%1","j=%0"] + } + ] +} + diff --git a/N-Queens/queens_120.svg b/N-Queens/queens_120.svg new file mode 100644 index 0000000000000000000000000000000000000000..e875ad5b21c41e36a38b808d9efb61c158955049 --- /dev/null +++ b/N-Queens/queens_120.svg @@ -0,0 +1,76083 @@ +<svg width="5400" height="5400" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="gTiles1"> + <svg width="45" height="45" x="0" y="0"> + <g id="tile1x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles2"> +<svg width="45" height="45" x="0" y="45"> + <g id="tile1x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="45" y="0"> + <g id="tile2x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="45"> + <g id="tile2x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles3"> + <svg width="45" height="45" x="0" y="90"> + <g id="tile1x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="90"> + <g id="tile2x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="0"> + <g id="tile3x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="45"> + <g id="tile3x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="90"> + <g id="tile3x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles4"> +<svg width="45" height="45" x="0" y="135"> + <g id="tile1x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="135"> + <g id="tile2x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="135"> + <g id="tile3x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="135" y="0"> + <g id="tile4x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="45"> + <g id="tile4x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="90"> + <g id="tile4x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="135"> + <g id="tile4x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles5"> + <svg width="45" height="45" x="0" y="180"> + <g id="tile1x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="180"> + <g id="tile2x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="180"> + <g id="tile3x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="180"> + <g id="tile4x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="0"> + <g id="tile5x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="45"> + <g id="tile5x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="90"> + <g id="tile5x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="135"> + <g id="tile5x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="180"> + <g id="tile5x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles6"> +<svg width="45" height="45" x="0" y="225"> + <g id="tile1x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="225"> + <g id="tile2x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="225"> + <g id="tile3x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="225"> + <g id="tile4x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="225"> + <g id="tile5x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="225" y="0"> + <g id="tile6x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="45"> + <g id="tile6x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="90"> + <g id="tile6x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="135"> + <g id="tile6x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="180"> + <g id="tile6x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="225"> + <g id="tile6x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles7"> + <svg width="45" height="45" x="0" y="270"> + <g id="tile1x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="270"> + <g id="tile2x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="270"> + <g id="tile3x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="270"> + <g id="tile4x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="270"> + <g id="tile5x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="270"> + <g id="tile6x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="0"> + <g id="tile7x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="45"> + <g id="tile7x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="90"> + <g id="tile7x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="135"> + <g id="tile7x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="180"> + <g id="tile7x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="225"> + <g id="tile7x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="270"> + <g id="tile7x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles8"> +<svg width="45" height="45" x="0" y="315"> + <g id="tile1x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="315"> + <g id="tile2x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="315"> + <g id="tile3x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="315"> + <g id="tile4x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="315"> + <g id="tile5x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="315"> + <g id="tile6x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="315"> + <g id="tile7x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="315" y="0"> + <g id="tile8x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="45"> + <g id="tile8x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="90"> + <g id="tile8x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="135"> + <g id="tile8x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="180"> + <g id="tile8x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="225"> + <g id="tile8x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="270"> + <g id="tile8x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="315"> + <g id="tile8x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles9"> + <svg width="45" height="45" x="0" y="360"> + <g id="tile1x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="360"> + <g id="tile2x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="360"> + <g id="tile3x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="360"> + <g id="tile4x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="360"> + <g id="tile5x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="360"> + <g id="tile6x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="360"> + <g id="tile7x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="360"> + <g id="tile8x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="0"> + <g id="tile9x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="45"> + <g id="tile9x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="90"> + <g id="tile9x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="135"> + <g id="tile9x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="180"> + <g id="tile9x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="225"> + <g id="tile9x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="270"> + <g id="tile9x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="315"> + <g id="tile9x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="360"> + <g id="tile9x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles10"> +<svg width="45" height="45" x="0" y="405"> + <g id="tile1x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="405"> + <g id="tile2x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="405"> + <g id="tile3x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="405"> + <g id="tile4x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="405"> + <g id="tile5x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="405"> + <g id="tile6x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="405"> + <g id="tile7x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="405"> + <g id="tile8x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="405"> + <g id="tile9x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="405" y="0"> + <g id="tile10x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="45"> + <g id="tile10x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="90"> + <g id="tile10x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="135"> + <g id="tile10x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="180"> + <g id="tile10x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="225"> + <g id="tile10x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="270"> + <g id="tile10x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="315"> + <g id="tile10x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="360"> + <g id="tile10x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="405"> + <g id="tile10x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles11"> + <svg width="45" height="45" x="0" y="450"> + <g id="tile1x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="450"> + <g id="tile2x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="450"> + <g id="tile3x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="450"> + <g id="tile4x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="450"> + <g id="tile5x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="450"> + <g id="tile6x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="450"> + <g id="tile7x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="450"> + <g id="tile8x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="450"> + <g id="tile9x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="450"> + <g id="tile10x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="0"> + <g id="tile11x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="45"> + <g id="tile11x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="90"> + <g id="tile11x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="135"> + <g id="tile11x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="180"> + <g id="tile11x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="225"> + <g id="tile11x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="270"> + <g id="tile11x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="315"> + <g id="tile11x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="360"> + <g id="tile11x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="405"> + <g id="tile11x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="450"> + <g id="tile11x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles12"> +<svg width="45" height="45" x="0" y="495"> + <g id="tile1x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="495"> + <g id="tile2x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="495"> + <g id="tile3x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="495"> + <g id="tile4x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="495"> + <g id="tile5x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="495"> + <g id="tile6x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="495"> + <g id="tile7x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="495"> + <g id="tile8x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="495"> + <g id="tile9x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="495"> + <g id="tile10x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="495"> + <g id="tile11x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="495" y="0"> + <g id="tile12x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="45"> + <g id="tile12x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="90"> + <g id="tile12x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="135"> + <g id="tile12x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="180"> + <g id="tile12x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="225"> + <g id="tile12x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="270"> + <g id="tile12x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="315"> + <g id="tile12x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="360"> + <g id="tile12x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="405"> + <g id="tile12x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="450"> + <g id="tile12x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="495"> + <g id="tile12x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles13"> + <svg width="45" height="45" x="0" y="540"> + <g id="tile1x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="540"> + <g id="tile2x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="540"> + <g id="tile3x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="540"> + <g id="tile4x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="540"> + <g id="tile5x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="540"> + <g id="tile6x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="540"> + <g id="tile7x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="540"> + <g id="tile8x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="540"> + <g id="tile9x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="540"> + <g id="tile10x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="540"> + <g id="tile11x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="540"> + <g id="tile12x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="0"> + <g id="tile13x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="45"> + <g id="tile13x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="90"> + <g id="tile13x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="135"> + <g id="tile13x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="180"> + <g id="tile13x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="225"> + <g id="tile13x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="270"> + <g id="tile13x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="315"> + <g id="tile13x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="360"> + <g id="tile13x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="405"> + <g id="tile13x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="450"> + <g id="tile13x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="495"> + <g id="tile13x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="540"> + <g id="tile13x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles14"> +<svg width="45" height="45" x="0" y="585"> + <g id="tile1x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="585"> + <g id="tile2x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="585"> + <g id="tile3x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="585"> + <g id="tile4x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="585"> + <g id="tile5x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="585"> + <g id="tile6x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="585"> + <g id="tile7x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="585"> + <g id="tile8x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="585"> + <g id="tile9x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="585"> + <g id="tile10x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="585"> + <g id="tile11x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="585"> + <g id="tile12x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="585"> + <g id="tile13x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="585" y="0"> + <g id="tile14x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="45"> + <g id="tile14x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="90"> + <g id="tile14x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="135"> + <g id="tile14x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="180"> + <g id="tile14x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="225"> + <g id="tile14x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="270"> + <g id="tile14x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="315"> + <g id="tile14x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="360"> + <g id="tile14x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="405"> + <g id="tile14x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="450"> + <g id="tile14x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="495"> + <g id="tile14x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="540"> + <g id="tile14x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="585"> + <g id="tile14x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles15"> + <svg width="45" height="45" x="0" y="630"> + <g id="tile1x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="630"> + <g id="tile2x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="630"> + <g id="tile3x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="630"> + <g id="tile4x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="630"> + <g id="tile5x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="630"> + <g id="tile6x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="630"> + <g id="tile7x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="630"> + <g id="tile8x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="630"> + <g id="tile9x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="630"> + <g id="tile10x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="630"> + <g id="tile11x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="630"> + <g id="tile12x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="630"> + <g id="tile13x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="630"> + <g id="tile14x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="0"> + <g id="tile15x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="45"> + <g id="tile15x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="90"> + <g id="tile15x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="135"> + <g id="tile15x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="180"> + <g id="tile15x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="225"> + <g id="tile15x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="270"> + <g id="tile15x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="315"> + <g id="tile15x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="360"> + <g id="tile15x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="405"> + <g id="tile15x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="450"> + <g id="tile15x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="495"> + <g id="tile15x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="540"> + <g id="tile15x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="585"> + <g id="tile15x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="630"> + <g id="tile15x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles16"> +<svg width="45" height="45" x="0" y="675"> + <g id="tile1x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="675"> + <g id="tile2x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="675"> + <g id="tile3x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="675"> + <g id="tile4x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="675"> + <g id="tile5x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="675"> + <g id="tile6x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="675"> + <g id="tile7x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="675"> + <g id="tile8x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="675"> + <g id="tile9x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="675"> + <g id="tile10x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="675"> + <g id="tile11x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="675"> + <g id="tile12x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="675"> + <g id="tile13x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="675"> + <g id="tile14x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="675"> + <g id="tile15x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="675" y="0"> + <g id="tile16x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="45"> + <g id="tile16x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="90"> + <g id="tile16x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="135"> + <g id="tile16x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="180"> + <g id="tile16x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="225"> + <g id="tile16x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="270"> + <g id="tile16x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="315"> + <g id="tile16x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="360"> + <g id="tile16x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="405"> + <g id="tile16x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="450"> + <g id="tile16x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="495"> + <g id="tile16x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="540"> + <g id="tile16x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="585"> + <g id="tile16x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="630"> + <g id="tile16x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="675"> + <g id="tile16x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles17"> + <svg width="45" height="45" x="0" y="720"> + <g id="tile1x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="720"> + <g id="tile2x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="720"> + <g id="tile3x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="720"> + <g id="tile4x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="720"> + <g id="tile5x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="720"> + <g id="tile6x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="720"> + <g id="tile7x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="720"> + <g id="tile8x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="720"> + <g id="tile9x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="720"> + <g id="tile10x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="720"> + <g id="tile11x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="720"> + <g id="tile12x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="720"> + <g id="tile13x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="720"> + <g id="tile14x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="720"> + <g id="tile15x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="720"> + <g id="tile16x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="0"> + <g id="tile17x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="45"> + <g id="tile17x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="90"> + <g id="tile17x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="135"> + <g id="tile17x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="180"> + <g id="tile17x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="225"> + <g id="tile17x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="270"> + <g id="tile17x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="315"> + <g id="tile17x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="360"> + <g id="tile17x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="405"> + <g id="tile17x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="450"> + <g id="tile17x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="495"> + <g id="tile17x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="540"> + <g id="tile17x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="585"> + <g id="tile17x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="630"> + <g id="tile17x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="675"> + <g id="tile17x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="720"> + <g id="tile17x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles18"> +<svg width="45" height="45" x="0" y="765"> + <g id="tile1x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="765"> + <g id="tile2x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="765"> + <g id="tile3x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="765"> + <g id="tile4x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="765"> + <g id="tile5x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="765"> + <g id="tile6x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="765"> + <g id="tile7x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="765"> + <g id="tile8x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="765"> + <g id="tile9x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="765"> + <g id="tile10x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="765"> + <g id="tile11x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="765"> + <g id="tile12x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="765"> + <g id="tile13x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="765"> + <g id="tile14x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="765"> + <g id="tile15x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="765"> + <g id="tile16x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="765"> + <g id="tile17x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="765" y="0"> + <g id="tile18x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="45"> + <g id="tile18x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="90"> + <g id="tile18x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="135"> + <g id="tile18x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="180"> + <g id="tile18x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="225"> + <g id="tile18x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="270"> + <g id="tile18x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="315"> + <g id="tile18x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="360"> + <g id="tile18x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="405"> + <g id="tile18x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="450"> + <g id="tile18x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="495"> + <g id="tile18x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="540"> + <g id="tile18x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="585"> + <g id="tile18x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="630"> + <g id="tile18x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="675"> + <g id="tile18x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="720"> + <g id="tile18x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="765"> + <g id="tile18x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles19"> + <svg width="45" height="45" x="0" y="810"> + <g id="tile1x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="810"> + <g id="tile2x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="810"> + <g id="tile3x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="810"> + <g id="tile4x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="810"> + <g id="tile5x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="810"> + <g id="tile6x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="810"> + <g id="tile7x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="810"> + <g id="tile8x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="810"> + <g id="tile9x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="810"> + <g id="tile10x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="810"> + <g id="tile11x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="810"> + <g id="tile12x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="810"> + <g id="tile13x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="810"> + <g id="tile14x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="810"> + <g id="tile15x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="810"> + <g id="tile16x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="810"> + <g id="tile17x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="810"> + <g id="tile18x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="0"> + <g id="tile19x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="45"> + <g id="tile19x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="90"> + <g id="tile19x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="135"> + <g id="tile19x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="180"> + <g id="tile19x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="225"> + <g id="tile19x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="270"> + <g id="tile19x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="315"> + <g id="tile19x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="360"> + <g id="tile19x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="405"> + <g id="tile19x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="450"> + <g id="tile19x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="495"> + <g id="tile19x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="540"> + <g id="tile19x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="585"> + <g id="tile19x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="630"> + <g id="tile19x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="675"> + <g id="tile19x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="720"> + <g id="tile19x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="765"> + <g id="tile19x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="810"> + <g id="tile19x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles20"> +<svg width="45" height="45" x="0" y="855"> + <g id="tile1x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="855"> + <g id="tile2x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="855"> + <g id="tile3x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="855"> + <g id="tile4x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="855"> + <g id="tile5x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="855"> + <g id="tile6x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="855"> + <g id="tile7x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="855"> + <g id="tile8x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="855"> + <g id="tile9x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="855"> + <g id="tile10x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="855"> + <g id="tile11x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="855"> + <g id="tile12x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="855"> + <g id="tile13x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="855"> + <g id="tile14x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="855"> + <g id="tile15x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="855"> + <g id="tile16x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="855"> + <g id="tile17x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="855"> + <g id="tile18x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="855"> + <g id="tile19x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="855" y="0"> + <g id="tile20x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="45"> + <g id="tile20x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="90"> + <g id="tile20x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="135"> + <g id="tile20x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="180"> + <g id="tile20x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="225"> + <g id="tile20x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="270"> + <g id="tile20x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="315"> + <g id="tile20x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="360"> + <g id="tile20x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="405"> + <g id="tile20x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="450"> + <g id="tile20x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="495"> + <g id="tile20x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="540"> + <g id="tile20x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="585"> + <g id="tile20x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="630"> + <g id="tile20x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="675"> + <g id="tile20x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="720"> + <g id="tile20x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="765"> + <g id="tile20x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="810"> + <g id="tile20x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="855"> + <g id="tile20x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles21"> + <svg width="45" height="45" x="0" y="900"> + <g id="tile1x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="900"> + <g id="tile2x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="900"> + <g id="tile3x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="900"> + <g id="tile4x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="900"> + <g id="tile5x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="900"> + <g id="tile6x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="900"> + <g id="tile7x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="900"> + <g id="tile8x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="900"> + <g id="tile9x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="900"> + <g id="tile10x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="900"> + <g id="tile11x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="900"> + <g id="tile12x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="900"> + <g id="tile13x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="900"> + <g id="tile14x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="900"> + <g id="tile15x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="900"> + <g id="tile16x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="900"> + <g id="tile17x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="900"> + <g id="tile18x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="900"> + <g id="tile19x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="900"> + <g id="tile20x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="0"> + <g id="tile21x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="45"> + <g id="tile21x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="90"> + <g id="tile21x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="135"> + <g id="tile21x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="180"> + <g id="tile21x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="225"> + <g id="tile21x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="270"> + <g id="tile21x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="315"> + <g id="tile21x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="360"> + <g id="tile21x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="405"> + <g id="tile21x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="450"> + <g id="tile21x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="495"> + <g id="tile21x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="540"> + <g id="tile21x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="585"> + <g id="tile21x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="630"> + <g id="tile21x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="675"> + <g id="tile21x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="720"> + <g id="tile21x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="765"> + <g id="tile21x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="810"> + <g id="tile21x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="855"> + <g id="tile21x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="900"> + <g id="tile21x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles22"> +<svg width="45" height="45" x="0" y="945"> + <g id="tile1x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="945"> + <g id="tile2x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="945"> + <g id="tile3x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="945"> + <g id="tile4x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="945"> + <g id="tile5x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="945"> + <g id="tile6x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="945"> + <g id="tile7x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="945"> + <g id="tile8x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="945"> + <g id="tile9x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="945"> + <g id="tile10x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="945"> + <g id="tile11x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="945"> + <g id="tile12x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="945"> + <g id="tile13x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="945"> + <g id="tile14x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="945"> + <g id="tile15x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="945"> + <g id="tile16x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="945"> + <g id="tile17x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="945"> + <g id="tile18x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="945"> + <g id="tile19x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="945"> + <g id="tile20x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="945"> + <g id="tile21x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="945" y="0"> + <g id="tile22x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="45"> + <g id="tile22x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="90"> + <g id="tile22x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="135"> + <g id="tile22x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="180"> + <g id="tile22x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="225"> + <g id="tile22x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="270"> + <g id="tile22x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="315"> + <g id="tile22x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="360"> + <g id="tile22x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="405"> + <g id="tile22x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="450"> + <g id="tile22x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="495"> + <g id="tile22x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="540"> + <g id="tile22x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="585"> + <g id="tile22x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="630"> + <g id="tile22x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="675"> + <g id="tile22x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="720"> + <g id="tile22x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="765"> + <g id="tile22x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="810"> + <g id="tile22x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="855"> + <g id="tile22x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="900"> + <g id="tile22x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="945"> + <g id="tile22x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles23"> + <svg width="45" height="45" x="0" y="990"> + <g id="tile1x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="990"> + <g id="tile2x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="990"> + <g id="tile3x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="990"> + <g id="tile4x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="990"> + <g id="tile5x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="990"> + <g id="tile6x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="990"> + <g id="tile7x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="990"> + <g id="tile8x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="990"> + <g id="tile9x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="990"> + <g id="tile10x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="990"> + <g id="tile11x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="990"> + <g id="tile12x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="990"> + <g id="tile13x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="990"> + <g id="tile14x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="990"> + <g id="tile15x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="990"> + <g id="tile16x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="990"> + <g id="tile17x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="990"> + <g id="tile18x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="990"> + <g id="tile19x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="990"> + <g id="tile20x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="990"> + <g id="tile21x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="990"> + <g id="tile22x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="0"> + <g id="tile23x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="45"> + <g id="tile23x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="90"> + <g id="tile23x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="135"> + <g id="tile23x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="180"> + <g id="tile23x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="225"> + <g id="tile23x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="270"> + <g id="tile23x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="315"> + <g id="tile23x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="360"> + <g id="tile23x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="405"> + <g id="tile23x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="450"> + <g id="tile23x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="495"> + <g id="tile23x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="540"> + <g id="tile23x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="585"> + <g id="tile23x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="630"> + <g id="tile23x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="675"> + <g id="tile23x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="720"> + <g id="tile23x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="765"> + <g id="tile23x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="810"> + <g id="tile23x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="855"> + <g id="tile23x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="900"> + <g id="tile23x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="945"> + <g id="tile23x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="990"> + <g id="tile23x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles24"> +<svg width="45" height="45" x="0" y="1035"> + <g id="tile1x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1035"> + <g id="tile2x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1035"> + <g id="tile3x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1035"> + <g id="tile4x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1035"> + <g id="tile5x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1035"> + <g id="tile6x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1035"> + <g id="tile7x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1035"> + <g id="tile8x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1035"> + <g id="tile9x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1035"> + <g id="tile10x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1035"> + <g id="tile11x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1035"> + <g id="tile12x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1035"> + <g id="tile13x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1035"> + <g id="tile14x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1035"> + <g id="tile15x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1035"> + <g id="tile16x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1035"> + <g id="tile17x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1035"> + <g id="tile18x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1035"> + <g id="tile19x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1035"> + <g id="tile20x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1035"> + <g id="tile21x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1035"> + <g id="tile22x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1035"> + <g id="tile23x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1035" y="0"> + <g id="tile24x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="45"> + <g id="tile24x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="90"> + <g id="tile24x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="135"> + <g id="tile24x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="180"> + <g id="tile24x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="225"> + <g id="tile24x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="270"> + <g id="tile24x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="315"> + <g id="tile24x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="360"> + <g id="tile24x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="405"> + <g id="tile24x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="450"> + <g id="tile24x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="495"> + <g id="tile24x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="540"> + <g id="tile24x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="585"> + <g id="tile24x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="630"> + <g id="tile24x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="675"> + <g id="tile24x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="720"> + <g id="tile24x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="765"> + <g id="tile24x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="810"> + <g id="tile24x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="855"> + <g id="tile24x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="900"> + <g id="tile24x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="945"> + <g id="tile24x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="990"> + <g id="tile24x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1035"> + <g id="tile24x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles25"> + <svg width="45" height="45" x="0" y="1080"> + <g id="tile1x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1080"> + <g id="tile2x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1080"> + <g id="tile3x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1080"> + <g id="tile4x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1080"> + <g id="tile5x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1080"> + <g id="tile6x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1080"> + <g id="tile7x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1080"> + <g id="tile8x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1080"> + <g id="tile9x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1080"> + <g id="tile10x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1080"> + <g id="tile11x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1080"> + <g id="tile12x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1080"> + <g id="tile13x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1080"> + <g id="tile14x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1080"> + <g id="tile15x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1080"> + <g id="tile16x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1080"> + <g id="tile17x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1080"> + <g id="tile18x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1080"> + <g id="tile19x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1080"> + <g id="tile20x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1080"> + <g id="tile21x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1080"> + <g id="tile22x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1080"> + <g id="tile23x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1080"> + <g id="tile24x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="0"> + <g id="tile25x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="45"> + <g id="tile25x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="90"> + <g id="tile25x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="135"> + <g id="tile25x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="180"> + <g id="tile25x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="225"> + <g id="tile25x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="270"> + <g id="tile25x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="315"> + <g id="tile25x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="360"> + <g id="tile25x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="405"> + <g id="tile25x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="450"> + <g id="tile25x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="495"> + <g id="tile25x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="540"> + <g id="tile25x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="585"> + <g id="tile25x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="630"> + <g id="tile25x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="675"> + <g id="tile25x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="720"> + <g id="tile25x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="765"> + <g id="tile25x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="810"> + <g id="tile25x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="855"> + <g id="tile25x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="900"> + <g id="tile25x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="945"> + <g id="tile25x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="990"> + <g id="tile25x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1035"> + <g id="tile25x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1080"> + <g id="tile25x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles26"> +<svg width="45" height="45" x="0" y="1125"> + <g id="tile1x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1125"> + <g id="tile2x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1125"> + <g id="tile3x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1125"> + <g id="tile4x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1125"> + <g id="tile5x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1125"> + <g id="tile6x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1125"> + <g id="tile7x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1125"> + <g id="tile8x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1125"> + <g id="tile9x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1125"> + <g id="tile10x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1125"> + <g id="tile11x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1125"> + <g id="tile12x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1125"> + <g id="tile13x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1125"> + <g id="tile14x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1125"> + <g id="tile15x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1125"> + <g id="tile16x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1125"> + <g id="tile17x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1125"> + <g id="tile18x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1125"> + <g id="tile19x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1125"> + <g id="tile20x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1125"> + <g id="tile21x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1125"> + <g id="tile22x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1125"> + <g id="tile23x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1125"> + <g id="tile24x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1125"> + <g id="tile25x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1125" y="0"> + <g id="tile26x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="45"> + <g id="tile26x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="90"> + <g id="tile26x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="135"> + <g id="tile26x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="180"> + <g id="tile26x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="225"> + <g id="tile26x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="270"> + <g id="tile26x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="315"> + <g id="tile26x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="360"> + <g id="tile26x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="405"> + <g id="tile26x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="450"> + <g id="tile26x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="495"> + <g id="tile26x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="540"> + <g id="tile26x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="585"> + <g id="tile26x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="630"> + <g id="tile26x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="675"> + <g id="tile26x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="720"> + <g id="tile26x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="765"> + <g id="tile26x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="810"> + <g id="tile26x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="855"> + <g id="tile26x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="900"> + <g id="tile26x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="945"> + <g id="tile26x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="990"> + <g id="tile26x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1035"> + <g id="tile26x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1080"> + <g id="tile26x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1125"> + <g id="tile26x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles27"> + <svg width="45" height="45" x="0" y="1170"> + <g id="tile1x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1170"> + <g id="tile2x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1170"> + <g id="tile3x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1170"> + <g id="tile4x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1170"> + <g id="tile5x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1170"> + <g id="tile6x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1170"> + <g id="tile7x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1170"> + <g id="tile8x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1170"> + <g id="tile9x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1170"> + <g id="tile10x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1170"> + <g id="tile11x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1170"> + <g id="tile12x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1170"> + <g id="tile13x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1170"> + <g id="tile14x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1170"> + <g id="tile15x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1170"> + <g id="tile16x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1170"> + <g id="tile17x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1170"> + <g id="tile18x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1170"> + <g id="tile19x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1170"> + <g id="tile20x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1170"> + <g id="tile21x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1170"> + <g id="tile22x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1170"> + <g id="tile23x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1170"> + <g id="tile24x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1170"> + <g id="tile25x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1170"> + <g id="tile26x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="0"> + <g id="tile27x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="45"> + <g id="tile27x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="90"> + <g id="tile27x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="135"> + <g id="tile27x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="180"> + <g id="tile27x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="225"> + <g id="tile27x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="270"> + <g id="tile27x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="315"> + <g id="tile27x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="360"> + <g id="tile27x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="405"> + <g id="tile27x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="450"> + <g id="tile27x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="495"> + <g id="tile27x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="540"> + <g id="tile27x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="585"> + <g id="tile27x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="630"> + <g id="tile27x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="675"> + <g id="tile27x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="720"> + <g id="tile27x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="765"> + <g id="tile27x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="810"> + <g id="tile27x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="855"> + <g id="tile27x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="900"> + <g id="tile27x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="945"> + <g id="tile27x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="990"> + <g id="tile27x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1035"> + <g id="tile27x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1080"> + <g id="tile27x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1125"> + <g id="tile27x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1170"> + <g id="tile27x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles28"> +<svg width="45" height="45" x="0" y="1215"> + <g id="tile1x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1215"> + <g id="tile2x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1215"> + <g id="tile3x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1215"> + <g id="tile4x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1215"> + <g id="tile5x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1215"> + <g id="tile6x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1215"> + <g id="tile7x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1215"> + <g id="tile8x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1215"> + <g id="tile9x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1215"> + <g id="tile10x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1215"> + <g id="tile11x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1215"> + <g id="tile12x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1215"> + <g id="tile13x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1215"> + <g id="tile14x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1215"> + <g id="tile15x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1215"> + <g id="tile16x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1215"> + <g id="tile17x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1215"> + <g id="tile18x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1215"> + <g id="tile19x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1215"> + <g id="tile20x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1215"> + <g id="tile21x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1215"> + <g id="tile22x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1215"> + <g id="tile23x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1215"> + <g id="tile24x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1215"> + <g id="tile25x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1215"> + <g id="tile26x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1215"> + <g id="tile27x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1215" y="0"> + <g id="tile28x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="45"> + <g id="tile28x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="90"> + <g id="tile28x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="135"> + <g id="tile28x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="180"> + <g id="tile28x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="225"> + <g id="tile28x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="270"> + <g id="tile28x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="315"> + <g id="tile28x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="360"> + <g id="tile28x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="405"> + <g id="tile28x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="450"> + <g id="tile28x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="495"> + <g id="tile28x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="540"> + <g id="tile28x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="585"> + <g id="tile28x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="630"> + <g id="tile28x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="675"> + <g id="tile28x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="720"> + <g id="tile28x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="765"> + <g id="tile28x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="810"> + <g id="tile28x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="855"> + <g id="tile28x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="900"> + <g id="tile28x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="945"> + <g id="tile28x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="990"> + <g id="tile28x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1035"> + <g id="tile28x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1080"> + <g id="tile28x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1125"> + <g id="tile28x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1170"> + <g id="tile28x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1215"> + <g id="tile28x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles29"> + <svg width="45" height="45" x="0" y="1260"> + <g id="tile1x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1260"> + <g id="tile2x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1260"> + <g id="tile3x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1260"> + <g id="tile4x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1260"> + <g id="tile5x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1260"> + <g id="tile6x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1260"> + <g id="tile7x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1260"> + <g id="tile8x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1260"> + <g id="tile9x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1260"> + <g id="tile10x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1260"> + <g id="tile11x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1260"> + <g id="tile12x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1260"> + <g id="tile13x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1260"> + <g id="tile14x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1260"> + <g id="tile15x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1260"> + <g id="tile16x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1260"> + <g id="tile17x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1260"> + <g id="tile18x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1260"> + <g id="tile19x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1260"> + <g id="tile20x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1260"> + <g id="tile21x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1260"> + <g id="tile22x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1260"> + <g id="tile23x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1260"> + <g id="tile24x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1260"> + <g id="tile25x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1260"> + <g id="tile26x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1260"> + <g id="tile27x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1260"> + <g id="tile28x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="0"> + <g id="tile29x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="45"> + <g id="tile29x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="90"> + <g id="tile29x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="135"> + <g id="tile29x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="180"> + <g id="tile29x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="225"> + <g id="tile29x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="270"> + <g id="tile29x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="315"> + <g id="tile29x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="360"> + <g id="tile29x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="405"> + <g id="tile29x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="450"> + <g id="tile29x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="495"> + <g id="tile29x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="540"> + <g id="tile29x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="585"> + <g id="tile29x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="630"> + <g id="tile29x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="675"> + <g id="tile29x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="720"> + <g id="tile29x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="765"> + <g id="tile29x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="810"> + <g id="tile29x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="855"> + <g id="tile29x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="900"> + <g id="tile29x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="945"> + <g id="tile29x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="990"> + <g id="tile29x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1035"> + <g id="tile29x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1080"> + <g id="tile29x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1125"> + <g id="tile29x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1170"> + <g id="tile29x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1215"> + <g id="tile29x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1260"> + <g id="tile29x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles30"> +<svg width="45" height="45" x="0" y="1305"> + <g id="tile1x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1305"> + <g id="tile2x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1305"> + <g id="tile3x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1305"> + <g id="tile4x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1305"> + <g id="tile5x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1305"> + <g id="tile6x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1305"> + <g id="tile7x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1305"> + <g id="tile8x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1305"> + <g id="tile9x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1305"> + <g id="tile10x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1305"> + <g id="tile11x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1305"> + <g id="tile12x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1305"> + <g id="tile13x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1305"> + <g id="tile14x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1305"> + <g id="tile15x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1305"> + <g id="tile16x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1305"> + <g id="tile17x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1305"> + <g id="tile18x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1305"> + <g id="tile19x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1305"> + <g id="tile20x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1305"> + <g id="tile21x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1305"> + <g id="tile22x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1305"> + <g id="tile23x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1305"> + <g id="tile24x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1305"> + <g id="tile25x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1305"> + <g id="tile26x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1305"> + <g id="tile27x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1305"> + <g id="tile28x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1305"> + <g id="tile29x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1305" y="0"> + <g id="tile30x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="45"> + <g id="tile30x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="90"> + <g id="tile30x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="135"> + <g id="tile30x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="180"> + <g id="tile30x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="225"> + <g id="tile30x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="270"> + <g id="tile30x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="315"> + <g id="tile30x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="360"> + <g id="tile30x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="405"> + <g id="tile30x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="450"> + <g id="tile30x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="495"> + <g id="tile30x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="540"> + <g id="tile30x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="585"> + <g id="tile30x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="630"> + <g id="tile30x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="675"> + <g id="tile30x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="720"> + <g id="tile30x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="765"> + <g id="tile30x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="810"> + <g id="tile30x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="855"> + <g id="tile30x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="900"> + <g id="tile30x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="945"> + <g id="tile30x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="990"> + <g id="tile30x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1035"> + <g id="tile30x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1080"> + <g id="tile30x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1125"> + <g id="tile30x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1170"> + <g id="tile30x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1215"> + <g id="tile30x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1260"> + <g id="tile30x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1305"> + <g id="tile30x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles31"> + <svg width="45" height="45" x="0" y="1350"> + <g id="tile1x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1350"> + <g id="tile2x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1350"> + <g id="tile3x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1350"> + <g id="tile4x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1350"> + <g id="tile5x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1350"> + <g id="tile6x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1350"> + <g id="tile7x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1350"> + <g id="tile8x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1350"> + <g id="tile9x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1350"> + <g id="tile10x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1350"> + <g id="tile11x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1350"> + <g id="tile12x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1350"> + <g id="tile13x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1350"> + <g id="tile14x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1350"> + <g id="tile15x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1350"> + <g id="tile16x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1350"> + <g id="tile17x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1350"> + <g id="tile18x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1350"> + <g id="tile19x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1350"> + <g id="tile20x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1350"> + <g id="tile21x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1350"> + <g id="tile22x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1350"> + <g id="tile23x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1350"> + <g id="tile24x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1350"> + <g id="tile25x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1350"> + <g id="tile26x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1350"> + <g id="tile27x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1350"> + <g id="tile28x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1350"> + <g id="tile29x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1350"> + <g id="tile30x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="0"> + <g id="tile31x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="45"> + <g id="tile31x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="90"> + <g id="tile31x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="135"> + <g id="tile31x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="180"> + <g id="tile31x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="225"> + <g id="tile31x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="270"> + <g id="tile31x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="315"> + <g id="tile31x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="360"> + <g id="tile31x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="405"> + <g id="tile31x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="450"> + <g id="tile31x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="495"> + <g id="tile31x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="540"> + <g id="tile31x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="585"> + <g id="tile31x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="630"> + <g id="tile31x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="675"> + <g id="tile31x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="720"> + <g id="tile31x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="765"> + <g id="tile31x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="810"> + <g id="tile31x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="855"> + <g id="tile31x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="900"> + <g id="tile31x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="945"> + <g id="tile31x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="990"> + <g id="tile31x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1035"> + <g id="tile31x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1080"> + <g id="tile31x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1125"> + <g id="tile31x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1170"> + <g id="tile31x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1215"> + <g id="tile31x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1260"> + <g id="tile31x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1305"> + <g id="tile31x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1350"> + <g id="tile31x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles32"> +<svg width="45" height="45" x="0" y="1395"> + <g id="tile1x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1395"> + <g id="tile2x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1395"> + <g id="tile3x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1395"> + <g id="tile4x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1395"> + <g id="tile5x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1395"> + <g id="tile6x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1395"> + <g id="tile7x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1395"> + <g id="tile8x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1395"> + <g id="tile9x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1395"> + <g id="tile10x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1395"> + <g id="tile11x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1395"> + <g id="tile12x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1395"> + <g id="tile13x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1395"> + <g id="tile14x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1395"> + <g id="tile15x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1395"> + <g id="tile16x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1395"> + <g id="tile17x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1395"> + <g id="tile18x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1395"> + <g id="tile19x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1395"> + <g id="tile20x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1395"> + <g id="tile21x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1395"> + <g id="tile22x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1395"> + <g id="tile23x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1395"> + <g id="tile24x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1395"> + <g id="tile25x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1395"> + <g id="tile26x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1395"> + <g id="tile27x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1395"> + <g id="tile28x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1395"> + <g id="tile29x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1395"> + <g id="tile30x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1395"> + <g id="tile31x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1395" y="0"> + <g id="tile32x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="45"> + <g id="tile32x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="90"> + <g id="tile32x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="135"> + <g id="tile32x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="180"> + <g id="tile32x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="225"> + <g id="tile32x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="270"> + <g id="tile32x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="315"> + <g id="tile32x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="360"> + <g id="tile32x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="405"> + <g id="tile32x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="450"> + <g id="tile32x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="495"> + <g id="tile32x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="540"> + <g id="tile32x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="585"> + <g id="tile32x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="630"> + <g id="tile32x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="675"> + <g id="tile32x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="720"> + <g id="tile32x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="765"> + <g id="tile32x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="810"> + <g id="tile32x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="855"> + <g id="tile32x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="900"> + <g id="tile32x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="945"> + <g id="tile32x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="990"> + <g id="tile32x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1035"> + <g id="tile32x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1080"> + <g id="tile32x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1125"> + <g id="tile32x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1170"> + <g id="tile32x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1215"> + <g id="tile32x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1260"> + <g id="tile32x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1305"> + <g id="tile32x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1350"> + <g id="tile32x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1395"> + <g id="tile32x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles33"> + <svg width="45" height="45" x="0" y="1440"> + <g id="tile1x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1440"> + <g id="tile2x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1440"> + <g id="tile3x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1440"> + <g id="tile4x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1440"> + <g id="tile5x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1440"> + <g id="tile6x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1440"> + <g id="tile7x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1440"> + <g id="tile8x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1440"> + <g id="tile9x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1440"> + <g id="tile10x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1440"> + <g id="tile11x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1440"> + <g id="tile12x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1440"> + <g id="tile13x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1440"> + <g id="tile14x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1440"> + <g id="tile15x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1440"> + <g id="tile16x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1440"> + <g id="tile17x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1440"> + <g id="tile18x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1440"> + <g id="tile19x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1440"> + <g id="tile20x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1440"> + <g id="tile21x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1440"> + <g id="tile22x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1440"> + <g id="tile23x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1440"> + <g id="tile24x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1440"> + <g id="tile25x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1440"> + <g id="tile26x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1440"> + <g id="tile27x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1440"> + <g id="tile28x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1440"> + <g id="tile29x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1440"> + <g id="tile30x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1440"> + <g id="tile31x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1440"> + <g id="tile32x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="0"> + <g id="tile33x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="45"> + <g id="tile33x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="90"> + <g id="tile33x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="135"> + <g id="tile33x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="180"> + <g id="tile33x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="225"> + <g id="tile33x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="270"> + <g id="tile33x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="315"> + <g id="tile33x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="360"> + <g id="tile33x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="405"> + <g id="tile33x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="450"> + <g id="tile33x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="495"> + <g id="tile33x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="540"> + <g id="tile33x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="585"> + <g id="tile33x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="630"> + <g id="tile33x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="675"> + <g id="tile33x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="720"> + <g id="tile33x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="765"> + <g id="tile33x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="810"> + <g id="tile33x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="855"> + <g id="tile33x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="900"> + <g id="tile33x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="945"> + <g id="tile33x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="990"> + <g id="tile33x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1035"> + <g id="tile33x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1080"> + <g id="tile33x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1125"> + <g id="tile33x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1170"> + <g id="tile33x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1215"> + <g id="tile33x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1260"> + <g id="tile33x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1305"> + <g id="tile33x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1350"> + <g id="tile33x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1395"> + <g id="tile33x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1440"> + <g id="tile33x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles34"> +<svg width="45" height="45" x="0" y="1485"> + <g id="tile1x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1485"> + <g id="tile2x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1485"> + <g id="tile3x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1485"> + <g id="tile4x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1485"> + <g id="tile5x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1485"> + <g id="tile6x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1485"> + <g id="tile7x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1485"> + <g id="tile8x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1485"> + <g id="tile9x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1485"> + <g id="tile10x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1485"> + <g id="tile11x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1485"> + <g id="tile12x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1485"> + <g id="tile13x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1485"> + <g id="tile14x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1485"> + <g id="tile15x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1485"> + <g id="tile16x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1485"> + <g id="tile17x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1485"> + <g id="tile18x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1485"> + <g id="tile19x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1485"> + <g id="tile20x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1485"> + <g id="tile21x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1485"> + <g id="tile22x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1485"> + <g id="tile23x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1485"> + <g id="tile24x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1485"> + <g id="tile25x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1485"> + <g id="tile26x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1485"> + <g id="tile27x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1485"> + <g id="tile28x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1485"> + <g id="tile29x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1485"> + <g id="tile30x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1485"> + <g id="tile31x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1485"> + <g id="tile32x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1485"> + <g id="tile33x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1485" y="0"> + <g id="tile34x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="45"> + <g id="tile34x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="90"> + <g id="tile34x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="135"> + <g id="tile34x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="180"> + <g id="tile34x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="225"> + <g id="tile34x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="270"> + <g id="tile34x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="315"> + <g id="tile34x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="360"> + <g id="tile34x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="405"> + <g id="tile34x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="450"> + <g id="tile34x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="495"> + <g id="tile34x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="540"> + <g id="tile34x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="585"> + <g id="tile34x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="630"> + <g id="tile34x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="675"> + <g id="tile34x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="720"> + <g id="tile34x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="765"> + <g id="tile34x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="810"> + <g id="tile34x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="855"> + <g id="tile34x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="900"> + <g id="tile34x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="945"> + <g id="tile34x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="990"> + <g id="tile34x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1035"> + <g id="tile34x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1080"> + <g id="tile34x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1125"> + <g id="tile34x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1170"> + <g id="tile34x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1215"> + <g id="tile34x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1260"> + <g id="tile34x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1305"> + <g id="tile34x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1350"> + <g id="tile34x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1395"> + <g id="tile34x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1440"> + <g id="tile34x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1485"> + <g id="tile34x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles35"> + <svg width="45" height="45" x="0" y="1530"> + <g id="tile1x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1530"> + <g id="tile2x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1530"> + <g id="tile3x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1530"> + <g id="tile4x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1530"> + <g id="tile5x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1530"> + <g id="tile6x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1530"> + <g id="tile7x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1530"> + <g id="tile8x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1530"> + <g id="tile9x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1530"> + <g id="tile10x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1530"> + <g id="tile11x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1530"> + <g id="tile12x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1530"> + <g id="tile13x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1530"> + <g id="tile14x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1530"> + <g id="tile15x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1530"> + <g id="tile16x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1530"> + <g id="tile17x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1530"> + <g id="tile18x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1530"> + <g id="tile19x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1530"> + <g id="tile20x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1530"> + <g id="tile21x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1530"> + <g id="tile22x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1530"> + <g id="tile23x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1530"> + <g id="tile24x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1530"> + <g id="tile25x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1530"> + <g id="tile26x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1530"> + <g id="tile27x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1530"> + <g id="tile28x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1530"> + <g id="tile29x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1530"> + <g id="tile30x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1530"> + <g id="tile31x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1530"> + <g id="tile32x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1530"> + <g id="tile33x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1530"> + <g id="tile34x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="0"> + <g id="tile35x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="45"> + <g id="tile35x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="90"> + <g id="tile35x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="135"> + <g id="tile35x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="180"> + <g id="tile35x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="225"> + <g id="tile35x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="270"> + <g id="tile35x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="315"> + <g id="tile35x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="360"> + <g id="tile35x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="405"> + <g id="tile35x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="450"> + <g id="tile35x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="495"> + <g id="tile35x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="540"> + <g id="tile35x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="585"> + <g id="tile35x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="630"> + <g id="tile35x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="675"> + <g id="tile35x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="720"> + <g id="tile35x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="765"> + <g id="tile35x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="810"> + <g id="tile35x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="855"> + <g id="tile35x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="900"> + <g id="tile35x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="945"> + <g id="tile35x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="990"> + <g id="tile35x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1035"> + <g id="tile35x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1080"> + <g id="tile35x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1125"> + <g id="tile35x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1170"> + <g id="tile35x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1215"> + <g id="tile35x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1260"> + <g id="tile35x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1305"> + <g id="tile35x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1350"> + <g id="tile35x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1395"> + <g id="tile35x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1440"> + <g id="tile35x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1485"> + <g id="tile35x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1530"> + <g id="tile35x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles36"> +<svg width="45" height="45" x="0" y="1575"> + <g id="tile1x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1575"> + <g id="tile2x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1575"> + <g id="tile3x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1575"> + <g id="tile4x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1575"> + <g id="tile5x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1575"> + <g id="tile6x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1575"> + <g id="tile7x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1575"> + <g id="tile8x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1575"> + <g id="tile9x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1575"> + <g id="tile10x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1575"> + <g id="tile11x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1575"> + <g id="tile12x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1575"> + <g id="tile13x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1575"> + <g id="tile14x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1575"> + <g id="tile15x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1575"> + <g id="tile16x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1575"> + <g id="tile17x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1575"> + <g id="tile18x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1575"> + <g id="tile19x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1575"> + <g id="tile20x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1575"> + <g id="tile21x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1575"> + <g id="tile22x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1575"> + <g id="tile23x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1575"> + <g id="tile24x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1575"> + <g id="tile25x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1575"> + <g id="tile26x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1575"> + <g id="tile27x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1575"> + <g id="tile28x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1575"> + <g id="tile29x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1575"> + <g id="tile30x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1575"> + <g id="tile31x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1575"> + <g id="tile32x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1575"> + <g id="tile33x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1575"> + <g id="tile34x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1575"> + <g id="tile35x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1575" y="0"> + <g id="tile36x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="45"> + <g id="tile36x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="90"> + <g id="tile36x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="135"> + <g id="tile36x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="180"> + <g id="tile36x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="225"> + <g id="tile36x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="270"> + <g id="tile36x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="315"> + <g id="tile36x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="360"> + <g id="tile36x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="405"> + <g id="tile36x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="450"> + <g id="tile36x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="495"> + <g id="tile36x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="540"> + <g id="tile36x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="585"> + <g id="tile36x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="630"> + <g id="tile36x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="675"> + <g id="tile36x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="720"> + <g id="tile36x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="765"> + <g id="tile36x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="810"> + <g id="tile36x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="855"> + <g id="tile36x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="900"> + <g id="tile36x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="945"> + <g id="tile36x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="990"> + <g id="tile36x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1035"> + <g id="tile36x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1080"> + <g id="tile36x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1125"> + <g id="tile36x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1170"> + <g id="tile36x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1215"> + <g id="tile36x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1260"> + <g id="tile36x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1305"> + <g id="tile36x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1350"> + <g id="tile36x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1395"> + <g id="tile36x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1440"> + <g id="tile36x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1485"> + <g id="tile36x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1530"> + <g id="tile36x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1575"> + <g id="tile36x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles37"> + <svg width="45" height="45" x="0" y="1620"> + <g id="tile1x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1620"> + <g id="tile2x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1620"> + <g id="tile3x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1620"> + <g id="tile4x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1620"> + <g id="tile5x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1620"> + <g id="tile6x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1620"> + <g id="tile7x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1620"> + <g id="tile8x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1620"> + <g id="tile9x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1620"> + <g id="tile10x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1620"> + <g id="tile11x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1620"> + <g id="tile12x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1620"> + <g id="tile13x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1620"> + <g id="tile14x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1620"> + <g id="tile15x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1620"> + <g id="tile16x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1620"> + <g id="tile17x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1620"> + <g id="tile18x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1620"> + <g id="tile19x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1620"> + <g id="tile20x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1620"> + <g id="tile21x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1620"> + <g id="tile22x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1620"> + <g id="tile23x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1620"> + <g id="tile24x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1620"> + <g id="tile25x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1620"> + <g id="tile26x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1620"> + <g id="tile27x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1620"> + <g id="tile28x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1620"> + <g id="tile29x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1620"> + <g id="tile30x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1620"> + <g id="tile31x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1620"> + <g id="tile32x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1620"> + <g id="tile33x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1620"> + <g id="tile34x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1620"> + <g id="tile35x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1620"> + <g id="tile36x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="0"> + <g id="tile37x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="45"> + <g id="tile37x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="90"> + <g id="tile37x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="135"> + <g id="tile37x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="180"> + <g id="tile37x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="225"> + <g id="tile37x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="270"> + <g id="tile37x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="315"> + <g id="tile37x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="360"> + <g id="tile37x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="405"> + <g id="tile37x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="450"> + <g id="tile37x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="495"> + <g id="tile37x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="540"> + <g id="tile37x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="585"> + <g id="tile37x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="630"> + <g id="tile37x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="675"> + <g id="tile37x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="720"> + <g id="tile37x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="765"> + <g id="tile37x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="810"> + <g id="tile37x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="855"> + <g id="tile37x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="900"> + <g id="tile37x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="945"> + <g id="tile37x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="990"> + <g id="tile37x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1035"> + <g id="tile37x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1080"> + <g id="tile37x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1125"> + <g id="tile37x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1170"> + <g id="tile37x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1215"> + <g id="tile37x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1260"> + <g id="tile37x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1305"> + <g id="tile37x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1350"> + <g id="tile37x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1395"> + <g id="tile37x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1440"> + <g id="tile37x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1485"> + <g id="tile37x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1530"> + <g id="tile37x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1575"> + <g id="tile37x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1620"> + <g id="tile37x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles38"> +<svg width="45" height="45" x="0" y="1665"> + <g id="tile1x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1665"> + <g id="tile2x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1665"> + <g id="tile3x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1665"> + <g id="tile4x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1665"> + <g id="tile5x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1665"> + <g id="tile6x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1665"> + <g id="tile7x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1665"> + <g id="tile8x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1665"> + <g id="tile9x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1665"> + <g id="tile10x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1665"> + <g id="tile11x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1665"> + <g id="tile12x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1665"> + <g id="tile13x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1665"> + <g id="tile14x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1665"> + <g id="tile15x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1665"> + <g id="tile16x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1665"> + <g id="tile17x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1665"> + <g id="tile18x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1665"> + <g id="tile19x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1665"> + <g id="tile20x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1665"> + <g id="tile21x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1665"> + <g id="tile22x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1665"> + <g id="tile23x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1665"> + <g id="tile24x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1665"> + <g id="tile25x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1665"> + <g id="tile26x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1665"> + <g id="tile27x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1665"> + <g id="tile28x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1665"> + <g id="tile29x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1665"> + <g id="tile30x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1665"> + <g id="tile31x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1665"> + <g id="tile32x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1665"> + <g id="tile33x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1665"> + <g id="tile34x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1665"> + <g id="tile35x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1665"> + <g id="tile36x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1665"> + <g id="tile37x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1665" y="0"> + <g id="tile38x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="45"> + <g id="tile38x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="90"> + <g id="tile38x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="135"> + <g id="tile38x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="180"> + <g id="tile38x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="225"> + <g id="tile38x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="270"> + <g id="tile38x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="315"> + <g id="tile38x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="360"> + <g id="tile38x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="405"> + <g id="tile38x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="450"> + <g id="tile38x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="495"> + <g id="tile38x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="540"> + <g id="tile38x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="585"> + <g id="tile38x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="630"> + <g id="tile38x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="675"> + <g id="tile38x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="720"> + <g id="tile38x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="765"> + <g id="tile38x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="810"> + <g id="tile38x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="855"> + <g id="tile38x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="900"> + <g id="tile38x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="945"> + <g id="tile38x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="990"> + <g id="tile38x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1035"> + <g id="tile38x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1080"> + <g id="tile38x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1125"> + <g id="tile38x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1170"> + <g id="tile38x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1215"> + <g id="tile38x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1260"> + <g id="tile38x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1305"> + <g id="tile38x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1350"> + <g id="tile38x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1395"> + <g id="tile38x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1440"> + <g id="tile38x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1485"> + <g id="tile38x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1530"> + <g id="tile38x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1575"> + <g id="tile38x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1620"> + <g id="tile38x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1665"> + <g id="tile38x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles39"> + <svg width="45" height="45" x="0" y="1710"> + <g id="tile1x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1710"> + <g id="tile2x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1710"> + <g id="tile3x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1710"> + <g id="tile4x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1710"> + <g id="tile5x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1710"> + <g id="tile6x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1710"> + <g id="tile7x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1710"> + <g id="tile8x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1710"> + <g id="tile9x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1710"> + <g id="tile10x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1710"> + <g id="tile11x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1710"> + <g id="tile12x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1710"> + <g id="tile13x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1710"> + <g id="tile14x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1710"> + <g id="tile15x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1710"> + <g id="tile16x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1710"> + <g id="tile17x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1710"> + <g id="tile18x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1710"> + <g id="tile19x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1710"> + <g id="tile20x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1710"> + <g id="tile21x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1710"> + <g id="tile22x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1710"> + <g id="tile23x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1710"> + <g id="tile24x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1710"> + <g id="tile25x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1710"> + <g id="tile26x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1710"> + <g id="tile27x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1710"> + <g id="tile28x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1710"> + <g id="tile29x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1710"> + <g id="tile30x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1710"> + <g id="tile31x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1710"> + <g id="tile32x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1710"> + <g id="tile33x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1710"> + <g id="tile34x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1710"> + <g id="tile35x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1710"> + <g id="tile36x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1710"> + <g id="tile37x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1710"> + <g id="tile38x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="0"> + <g id="tile39x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="45"> + <g id="tile39x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="90"> + <g id="tile39x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="135"> + <g id="tile39x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="180"> + <g id="tile39x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="225"> + <g id="tile39x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="270"> + <g id="tile39x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="315"> + <g id="tile39x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="360"> + <g id="tile39x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="405"> + <g id="tile39x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="450"> + <g id="tile39x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="495"> + <g id="tile39x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="540"> + <g id="tile39x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="585"> + <g id="tile39x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="630"> + <g id="tile39x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="675"> + <g id="tile39x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="720"> + <g id="tile39x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="765"> + <g id="tile39x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="810"> + <g id="tile39x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="855"> + <g id="tile39x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="900"> + <g id="tile39x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="945"> + <g id="tile39x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="990"> + <g id="tile39x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1035"> + <g id="tile39x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1080"> + <g id="tile39x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1125"> + <g id="tile39x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1170"> + <g id="tile39x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1215"> + <g id="tile39x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1260"> + <g id="tile39x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1305"> + <g id="tile39x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1350"> + <g id="tile39x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1395"> + <g id="tile39x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1440"> + <g id="tile39x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1485"> + <g id="tile39x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1530"> + <g id="tile39x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1575"> + <g id="tile39x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1620"> + <g id="tile39x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1665"> + <g id="tile39x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1710"> + <g id="tile39x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles40"> +<svg width="45" height="45" x="0" y="1755"> + <g id="tile1x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1755"> + <g id="tile2x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1755"> + <g id="tile3x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1755"> + <g id="tile4x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1755"> + <g id="tile5x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1755"> + <g id="tile6x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1755"> + <g id="tile7x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1755"> + <g id="tile8x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1755"> + <g id="tile9x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1755"> + <g id="tile10x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1755"> + <g id="tile11x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1755"> + <g id="tile12x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1755"> + <g id="tile13x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1755"> + <g id="tile14x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1755"> + <g id="tile15x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1755"> + <g id="tile16x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1755"> + <g id="tile17x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1755"> + <g id="tile18x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1755"> + <g id="tile19x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1755"> + <g id="tile20x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1755"> + <g id="tile21x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1755"> + <g id="tile22x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1755"> + <g id="tile23x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1755"> + <g id="tile24x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1755"> + <g id="tile25x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1755"> + <g id="tile26x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1755"> + <g id="tile27x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1755"> + <g id="tile28x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1755"> + <g id="tile29x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1755"> + <g id="tile30x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1755"> + <g id="tile31x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1755"> + <g id="tile32x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1755"> + <g id="tile33x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1755"> + <g id="tile34x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1755"> + <g id="tile35x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1755"> + <g id="tile36x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1755"> + <g id="tile37x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1755"> + <g id="tile38x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1755"> + <g id="tile39x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1755" y="0"> + <g id="tile40x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="45"> + <g id="tile40x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="90"> + <g id="tile40x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="135"> + <g id="tile40x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="180"> + <g id="tile40x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="225"> + <g id="tile40x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="270"> + <g id="tile40x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="315"> + <g id="tile40x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="360"> + <g id="tile40x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="405"> + <g id="tile40x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="450"> + <g id="tile40x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="495"> + <g id="tile40x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="540"> + <g id="tile40x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="585"> + <g id="tile40x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="630"> + <g id="tile40x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="675"> + <g id="tile40x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="720"> + <g id="tile40x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="765"> + <g id="tile40x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="810"> + <g id="tile40x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="855"> + <g id="tile40x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="900"> + <g id="tile40x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="945"> + <g id="tile40x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="990"> + <g id="tile40x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1035"> + <g id="tile40x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1080"> + <g id="tile40x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1125"> + <g id="tile40x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1170"> + <g id="tile40x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1215"> + <g id="tile40x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1260"> + <g id="tile40x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1305"> + <g id="tile40x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1350"> + <g id="tile40x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1395"> + <g id="tile40x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1440"> + <g id="tile40x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1485"> + <g id="tile40x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1530"> + <g id="tile40x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1575"> + <g id="tile40x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1620"> + <g id="tile40x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1665"> + <g id="tile40x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1710"> + <g id="tile40x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1755"> + <g id="tile40x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles41"> + <svg width="45" height="45" x="0" y="1800"> + <g id="tile1x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1800"> + <g id="tile2x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1800"> + <g id="tile3x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1800"> + <g id="tile4x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1800"> + <g id="tile5x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1800"> + <g id="tile6x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1800"> + <g id="tile7x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1800"> + <g id="tile8x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1800"> + <g id="tile9x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1800"> + <g id="tile10x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1800"> + <g id="tile11x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1800"> + <g id="tile12x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1800"> + <g id="tile13x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1800"> + <g id="tile14x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1800"> + <g id="tile15x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1800"> + <g id="tile16x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1800"> + <g id="tile17x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1800"> + <g id="tile18x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1800"> + <g id="tile19x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1800"> + <g id="tile20x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1800"> + <g id="tile21x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1800"> + <g id="tile22x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1800"> + <g id="tile23x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1800"> + <g id="tile24x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1800"> + <g id="tile25x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1800"> + <g id="tile26x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1800"> + <g id="tile27x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1800"> + <g id="tile28x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1800"> + <g id="tile29x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1800"> + <g id="tile30x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1800"> + <g id="tile31x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1800"> + <g id="tile32x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1800"> + <g id="tile33x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1800"> + <g id="tile34x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1800"> + <g id="tile35x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1800"> + <g id="tile36x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1800"> + <g id="tile37x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1800"> + <g id="tile38x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1800"> + <g id="tile39x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1800"> + <g id="tile40x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="0"> + <g id="tile41x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="45"> + <g id="tile41x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="90"> + <g id="tile41x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="135"> + <g id="tile41x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="180"> + <g id="tile41x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="225"> + <g id="tile41x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="270"> + <g id="tile41x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="315"> + <g id="tile41x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="360"> + <g id="tile41x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="405"> + <g id="tile41x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="450"> + <g id="tile41x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="495"> + <g id="tile41x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="540"> + <g id="tile41x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="585"> + <g id="tile41x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="630"> + <g id="tile41x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="675"> + <g id="tile41x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="720"> + <g id="tile41x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="765"> + <g id="tile41x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="810"> + <g id="tile41x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="855"> + <g id="tile41x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="900"> + <g id="tile41x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="945"> + <g id="tile41x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="990"> + <g id="tile41x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1035"> + <g id="tile41x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1080"> + <g id="tile41x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1125"> + <g id="tile41x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1170"> + <g id="tile41x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1215"> + <g id="tile41x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1260"> + <g id="tile41x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1305"> + <g id="tile41x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1350"> + <g id="tile41x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1395"> + <g id="tile41x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1440"> + <g id="tile41x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1485"> + <g id="tile41x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1530"> + <g id="tile41x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1575"> + <g id="tile41x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1620"> + <g id="tile41x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1665"> + <g id="tile41x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1710"> + <g id="tile41x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1755"> + <g id="tile41x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1800"> + <g id="tile41x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles42"> +<svg width="45" height="45" x="0" y="1845"> + <g id="tile1x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1845"> + <g id="tile2x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1845"> + <g id="tile3x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1845"> + <g id="tile4x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1845"> + <g id="tile5x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1845"> + <g id="tile6x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1845"> + <g id="tile7x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1845"> + <g id="tile8x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1845"> + <g id="tile9x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1845"> + <g id="tile10x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1845"> + <g id="tile11x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1845"> + <g id="tile12x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1845"> + <g id="tile13x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1845"> + <g id="tile14x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1845"> + <g id="tile15x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1845"> + <g id="tile16x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1845"> + <g id="tile17x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1845"> + <g id="tile18x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1845"> + <g id="tile19x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1845"> + <g id="tile20x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1845"> + <g id="tile21x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1845"> + <g id="tile22x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1845"> + <g id="tile23x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1845"> + <g id="tile24x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1845"> + <g id="tile25x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1845"> + <g id="tile26x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1845"> + <g id="tile27x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1845"> + <g id="tile28x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1845"> + <g id="tile29x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1845"> + <g id="tile30x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1845"> + <g id="tile31x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1845"> + <g id="tile32x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1845"> + <g id="tile33x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1845"> + <g id="tile34x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1845"> + <g id="tile35x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1845"> + <g id="tile36x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1845"> + <g id="tile37x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1845"> + <g id="tile38x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1845"> + <g id="tile39x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1845"> + <g id="tile40x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1845"> + <g id="tile41x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1845" y="0"> + <g id="tile42x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="45"> + <g id="tile42x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="90"> + <g id="tile42x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="135"> + <g id="tile42x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="180"> + <g id="tile42x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="225"> + <g id="tile42x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="270"> + <g id="tile42x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="315"> + <g id="tile42x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="360"> + <g id="tile42x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="405"> + <g id="tile42x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="450"> + <g id="tile42x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="495"> + <g id="tile42x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="540"> + <g id="tile42x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="585"> + <g id="tile42x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="630"> + <g id="tile42x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="675"> + <g id="tile42x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="720"> + <g id="tile42x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="765"> + <g id="tile42x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="810"> + <g id="tile42x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="855"> + <g id="tile42x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="900"> + <g id="tile42x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="945"> + <g id="tile42x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="990"> + <g id="tile42x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1035"> + <g id="tile42x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1080"> + <g id="tile42x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1125"> + <g id="tile42x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1170"> + <g id="tile42x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1215"> + <g id="tile42x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1260"> + <g id="tile42x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1305"> + <g id="tile42x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1350"> + <g id="tile42x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1395"> + <g id="tile42x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1440"> + <g id="tile42x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1485"> + <g id="tile42x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1530"> + <g id="tile42x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1575"> + <g id="tile42x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1620"> + <g id="tile42x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1665"> + <g id="tile42x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1710"> + <g id="tile42x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1755"> + <g id="tile42x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1800"> + <g id="tile42x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1845"> + <g id="tile42x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles43"> + <svg width="45" height="45" x="0" y="1890"> + <g id="tile1x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1890"> + <g id="tile2x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1890"> + <g id="tile3x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1890"> + <g id="tile4x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1890"> + <g id="tile5x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1890"> + <g id="tile6x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1890"> + <g id="tile7x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1890"> + <g id="tile8x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1890"> + <g id="tile9x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1890"> + <g id="tile10x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1890"> + <g id="tile11x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1890"> + <g id="tile12x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1890"> + <g id="tile13x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1890"> + <g id="tile14x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1890"> + <g id="tile15x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1890"> + <g id="tile16x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1890"> + <g id="tile17x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1890"> + <g id="tile18x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1890"> + <g id="tile19x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1890"> + <g id="tile20x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1890"> + <g id="tile21x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1890"> + <g id="tile22x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1890"> + <g id="tile23x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1890"> + <g id="tile24x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1890"> + <g id="tile25x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1890"> + <g id="tile26x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1890"> + <g id="tile27x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1890"> + <g id="tile28x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1890"> + <g id="tile29x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1890"> + <g id="tile30x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1890"> + <g id="tile31x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1890"> + <g id="tile32x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1890"> + <g id="tile33x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1890"> + <g id="tile34x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1890"> + <g id="tile35x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1890"> + <g id="tile36x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1890"> + <g id="tile37x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1890"> + <g id="tile38x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1890"> + <g id="tile39x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1890"> + <g id="tile40x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1890"> + <g id="tile41x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1890"> + <g id="tile42x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="0"> + <g id="tile43x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="45"> + <g id="tile43x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="90"> + <g id="tile43x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="135"> + <g id="tile43x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="180"> + <g id="tile43x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="225"> + <g id="tile43x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="270"> + <g id="tile43x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="315"> + <g id="tile43x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="360"> + <g id="tile43x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="405"> + <g id="tile43x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="450"> + <g id="tile43x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="495"> + <g id="tile43x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="540"> + <g id="tile43x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="585"> + <g id="tile43x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="630"> + <g id="tile43x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="675"> + <g id="tile43x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="720"> + <g id="tile43x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="765"> + <g id="tile43x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="810"> + <g id="tile43x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="855"> + <g id="tile43x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="900"> + <g id="tile43x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="945"> + <g id="tile43x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="990"> + <g id="tile43x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1035"> + <g id="tile43x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1080"> + <g id="tile43x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1125"> + <g id="tile43x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1170"> + <g id="tile43x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1215"> + <g id="tile43x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1260"> + <g id="tile43x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1305"> + <g id="tile43x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1350"> + <g id="tile43x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1395"> + <g id="tile43x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1440"> + <g id="tile43x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1485"> + <g id="tile43x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1530"> + <g id="tile43x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1575"> + <g id="tile43x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1620"> + <g id="tile43x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1665"> + <g id="tile43x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1710"> + <g id="tile43x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1755"> + <g id="tile43x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1800"> + <g id="tile43x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1845"> + <g id="tile43x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1890"> + <g id="tile43x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles44"> +<svg width="45" height="45" x="0" y="1935"> + <g id="tile1x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="1935"> + <g id="tile2x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="1935"> + <g id="tile3x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="1935"> + <g id="tile4x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="1935"> + <g id="tile5x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="1935"> + <g id="tile6x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="1935"> + <g id="tile7x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="1935"> + <g id="tile8x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="1935"> + <g id="tile9x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="1935"> + <g id="tile10x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="1935"> + <g id="tile11x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="1935"> + <g id="tile12x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="1935"> + <g id="tile13x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="1935"> + <g id="tile14x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="1935"> + <g id="tile15x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="1935"> + <g id="tile16x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="1935"> + <g id="tile17x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="1935"> + <g id="tile18x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="1935"> + <g id="tile19x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="1935"> + <g id="tile20x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="1935"> + <g id="tile21x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="1935"> + <g id="tile22x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="1935"> + <g id="tile23x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="1935"> + <g id="tile24x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="1935"> + <g id="tile25x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="1935"> + <g id="tile26x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="1935"> + <g id="tile27x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="1935"> + <g id="tile28x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="1935"> + <g id="tile29x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="1935"> + <g id="tile30x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="1935"> + <g id="tile31x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="1935"> + <g id="tile32x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="1935"> + <g id="tile33x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="1935"> + <g id="tile34x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="1935"> + <g id="tile35x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="1935"> + <g id="tile36x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="1935"> + <g id="tile37x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="1935"> + <g id="tile38x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="1935"> + <g id="tile39x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="1935"> + <g id="tile40x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="1935"> + <g id="tile41x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="1935"> + <g id="tile42x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="1935"> + <g id="tile43x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="1935" y="0"> + <g id="tile44x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="45"> + <g id="tile44x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="90"> + <g id="tile44x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="135"> + <g id="tile44x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="180"> + <g id="tile44x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="225"> + <g id="tile44x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="270"> + <g id="tile44x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="315"> + <g id="tile44x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="360"> + <g id="tile44x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="405"> + <g id="tile44x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="450"> + <g id="tile44x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="495"> + <g id="tile44x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="540"> + <g id="tile44x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="585"> + <g id="tile44x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="630"> + <g id="tile44x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="675"> + <g id="tile44x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="720"> + <g id="tile44x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="765"> + <g id="tile44x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="810"> + <g id="tile44x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="855"> + <g id="tile44x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="900"> + <g id="tile44x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="945"> + <g id="tile44x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="990"> + <g id="tile44x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1035"> + <g id="tile44x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1080"> + <g id="tile44x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1125"> + <g id="tile44x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1170"> + <g id="tile44x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1215"> + <g id="tile44x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1260"> + <g id="tile44x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1305"> + <g id="tile44x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1350"> + <g id="tile44x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1395"> + <g id="tile44x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1440"> + <g id="tile44x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1485"> + <g id="tile44x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1530"> + <g id="tile44x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1575"> + <g id="tile44x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1620"> + <g id="tile44x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1665"> + <g id="tile44x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1710"> + <g id="tile44x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1755"> + <g id="tile44x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1800"> + <g id="tile44x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1845"> + <g id="tile44x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1890"> + <g id="tile44x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="1935"> + <g id="tile44x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles45"> + <svg width="45" height="45" x="0" y="1980"> + <g id="tile1x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="1980"> + <g id="tile2x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="1980"> + <g id="tile3x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="1980"> + <g id="tile4x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="1980"> + <g id="tile5x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="1980"> + <g id="tile6x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="1980"> + <g id="tile7x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="1980"> + <g id="tile8x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="1980"> + <g id="tile9x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="1980"> + <g id="tile10x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="1980"> + <g id="tile11x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="1980"> + <g id="tile12x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="1980"> + <g id="tile13x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="1980"> + <g id="tile14x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="1980"> + <g id="tile15x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="1980"> + <g id="tile16x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="1980"> + <g id="tile17x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="1980"> + <g id="tile18x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="1980"> + <g id="tile19x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="1980"> + <g id="tile20x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="1980"> + <g id="tile21x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="1980"> + <g id="tile22x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="1980"> + <g id="tile23x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="1980"> + <g id="tile24x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="1980"> + <g id="tile25x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="1980"> + <g id="tile26x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="1980"> + <g id="tile27x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="1980"> + <g id="tile28x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="1980"> + <g id="tile29x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="1980"> + <g id="tile30x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="1980"> + <g id="tile31x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="1980"> + <g id="tile32x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="1980"> + <g id="tile33x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="1980"> + <g id="tile34x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="1980"> + <g id="tile35x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="1980"> + <g id="tile36x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="1980"> + <g id="tile37x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="1980"> + <g id="tile38x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="1980"> + <g id="tile39x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="1980"> + <g id="tile40x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="1980"> + <g id="tile41x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="1980"> + <g id="tile42x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="1980"> + <g id="tile43x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="1980"> + <g id="tile44x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="0"> + <g id="tile45x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="45"> + <g id="tile45x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="90"> + <g id="tile45x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="135"> + <g id="tile45x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="180"> + <g id="tile45x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="225"> + <g id="tile45x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="270"> + <g id="tile45x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="315"> + <g id="tile45x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="360"> + <g id="tile45x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="405"> + <g id="tile45x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="450"> + <g id="tile45x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="495"> + <g id="tile45x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="540"> + <g id="tile45x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="585"> + <g id="tile45x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="630"> + <g id="tile45x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="675"> + <g id="tile45x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="720"> + <g id="tile45x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="765"> + <g id="tile45x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="810"> + <g id="tile45x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="855"> + <g id="tile45x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="900"> + <g id="tile45x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="945"> + <g id="tile45x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="990"> + <g id="tile45x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1035"> + <g id="tile45x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1080"> + <g id="tile45x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1125"> + <g id="tile45x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1170"> + <g id="tile45x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1215"> + <g id="tile45x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1260"> + <g id="tile45x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1305"> + <g id="tile45x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1350"> + <g id="tile45x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1395"> + <g id="tile45x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1440"> + <g id="tile45x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1485"> + <g id="tile45x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1530"> + <g id="tile45x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1575"> + <g id="tile45x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1620"> + <g id="tile45x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1665"> + <g id="tile45x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1710"> + <g id="tile45x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1755"> + <g id="tile45x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1800"> + <g id="tile45x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1845"> + <g id="tile45x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1890"> + <g id="tile45x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="1935"> + <g id="tile45x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="1980"> + <g id="tile45x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles46"> +<svg width="45" height="45" x="0" y="2025"> + <g id="tile1x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2025"> + <g id="tile2x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2025"> + <g id="tile3x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2025"> + <g id="tile4x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2025"> + <g id="tile5x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2025"> + <g id="tile6x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2025"> + <g id="tile7x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2025"> + <g id="tile8x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2025"> + <g id="tile9x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2025"> + <g id="tile10x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2025"> + <g id="tile11x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2025"> + <g id="tile12x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2025"> + <g id="tile13x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2025"> + <g id="tile14x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2025"> + <g id="tile15x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2025"> + <g id="tile16x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2025"> + <g id="tile17x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2025"> + <g id="tile18x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2025"> + <g id="tile19x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2025"> + <g id="tile20x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2025"> + <g id="tile21x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2025"> + <g id="tile22x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2025"> + <g id="tile23x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2025"> + <g id="tile24x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2025"> + <g id="tile25x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2025"> + <g id="tile26x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2025"> + <g id="tile27x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2025"> + <g id="tile28x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2025"> + <g id="tile29x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2025"> + <g id="tile30x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2025"> + <g id="tile31x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2025"> + <g id="tile32x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2025"> + <g id="tile33x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2025"> + <g id="tile34x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2025"> + <g id="tile35x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2025"> + <g id="tile36x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2025"> + <g id="tile37x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2025"> + <g id="tile38x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2025"> + <g id="tile39x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2025"> + <g id="tile40x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2025"> + <g id="tile41x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2025"> + <g id="tile42x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2025"> + <g id="tile43x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2025"> + <g id="tile44x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2025"> + <g id="tile45x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2025" y="0"> + <g id="tile46x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="45"> + <g id="tile46x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="90"> + <g id="tile46x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="135"> + <g id="tile46x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="180"> + <g id="tile46x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="225"> + <g id="tile46x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="270"> + <g id="tile46x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="315"> + <g id="tile46x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="360"> + <g id="tile46x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="405"> + <g id="tile46x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="450"> + <g id="tile46x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="495"> + <g id="tile46x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="540"> + <g id="tile46x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="585"> + <g id="tile46x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="630"> + <g id="tile46x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="675"> + <g id="tile46x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="720"> + <g id="tile46x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="765"> + <g id="tile46x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="810"> + <g id="tile46x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="855"> + <g id="tile46x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="900"> + <g id="tile46x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="945"> + <g id="tile46x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="990"> + <g id="tile46x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1035"> + <g id="tile46x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1080"> + <g id="tile46x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1125"> + <g id="tile46x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1170"> + <g id="tile46x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1215"> + <g id="tile46x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1260"> + <g id="tile46x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1305"> + <g id="tile46x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1350"> + <g id="tile46x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1395"> + <g id="tile46x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1440"> + <g id="tile46x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1485"> + <g id="tile46x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1530"> + <g id="tile46x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1575"> + <g id="tile46x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1620"> + <g id="tile46x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1665"> + <g id="tile46x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1710"> + <g id="tile46x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1755"> + <g id="tile46x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1800"> + <g id="tile46x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1845"> + <g id="tile46x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1890"> + <g id="tile46x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="1935"> + <g id="tile46x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="1980"> + <g id="tile46x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2025"> + <g id="tile46x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles47"> + <svg width="45" height="45" x="0" y="2070"> + <g id="tile1x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2070"> + <g id="tile2x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2070"> + <g id="tile3x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2070"> + <g id="tile4x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2070"> + <g id="tile5x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2070"> + <g id="tile6x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2070"> + <g id="tile7x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2070"> + <g id="tile8x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2070"> + <g id="tile9x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2070"> + <g id="tile10x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2070"> + <g id="tile11x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2070"> + <g id="tile12x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2070"> + <g id="tile13x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2070"> + <g id="tile14x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2070"> + <g id="tile15x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2070"> + <g id="tile16x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2070"> + <g id="tile17x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2070"> + <g id="tile18x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2070"> + <g id="tile19x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2070"> + <g id="tile20x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2070"> + <g id="tile21x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2070"> + <g id="tile22x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2070"> + <g id="tile23x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2070"> + <g id="tile24x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2070"> + <g id="tile25x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2070"> + <g id="tile26x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2070"> + <g id="tile27x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2070"> + <g id="tile28x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2070"> + <g id="tile29x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2070"> + <g id="tile30x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2070"> + <g id="tile31x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2070"> + <g id="tile32x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2070"> + <g id="tile33x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2070"> + <g id="tile34x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2070"> + <g id="tile35x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2070"> + <g id="tile36x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2070"> + <g id="tile37x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2070"> + <g id="tile38x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2070"> + <g id="tile39x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2070"> + <g id="tile40x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2070"> + <g id="tile41x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2070"> + <g id="tile42x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2070"> + <g id="tile43x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2070"> + <g id="tile44x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2070"> + <g id="tile45x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2070"> + <g id="tile46x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="0"> + <g id="tile47x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="45"> + <g id="tile47x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="90"> + <g id="tile47x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="135"> + <g id="tile47x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="180"> + <g id="tile47x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="225"> + <g id="tile47x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="270"> + <g id="tile47x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="315"> + <g id="tile47x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="360"> + <g id="tile47x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="405"> + <g id="tile47x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="450"> + <g id="tile47x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="495"> + <g id="tile47x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="540"> + <g id="tile47x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="585"> + <g id="tile47x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="630"> + <g id="tile47x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="675"> + <g id="tile47x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="720"> + <g id="tile47x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="765"> + <g id="tile47x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="810"> + <g id="tile47x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="855"> + <g id="tile47x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="900"> + <g id="tile47x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="945"> + <g id="tile47x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="990"> + <g id="tile47x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1035"> + <g id="tile47x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1080"> + <g id="tile47x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1125"> + <g id="tile47x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1170"> + <g id="tile47x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1215"> + <g id="tile47x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1260"> + <g id="tile47x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1305"> + <g id="tile47x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1350"> + <g id="tile47x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1395"> + <g id="tile47x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1440"> + <g id="tile47x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1485"> + <g id="tile47x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1530"> + <g id="tile47x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1575"> + <g id="tile47x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1620"> + <g id="tile47x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1665"> + <g id="tile47x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1710"> + <g id="tile47x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1755"> + <g id="tile47x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1800"> + <g id="tile47x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1845"> + <g id="tile47x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1890"> + <g id="tile47x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="1935"> + <g id="tile47x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="1980"> + <g id="tile47x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2025"> + <g id="tile47x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2070"> + <g id="tile47x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles48"> +<svg width="45" height="45" x="0" y="2115"> + <g id="tile1x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2115"> + <g id="tile2x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2115"> + <g id="tile3x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2115"> + <g id="tile4x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2115"> + <g id="tile5x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2115"> + <g id="tile6x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2115"> + <g id="tile7x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2115"> + <g id="tile8x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2115"> + <g id="tile9x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2115"> + <g id="tile10x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2115"> + <g id="tile11x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2115"> + <g id="tile12x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2115"> + <g id="tile13x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2115"> + <g id="tile14x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2115"> + <g id="tile15x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2115"> + <g id="tile16x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2115"> + <g id="tile17x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2115"> + <g id="tile18x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2115"> + <g id="tile19x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2115"> + <g id="tile20x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2115"> + <g id="tile21x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2115"> + <g id="tile22x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2115"> + <g id="tile23x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2115"> + <g id="tile24x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2115"> + <g id="tile25x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2115"> + <g id="tile26x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2115"> + <g id="tile27x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2115"> + <g id="tile28x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2115"> + <g id="tile29x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2115"> + <g id="tile30x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2115"> + <g id="tile31x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2115"> + <g id="tile32x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2115"> + <g id="tile33x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2115"> + <g id="tile34x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2115"> + <g id="tile35x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2115"> + <g id="tile36x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2115"> + <g id="tile37x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2115"> + <g id="tile38x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2115"> + <g id="tile39x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2115"> + <g id="tile40x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2115"> + <g id="tile41x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2115"> + <g id="tile42x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2115"> + <g id="tile43x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2115"> + <g id="tile44x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2115"> + <g id="tile45x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2115"> + <g id="tile46x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2115"> + <g id="tile47x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2115" y="0"> + <g id="tile48x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="45"> + <g id="tile48x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="90"> + <g id="tile48x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="135"> + <g id="tile48x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="180"> + <g id="tile48x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="225"> + <g id="tile48x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="270"> + <g id="tile48x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="315"> + <g id="tile48x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="360"> + <g id="tile48x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="405"> + <g id="tile48x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="450"> + <g id="tile48x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="495"> + <g id="tile48x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="540"> + <g id="tile48x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="585"> + <g id="tile48x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="630"> + <g id="tile48x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="675"> + <g id="tile48x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="720"> + <g id="tile48x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="765"> + <g id="tile48x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="810"> + <g id="tile48x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="855"> + <g id="tile48x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="900"> + <g id="tile48x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="945"> + <g id="tile48x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="990"> + <g id="tile48x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1035"> + <g id="tile48x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1080"> + <g id="tile48x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1125"> + <g id="tile48x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1170"> + <g id="tile48x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1215"> + <g id="tile48x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1260"> + <g id="tile48x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1305"> + <g id="tile48x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1350"> + <g id="tile48x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1395"> + <g id="tile48x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1440"> + <g id="tile48x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1485"> + <g id="tile48x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1530"> + <g id="tile48x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1575"> + <g id="tile48x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1620"> + <g id="tile48x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1665"> + <g id="tile48x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1710"> + <g id="tile48x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1755"> + <g id="tile48x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1800"> + <g id="tile48x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1845"> + <g id="tile48x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1890"> + <g id="tile48x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="1935"> + <g id="tile48x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="1980"> + <g id="tile48x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2025"> + <g id="tile48x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2070"> + <g id="tile48x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2115"> + <g id="tile48x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles49"> + <svg width="45" height="45" x="0" y="2160"> + <g id="tile1x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2160"> + <g id="tile2x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2160"> + <g id="tile3x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2160"> + <g id="tile4x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2160"> + <g id="tile5x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2160"> + <g id="tile6x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2160"> + <g id="tile7x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2160"> + <g id="tile8x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2160"> + <g id="tile9x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2160"> + <g id="tile10x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2160"> + <g id="tile11x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2160"> + <g id="tile12x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2160"> + <g id="tile13x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2160"> + <g id="tile14x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2160"> + <g id="tile15x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2160"> + <g id="tile16x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2160"> + <g id="tile17x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2160"> + <g id="tile18x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2160"> + <g id="tile19x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2160"> + <g id="tile20x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2160"> + <g id="tile21x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2160"> + <g id="tile22x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2160"> + <g id="tile23x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2160"> + <g id="tile24x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2160"> + <g id="tile25x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2160"> + <g id="tile26x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2160"> + <g id="tile27x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2160"> + <g id="tile28x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2160"> + <g id="tile29x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2160"> + <g id="tile30x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2160"> + <g id="tile31x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2160"> + <g id="tile32x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2160"> + <g id="tile33x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2160"> + <g id="tile34x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2160"> + <g id="tile35x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2160"> + <g id="tile36x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2160"> + <g id="tile37x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2160"> + <g id="tile38x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2160"> + <g id="tile39x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2160"> + <g id="tile40x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2160"> + <g id="tile41x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2160"> + <g id="tile42x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2160"> + <g id="tile43x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2160"> + <g id="tile44x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2160"> + <g id="tile45x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2160"> + <g id="tile46x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2160"> + <g id="tile47x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2160"> + <g id="tile48x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="0"> + <g id="tile49x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="45"> + <g id="tile49x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="90"> + <g id="tile49x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="135"> + <g id="tile49x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="180"> + <g id="tile49x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="225"> + <g id="tile49x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="270"> + <g id="tile49x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="315"> + <g id="tile49x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="360"> + <g id="tile49x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="405"> + <g id="tile49x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="450"> + <g id="tile49x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="495"> + <g id="tile49x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="540"> + <g id="tile49x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="585"> + <g id="tile49x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="630"> + <g id="tile49x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="675"> + <g id="tile49x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="720"> + <g id="tile49x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="765"> + <g id="tile49x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="810"> + <g id="tile49x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="855"> + <g id="tile49x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="900"> + <g id="tile49x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="945"> + <g id="tile49x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="990"> + <g id="tile49x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1035"> + <g id="tile49x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1080"> + <g id="tile49x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1125"> + <g id="tile49x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1170"> + <g id="tile49x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1215"> + <g id="tile49x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1260"> + <g id="tile49x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1305"> + <g id="tile49x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1350"> + <g id="tile49x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1395"> + <g id="tile49x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1440"> + <g id="tile49x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1485"> + <g id="tile49x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1530"> + <g id="tile49x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1575"> + <g id="tile49x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1620"> + <g id="tile49x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1665"> + <g id="tile49x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1710"> + <g id="tile49x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1755"> + <g id="tile49x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1800"> + <g id="tile49x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1845"> + <g id="tile49x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1890"> + <g id="tile49x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="1935"> + <g id="tile49x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="1980"> + <g id="tile49x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2025"> + <g id="tile49x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2070"> + <g id="tile49x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2115"> + <g id="tile49x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2160"> + <g id="tile49x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles50"> +<svg width="45" height="45" x="0" y="2205"> + <g id="tile1x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2205"> + <g id="tile2x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2205"> + <g id="tile3x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2205"> + <g id="tile4x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2205"> + <g id="tile5x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2205"> + <g id="tile6x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2205"> + <g id="tile7x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2205"> + <g id="tile8x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2205"> + <g id="tile9x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2205"> + <g id="tile10x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2205"> + <g id="tile11x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2205"> + <g id="tile12x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2205"> + <g id="tile13x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2205"> + <g id="tile14x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2205"> + <g id="tile15x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2205"> + <g id="tile16x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2205"> + <g id="tile17x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2205"> + <g id="tile18x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2205"> + <g id="tile19x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2205"> + <g id="tile20x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2205"> + <g id="tile21x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2205"> + <g id="tile22x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2205"> + <g id="tile23x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2205"> + <g id="tile24x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2205"> + <g id="tile25x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2205"> + <g id="tile26x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2205"> + <g id="tile27x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2205"> + <g id="tile28x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2205"> + <g id="tile29x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2205"> + <g id="tile30x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2205"> + <g id="tile31x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2205"> + <g id="tile32x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2205"> + <g id="tile33x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2205"> + <g id="tile34x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2205"> + <g id="tile35x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2205"> + <g id="tile36x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2205"> + <g id="tile37x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2205"> + <g id="tile38x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2205"> + <g id="tile39x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2205"> + <g id="tile40x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2205"> + <g id="tile41x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2205"> + <g id="tile42x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2205"> + <g id="tile43x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2205"> + <g id="tile44x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2205"> + <g id="tile45x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2205"> + <g id="tile46x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2205"> + <g id="tile47x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2205"> + <g id="tile48x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2205"> + <g id="tile49x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2205" y="0"> + <g id="tile50x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="45"> + <g id="tile50x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="90"> + <g id="tile50x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="135"> + <g id="tile50x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="180"> + <g id="tile50x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="225"> + <g id="tile50x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="270"> + <g id="tile50x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="315"> + <g id="tile50x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="360"> + <g id="tile50x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="405"> + <g id="tile50x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="450"> + <g id="tile50x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="495"> + <g id="tile50x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="540"> + <g id="tile50x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="585"> + <g id="tile50x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="630"> + <g id="tile50x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="675"> + <g id="tile50x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="720"> + <g id="tile50x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="765"> + <g id="tile50x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="810"> + <g id="tile50x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="855"> + <g id="tile50x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="900"> + <g id="tile50x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="945"> + <g id="tile50x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="990"> + <g id="tile50x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1035"> + <g id="tile50x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1080"> + <g id="tile50x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1125"> + <g id="tile50x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1170"> + <g id="tile50x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1215"> + <g id="tile50x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1260"> + <g id="tile50x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1305"> + <g id="tile50x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1350"> + <g id="tile50x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1395"> + <g id="tile50x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1440"> + <g id="tile50x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1485"> + <g id="tile50x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1530"> + <g id="tile50x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1575"> + <g id="tile50x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1620"> + <g id="tile50x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1665"> + <g id="tile50x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1710"> + <g id="tile50x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1755"> + <g id="tile50x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1800"> + <g id="tile50x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1845"> + <g id="tile50x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1890"> + <g id="tile50x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="1935"> + <g id="tile50x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="1980"> + <g id="tile50x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2025"> + <g id="tile50x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2070"> + <g id="tile50x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2115"> + <g id="tile50x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2160"> + <g id="tile50x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2205"> + <g id="tile50x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles51"> + <svg width="45" height="45" x="0" y="2250"> + <g id="tile1x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2250"> + <g id="tile2x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2250"> + <g id="tile3x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2250"> + <g id="tile4x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2250"> + <g id="tile5x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2250"> + <g id="tile6x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2250"> + <g id="tile7x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2250"> + <g id="tile8x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2250"> + <g id="tile9x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2250"> + <g id="tile10x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2250"> + <g id="tile11x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2250"> + <g id="tile12x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2250"> + <g id="tile13x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2250"> + <g id="tile14x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2250"> + <g id="tile15x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2250"> + <g id="tile16x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2250"> + <g id="tile17x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2250"> + <g id="tile18x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2250"> + <g id="tile19x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2250"> + <g id="tile20x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2250"> + <g id="tile21x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2250"> + <g id="tile22x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2250"> + <g id="tile23x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2250"> + <g id="tile24x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2250"> + <g id="tile25x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2250"> + <g id="tile26x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2250"> + <g id="tile27x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2250"> + <g id="tile28x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2250"> + <g id="tile29x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2250"> + <g id="tile30x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2250"> + <g id="tile31x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2250"> + <g id="tile32x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2250"> + <g id="tile33x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2250"> + <g id="tile34x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2250"> + <g id="tile35x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2250"> + <g id="tile36x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2250"> + <g id="tile37x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2250"> + <g id="tile38x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2250"> + <g id="tile39x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2250"> + <g id="tile40x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2250"> + <g id="tile41x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2250"> + <g id="tile42x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2250"> + <g id="tile43x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2250"> + <g id="tile44x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2250"> + <g id="tile45x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2250"> + <g id="tile46x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2250"> + <g id="tile47x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2250"> + <g id="tile48x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2250"> + <g id="tile49x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2250"> + <g id="tile50x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="0"> + <g id="tile51x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="45"> + <g id="tile51x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="90"> + <g id="tile51x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="135"> + <g id="tile51x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="180"> + <g id="tile51x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="225"> + <g id="tile51x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="270"> + <g id="tile51x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="315"> + <g id="tile51x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="360"> + <g id="tile51x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="405"> + <g id="tile51x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="450"> + <g id="tile51x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="495"> + <g id="tile51x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="540"> + <g id="tile51x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="585"> + <g id="tile51x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="630"> + <g id="tile51x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="675"> + <g id="tile51x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="720"> + <g id="tile51x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="765"> + <g id="tile51x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="810"> + <g id="tile51x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="855"> + <g id="tile51x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="900"> + <g id="tile51x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="945"> + <g id="tile51x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="990"> + <g id="tile51x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1035"> + <g id="tile51x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1080"> + <g id="tile51x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1125"> + <g id="tile51x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1170"> + <g id="tile51x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1215"> + <g id="tile51x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1260"> + <g id="tile51x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1305"> + <g id="tile51x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1350"> + <g id="tile51x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1395"> + <g id="tile51x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1440"> + <g id="tile51x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1485"> + <g id="tile51x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1530"> + <g id="tile51x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1575"> + <g id="tile51x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1620"> + <g id="tile51x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1665"> + <g id="tile51x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1710"> + <g id="tile51x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1755"> + <g id="tile51x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1800"> + <g id="tile51x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1845"> + <g id="tile51x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1890"> + <g id="tile51x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="1935"> + <g id="tile51x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="1980"> + <g id="tile51x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2025"> + <g id="tile51x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2070"> + <g id="tile51x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2115"> + <g id="tile51x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2160"> + <g id="tile51x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2205"> + <g id="tile51x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2250"> + <g id="tile51x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles52"> +<svg width="45" height="45" x="0" y="2295"> + <g id="tile1x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2295"> + <g id="tile2x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2295"> + <g id="tile3x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2295"> + <g id="tile4x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2295"> + <g id="tile5x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2295"> + <g id="tile6x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2295"> + <g id="tile7x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2295"> + <g id="tile8x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2295"> + <g id="tile9x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2295"> + <g id="tile10x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2295"> + <g id="tile11x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2295"> + <g id="tile12x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2295"> + <g id="tile13x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2295"> + <g id="tile14x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2295"> + <g id="tile15x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2295"> + <g id="tile16x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2295"> + <g id="tile17x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2295"> + <g id="tile18x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2295"> + <g id="tile19x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2295"> + <g id="tile20x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2295"> + <g id="tile21x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2295"> + <g id="tile22x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2295"> + <g id="tile23x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2295"> + <g id="tile24x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2295"> + <g id="tile25x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2295"> + <g id="tile26x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2295"> + <g id="tile27x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2295"> + <g id="tile28x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2295"> + <g id="tile29x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2295"> + <g id="tile30x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2295"> + <g id="tile31x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2295"> + <g id="tile32x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2295"> + <g id="tile33x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2295"> + <g id="tile34x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2295"> + <g id="tile35x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2295"> + <g id="tile36x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2295"> + <g id="tile37x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2295"> + <g id="tile38x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2295"> + <g id="tile39x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2295"> + <g id="tile40x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2295"> + <g id="tile41x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2295"> + <g id="tile42x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2295"> + <g id="tile43x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2295"> + <g id="tile44x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2295"> + <g id="tile45x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2295"> + <g id="tile46x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2295"> + <g id="tile47x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2295"> + <g id="tile48x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2295"> + <g id="tile49x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2295"> + <g id="tile50x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2295"> + <g id="tile51x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2295" y="0"> + <g id="tile52x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="45"> + <g id="tile52x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="90"> + <g id="tile52x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="135"> + <g id="tile52x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="180"> + <g id="tile52x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="225"> + <g id="tile52x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="270"> + <g id="tile52x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="315"> + <g id="tile52x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="360"> + <g id="tile52x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="405"> + <g id="tile52x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="450"> + <g id="tile52x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="495"> + <g id="tile52x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="540"> + <g id="tile52x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="585"> + <g id="tile52x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="630"> + <g id="tile52x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="675"> + <g id="tile52x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="720"> + <g id="tile52x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="765"> + <g id="tile52x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="810"> + <g id="tile52x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="855"> + <g id="tile52x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="900"> + <g id="tile52x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="945"> + <g id="tile52x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="990"> + <g id="tile52x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1035"> + <g id="tile52x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1080"> + <g id="tile52x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1125"> + <g id="tile52x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1170"> + <g id="tile52x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1215"> + <g id="tile52x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1260"> + <g id="tile52x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1305"> + <g id="tile52x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1350"> + <g id="tile52x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1395"> + <g id="tile52x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1440"> + <g id="tile52x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1485"> + <g id="tile52x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1530"> + <g id="tile52x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1575"> + <g id="tile52x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1620"> + <g id="tile52x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1665"> + <g id="tile52x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1710"> + <g id="tile52x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1755"> + <g id="tile52x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1800"> + <g id="tile52x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1845"> + <g id="tile52x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1890"> + <g id="tile52x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="1935"> + <g id="tile52x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="1980"> + <g id="tile52x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2025"> + <g id="tile52x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2070"> + <g id="tile52x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2115"> + <g id="tile52x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2160"> + <g id="tile52x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2205"> + <g id="tile52x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2250"> + <g id="tile52x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2295"> + <g id="tile52x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles53"> + <svg width="45" height="45" x="0" y="2340"> + <g id="tile1x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2340"> + <g id="tile2x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2340"> + <g id="tile3x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2340"> + <g id="tile4x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2340"> + <g id="tile5x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2340"> + <g id="tile6x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2340"> + <g id="tile7x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2340"> + <g id="tile8x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2340"> + <g id="tile9x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2340"> + <g id="tile10x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2340"> + <g id="tile11x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2340"> + <g id="tile12x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2340"> + <g id="tile13x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2340"> + <g id="tile14x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2340"> + <g id="tile15x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2340"> + <g id="tile16x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2340"> + <g id="tile17x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2340"> + <g id="tile18x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2340"> + <g id="tile19x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2340"> + <g id="tile20x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2340"> + <g id="tile21x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2340"> + <g id="tile22x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2340"> + <g id="tile23x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2340"> + <g id="tile24x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2340"> + <g id="tile25x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2340"> + <g id="tile26x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2340"> + <g id="tile27x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2340"> + <g id="tile28x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2340"> + <g id="tile29x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2340"> + <g id="tile30x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2340"> + <g id="tile31x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2340"> + <g id="tile32x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2340"> + <g id="tile33x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2340"> + <g id="tile34x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2340"> + <g id="tile35x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2340"> + <g id="tile36x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2340"> + <g id="tile37x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2340"> + <g id="tile38x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2340"> + <g id="tile39x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2340"> + <g id="tile40x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2340"> + <g id="tile41x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2340"> + <g id="tile42x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2340"> + <g id="tile43x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2340"> + <g id="tile44x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2340"> + <g id="tile45x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2340"> + <g id="tile46x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2340"> + <g id="tile47x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2340"> + <g id="tile48x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2340"> + <g id="tile49x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2340"> + <g id="tile50x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2340"> + <g id="tile51x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2340"> + <g id="tile52x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="0"> + <g id="tile53x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="45"> + <g id="tile53x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="90"> + <g id="tile53x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="135"> + <g id="tile53x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="180"> + <g id="tile53x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="225"> + <g id="tile53x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="270"> + <g id="tile53x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="315"> + <g id="tile53x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="360"> + <g id="tile53x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="405"> + <g id="tile53x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="450"> + <g id="tile53x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="495"> + <g id="tile53x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="540"> + <g id="tile53x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="585"> + <g id="tile53x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="630"> + <g id="tile53x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="675"> + <g id="tile53x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="720"> + <g id="tile53x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="765"> + <g id="tile53x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="810"> + <g id="tile53x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="855"> + <g id="tile53x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="900"> + <g id="tile53x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="945"> + <g id="tile53x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="990"> + <g id="tile53x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1035"> + <g id="tile53x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1080"> + <g id="tile53x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1125"> + <g id="tile53x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1170"> + <g id="tile53x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1215"> + <g id="tile53x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1260"> + <g id="tile53x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1305"> + <g id="tile53x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1350"> + <g id="tile53x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1395"> + <g id="tile53x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1440"> + <g id="tile53x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1485"> + <g id="tile53x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1530"> + <g id="tile53x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1575"> + <g id="tile53x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1620"> + <g id="tile53x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1665"> + <g id="tile53x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1710"> + <g id="tile53x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1755"> + <g id="tile53x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1800"> + <g id="tile53x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1845"> + <g id="tile53x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1890"> + <g id="tile53x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="1935"> + <g id="tile53x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="1980"> + <g id="tile53x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2025"> + <g id="tile53x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2070"> + <g id="tile53x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2115"> + <g id="tile53x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2160"> + <g id="tile53x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2205"> + <g id="tile53x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2250"> + <g id="tile53x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2295"> + <g id="tile53x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2340"> + <g id="tile53x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles54"> +<svg width="45" height="45" x="0" y="2385"> + <g id="tile1x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2385"> + <g id="tile2x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2385"> + <g id="tile3x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2385"> + <g id="tile4x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2385"> + <g id="tile5x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2385"> + <g id="tile6x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2385"> + <g id="tile7x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2385"> + <g id="tile8x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2385"> + <g id="tile9x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2385"> + <g id="tile10x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2385"> + <g id="tile11x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2385"> + <g id="tile12x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2385"> + <g id="tile13x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2385"> + <g id="tile14x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2385"> + <g id="tile15x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2385"> + <g id="tile16x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2385"> + <g id="tile17x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2385"> + <g id="tile18x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2385"> + <g id="tile19x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2385"> + <g id="tile20x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2385"> + <g id="tile21x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2385"> + <g id="tile22x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2385"> + <g id="tile23x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2385"> + <g id="tile24x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2385"> + <g id="tile25x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2385"> + <g id="tile26x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2385"> + <g id="tile27x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2385"> + <g id="tile28x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2385"> + <g id="tile29x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2385"> + <g id="tile30x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2385"> + <g id="tile31x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2385"> + <g id="tile32x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2385"> + <g id="tile33x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2385"> + <g id="tile34x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2385"> + <g id="tile35x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2385"> + <g id="tile36x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2385"> + <g id="tile37x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2385"> + <g id="tile38x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2385"> + <g id="tile39x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2385"> + <g id="tile40x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2385"> + <g id="tile41x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2385"> + <g id="tile42x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2385"> + <g id="tile43x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2385"> + <g id="tile44x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2385"> + <g id="tile45x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2385"> + <g id="tile46x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2385"> + <g id="tile47x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2385"> + <g id="tile48x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2385"> + <g id="tile49x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2385"> + <g id="tile50x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2385"> + <g id="tile51x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2385"> + <g id="tile52x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2385"> + <g id="tile53x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2385" y="0"> + <g id="tile54x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="45"> + <g id="tile54x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="90"> + <g id="tile54x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="135"> + <g id="tile54x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="180"> + <g id="tile54x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="225"> + <g id="tile54x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="270"> + <g id="tile54x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="315"> + <g id="tile54x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="360"> + <g id="tile54x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="405"> + <g id="tile54x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="450"> + <g id="tile54x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="495"> + <g id="tile54x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="540"> + <g id="tile54x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="585"> + <g id="tile54x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="630"> + <g id="tile54x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="675"> + <g id="tile54x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="720"> + <g id="tile54x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="765"> + <g id="tile54x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="810"> + <g id="tile54x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="855"> + <g id="tile54x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="900"> + <g id="tile54x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="945"> + <g id="tile54x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="990"> + <g id="tile54x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1035"> + <g id="tile54x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1080"> + <g id="tile54x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1125"> + <g id="tile54x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1170"> + <g id="tile54x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1215"> + <g id="tile54x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1260"> + <g id="tile54x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1305"> + <g id="tile54x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1350"> + <g id="tile54x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1395"> + <g id="tile54x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1440"> + <g id="tile54x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1485"> + <g id="tile54x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1530"> + <g id="tile54x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1575"> + <g id="tile54x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1620"> + <g id="tile54x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1665"> + <g id="tile54x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1710"> + <g id="tile54x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1755"> + <g id="tile54x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1800"> + <g id="tile54x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1845"> + <g id="tile54x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1890"> + <g id="tile54x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="1935"> + <g id="tile54x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="1980"> + <g id="tile54x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2025"> + <g id="tile54x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2070"> + <g id="tile54x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2115"> + <g id="tile54x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2160"> + <g id="tile54x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2205"> + <g id="tile54x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2250"> + <g id="tile54x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2295"> + <g id="tile54x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2340"> + <g id="tile54x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2385"> + <g id="tile54x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles55"> + <svg width="45" height="45" x="0" y="2430"> + <g id="tile1x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2430"> + <g id="tile2x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2430"> + <g id="tile3x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2430"> + <g id="tile4x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2430"> + <g id="tile5x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2430"> + <g id="tile6x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2430"> + <g id="tile7x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2430"> + <g id="tile8x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2430"> + <g id="tile9x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2430"> + <g id="tile10x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2430"> + <g id="tile11x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2430"> + <g id="tile12x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2430"> + <g id="tile13x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2430"> + <g id="tile14x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2430"> + <g id="tile15x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2430"> + <g id="tile16x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2430"> + <g id="tile17x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2430"> + <g id="tile18x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2430"> + <g id="tile19x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2430"> + <g id="tile20x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2430"> + <g id="tile21x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2430"> + <g id="tile22x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2430"> + <g id="tile23x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2430"> + <g id="tile24x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2430"> + <g id="tile25x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2430"> + <g id="tile26x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2430"> + <g id="tile27x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2430"> + <g id="tile28x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2430"> + <g id="tile29x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2430"> + <g id="tile30x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2430"> + <g id="tile31x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2430"> + <g id="tile32x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2430"> + <g id="tile33x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2430"> + <g id="tile34x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2430"> + <g id="tile35x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2430"> + <g id="tile36x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2430"> + <g id="tile37x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2430"> + <g id="tile38x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2430"> + <g id="tile39x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2430"> + <g id="tile40x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2430"> + <g id="tile41x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2430"> + <g id="tile42x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2430"> + <g id="tile43x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2430"> + <g id="tile44x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2430"> + <g id="tile45x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2430"> + <g id="tile46x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2430"> + <g id="tile47x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2430"> + <g id="tile48x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2430"> + <g id="tile49x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2430"> + <g id="tile50x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2430"> + <g id="tile51x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2430"> + <g id="tile52x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2430"> + <g id="tile53x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2430"> + <g id="tile54x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="0"> + <g id="tile55x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="45"> + <g id="tile55x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="90"> + <g id="tile55x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="135"> + <g id="tile55x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="180"> + <g id="tile55x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="225"> + <g id="tile55x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="270"> + <g id="tile55x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="315"> + <g id="tile55x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="360"> + <g id="tile55x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="405"> + <g id="tile55x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="450"> + <g id="tile55x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="495"> + <g id="tile55x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="540"> + <g id="tile55x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="585"> + <g id="tile55x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="630"> + <g id="tile55x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="675"> + <g id="tile55x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="720"> + <g id="tile55x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="765"> + <g id="tile55x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="810"> + <g id="tile55x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="855"> + <g id="tile55x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="900"> + <g id="tile55x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="945"> + <g id="tile55x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="990"> + <g id="tile55x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1035"> + <g id="tile55x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1080"> + <g id="tile55x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1125"> + <g id="tile55x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1170"> + <g id="tile55x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1215"> + <g id="tile55x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1260"> + <g id="tile55x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1305"> + <g id="tile55x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1350"> + <g id="tile55x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1395"> + <g id="tile55x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1440"> + <g id="tile55x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1485"> + <g id="tile55x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1530"> + <g id="tile55x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1575"> + <g id="tile55x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1620"> + <g id="tile55x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1665"> + <g id="tile55x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1710"> + <g id="tile55x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1755"> + <g id="tile55x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1800"> + <g id="tile55x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1845"> + <g id="tile55x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1890"> + <g id="tile55x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="1935"> + <g id="tile55x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="1980"> + <g id="tile55x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2025"> + <g id="tile55x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2070"> + <g id="tile55x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2115"> + <g id="tile55x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2160"> + <g id="tile55x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2205"> + <g id="tile55x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2250"> + <g id="tile55x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2295"> + <g id="tile55x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2340"> + <g id="tile55x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2385"> + <g id="tile55x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2430"> + <g id="tile55x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles56"> +<svg width="45" height="45" x="0" y="2475"> + <g id="tile1x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2475"> + <g id="tile2x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2475"> + <g id="tile3x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2475"> + <g id="tile4x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2475"> + <g id="tile5x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2475"> + <g id="tile6x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2475"> + <g id="tile7x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2475"> + <g id="tile8x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2475"> + <g id="tile9x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2475"> + <g id="tile10x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2475"> + <g id="tile11x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2475"> + <g id="tile12x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2475"> + <g id="tile13x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2475"> + <g id="tile14x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2475"> + <g id="tile15x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2475"> + <g id="tile16x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2475"> + <g id="tile17x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2475"> + <g id="tile18x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2475"> + <g id="tile19x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2475"> + <g id="tile20x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2475"> + <g id="tile21x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2475"> + <g id="tile22x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2475"> + <g id="tile23x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2475"> + <g id="tile24x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2475"> + <g id="tile25x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2475"> + <g id="tile26x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2475"> + <g id="tile27x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2475"> + <g id="tile28x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2475"> + <g id="tile29x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2475"> + <g id="tile30x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2475"> + <g id="tile31x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2475"> + <g id="tile32x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2475"> + <g id="tile33x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2475"> + <g id="tile34x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2475"> + <g id="tile35x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2475"> + <g id="tile36x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2475"> + <g id="tile37x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2475"> + <g id="tile38x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2475"> + <g id="tile39x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2475"> + <g id="tile40x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2475"> + <g id="tile41x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2475"> + <g id="tile42x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2475"> + <g id="tile43x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2475"> + <g id="tile44x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2475"> + <g id="tile45x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2475"> + <g id="tile46x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2475"> + <g id="tile47x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2475"> + <g id="tile48x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2475"> + <g id="tile49x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2475"> + <g id="tile50x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2475"> + <g id="tile51x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2475"> + <g id="tile52x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2475"> + <g id="tile53x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2475"> + <g id="tile54x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2475"> + <g id="tile55x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2475" y="0"> + <g id="tile56x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="45"> + <g id="tile56x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="90"> + <g id="tile56x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="135"> + <g id="tile56x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="180"> + <g id="tile56x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="225"> + <g id="tile56x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="270"> + <g id="tile56x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="315"> + <g id="tile56x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="360"> + <g id="tile56x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="405"> + <g id="tile56x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="450"> + <g id="tile56x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="495"> + <g id="tile56x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="540"> + <g id="tile56x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="585"> + <g id="tile56x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="630"> + <g id="tile56x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="675"> + <g id="tile56x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="720"> + <g id="tile56x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="765"> + <g id="tile56x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="810"> + <g id="tile56x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="855"> + <g id="tile56x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="900"> + <g id="tile56x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="945"> + <g id="tile56x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="990"> + <g id="tile56x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1035"> + <g id="tile56x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1080"> + <g id="tile56x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1125"> + <g id="tile56x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1170"> + <g id="tile56x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1215"> + <g id="tile56x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1260"> + <g id="tile56x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1305"> + <g id="tile56x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1350"> + <g id="tile56x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1395"> + <g id="tile56x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1440"> + <g id="tile56x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1485"> + <g id="tile56x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1530"> + <g id="tile56x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1575"> + <g id="tile56x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1620"> + <g id="tile56x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1665"> + <g id="tile56x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1710"> + <g id="tile56x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1755"> + <g id="tile56x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1800"> + <g id="tile56x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1845"> + <g id="tile56x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1890"> + <g id="tile56x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="1935"> + <g id="tile56x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="1980"> + <g id="tile56x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2025"> + <g id="tile56x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2070"> + <g id="tile56x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2115"> + <g id="tile56x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2160"> + <g id="tile56x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2205"> + <g id="tile56x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2250"> + <g id="tile56x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2295"> + <g id="tile56x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2340"> + <g id="tile56x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2385"> + <g id="tile56x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2430"> + <g id="tile56x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2475"> + <g id="tile56x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles57"> + <svg width="45" height="45" x="0" y="2520"> + <g id="tile1x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2520"> + <g id="tile2x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2520"> + <g id="tile3x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2520"> + <g id="tile4x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2520"> + <g id="tile5x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2520"> + <g id="tile6x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2520"> + <g id="tile7x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2520"> + <g id="tile8x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2520"> + <g id="tile9x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2520"> + <g id="tile10x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2520"> + <g id="tile11x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2520"> + <g id="tile12x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2520"> + <g id="tile13x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2520"> + <g id="tile14x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2520"> + <g id="tile15x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2520"> + <g id="tile16x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2520"> + <g id="tile17x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2520"> + <g id="tile18x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2520"> + <g id="tile19x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2520"> + <g id="tile20x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2520"> + <g id="tile21x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2520"> + <g id="tile22x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2520"> + <g id="tile23x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2520"> + <g id="tile24x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2520"> + <g id="tile25x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2520"> + <g id="tile26x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2520"> + <g id="tile27x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2520"> + <g id="tile28x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2520"> + <g id="tile29x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2520"> + <g id="tile30x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2520"> + <g id="tile31x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2520"> + <g id="tile32x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2520"> + <g id="tile33x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2520"> + <g id="tile34x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2520"> + <g id="tile35x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2520"> + <g id="tile36x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2520"> + <g id="tile37x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2520"> + <g id="tile38x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2520"> + <g id="tile39x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2520"> + <g id="tile40x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2520"> + <g id="tile41x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2520"> + <g id="tile42x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2520"> + <g id="tile43x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2520"> + <g id="tile44x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2520"> + <g id="tile45x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2520"> + <g id="tile46x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2520"> + <g id="tile47x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2520"> + <g id="tile48x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2520"> + <g id="tile49x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2520"> + <g id="tile50x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2520"> + <g id="tile51x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2520"> + <g id="tile52x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2520"> + <g id="tile53x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2520"> + <g id="tile54x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2520"> + <g id="tile55x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2520"> + <g id="tile56x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="0"> + <g id="tile57x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="45"> + <g id="tile57x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="90"> + <g id="tile57x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="135"> + <g id="tile57x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="180"> + <g id="tile57x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="225"> + <g id="tile57x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="270"> + <g id="tile57x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="315"> + <g id="tile57x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="360"> + <g id="tile57x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="405"> + <g id="tile57x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="450"> + <g id="tile57x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="495"> + <g id="tile57x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="540"> + <g id="tile57x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="585"> + <g id="tile57x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="630"> + <g id="tile57x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="675"> + <g id="tile57x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="720"> + <g id="tile57x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="765"> + <g id="tile57x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="810"> + <g id="tile57x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="855"> + <g id="tile57x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="900"> + <g id="tile57x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="945"> + <g id="tile57x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="990"> + <g id="tile57x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1035"> + <g id="tile57x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1080"> + <g id="tile57x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1125"> + <g id="tile57x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1170"> + <g id="tile57x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1215"> + <g id="tile57x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1260"> + <g id="tile57x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1305"> + <g id="tile57x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1350"> + <g id="tile57x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1395"> + <g id="tile57x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1440"> + <g id="tile57x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1485"> + <g id="tile57x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1530"> + <g id="tile57x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1575"> + <g id="tile57x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1620"> + <g id="tile57x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1665"> + <g id="tile57x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1710"> + <g id="tile57x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1755"> + <g id="tile57x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1800"> + <g id="tile57x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1845"> + <g id="tile57x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1890"> + <g id="tile57x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="1935"> + <g id="tile57x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="1980"> + <g id="tile57x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2025"> + <g id="tile57x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2070"> + <g id="tile57x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2115"> + <g id="tile57x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2160"> + <g id="tile57x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2205"> + <g id="tile57x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2250"> + <g id="tile57x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2295"> + <g id="tile57x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2340"> + <g id="tile57x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2385"> + <g id="tile57x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2430"> + <g id="tile57x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2475"> + <g id="tile57x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2520"> + <g id="tile57x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles58"> +<svg width="45" height="45" x="0" y="2565"> + <g id="tile1x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2565"> + <g id="tile2x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2565"> + <g id="tile3x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2565"> + <g id="tile4x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2565"> + <g id="tile5x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2565"> + <g id="tile6x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2565"> + <g id="tile7x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2565"> + <g id="tile8x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2565"> + <g id="tile9x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2565"> + <g id="tile10x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2565"> + <g id="tile11x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2565"> + <g id="tile12x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2565"> + <g id="tile13x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2565"> + <g id="tile14x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2565"> + <g id="tile15x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2565"> + <g id="tile16x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2565"> + <g id="tile17x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2565"> + <g id="tile18x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2565"> + <g id="tile19x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2565"> + <g id="tile20x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2565"> + <g id="tile21x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2565"> + <g id="tile22x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2565"> + <g id="tile23x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2565"> + <g id="tile24x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2565"> + <g id="tile25x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2565"> + <g id="tile26x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2565"> + <g id="tile27x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2565"> + <g id="tile28x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2565"> + <g id="tile29x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2565"> + <g id="tile30x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2565"> + <g id="tile31x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2565"> + <g id="tile32x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2565"> + <g id="tile33x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2565"> + <g id="tile34x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2565"> + <g id="tile35x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2565"> + <g id="tile36x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2565"> + <g id="tile37x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2565"> + <g id="tile38x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2565"> + <g id="tile39x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2565"> + <g id="tile40x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2565"> + <g id="tile41x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2565"> + <g id="tile42x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2565"> + <g id="tile43x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2565"> + <g id="tile44x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2565"> + <g id="tile45x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2565"> + <g id="tile46x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2565"> + <g id="tile47x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2565"> + <g id="tile48x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2565"> + <g id="tile49x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2565"> + <g id="tile50x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2565"> + <g id="tile51x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2565"> + <g id="tile52x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2565"> + <g id="tile53x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2565"> + <g id="tile54x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2565"> + <g id="tile55x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2565"> + <g id="tile56x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2565"> + <g id="tile57x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2565" y="0"> + <g id="tile58x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="45"> + <g id="tile58x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="90"> + <g id="tile58x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="135"> + <g id="tile58x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="180"> + <g id="tile58x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="225"> + <g id="tile58x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="270"> + <g id="tile58x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="315"> + <g id="tile58x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="360"> + <g id="tile58x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="405"> + <g id="tile58x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="450"> + <g id="tile58x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="495"> + <g id="tile58x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="540"> + <g id="tile58x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="585"> + <g id="tile58x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="630"> + <g id="tile58x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="675"> + <g id="tile58x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="720"> + <g id="tile58x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="765"> + <g id="tile58x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="810"> + <g id="tile58x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="855"> + <g id="tile58x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="900"> + <g id="tile58x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="945"> + <g id="tile58x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="990"> + <g id="tile58x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1035"> + <g id="tile58x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1080"> + <g id="tile58x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1125"> + <g id="tile58x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1170"> + <g id="tile58x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1215"> + <g id="tile58x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1260"> + <g id="tile58x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1305"> + <g id="tile58x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1350"> + <g id="tile58x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1395"> + <g id="tile58x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1440"> + <g id="tile58x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1485"> + <g id="tile58x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1530"> + <g id="tile58x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1575"> + <g id="tile58x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1620"> + <g id="tile58x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1665"> + <g id="tile58x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1710"> + <g id="tile58x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1755"> + <g id="tile58x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1800"> + <g id="tile58x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1845"> + <g id="tile58x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1890"> + <g id="tile58x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="1935"> + <g id="tile58x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="1980"> + <g id="tile58x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2025"> + <g id="tile58x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2070"> + <g id="tile58x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2115"> + <g id="tile58x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2160"> + <g id="tile58x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2205"> + <g id="tile58x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2250"> + <g id="tile58x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2295"> + <g id="tile58x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2340"> + <g id="tile58x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2385"> + <g id="tile58x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2430"> + <g id="tile58x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2475"> + <g id="tile58x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2520"> + <g id="tile58x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2565"> + <g id="tile58x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles59"> + <svg width="45" height="45" x="0" y="2610"> + <g id="tile1x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2610"> + <g id="tile2x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2610"> + <g id="tile3x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2610"> + <g id="tile4x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2610"> + <g id="tile5x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2610"> + <g id="tile6x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2610"> + <g id="tile7x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2610"> + <g id="tile8x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2610"> + <g id="tile9x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2610"> + <g id="tile10x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2610"> + <g id="tile11x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2610"> + <g id="tile12x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2610"> + <g id="tile13x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2610"> + <g id="tile14x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2610"> + <g id="tile15x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2610"> + <g id="tile16x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2610"> + <g id="tile17x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2610"> + <g id="tile18x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2610"> + <g id="tile19x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2610"> + <g id="tile20x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2610"> + <g id="tile21x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2610"> + <g id="tile22x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2610"> + <g id="tile23x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2610"> + <g id="tile24x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2610"> + <g id="tile25x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2610"> + <g id="tile26x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2610"> + <g id="tile27x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2610"> + <g id="tile28x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2610"> + <g id="tile29x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2610"> + <g id="tile30x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2610"> + <g id="tile31x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2610"> + <g id="tile32x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2610"> + <g id="tile33x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2610"> + <g id="tile34x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2610"> + <g id="tile35x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2610"> + <g id="tile36x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2610"> + <g id="tile37x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2610"> + <g id="tile38x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2610"> + <g id="tile39x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2610"> + <g id="tile40x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2610"> + <g id="tile41x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2610"> + <g id="tile42x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2610"> + <g id="tile43x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2610"> + <g id="tile44x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2610"> + <g id="tile45x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2610"> + <g id="tile46x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2610"> + <g id="tile47x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2610"> + <g id="tile48x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2610"> + <g id="tile49x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2610"> + <g id="tile50x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2610"> + <g id="tile51x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2610"> + <g id="tile52x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2610"> + <g id="tile53x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2610"> + <g id="tile54x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2610"> + <g id="tile55x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2610"> + <g id="tile56x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2610"> + <g id="tile57x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2610"> + <g id="tile58x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="0"> + <g id="tile59x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="45"> + <g id="tile59x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="90"> + <g id="tile59x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="135"> + <g id="tile59x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="180"> + <g id="tile59x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="225"> + <g id="tile59x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="270"> + <g id="tile59x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="315"> + <g id="tile59x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="360"> + <g id="tile59x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="405"> + <g id="tile59x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="450"> + <g id="tile59x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="495"> + <g id="tile59x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="540"> + <g id="tile59x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="585"> + <g id="tile59x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="630"> + <g id="tile59x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="675"> + <g id="tile59x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="720"> + <g id="tile59x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="765"> + <g id="tile59x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="810"> + <g id="tile59x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="855"> + <g id="tile59x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="900"> + <g id="tile59x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="945"> + <g id="tile59x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="990"> + <g id="tile59x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1035"> + <g id="tile59x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1080"> + <g id="tile59x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1125"> + <g id="tile59x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1170"> + <g id="tile59x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1215"> + <g id="tile59x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1260"> + <g id="tile59x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1305"> + <g id="tile59x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1350"> + <g id="tile59x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1395"> + <g id="tile59x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1440"> + <g id="tile59x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1485"> + <g id="tile59x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1530"> + <g id="tile59x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1575"> + <g id="tile59x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1620"> + <g id="tile59x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1665"> + <g id="tile59x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1710"> + <g id="tile59x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1755"> + <g id="tile59x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1800"> + <g id="tile59x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1845"> + <g id="tile59x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1890"> + <g id="tile59x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="1935"> + <g id="tile59x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="1980"> + <g id="tile59x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2025"> + <g id="tile59x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2070"> + <g id="tile59x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2115"> + <g id="tile59x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2160"> + <g id="tile59x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2205"> + <g id="tile59x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2250"> + <g id="tile59x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2295"> + <g id="tile59x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2340"> + <g id="tile59x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2385"> + <g id="tile59x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2430"> + <g id="tile59x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2475"> + <g id="tile59x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2520"> + <g id="tile59x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2565"> + <g id="tile59x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2610"> + <g id="tile59x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles60"> +<svg width="45" height="45" x="0" y="2655"> + <g id="tile1x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2655"> + <g id="tile2x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2655"> + <g id="tile3x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2655"> + <g id="tile4x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2655"> + <g id="tile5x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2655"> + <g id="tile6x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2655"> + <g id="tile7x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2655"> + <g id="tile8x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2655"> + <g id="tile9x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2655"> + <g id="tile10x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2655"> + <g id="tile11x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2655"> + <g id="tile12x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2655"> + <g id="tile13x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2655"> + <g id="tile14x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2655"> + <g id="tile15x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2655"> + <g id="tile16x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2655"> + <g id="tile17x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2655"> + <g id="tile18x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2655"> + <g id="tile19x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2655"> + <g id="tile20x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2655"> + <g id="tile21x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2655"> + <g id="tile22x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2655"> + <g id="tile23x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2655"> + <g id="tile24x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2655"> + <g id="tile25x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2655"> + <g id="tile26x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2655"> + <g id="tile27x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2655"> + <g id="tile28x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2655"> + <g id="tile29x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2655"> + <g id="tile30x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2655"> + <g id="tile31x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2655"> + <g id="tile32x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2655"> + <g id="tile33x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2655"> + <g id="tile34x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2655"> + <g id="tile35x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2655"> + <g id="tile36x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2655"> + <g id="tile37x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2655"> + <g id="tile38x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2655"> + <g id="tile39x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2655"> + <g id="tile40x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2655"> + <g id="tile41x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2655"> + <g id="tile42x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2655"> + <g id="tile43x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2655"> + <g id="tile44x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2655"> + <g id="tile45x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2655"> + <g id="tile46x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2655"> + <g id="tile47x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2655"> + <g id="tile48x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2655"> + <g id="tile49x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2655"> + <g id="tile50x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2655"> + <g id="tile51x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2655"> + <g id="tile52x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2655"> + <g id="tile53x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2655"> + <g id="tile54x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2655"> + <g id="tile55x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2655"> + <g id="tile56x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2655"> + <g id="tile57x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2655"> + <g id="tile58x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2655"> + <g id="tile59x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2655" y="0"> + <g id="tile60x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="45"> + <g id="tile60x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="90"> + <g id="tile60x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="135"> + <g id="tile60x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="180"> + <g id="tile60x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="225"> + <g id="tile60x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="270"> + <g id="tile60x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="315"> + <g id="tile60x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="360"> + <g id="tile60x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="405"> + <g id="tile60x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="450"> + <g id="tile60x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="495"> + <g id="tile60x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="540"> + <g id="tile60x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="585"> + <g id="tile60x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="630"> + <g id="tile60x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="675"> + <g id="tile60x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="720"> + <g id="tile60x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="765"> + <g id="tile60x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="810"> + <g id="tile60x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="855"> + <g id="tile60x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="900"> + <g id="tile60x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="945"> + <g id="tile60x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="990"> + <g id="tile60x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1035"> + <g id="tile60x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1080"> + <g id="tile60x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1125"> + <g id="tile60x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1170"> + <g id="tile60x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1215"> + <g id="tile60x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1260"> + <g id="tile60x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1305"> + <g id="tile60x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1350"> + <g id="tile60x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1395"> + <g id="tile60x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1440"> + <g id="tile60x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1485"> + <g id="tile60x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1530"> + <g id="tile60x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1575"> + <g id="tile60x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1620"> + <g id="tile60x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1665"> + <g id="tile60x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1710"> + <g id="tile60x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1755"> + <g id="tile60x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1800"> + <g id="tile60x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1845"> + <g id="tile60x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1890"> + <g id="tile60x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="1935"> + <g id="tile60x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="1980"> + <g id="tile60x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2025"> + <g id="tile60x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2070"> + <g id="tile60x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2115"> + <g id="tile60x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2160"> + <g id="tile60x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2205"> + <g id="tile60x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2250"> + <g id="tile60x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2295"> + <g id="tile60x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2340"> + <g id="tile60x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2385"> + <g id="tile60x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2430"> + <g id="tile60x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2475"> + <g id="tile60x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2520"> + <g id="tile60x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2565"> + <g id="tile60x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2610"> + <g id="tile60x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2655"> + <g id="tile60x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles61"> + <svg width="45" height="45" x="0" y="2700"> + <g id="tile1x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2700"> + <g id="tile2x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2700"> + <g id="tile3x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2700"> + <g id="tile4x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2700"> + <g id="tile5x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2700"> + <g id="tile6x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2700"> + <g id="tile7x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2700"> + <g id="tile8x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2700"> + <g id="tile9x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2700"> + <g id="tile10x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2700"> + <g id="tile11x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2700"> + <g id="tile12x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2700"> + <g id="tile13x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2700"> + <g id="tile14x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2700"> + <g id="tile15x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2700"> + <g id="tile16x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2700"> + <g id="tile17x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2700"> + <g id="tile18x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2700"> + <g id="tile19x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2700"> + <g id="tile20x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2700"> + <g id="tile21x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2700"> + <g id="tile22x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2700"> + <g id="tile23x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2700"> + <g id="tile24x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2700"> + <g id="tile25x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2700"> + <g id="tile26x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2700"> + <g id="tile27x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2700"> + <g id="tile28x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2700"> + <g id="tile29x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2700"> + <g id="tile30x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2700"> + <g id="tile31x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2700"> + <g id="tile32x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2700"> + <g id="tile33x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2700"> + <g id="tile34x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2700"> + <g id="tile35x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2700"> + <g id="tile36x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2700"> + <g id="tile37x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2700"> + <g id="tile38x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2700"> + <g id="tile39x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2700"> + <g id="tile40x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2700"> + <g id="tile41x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2700"> + <g id="tile42x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2700"> + <g id="tile43x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2700"> + <g id="tile44x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2700"> + <g id="tile45x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2700"> + <g id="tile46x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2700"> + <g id="tile47x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2700"> + <g id="tile48x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2700"> + <g id="tile49x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2700"> + <g id="tile50x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2700"> + <g id="tile51x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2700"> + <g id="tile52x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2700"> + <g id="tile53x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2700"> + <g id="tile54x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2700"> + <g id="tile55x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2700"> + <g id="tile56x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2700"> + <g id="tile57x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2700"> + <g id="tile58x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2700"> + <g id="tile59x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2700"> + <g id="tile60x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="0"> + <g id="tile61x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="45"> + <g id="tile61x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="90"> + <g id="tile61x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="135"> + <g id="tile61x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="180"> + <g id="tile61x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="225"> + <g id="tile61x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="270"> + <g id="tile61x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="315"> + <g id="tile61x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="360"> + <g id="tile61x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="405"> + <g id="tile61x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="450"> + <g id="tile61x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="495"> + <g id="tile61x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="540"> + <g id="tile61x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="585"> + <g id="tile61x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="630"> + <g id="tile61x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="675"> + <g id="tile61x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="720"> + <g id="tile61x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="765"> + <g id="tile61x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="810"> + <g id="tile61x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="855"> + <g id="tile61x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="900"> + <g id="tile61x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="945"> + <g id="tile61x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="990"> + <g id="tile61x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1035"> + <g id="tile61x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1080"> + <g id="tile61x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1125"> + <g id="tile61x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1170"> + <g id="tile61x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1215"> + <g id="tile61x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1260"> + <g id="tile61x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1305"> + <g id="tile61x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1350"> + <g id="tile61x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1395"> + <g id="tile61x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1440"> + <g id="tile61x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1485"> + <g id="tile61x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1530"> + <g id="tile61x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1575"> + <g id="tile61x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1620"> + <g id="tile61x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1665"> + <g id="tile61x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1710"> + <g id="tile61x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1755"> + <g id="tile61x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1800"> + <g id="tile61x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1845"> + <g id="tile61x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1890"> + <g id="tile61x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="1935"> + <g id="tile61x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="1980"> + <g id="tile61x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2025"> + <g id="tile61x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2070"> + <g id="tile61x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2115"> + <g id="tile61x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2160"> + <g id="tile61x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2205"> + <g id="tile61x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2250"> + <g id="tile61x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2295"> + <g id="tile61x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2340"> + <g id="tile61x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2385"> + <g id="tile61x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2430"> + <g id="tile61x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2475"> + <g id="tile61x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2520"> + <g id="tile61x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2565"> + <g id="tile61x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2610"> + <g id="tile61x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2655"> + <g id="tile61x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2700"> + <g id="tile61x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles62"> +<svg width="45" height="45" x="0" y="2745"> + <g id="tile1x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2745"> + <g id="tile2x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2745"> + <g id="tile3x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2745"> + <g id="tile4x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2745"> + <g id="tile5x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2745"> + <g id="tile6x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2745"> + <g id="tile7x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2745"> + <g id="tile8x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2745"> + <g id="tile9x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2745"> + <g id="tile10x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2745"> + <g id="tile11x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2745"> + <g id="tile12x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2745"> + <g id="tile13x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2745"> + <g id="tile14x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2745"> + <g id="tile15x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2745"> + <g id="tile16x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2745"> + <g id="tile17x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2745"> + <g id="tile18x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2745"> + <g id="tile19x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2745"> + <g id="tile20x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2745"> + <g id="tile21x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2745"> + <g id="tile22x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2745"> + <g id="tile23x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2745"> + <g id="tile24x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2745"> + <g id="tile25x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2745"> + <g id="tile26x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2745"> + <g id="tile27x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2745"> + <g id="tile28x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2745"> + <g id="tile29x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2745"> + <g id="tile30x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2745"> + <g id="tile31x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2745"> + <g id="tile32x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2745"> + <g id="tile33x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2745"> + <g id="tile34x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2745"> + <g id="tile35x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2745"> + <g id="tile36x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2745"> + <g id="tile37x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2745"> + <g id="tile38x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2745"> + <g id="tile39x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2745"> + <g id="tile40x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2745"> + <g id="tile41x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2745"> + <g id="tile42x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2745"> + <g id="tile43x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2745"> + <g id="tile44x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2745"> + <g id="tile45x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2745"> + <g id="tile46x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2745"> + <g id="tile47x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2745"> + <g id="tile48x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2745"> + <g id="tile49x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2745"> + <g id="tile50x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2745"> + <g id="tile51x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2745"> + <g id="tile52x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2745"> + <g id="tile53x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2745"> + <g id="tile54x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2745"> + <g id="tile55x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2745"> + <g id="tile56x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2745"> + <g id="tile57x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2745"> + <g id="tile58x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2745"> + <g id="tile59x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2745"> + <g id="tile60x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2745"> + <g id="tile61x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2745" y="0"> + <g id="tile62x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="45"> + <g id="tile62x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="90"> + <g id="tile62x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="135"> + <g id="tile62x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="180"> + <g id="tile62x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="225"> + <g id="tile62x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="270"> + <g id="tile62x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="315"> + <g id="tile62x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="360"> + <g id="tile62x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="405"> + <g id="tile62x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="450"> + <g id="tile62x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="495"> + <g id="tile62x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="540"> + <g id="tile62x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="585"> + <g id="tile62x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="630"> + <g id="tile62x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="675"> + <g id="tile62x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="720"> + <g id="tile62x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="765"> + <g id="tile62x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="810"> + <g id="tile62x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="855"> + <g id="tile62x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="900"> + <g id="tile62x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="945"> + <g id="tile62x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="990"> + <g id="tile62x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1035"> + <g id="tile62x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1080"> + <g id="tile62x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1125"> + <g id="tile62x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1170"> + <g id="tile62x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1215"> + <g id="tile62x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1260"> + <g id="tile62x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1305"> + <g id="tile62x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1350"> + <g id="tile62x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1395"> + <g id="tile62x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1440"> + <g id="tile62x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1485"> + <g id="tile62x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1530"> + <g id="tile62x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1575"> + <g id="tile62x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1620"> + <g id="tile62x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1665"> + <g id="tile62x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1710"> + <g id="tile62x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1755"> + <g id="tile62x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1800"> + <g id="tile62x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1845"> + <g id="tile62x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1890"> + <g id="tile62x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="1935"> + <g id="tile62x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="1980"> + <g id="tile62x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2025"> + <g id="tile62x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2070"> + <g id="tile62x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2115"> + <g id="tile62x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2160"> + <g id="tile62x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2205"> + <g id="tile62x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2250"> + <g id="tile62x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2295"> + <g id="tile62x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2340"> + <g id="tile62x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2385"> + <g id="tile62x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2430"> + <g id="tile62x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2475"> + <g id="tile62x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2520"> + <g id="tile62x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2565"> + <g id="tile62x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2610"> + <g id="tile62x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2655"> + <g id="tile62x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2700"> + <g id="tile62x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2745"> + <g id="tile62x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles63"> + <svg width="45" height="45" x="0" y="2790"> + <g id="tile1x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2790"> + <g id="tile2x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2790"> + <g id="tile3x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2790"> + <g id="tile4x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2790"> + <g id="tile5x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2790"> + <g id="tile6x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2790"> + <g id="tile7x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2790"> + <g id="tile8x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2790"> + <g id="tile9x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2790"> + <g id="tile10x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2790"> + <g id="tile11x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2790"> + <g id="tile12x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2790"> + <g id="tile13x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2790"> + <g id="tile14x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2790"> + <g id="tile15x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2790"> + <g id="tile16x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2790"> + <g id="tile17x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2790"> + <g id="tile18x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2790"> + <g id="tile19x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2790"> + <g id="tile20x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2790"> + <g id="tile21x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2790"> + <g id="tile22x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2790"> + <g id="tile23x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2790"> + <g id="tile24x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2790"> + <g id="tile25x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2790"> + <g id="tile26x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2790"> + <g id="tile27x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2790"> + <g id="tile28x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2790"> + <g id="tile29x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2790"> + <g id="tile30x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2790"> + <g id="tile31x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2790"> + <g id="tile32x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2790"> + <g id="tile33x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2790"> + <g id="tile34x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2790"> + <g id="tile35x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2790"> + <g id="tile36x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2790"> + <g id="tile37x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2790"> + <g id="tile38x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2790"> + <g id="tile39x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2790"> + <g id="tile40x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2790"> + <g id="tile41x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2790"> + <g id="tile42x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2790"> + <g id="tile43x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2790"> + <g id="tile44x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2790"> + <g id="tile45x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2790"> + <g id="tile46x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2790"> + <g id="tile47x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2790"> + <g id="tile48x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2790"> + <g id="tile49x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2790"> + <g id="tile50x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2790"> + <g id="tile51x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2790"> + <g id="tile52x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2790"> + <g id="tile53x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2790"> + <g id="tile54x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2790"> + <g id="tile55x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2790"> + <g id="tile56x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2790"> + <g id="tile57x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2790"> + <g id="tile58x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2790"> + <g id="tile59x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2790"> + <g id="tile60x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2790"> + <g id="tile61x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2790"> + <g id="tile62x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="0"> + <g id="tile63x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="45"> + <g id="tile63x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="90"> + <g id="tile63x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="135"> + <g id="tile63x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="180"> + <g id="tile63x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="225"> + <g id="tile63x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="270"> + <g id="tile63x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="315"> + <g id="tile63x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="360"> + <g id="tile63x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="405"> + <g id="tile63x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="450"> + <g id="tile63x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="495"> + <g id="tile63x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="540"> + <g id="tile63x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="585"> + <g id="tile63x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="630"> + <g id="tile63x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="675"> + <g id="tile63x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="720"> + <g id="tile63x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="765"> + <g id="tile63x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="810"> + <g id="tile63x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="855"> + <g id="tile63x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="900"> + <g id="tile63x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="945"> + <g id="tile63x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="990"> + <g id="tile63x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1035"> + <g id="tile63x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1080"> + <g id="tile63x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1125"> + <g id="tile63x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1170"> + <g id="tile63x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1215"> + <g id="tile63x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1260"> + <g id="tile63x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1305"> + <g id="tile63x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1350"> + <g id="tile63x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1395"> + <g id="tile63x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1440"> + <g id="tile63x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1485"> + <g id="tile63x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1530"> + <g id="tile63x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1575"> + <g id="tile63x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1620"> + <g id="tile63x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1665"> + <g id="tile63x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1710"> + <g id="tile63x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1755"> + <g id="tile63x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1800"> + <g id="tile63x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1845"> + <g id="tile63x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1890"> + <g id="tile63x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="1935"> + <g id="tile63x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="1980"> + <g id="tile63x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2025"> + <g id="tile63x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2070"> + <g id="tile63x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2115"> + <g id="tile63x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2160"> + <g id="tile63x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2205"> + <g id="tile63x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2250"> + <g id="tile63x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2295"> + <g id="tile63x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2340"> + <g id="tile63x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2385"> + <g id="tile63x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2430"> + <g id="tile63x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2475"> + <g id="tile63x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2520"> + <g id="tile63x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2565"> + <g id="tile63x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2610"> + <g id="tile63x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2655"> + <g id="tile63x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2700"> + <g id="tile63x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2745"> + <g id="tile63x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2790"> + <g id="tile63x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles64"> +<svg width="45" height="45" x="0" y="2835"> + <g id="tile1x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2835"> + <g id="tile2x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2835"> + <g id="tile3x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2835"> + <g id="tile4x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2835"> + <g id="tile5x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2835"> + <g id="tile6x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2835"> + <g id="tile7x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2835"> + <g id="tile8x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2835"> + <g id="tile9x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2835"> + <g id="tile10x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2835"> + <g id="tile11x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2835"> + <g id="tile12x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2835"> + <g id="tile13x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2835"> + <g id="tile14x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2835"> + <g id="tile15x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2835"> + <g id="tile16x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2835"> + <g id="tile17x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2835"> + <g id="tile18x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2835"> + <g id="tile19x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2835"> + <g id="tile20x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2835"> + <g id="tile21x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2835"> + <g id="tile22x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2835"> + <g id="tile23x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2835"> + <g id="tile24x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2835"> + <g id="tile25x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2835"> + <g id="tile26x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2835"> + <g id="tile27x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2835"> + <g id="tile28x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2835"> + <g id="tile29x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2835"> + <g id="tile30x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2835"> + <g id="tile31x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2835"> + <g id="tile32x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2835"> + <g id="tile33x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2835"> + <g id="tile34x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2835"> + <g id="tile35x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2835"> + <g id="tile36x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2835"> + <g id="tile37x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2835"> + <g id="tile38x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2835"> + <g id="tile39x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2835"> + <g id="tile40x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2835"> + <g id="tile41x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2835"> + <g id="tile42x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2835"> + <g id="tile43x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2835"> + <g id="tile44x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2835"> + <g id="tile45x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2835"> + <g id="tile46x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2835"> + <g id="tile47x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2835"> + <g id="tile48x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2835"> + <g id="tile49x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2835"> + <g id="tile50x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2835"> + <g id="tile51x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2835"> + <g id="tile52x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2835"> + <g id="tile53x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2835"> + <g id="tile54x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2835"> + <g id="tile55x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2835"> + <g id="tile56x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2835"> + <g id="tile57x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2835"> + <g id="tile58x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2835"> + <g id="tile59x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2835"> + <g id="tile60x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2835"> + <g id="tile61x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2835"> + <g id="tile62x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2835"> + <g id="tile63x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2835" y="0"> + <g id="tile64x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="45"> + <g id="tile64x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="90"> + <g id="tile64x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="135"> + <g id="tile64x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="180"> + <g id="tile64x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="225"> + <g id="tile64x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="270"> + <g id="tile64x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="315"> + <g id="tile64x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="360"> + <g id="tile64x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="405"> + <g id="tile64x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="450"> + <g id="tile64x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="495"> + <g id="tile64x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="540"> + <g id="tile64x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="585"> + <g id="tile64x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="630"> + <g id="tile64x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="675"> + <g id="tile64x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="720"> + <g id="tile64x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="765"> + <g id="tile64x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="810"> + <g id="tile64x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="855"> + <g id="tile64x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="900"> + <g id="tile64x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="945"> + <g id="tile64x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="990"> + <g id="tile64x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1035"> + <g id="tile64x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1080"> + <g id="tile64x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1125"> + <g id="tile64x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1170"> + <g id="tile64x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1215"> + <g id="tile64x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1260"> + <g id="tile64x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1305"> + <g id="tile64x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1350"> + <g id="tile64x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1395"> + <g id="tile64x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1440"> + <g id="tile64x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1485"> + <g id="tile64x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1530"> + <g id="tile64x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1575"> + <g id="tile64x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1620"> + <g id="tile64x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1665"> + <g id="tile64x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1710"> + <g id="tile64x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1755"> + <g id="tile64x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1800"> + <g id="tile64x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1845"> + <g id="tile64x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1890"> + <g id="tile64x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="1935"> + <g id="tile64x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="1980"> + <g id="tile64x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2025"> + <g id="tile64x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2070"> + <g id="tile64x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2115"> + <g id="tile64x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2160"> + <g id="tile64x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2205"> + <g id="tile64x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2250"> + <g id="tile64x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2295"> + <g id="tile64x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2340"> + <g id="tile64x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2385"> + <g id="tile64x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2430"> + <g id="tile64x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2475"> + <g id="tile64x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2520"> + <g id="tile64x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2565"> + <g id="tile64x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2610"> + <g id="tile64x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2655"> + <g id="tile64x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2700"> + <g id="tile64x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2745"> + <g id="tile64x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2790"> + <g id="tile64x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2835"> + <g id="tile64x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles65"> + <svg width="45" height="45" x="0" y="2880"> + <g id="tile1x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2880"> + <g id="tile2x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2880"> + <g id="tile3x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2880"> + <g id="tile4x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2880"> + <g id="tile5x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2880"> + <g id="tile6x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2880"> + <g id="tile7x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2880"> + <g id="tile8x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2880"> + <g id="tile9x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2880"> + <g id="tile10x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2880"> + <g id="tile11x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2880"> + <g id="tile12x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2880"> + <g id="tile13x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2880"> + <g id="tile14x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2880"> + <g id="tile15x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2880"> + <g id="tile16x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2880"> + <g id="tile17x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2880"> + <g id="tile18x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2880"> + <g id="tile19x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2880"> + <g id="tile20x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2880"> + <g id="tile21x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2880"> + <g id="tile22x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2880"> + <g id="tile23x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2880"> + <g id="tile24x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2880"> + <g id="tile25x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2880"> + <g id="tile26x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2880"> + <g id="tile27x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2880"> + <g id="tile28x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2880"> + <g id="tile29x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2880"> + <g id="tile30x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2880"> + <g id="tile31x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2880"> + <g id="tile32x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2880"> + <g id="tile33x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2880"> + <g id="tile34x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2880"> + <g id="tile35x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2880"> + <g id="tile36x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2880"> + <g id="tile37x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2880"> + <g id="tile38x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2880"> + <g id="tile39x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2880"> + <g id="tile40x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2880"> + <g id="tile41x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2880"> + <g id="tile42x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2880"> + <g id="tile43x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2880"> + <g id="tile44x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2880"> + <g id="tile45x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2880"> + <g id="tile46x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2880"> + <g id="tile47x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2880"> + <g id="tile48x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2880"> + <g id="tile49x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2880"> + <g id="tile50x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2880"> + <g id="tile51x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2880"> + <g id="tile52x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2880"> + <g id="tile53x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2880"> + <g id="tile54x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2880"> + <g id="tile55x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2880"> + <g id="tile56x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2880"> + <g id="tile57x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2880"> + <g id="tile58x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2880"> + <g id="tile59x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2880"> + <g id="tile60x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2880"> + <g id="tile61x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2880"> + <g id="tile62x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2880"> + <g id="tile63x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2880"> + <g id="tile64x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="0"> + <g id="tile65x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="45"> + <g id="tile65x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="90"> + <g id="tile65x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="135"> + <g id="tile65x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="180"> + <g id="tile65x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="225"> + <g id="tile65x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="270"> + <g id="tile65x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="315"> + <g id="tile65x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="360"> + <g id="tile65x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="405"> + <g id="tile65x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="450"> + <g id="tile65x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="495"> + <g id="tile65x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="540"> + <g id="tile65x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="585"> + <g id="tile65x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="630"> + <g id="tile65x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="675"> + <g id="tile65x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="720"> + <g id="tile65x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="765"> + <g id="tile65x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="810"> + <g id="tile65x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="855"> + <g id="tile65x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="900"> + <g id="tile65x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="945"> + <g id="tile65x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="990"> + <g id="tile65x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1035"> + <g id="tile65x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1080"> + <g id="tile65x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1125"> + <g id="tile65x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1170"> + <g id="tile65x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1215"> + <g id="tile65x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1260"> + <g id="tile65x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1305"> + <g id="tile65x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1350"> + <g id="tile65x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1395"> + <g id="tile65x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1440"> + <g id="tile65x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1485"> + <g id="tile65x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1530"> + <g id="tile65x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1575"> + <g id="tile65x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1620"> + <g id="tile65x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1665"> + <g id="tile65x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1710"> + <g id="tile65x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1755"> + <g id="tile65x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1800"> + <g id="tile65x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1845"> + <g id="tile65x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1890"> + <g id="tile65x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="1935"> + <g id="tile65x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="1980"> + <g id="tile65x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2025"> + <g id="tile65x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2070"> + <g id="tile65x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2115"> + <g id="tile65x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2160"> + <g id="tile65x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2205"> + <g id="tile65x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2250"> + <g id="tile65x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2295"> + <g id="tile65x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2340"> + <g id="tile65x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2385"> + <g id="tile65x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2430"> + <g id="tile65x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2475"> + <g id="tile65x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2520"> + <g id="tile65x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2565"> + <g id="tile65x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2610"> + <g id="tile65x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2655"> + <g id="tile65x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2700"> + <g id="tile65x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2745"> + <g id="tile65x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2790"> + <g id="tile65x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2835"> + <g id="tile65x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2880"> + <g id="tile65x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles66"> +<svg width="45" height="45" x="0" y="2925"> + <g id="tile1x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="2925"> + <g id="tile2x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="2925"> + <g id="tile3x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="2925"> + <g id="tile4x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="2925"> + <g id="tile5x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="2925"> + <g id="tile6x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="2925"> + <g id="tile7x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="2925"> + <g id="tile8x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="2925"> + <g id="tile9x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="2925"> + <g id="tile10x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="2925"> + <g id="tile11x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="2925"> + <g id="tile12x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="2925"> + <g id="tile13x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="2925"> + <g id="tile14x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="2925"> + <g id="tile15x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="2925"> + <g id="tile16x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="2925"> + <g id="tile17x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="2925"> + <g id="tile18x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="2925"> + <g id="tile19x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="2925"> + <g id="tile20x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="2925"> + <g id="tile21x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="2925"> + <g id="tile22x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="2925"> + <g id="tile23x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="2925"> + <g id="tile24x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="2925"> + <g id="tile25x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="2925"> + <g id="tile26x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="2925"> + <g id="tile27x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="2925"> + <g id="tile28x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="2925"> + <g id="tile29x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="2925"> + <g id="tile30x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="2925"> + <g id="tile31x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="2925"> + <g id="tile32x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="2925"> + <g id="tile33x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="2925"> + <g id="tile34x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="2925"> + <g id="tile35x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="2925"> + <g id="tile36x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="2925"> + <g id="tile37x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="2925"> + <g id="tile38x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="2925"> + <g id="tile39x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="2925"> + <g id="tile40x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="2925"> + <g id="tile41x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="2925"> + <g id="tile42x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="2925"> + <g id="tile43x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="2925"> + <g id="tile44x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="2925"> + <g id="tile45x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="2925"> + <g id="tile46x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="2925"> + <g id="tile47x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="2925"> + <g id="tile48x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="2925"> + <g id="tile49x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="2925"> + <g id="tile50x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="2925"> + <g id="tile51x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="2925"> + <g id="tile52x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="2925"> + <g id="tile53x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="2925"> + <g id="tile54x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="2925"> + <g id="tile55x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="2925"> + <g id="tile56x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="2925"> + <g id="tile57x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="2925"> + <g id="tile58x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="2925"> + <g id="tile59x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="2925"> + <g id="tile60x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="2925"> + <g id="tile61x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="2925"> + <g id="tile62x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="2925"> + <g id="tile63x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="2925"> + <g id="tile64x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="2925"> + <g id="tile65x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="2925" y="0"> + <g id="tile66x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="45"> + <g id="tile66x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="90"> + <g id="tile66x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="135"> + <g id="tile66x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="180"> + <g id="tile66x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="225"> + <g id="tile66x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="270"> + <g id="tile66x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="315"> + <g id="tile66x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="360"> + <g id="tile66x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="405"> + <g id="tile66x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="450"> + <g id="tile66x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="495"> + <g id="tile66x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="540"> + <g id="tile66x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="585"> + <g id="tile66x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="630"> + <g id="tile66x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="675"> + <g id="tile66x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="720"> + <g id="tile66x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="765"> + <g id="tile66x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="810"> + <g id="tile66x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="855"> + <g id="tile66x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="900"> + <g id="tile66x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="945"> + <g id="tile66x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="990"> + <g id="tile66x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1035"> + <g id="tile66x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1080"> + <g id="tile66x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1125"> + <g id="tile66x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1170"> + <g id="tile66x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1215"> + <g id="tile66x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1260"> + <g id="tile66x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1305"> + <g id="tile66x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1350"> + <g id="tile66x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1395"> + <g id="tile66x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1440"> + <g id="tile66x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1485"> + <g id="tile66x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1530"> + <g id="tile66x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1575"> + <g id="tile66x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1620"> + <g id="tile66x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1665"> + <g id="tile66x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1710"> + <g id="tile66x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1755"> + <g id="tile66x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1800"> + <g id="tile66x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1845"> + <g id="tile66x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1890"> + <g id="tile66x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="1935"> + <g id="tile66x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="1980"> + <g id="tile66x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2025"> + <g id="tile66x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2070"> + <g id="tile66x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2115"> + <g id="tile66x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2160"> + <g id="tile66x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2205"> + <g id="tile66x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2250"> + <g id="tile66x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2295"> + <g id="tile66x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2340"> + <g id="tile66x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2385"> + <g id="tile66x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2430"> + <g id="tile66x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2475"> + <g id="tile66x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2520"> + <g id="tile66x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2565"> + <g id="tile66x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2610"> + <g id="tile66x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2655"> + <g id="tile66x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2700"> + <g id="tile66x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2745"> + <g id="tile66x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2790"> + <g id="tile66x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2835"> + <g id="tile66x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2880"> + <g id="tile66x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="2925"> + <g id="tile66x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles67"> + <svg width="45" height="45" x="0" y="2970"> + <g id="tile1x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="2970"> + <g id="tile2x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="2970"> + <g id="tile3x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="2970"> + <g id="tile4x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="2970"> + <g id="tile5x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="2970"> + <g id="tile6x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="2970"> + <g id="tile7x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="2970"> + <g id="tile8x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="2970"> + <g id="tile9x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="2970"> + <g id="tile10x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="2970"> + <g id="tile11x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="2970"> + <g id="tile12x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="2970"> + <g id="tile13x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="2970"> + <g id="tile14x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="2970"> + <g id="tile15x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="2970"> + <g id="tile16x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="2970"> + <g id="tile17x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="2970"> + <g id="tile18x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="2970"> + <g id="tile19x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="2970"> + <g id="tile20x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="2970"> + <g id="tile21x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="2970"> + <g id="tile22x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="2970"> + <g id="tile23x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="2970"> + <g id="tile24x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="2970"> + <g id="tile25x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="2970"> + <g id="tile26x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="2970"> + <g id="tile27x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="2970"> + <g id="tile28x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="2970"> + <g id="tile29x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="2970"> + <g id="tile30x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="2970"> + <g id="tile31x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="2970"> + <g id="tile32x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="2970"> + <g id="tile33x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="2970"> + <g id="tile34x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="2970"> + <g id="tile35x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="2970"> + <g id="tile36x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="2970"> + <g id="tile37x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="2970"> + <g id="tile38x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="2970"> + <g id="tile39x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="2970"> + <g id="tile40x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="2970"> + <g id="tile41x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="2970"> + <g id="tile42x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="2970"> + <g id="tile43x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="2970"> + <g id="tile44x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="2970"> + <g id="tile45x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="2970"> + <g id="tile46x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="2970"> + <g id="tile47x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="2970"> + <g id="tile48x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="2970"> + <g id="tile49x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="2970"> + <g id="tile50x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="2970"> + <g id="tile51x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="2970"> + <g id="tile52x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="2970"> + <g id="tile53x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="2970"> + <g id="tile54x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="2970"> + <g id="tile55x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="2970"> + <g id="tile56x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="2970"> + <g id="tile57x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="2970"> + <g id="tile58x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="2970"> + <g id="tile59x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="2970"> + <g id="tile60x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="2970"> + <g id="tile61x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="2970"> + <g id="tile62x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="2970"> + <g id="tile63x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="2970"> + <g id="tile64x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="2970"> + <g id="tile65x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="2970"> + <g id="tile66x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="0"> + <g id="tile67x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="45"> + <g id="tile67x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="90"> + <g id="tile67x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="135"> + <g id="tile67x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="180"> + <g id="tile67x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="225"> + <g id="tile67x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="270"> + <g id="tile67x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="315"> + <g id="tile67x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="360"> + <g id="tile67x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="405"> + <g id="tile67x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="450"> + <g id="tile67x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="495"> + <g id="tile67x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="540"> + <g id="tile67x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="585"> + <g id="tile67x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="630"> + <g id="tile67x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="675"> + <g id="tile67x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="720"> + <g id="tile67x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="765"> + <g id="tile67x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="810"> + <g id="tile67x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="855"> + <g id="tile67x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="900"> + <g id="tile67x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="945"> + <g id="tile67x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="990"> + <g id="tile67x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1035"> + <g id="tile67x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1080"> + <g id="tile67x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1125"> + <g id="tile67x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1170"> + <g id="tile67x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1215"> + <g id="tile67x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1260"> + <g id="tile67x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1305"> + <g id="tile67x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1350"> + <g id="tile67x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1395"> + <g id="tile67x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1440"> + <g id="tile67x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1485"> + <g id="tile67x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1530"> + <g id="tile67x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1575"> + <g id="tile67x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1620"> + <g id="tile67x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1665"> + <g id="tile67x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1710"> + <g id="tile67x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1755"> + <g id="tile67x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1800"> + <g id="tile67x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1845"> + <g id="tile67x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1890"> + <g id="tile67x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="1935"> + <g id="tile67x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="1980"> + <g id="tile67x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2025"> + <g id="tile67x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2070"> + <g id="tile67x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2115"> + <g id="tile67x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2160"> + <g id="tile67x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2205"> + <g id="tile67x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2250"> + <g id="tile67x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2295"> + <g id="tile67x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2340"> + <g id="tile67x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2385"> + <g id="tile67x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2430"> + <g id="tile67x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2475"> + <g id="tile67x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2520"> + <g id="tile67x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2565"> + <g id="tile67x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2610"> + <g id="tile67x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2655"> + <g id="tile67x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2700"> + <g id="tile67x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2745"> + <g id="tile67x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2790"> + <g id="tile67x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2835"> + <g id="tile67x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2880"> + <g id="tile67x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="2925"> + <g id="tile67x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="2970"> + <g id="tile67x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles68"> +<svg width="45" height="45" x="0" y="3015"> + <g id="tile1x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3015"> + <g id="tile2x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3015"> + <g id="tile3x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3015"> + <g id="tile4x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3015"> + <g id="tile5x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3015"> + <g id="tile6x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3015"> + <g id="tile7x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3015"> + <g id="tile8x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3015"> + <g id="tile9x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3015"> + <g id="tile10x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3015"> + <g id="tile11x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3015"> + <g id="tile12x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3015"> + <g id="tile13x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3015"> + <g id="tile14x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3015"> + <g id="tile15x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3015"> + <g id="tile16x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3015"> + <g id="tile17x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3015"> + <g id="tile18x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3015"> + <g id="tile19x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3015"> + <g id="tile20x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3015"> + <g id="tile21x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3015"> + <g id="tile22x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3015"> + <g id="tile23x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3015"> + <g id="tile24x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3015"> + <g id="tile25x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3015"> + <g id="tile26x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3015"> + <g id="tile27x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3015"> + <g id="tile28x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3015"> + <g id="tile29x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3015"> + <g id="tile30x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3015"> + <g id="tile31x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3015"> + <g id="tile32x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3015"> + <g id="tile33x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3015"> + <g id="tile34x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3015"> + <g id="tile35x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3015"> + <g id="tile36x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3015"> + <g id="tile37x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3015"> + <g id="tile38x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3015"> + <g id="tile39x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3015"> + <g id="tile40x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3015"> + <g id="tile41x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3015"> + <g id="tile42x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3015"> + <g id="tile43x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3015"> + <g id="tile44x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3015"> + <g id="tile45x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3015"> + <g id="tile46x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3015"> + <g id="tile47x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3015"> + <g id="tile48x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3015"> + <g id="tile49x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3015"> + <g id="tile50x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3015"> + <g id="tile51x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3015"> + <g id="tile52x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3015"> + <g id="tile53x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3015"> + <g id="tile54x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3015"> + <g id="tile55x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3015"> + <g id="tile56x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3015"> + <g id="tile57x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3015"> + <g id="tile58x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3015"> + <g id="tile59x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3015"> + <g id="tile60x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3015"> + <g id="tile61x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3015"> + <g id="tile62x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3015"> + <g id="tile63x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3015"> + <g id="tile64x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3015"> + <g id="tile65x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3015"> + <g id="tile66x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3015"> + <g id="tile67x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3015" y="0"> + <g id="tile68x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="45"> + <g id="tile68x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="90"> + <g id="tile68x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="135"> + <g id="tile68x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="180"> + <g id="tile68x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="225"> + <g id="tile68x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="270"> + <g id="tile68x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="315"> + <g id="tile68x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="360"> + <g id="tile68x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="405"> + <g id="tile68x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="450"> + <g id="tile68x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="495"> + <g id="tile68x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="540"> + <g id="tile68x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="585"> + <g id="tile68x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="630"> + <g id="tile68x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="675"> + <g id="tile68x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="720"> + <g id="tile68x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="765"> + <g id="tile68x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="810"> + <g id="tile68x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="855"> + <g id="tile68x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="900"> + <g id="tile68x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="945"> + <g id="tile68x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="990"> + <g id="tile68x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1035"> + <g id="tile68x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1080"> + <g id="tile68x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1125"> + <g id="tile68x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1170"> + <g id="tile68x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1215"> + <g id="tile68x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1260"> + <g id="tile68x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1305"> + <g id="tile68x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1350"> + <g id="tile68x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1395"> + <g id="tile68x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1440"> + <g id="tile68x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1485"> + <g id="tile68x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1530"> + <g id="tile68x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1575"> + <g id="tile68x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1620"> + <g id="tile68x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1665"> + <g id="tile68x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1710"> + <g id="tile68x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1755"> + <g id="tile68x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1800"> + <g id="tile68x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1845"> + <g id="tile68x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1890"> + <g id="tile68x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="1935"> + <g id="tile68x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="1980"> + <g id="tile68x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2025"> + <g id="tile68x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2070"> + <g id="tile68x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2115"> + <g id="tile68x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2160"> + <g id="tile68x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2205"> + <g id="tile68x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2250"> + <g id="tile68x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2295"> + <g id="tile68x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2340"> + <g id="tile68x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2385"> + <g id="tile68x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2430"> + <g id="tile68x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2475"> + <g id="tile68x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2520"> + <g id="tile68x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2565"> + <g id="tile68x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2610"> + <g id="tile68x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2655"> + <g id="tile68x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2700"> + <g id="tile68x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2745"> + <g id="tile68x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2790"> + <g id="tile68x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2835"> + <g id="tile68x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2880"> + <g id="tile68x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="2925"> + <g id="tile68x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="2970"> + <g id="tile68x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3015"> + <g id="tile68x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles69"> + <svg width="45" height="45" x="0" y="3060"> + <g id="tile1x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3060"> + <g id="tile2x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3060"> + <g id="tile3x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3060"> + <g id="tile4x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3060"> + <g id="tile5x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3060"> + <g id="tile6x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3060"> + <g id="tile7x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3060"> + <g id="tile8x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3060"> + <g id="tile9x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3060"> + <g id="tile10x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3060"> + <g id="tile11x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3060"> + <g id="tile12x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3060"> + <g id="tile13x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3060"> + <g id="tile14x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3060"> + <g id="tile15x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3060"> + <g id="tile16x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3060"> + <g id="tile17x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3060"> + <g id="tile18x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3060"> + <g id="tile19x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3060"> + <g id="tile20x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3060"> + <g id="tile21x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3060"> + <g id="tile22x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3060"> + <g id="tile23x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3060"> + <g id="tile24x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3060"> + <g id="tile25x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3060"> + <g id="tile26x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3060"> + <g id="tile27x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3060"> + <g id="tile28x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3060"> + <g id="tile29x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3060"> + <g id="tile30x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3060"> + <g id="tile31x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3060"> + <g id="tile32x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3060"> + <g id="tile33x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3060"> + <g id="tile34x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3060"> + <g id="tile35x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3060"> + <g id="tile36x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3060"> + <g id="tile37x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3060"> + <g id="tile38x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3060"> + <g id="tile39x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3060"> + <g id="tile40x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3060"> + <g id="tile41x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3060"> + <g id="tile42x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3060"> + <g id="tile43x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3060"> + <g id="tile44x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3060"> + <g id="tile45x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3060"> + <g id="tile46x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3060"> + <g id="tile47x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3060"> + <g id="tile48x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3060"> + <g id="tile49x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3060"> + <g id="tile50x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3060"> + <g id="tile51x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3060"> + <g id="tile52x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3060"> + <g id="tile53x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3060"> + <g id="tile54x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3060"> + <g id="tile55x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3060"> + <g id="tile56x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3060"> + <g id="tile57x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3060"> + <g id="tile58x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3060"> + <g id="tile59x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3060"> + <g id="tile60x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3060"> + <g id="tile61x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3060"> + <g id="tile62x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3060"> + <g id="tile63x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3060"> + <g id="tile64x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3060"> + <g id="tile65x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3060"> + <g id="tile66x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3060"> + <g id="tile67x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3060"> + <g id="tile68x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="0"> + <g id="tile69x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="45"> + <g id="tile69x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="90"> + <g id="tile69x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="135"> + <g id="tile69x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="180"> + <g id="tile69x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="225"> + <g id="tile69x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="270"> + <g id="tile69x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="315"> + <g id="tile69x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="360"> + <g id="tile69x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="405"> + <g id="tile69x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="450"> + <g id="tile69x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="495"> + <g id="tile69x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="540"> + <g id="tile69x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="585"> + <g id="tile69x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="630"> + <g id="tile69x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="675"> + <g id="tile69x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="720"> + <g id="tile69x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="765"> + <g id="tile69x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="810"> + <g id="tile69x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="855"> + <g id="tile69x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="900"> + <g id="tile69x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="945"> + <g id="tile69x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="990"> + <g id="tile69x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1035"> + <g id="tile69x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1080"> + <g id="tile69x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1125"> + <g id="tile69x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1170"> + <g id="tile69x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1215"> + <g id="tile69x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1260"> + <g id="tile69x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1305"> + <g id="tile69x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1350"> + <g id="tile69x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1395"> + <g id="tile69x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1440"> + <g id="tile69x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1485"> + <g id="tile69x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1530"> + <g id="tile69x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1575"> + <g id="tile69x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1620"> + <g id="tile69x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1665"> + <g id="tile69x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1710"> + <g id="tile69x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1755"> + <g id="tile69x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1800"> + <g id="tile69x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1845"> + <g id="tile69x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1890"> + <g id="tile69x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="1935"> + <g id="tile69x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="1980"> + <g id="tile69x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2025"> + <g id="tile69x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2070"> + <g id="tile69x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2115"> + <g id="tile69x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2160"> + <g id="tile69x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2205"> + <g id="tile69x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2250"> + <g id="tile69x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2295"> + <g id="tile69x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2340"> + <g id="tile69x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2385"> + <g id="tile69x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2430"> + <g id="tile69x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2475"> + <g id="tile69x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2520"> + <g id="tile69x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2565"> + <g id="tile69x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2610"> + <g id="tile69x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2655"> + <g id="tile69x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2700"> + <g id="tile69x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2745"> + <g id="tile69x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2790"> + <g id="tile69x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2835"> + <g id="tile69x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2880"> + <g id="tile69x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="2925"> + <g id="tile69x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="2970"> + <g id="tile69x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3015"> + <g id="tile69x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3060"> + <g id="tile69x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles70"> +<svg width="45" height="45" x="0" y="3105"> + <g id="tile1x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3105"> + <g id="tile2x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3105"> + <g id="tile3x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3105"> + <g id="tile4x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3105"> + <g id="tile5x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3105"> + <g id="tile6x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3105"> + <g id="tile7x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3105"> + <g id="tile8x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3105"> + <g id="tile9x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3105"> + <g id="tile10x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3105"> + <g id="tile11x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3105"> + <g id="tile12x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3105"> + <g id="tile13x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3105"> + <g id="tile14x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3105"> + <g id="tile15x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3105"> + <g id="tile16x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3105"> + <g id="tile17x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3105"> + <g id="tile18x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3105"> + <g id="tile19x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3105"> + <g id="tile20x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3105"> + <g id="tile21x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3105"> + <g id="tile22x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3105"> + <g id="tile23x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3105"> + <g id="tile24x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3105"> + <g id="tile25x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3105"> + <g id="tile26x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3105"> + <g id="tile27x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3105"> + <g id="tile28x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3105"> + <g id="tile29x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3105"> + <g id="tile30x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3105"> + <g id="tile31x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3105"> + <g id="tile32x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3105"> + <g id="tile33x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3105"> + <g id="tile34x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3105"> + <g id="tile35x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3105"> + <g id="tile36x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3105"> + <g id="tile37x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3105"> + <g id="tile38x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3105"> + <g id="tile39x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3105"> + <g id="tile40x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3105"> + <g id="tile41x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3105"> + <g id="tile42x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3105"> + <g id="tile43x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3105"> + <g id="tile44x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3105"> + <g id="tile45x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3105"> + <g id="tile46x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3105"> + <g id="tile47x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3105"> + <g id="tile48x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3105"> + <g id="tile49x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3105"> + <g id="tile50x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3105"> + <g id="tile51x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3105"> + <g id="tile52x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3105"> + <g id="tile53x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3105"> + <g id="tile54x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3105"> + <g id="tile55x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3105"> + <g id="tile56x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3105"> + <g id="tile57x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3105"> + <g id="tile58x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3105"> + <g id="tile59x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3105"> + <g id="tile60x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3105"> + <g id="tile61x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3105"> + <g id="tile62x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3105"> + <g id="tile63x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3105"> + <g id="tile64x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3105"> + <g id="tile65x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3105"> + <g id="tile66x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3105"> + <g id="tile67x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3105"> + <g id="tile68x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3105"> + <g id="tile69x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3105" y="0"> + <g id="tile70x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="45"> + <g id="tile70x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="90"> + <g id="tile70x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="135"> + <g id="tile70x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="180"> + <g id="tile70x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="225"> + <g id="tile70x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="270"> + <g id="tile70x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="315"> + <g id="tile70x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="360"> + <g id="tile70x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="405"> + <g id="tile70x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="450"> + <g id="tile70x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="495"> + <g id="tile70x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="540"> + <g id="tile70x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="585"> + <g id="tile70x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="630"> + <g id="tile70x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="675"> + <g id="tile70x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="720"> + <g id="tile70x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="765"> + <g id="tile70x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="810"> + <g id="tile70x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="855"> + <g id="tile70x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="900"> + <g id="tile70x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="945"> + <g id="tile70x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="990"> + <g id="tile70x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1035"> + <g id="tile70x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1080"> + <g id="tile70x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1125"> + <g id="tile70x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1170"> + <g id="tile70x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1215"> + <g id="tile70x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1260"> + <g id="tile70x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1305"> + <g id="tile70x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1350"> + <g id="tile70x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1395"> + <g id="tile70x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1440"> + <g id="tile70x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1485"> + <g id="tile70x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1530"> + <g id="tile70x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1575"> + <g id="tile70x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1620"> + <g id="tile70x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1665"> + <g id="tile70x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1710"> + <g id="tile70x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1755"> + <g id="tile70x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1800"> + <g id="tile70x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1845"> + <g id="tile70x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1890"> + <g id="tile70x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="1935"> + <g id="tile70x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="1980"> + <g id="tile70x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2025"> + <g id="tile70x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2070"> + <g id="tile70x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2115"> + <g id="tile70x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2160"> + <g id="tile70x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2205"> + <g id="tile70x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2250"> + <g id="tile70x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2295"> + <g id="tile70x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2340"> + <g id="tile70x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2385"> + <g id="tile70x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2430"> + <g id="tile70x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2475"> + <g id="tile70x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2520"> + <g id="tile70x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2565"> + <g id="tile70x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2610"> + <g id="tile70x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2655"> + <g id="tile70x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2700"> + <g id="tile70x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2745"> + <g id="tile70x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2790"> + <g id="tile70x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2835"> + <g id="tile70x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2880"> + <g id="tile70x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="2925"> + <g id="tile70x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="2970"> + <g id="tile70x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3015"> + <g id="tile70x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3060"> + <g id="tile70x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3105"> + <g id="tile70x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles71"> + <svg width="45" height="45" x="0" y="3150"> + <g id="tile1x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3150"> + <g id="tile2x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3150"> + <g id="tile3x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3150"> + <g id="tile4x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3150"> + <g id="tile5x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3150"> + <g id="tile6x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3150"> + <g id="tile7x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3150"> + <g id="tile8x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3150"> + <g id="tile9x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3150"> + <g id="tile10x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3150"> + <g id="tile11x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3150"> + <g id="tile12x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3150"> + <g id="tile13x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3150"> + <g id="tile14x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3150"> + <g id="tile15x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3150"> + <g id="tile16x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3150"> + <g id="tile17x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3150"> + <g id="tile18x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3150"> + <g id="tile19x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3150"> + <g id="tile20x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3150"> + <g id="tile21x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3150"> + <g id="tile22x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3150"> + <g id="tile23x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3150"> + <g id="tile24x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3150"> + <g id="tile25x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3150"> + <g id="tile26x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3150"> + <g id="tile27x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3150"> + <g id="tile28x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3150"> + <g id="tile29x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3150"> + <g id="tile30x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3150"> + <g id="tile31x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3150"> + <g id="tile32x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3150"> + <g id="tile33x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3150"> + <g id="tile34x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3150"> + <g id="tile35x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3150"> + <g id="tile36x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3150"> + <g id="tile37x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3150"> + <g id="tile38x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3150"> + <g id="tile39x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3150"> + <g id="tile40x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3150"> + <g id="tile41x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3150"> + <g id="tile42x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3150"> + <g id="tile43x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3150"> + <g id="tile44x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3150"> + <g id="tile45x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3150"> + <g id="tile46x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3150"> + <g id="tile47x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3150"> + <g id="tile48x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3150"> + <g id="tile49x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3150"> + <g id="tile50x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3150"> + <g id="tile51x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3150"> + <g id="tile52x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3150"> + <g id="tile53x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3150"> + <g id="tile54x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3150"> + <g id="tile55x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3150"> + <g id="tile56x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3150"> + <g id="tile57x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3150"> + <g id="tile58x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3150"> + <g id="tile59x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3150"> + <g id="tile60x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3150"> + <g id="tile61x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3150"> + <g id="tile62x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3150"> + <g id="tile63x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3150"> + <g id="tile64x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3150"> + <g id="tile65x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3150"> + <g id="tile66x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3150"> + <g id="tile67x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3150"> + <g id="tile68x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3150"> + <g id="tile69x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3150"> + <g id="tile70x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="0"> + <g id="tile71x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="45"> + <g id="tile71x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="90"> + <g id="tile71x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="135"> + <g id="tile71x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="180"> + <g id="tile71x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="225"> + <g id="tile71x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="270"> + <g id="tile71x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="315"> + <g id="tile71x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="360"> + <g id="tile71x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="405"> + <g id="tile71x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="450"> + <g id="tile71x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="495"> + <g id="tile71x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="540"> + <g id="tile71x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="585"> + <g id="tile71x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="630"> + <g id="tile71x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="675"> + <g id="tile71x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="720"> + <g id="tile71x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="765"> + <g id="tile71x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="810"> + <g id="tile71x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="855"> + <g id="tile71x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="900"> + <g id="tile71x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="945"> + <g id="tile71x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="990"> + <g id="tile71x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1035"> + <g id="tile71x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1080"> + <g id="tile71x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1125"> + <g id="tile71x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1170"> + <g id="tile71x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1215"> + <g id="tile71x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1260"> + <g id="tile71x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1305"> + <g id="tile71x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1350"> + <g id="tile71x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1395"> + <g id="tile71x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1440"> + <g id="tile71x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1485"> + <g id="tile71x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1530"> + <g id="tile71x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1575"> + <g id="tile71x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1620"> + <g id="tile71x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1665"> + <g id="tile71x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1710"> + <g id="tile71x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1755"> + <g id="tile71x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1800"> + <g id="tile71x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1845"> + <g id="tile71x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1890"> + <g id="tile71x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="1935"> + <g id="tile71x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="1980"> + <g id="tile71x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2025"> + <g id="tile71x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2070"> + <g id="tile71x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2115"> + <g id="tile71x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2160"> + <g id="tile71x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2205"> + <g id="tile71x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2250"> + <g id="tile71x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2295"> + <g id="tile71x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2340"> + <g id="tile71x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2385"> + <g id="tile71x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2430"> + <g id="tile71x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2475"> + <g id="tile71x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2520"> + <g id="tile71x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2565"> + <g id="tile71x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2610"> + <g id="tile71x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2655"> + <g id="tile71x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2700"> + <g id="tile71x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2745"> + <g id="tile71x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2790"> + <g id="tile71x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2835"> + <g id="tile71x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2880"> + <g id="tile71x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="2925"> + <g id="tile71x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="2970"> + <g id="tile71x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3015"> + <g id="tile71x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3060"> + <g id="tile71x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3105"> + <g id="tile71x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3150"> + <g id="tile71x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles72"> +<svg width="45" height="45" x="0" y="3195"> + <g id="tile1x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3195"> + <g id="tile2x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3195"> + <g id="tile3x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3195"> + <g id="tile4x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3195"> + <g id="tile5x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3195"> + <g id="tile6x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3195"> + <g id="tile7x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3195"> + <g id="tile8x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3195"> + <g id="tile9x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3195"> + <g id="tile10x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3195"> + <g id="tile11x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3195"> + <g id="tile12x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3195"> + <g id="tile13x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3195"> + <g id="tile14x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3195"> + <g id="tile15x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3195"> + <g id="tile16x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3195"> + <g id="tile17x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3195"> + <g id="tile18x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3195"> + <g id="tile19x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3195"> + <g id="tile20x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3195"> + <g id="tile21x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3195"> + <g id="tile22x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3195"> + <g id="tile23x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3195"> + <g id="tile24x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3195"> + <g id="tile25x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3195"> + <g id="tile26x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3195"> + <g id="tile27x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3195"> + <g id="tile28x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3195"> + <g id="tile29x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3195"> + <g id="tile30x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3195"> + <g id="tile31x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3195"> + <g id="tile32x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3195"> + <g id="tile33x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3195"> + <g id="tile34x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3195"> + <g id="tile35x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3195"> + <g id="tile36x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3195"> + <g id="tile37x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3195"> + <g id="tile38x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3195"> + <g id="tile39x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3195"> + <g id="tile40x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3195"> + <g id="tile41x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3195"> + <g id="tile42x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3195"> + <g id="tile43x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3195"> + <g id="tile44x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3195"> + <g id="tile45x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3195"> + <g id="tile46x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3195"> + <g id="tile47x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3195"> + <g id="tile48x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3195"> + <g id="tile49x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3195"> + <g id="tile50x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3195"> + <g id="tile51x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3195"> + <g id="tile52x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3195"> + <g id="tile53x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3195"> + <g id="tile54x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3195"> + <g id="tile55x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3195"> + <g id="tile56x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3195"> + <g id="tile57x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3195"> + <g id="tile58x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3195"> + <g id="tile59x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3195"> + <g id="tile60x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3195"> + <g id="tile61x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3195"> + <g id="tile62x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3195"> + <g id="tile63x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3195"> + <g id="tile64x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3195"> + <g id="tile65x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3195"> + <g id="tile66x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3195"> + <g id="tile67x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3195"> + <g id="tile68x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3195"> + <g id="tile69x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3195"> + <g id="tile70x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3195"> + <g id="tile71x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3195" y="0"> + <g id="tile72x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="45"> + <g id="tile72x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="90"> + <g id="tile72x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="135"> + <g id="tile72x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="180"> + <g id="tile72x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="225"> + <g id="tile72x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="270"> + <g id="tile72x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="315"> + <g id="tile72x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="360"> + <g id="tile72x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="405"> + <g id="tile72x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="450"> + <g id="tile72x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="495"> + <g id="tile72x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="540"> + <g id="tile72x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="585"> + <g id="tile72x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="630"> + <g id="tile72x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="675"> + <g id="tile72x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="720"> + <g id="tile72x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="765"> + <g id="tile72x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="810"> + <g id="tile72x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="855"> + <g id="tile72x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="900"> + <g id="tile72x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="945"> + <g id="tile72x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="990"> + <g id="tile72x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1035"> + <g id="tile72x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1080"> + <g id="tile72x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1125"> + <g id="tile72x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1170"> + <g id="tile72x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1215"> + <g id="tile72x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1260"> + <g id="tile72x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1305"> + <g id="tile72x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1350"> + <g id="tile72x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1395"> + <g id="tile72x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1440"> + <g id="tile72x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1485"> + <g id="tile72x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1530"> + <g id="tile72x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1575"> + <g id="tile72x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1620"> + <g id="tile72x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1665"> + <g id="tile72x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1710"> + <g id="tile72x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1755"> + <g id="tile72x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1800"> + <g id="tile72x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1845"> + <g id="tile72x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1890"> + <g id="tile72x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="1935"> + <g id="tile72x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="1980"> + <g id="tile72x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2025"> + <g id="tile72x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2070"> + <g id="tile72x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2115"> + <g id="tile72x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2160"> + <g id="tile72x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2205"> + <g id="tile72x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2250"> + <g id="tile72x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2295"> + <g id="tile72x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2340"> + <g id="tile72x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2385"> + <g id="tile72x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2430"> + <g id="tile72x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2475"> + <g id="tile72x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2520"> + <g id="tile72x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2565"> + <g id="tile72x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2610"> + <g id="tile72x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2655"> + <g id="tile72x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2700"> + <g id="tile72x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2745"> + <g id="tile72x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2790"> + <g id="tile72x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2835"> + <g id="tile72x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2880"> + <g id="tile72x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="2925"> + <g id="tile72x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="2970"> + <g id="tile72x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3015"> + <g id="tile72x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3060"> + <g id="tile72x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3105"> + <g id="tile72x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3150"> + <g id="tile72x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3195"> + <g id="tile72x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles73"> + <svg width="45" height="45" x="0" y="3240"> + <g id="tile1x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3240"> + <g id="tile2x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3240"> + <g id="tile3x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3240"> + <g id="tile4x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3240"> + <g id="tile5x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3240"> + <g id="tile6x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3240"> + <g id="tile7x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3240"> + <g id="tile8x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3240"> + <g id="tile9x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3240"> + <g id="tile10x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3240"> + <g id="tile11x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3240"> + <g id="tile12x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3240"> + <g id="tile13x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3240"> + <g id="tile14x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3240"> + <g id="tile15x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3240"> + <g id="tile16x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3240"> + <g id="tile17x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3240"> + <g id="tile18x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3240"> + <g id="tile19x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3240"> + <g id="tile20x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3240"> + <g id="tile21x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3240"> + <g id="tile22x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3240"> + <g id="tile23x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3240"> + <g id="tile24x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3240"> + <g id="tile25x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3240"> + <g id="tile26x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3240"> + <g id="tile27x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3240"> + <g id="tile28x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3240"> + <g id="tile29x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3240"> + <g id="tile30x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3240"> + <g id="tile31x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3240"> + <g id="tile32x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3240"> + <g id="tile33x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3240"> + <g id="tile34x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3240"> + <g id="tile35x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3240"> + <g id="tile36x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3240"> + <g id="tile37x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3240"> + <g id="tile38x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3240"> + <g id="tile39x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3240"> + <g id="tile40x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3240"> + <g id="tile41x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3240"> + <g id="tile42x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3240"> + <g id="tile43x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3240"> + <g id="tile44x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3240"> + <g id="tile45x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3240"> + <g id="tile46x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3240"> + <g id="tile47x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3240"> + <g id="tile48x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3240"> + <g id="tile49x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3240"> + <g id="tile50x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3240"> + <g id="tile51x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3240"> + <g id="tile52x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3240"> + <g id="tile53x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3240"> + <g id="tile54x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3240"> + <g id="tile55x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3240"> + <g id="tile56x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3240"> + <g id="tile57x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3240"> + <g id="tile58x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3240"> + <g id="tile59x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3240"> + <g id="tile60x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3240"> + <g id="tile61x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3240"> + <g id="tile62x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3240"> + <g id="tile63x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3240"> + <g id="tile64x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3240"> + <g id="tile65x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3240"> + <g id="tile66x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3240"> + <g id="tile67x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3240"> + <g id="tile68x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3240"> + <g id="tile69x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3240"> + <g id="tile70x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3240"> + <g id="tile71x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3240"> + <g id="tile72x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="0"> + <g id="tile73x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="45"> + <g id="tile73x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="90"> + <g id="tile73x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="135"> + <g id="tile73x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="180"> + <g id="tile73x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="225"> + <g id="tile73x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="270"> + <g id="tile73x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="315"> + <g id="tile73x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="360"> + <g id="tile73x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="405"> + <g id="tile73x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="450"> + <g id="tile73x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="495"> + <g id="tile73x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="540"> + <g id="tile73x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="585"> + <g id="tile73x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="630"> + <g id="tile73x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="675"> + <g id="tile73x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="720"> + <g id="tile73x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="765"> + <g id="tile73x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="810"> + <g id="tile73x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="855"> + <g id="tile73x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="900"> + <g id="tile73x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="945"> + <g id="tile73x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="990"> + <g id="tile73x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1035"> + <g id="tile73x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1080"> + <g id="tile73x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1125"> + <g id="tile73x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1170"> + <g id="tile73x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1215"> + <g id="tile73x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1260"> + <g id="tile73x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1305"> + <g id="tile73x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1350"> + <g id="tile73x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1395"> + <g id="tile73x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1440"> + <g id="tile73x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1485"> + <g id="tile73x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1530"> + <g id="tile73x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1575"> + <g id="tile73x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1620"> + <g id="tile73x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1665"> + <g id="tile73x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1710"> + <g id="tile73x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1755"> + <g id="tile73x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1800"> + <g id="tile73x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1845"> + <g id="tile73x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1890"> + <g id="tile73x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="1935"> + <g id="tile73x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="1980"> + <g id="tile73x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2025"> + <g id="tile73x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2070"> + <g id="tile73x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2115"> + <g id="tile73x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2160"> + <g id="tile73x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2205"> + <g id="tile73x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2250"> + <g id="tile73x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2295"> + <g id="tile73x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2340"> + <g id="tile73x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2385"> + <g id="tile73x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2430"> + <g id="tile73x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2475"> + <g id="tile73x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2520"> + <g id="tile73x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2565"> + <g id="tile73x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2610"> + <g id="tile73x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2655"> + <g id="tile73x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2700"> + <g id="tile73x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2745"> + <g id="tile73x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2790"> + <g id="tile73x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2835"> + <g id="tile73x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2880"> + <g id="tile73x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="2925"> + <g id="tile73x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="2970"> + <g id="tile73x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3015"> + <g id="tile73x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3060"> + <g id="tile73x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3105"> + <g id="tile73x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3150"> + <g id="tile73x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3195"> + <g id="tile73x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3240"> + <g id="tile73x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles74"> +<svg width="45" height="45" x="0" y="3285"> + <g id="tile1x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3285"> + <g id="tile2x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3285"> + <g id="tile3x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3285"> + <g id="tile4x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3285"> + <g id="tile5x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3285"> + <g id="tile6x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3285"> + <g id="tile7x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3285"> + <g id="tile8x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3285"> + <g id="tile9x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3285"> + <g id="tile10x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3285"> + <g id="tile11x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3285"> + <g id="tile12x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3285"> + <g id="tile13x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3285"> + <g id="tile14x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3285"> + <g id="tile15x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3285"> + <g id="tile16x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3285"> + <g id="tile17x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3285"> + <g id="tile18x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3285"> + <g id="tile19x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3285"> + <g id="tile20x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3285"> + <g id="tile21x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3285"> + <g id="tile22x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3285"> + <g id="tile23x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3285"> + <g id="tile24x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3285"> + <g id="tile25x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3285"> + <g id="tile26x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3285"> + <g id="tile27x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3285"> + <g id="tile28x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3285"> + <g id="tile29x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3285"> + <g id="tile30x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3285"> + <g id="tile31x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3285"> + <g id="tile32x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3285"> + <g id="tile33x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3285"> + <g id="tile34x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3285"> + <g id="tile35x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3285"> + <g id="tile36x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3285"> + <g id="tile37x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3285"> + <g id="tile38x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3285"> + <g id="tile39x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3285"> + <g id="tile40x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3285"> + <g id="tile41x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3285"> + <g id="tile42x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3285"> + <g id="tile43x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3285"> + <g id="tile44x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3285"> + <g id="tile45x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3285"> + <g id="tile46x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3285"> + <g id="tile47x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3285"> + <g id="tile48x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3285"> + <g id="tile49x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3285"> + <g id="tile50x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3285"> + <g id="tile51x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3285"> + <g id="tile52x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3285"> + <g id="tile53x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3285"> + <g id="tile54x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3285"> + <g id="tile55x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3285"> + <g id="tile56x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3285"> + <g id="tile57x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3285"> + <g id="tile58x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3285"> + <g id="tile59x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3285"> + <g id="tile60x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3285"> + <g id="tile61x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3285"> + <g id="tile62x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3285"> + <g id="tile63x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3285"> + <g id="tile64x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3285"> + <g id="tile65x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3285"> + <g id="tile66x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3285"> + <g id="tile67x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3285"> + <g id="tile68x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3285"> + <g id="tile69x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3285"> + <g id="tile70x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3285"> + <g id="tile71x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3285"> + <g id="tile72x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3285"> + <g id="tile73x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3285" y="0"> + <g id="tile74x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="45"> + <g id="tile74x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="90"> + <g id="tile74x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="135"> + <g id="tile74x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="180"> + <g id="tile74x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="225"> + <g id="tile74x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="270"> + <g id="tile74x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="315"> + <g id="tile74x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="360"> + <g id="tile74x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="405"> + <g id="tile74x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="450"> + <g id="tile74x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="495"> + <g id="tile74x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="540"> + <g id="tile74x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="585"> + <g id="tile74x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="630"> + <g id="tile74x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="675"> + <g id="tile74x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="720"> + <g id="tile74x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="765"> + <g id="tile74x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="810"> + <g id="tile74x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="855"> + <g id="tile74x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="900"> + <g id="tile74x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="945"> + <g id="tile74x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="990"> + <g id="tile74x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1035"> + <g id="tile74x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1080"> + <g id="tile74x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1125"> + <g id="tile74x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1170"> + <g id="tile74x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1215"> + <g id="tile74x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1260"> + <g id="tile74x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1305"> + <g id="tile74x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1350"> + <g id="tile74x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1395"> + <g id="tile74x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1440"> + <g id="tile74x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1485"> + <g id="tile74x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1530"> + <g id="tile74x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1575"> + <g id="tile74x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1620"> + <g id="tile74x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1665"> + <g id="tile74x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1710"> + <g id="tile74x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1755"> + <g id="tile74x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1800"> + <g id="tile74x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1845"> + <g id="tile74x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1890"> + <g id="tile74x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="1935"> + <g id="tile74x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="1980"> + <g id="tile74x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2025"> + <g id="tile74x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2070"> + <g id="tile74x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2115"> + <g id="tile74x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2160"> + <g id="tile74x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2205"> + <g id="tile74x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2250"> + <g id="tile74x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2295"> + <g id="tile74x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2340"> + <g id="tile74x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2385"> + <g id="tile74x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2430"> + <g id="tile74x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2475"> + <g id="tile74x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2520"> + <g id="tile74x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2565"> + <g id="tile74x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2610"> + <g id="tile74x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2655"> + <g id="tile74x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2700"> + <g id="tile74x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2745"> + <g id="tile74x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2790"> + <g id="tile74x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2835"> + <g id="tile74x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2880"> + <g id="tile74x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="2925"> + <g id="tile74x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="2970"> + <g id="tile74x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3015"> + <g id="tile74x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3060"> + <g id="tile74x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3105"> + <g id="tile74x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3150"> + <g id="tile74x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3195"> + <g id="tile74x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3240"> + <g id="tile74x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3285"> + <g id="tile74x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles75"> + <svg width="45" height="45" x="0" y="3330"> + <g id="tile1x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3330"> + <g id="tile2x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3330"> + <g id="tile3x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3330"> + <g id="tile4x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3330"> + <g id="tile5x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3330"> + <g id="tile6x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3330"> + <g id="tile7x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3330"> + <g id="tile8x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3330"> + <g id="tile9x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3330"> + <g id="tile10x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3330"> + <g id="tile11x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3330"> + <g id="tile12x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3330"> + <g id="tile13x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3330"> + <g id="tile14x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3330"> + <g id="tile15x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3330"> + <g id="tile16x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3330"> + <g id="tile17x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3330"> + <g id="tile18x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3330"> + <g id="tile19x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3330"> + <g id="tile20x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3330"> + <g id="tile21x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3330"> + <g id="tile22x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3330"> + <g id="tile23x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3330"> + <g id="tile24x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3330"> + <g id="tile25x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3330"> + <g id="tile26x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3330"> + <g id="tile27x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3330"> + <g id="tile28x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3330"> + <g id="tile29x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3330"> + <g id="tile30x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3330"> + <g id="tile31x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3330"> + <g id="tile32x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3330"> + <g id="tile33x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3330"> + <g id="tile34x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3330"> + <g id="tile35x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3330"> + <g id="tile36x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3330"> + <g id="tile37x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3330"> + <g id="tile38x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3330"> + <g id="tile39x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3330"> + <g id="tile40x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3330"> + <g id="tile41x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3330"> + <g id="tile42x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3330"> + <g id="tile43x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3330"> + <g id="tile44x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3330"> + <g id="tile45x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3330"> + <g id="tile46x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3330"> + <g id="tile47x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3330"> + <g id="tile48x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3330"> + <g id="tile49x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3330"> + <g id="tile50x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3330"> + <g id="tile51x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3330"> + <g id="tile52x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3330"> + <g id="tile53x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3330"> + <g id="tile54x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3330"> + <g id="tile55x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3330"> + <g id="tile56x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3330"> + <g id="tile57x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3330"> + <g id="tile58x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3330"> + <g id="tile59x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3330"> + <g id="tile60x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3330"> + <g id="tile61x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3330"> + <g id="tile62x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3330"> + <g id="tile63x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3330"> + <g id="tile64x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3330"> + <g id="tile65x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3330"> + <g id="tile66x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3330"> + <g id="tile67x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3330"> + <g id="tile68x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3330"> + <g id="tile69x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3330"> + <g id="tile70x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3330"> + <g id="tile71x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3330"> + <g id="tile72x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3330"> + <g id="tile73x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3330"> + <g id="tile74x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="0"> + <g id="tile75x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="45"> + <g id="tile75x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="90"> + <g id="tile75x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="135"> + <g id="tile75x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="180"> + <g id="tile75x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="225"> + <g id="tile75x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="270"> + <g id="tile75x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="315"> + <g id="tile75x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="360"> + <g id="tile75x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="405"> + <g id="tile75x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="450"> + <g id="tile75x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="495"> + <g id="tile75x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="540"> + <g id="tile75x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="585"> + <g id="tile75x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="630"> + <g id="tile75x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="675"> + <g id="tile75x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="720"> + <g id="tile75x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="765"> + <g id="tile75x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="810"> + <g id="tile75x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="855"> + <g id="tile75x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="900"> + <g id="tile75x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="945"> + <g id="tile75x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="990"> + <g id="tile75x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1035"> + <g id="tile75x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1080"> + <g id="tile75x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1125"> + <g id="tile75x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1170"> + <g id="tile75x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1215"> + <g id="tile75x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1260"> + <g id="tile75x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1305"> + <g id="tile75x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1350"> + <g id="tile75x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1395"> + <g id="tile75x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1440"> + <g id="tile75x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1485"> + <g id="tile75x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1530"> + <g id="tile75x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1575"> + <g id="tile75x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1620"> + <g id="tile75x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1665"> + <g id="tile75x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1710"> + <g id="tile75x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1755"> + <g id="tile75x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1800"> + <g id="tile75x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1845"> + <g id="tile75x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1890"> + <g id="tile75x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="1935"> + <g id="tile75x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="1980"> + <g id="tile75x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2025"> + <g id="tile75x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2070"> + <g id="tile75x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2115"> + <g id="tile75x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2160"> + <g id="tile75x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2205"> + <g id="tile75x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2250"> + <g id="tile75x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2295"> + <g id="tile75x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2340"> + <g id="tile75x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2385"> + <g id="tile75x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2430"> + <g id="tile75x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2475"> + <g id="tile75x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2520"> + <g id="tile75x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2565"> + <g id="tile75x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2610"> + <g id="tile75x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2655"> + <g id="tile75x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2700"> + <g id="tile75x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2745"> + <g id="tile75x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2790"> + <g id="tile75x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2835"> + <g id="tile75x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2880"> + <g id="tile75x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="2925"> + <g id="tile75x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="2970"> + <g id="tile75x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3015"> + <g id="tile75x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3060"> + <g id="tile75x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3105"> + <g id="tile75x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3150"> + <g id="tile75x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3195"> + <g id="tile75x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3240"> + <g id="tile75x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3285"> + <g id="tile75x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3330"> + <g id="tile75x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles76"> +<svg width="45" height="45" x="0" y="3375"> + <g id="tile1x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3375"> + <g id="tile2x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3375"> + <g id="tile3x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3375"> + <g id="tile4x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3375"> + <g id="tile5x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3375"> + <g id="tile6x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3375"> + <g id="tile7x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3375"> + <g id="tile8x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3375"> + <g id="tile9x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3375"> + <g id="tile10x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3375"> + <g id="tile11x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3375"> + <g id="tile12x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3375"> + <g id="tile13x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3375"> + <g id="tile14x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3375"> + <g id="tile15x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3375"> + <g id="tile16x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3375"> + <g id="tile17x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3375"> + <g id="tile18x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3375"> + <g id="tile19x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3375"> + <g id="tile20x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3375"> + <g id="tile21x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3375"> + <g id="tile22x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3375"> + <g id="tile23x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3375"> + <g id="tile24x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3375"> + <g id="tile25x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3375"> + <g id="tile26x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3375"> + <g id="tile27x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3375"> + <g id="tile28x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3375"> + <g id="tile29x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3375"> + <g id="tile30x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3375"> + <g id="tile31x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3375"> + <g id="tile32x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3375"> + <g id="tile33x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3375"> + <g id="tile34x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3375"> + <g id="tile35x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3375"> + <g id="tile36x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3375"> + <g id="tile37x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3375"> + <g id="tile38x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3375"> + <g id="tile39x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3375"> + <g id="tile40x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3375"> + <g id="tile41x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3375"> + <g id="tile42x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3375"> + <g id="tile43x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3375"> + <g id="tile44x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3375"> + <g id="tile45x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3375"> + <g id="tile46x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3375"> + <g id="tile47x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3375"> + <g id="tile48x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3375"> + <g id="tile49x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3375"> + <g id="tile50x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3375"> + <g id="tile51x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3375"> + <g id="tile52x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3375"> + <g id="tile53x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3375"> + <g id="tile54x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3375"> + <g id="tile55x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3375"> + <g id="tile56x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3375"> + <g id="tile57x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3375"> + <g id="tile58x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3375"> + <g id="tile59x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3375"> + <g id="tile60x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3375"> + <g id="tile61x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3375"> + <g id="tile62x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3375"> + <g id="tile63x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3375"> + <g id="tile64x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3375"> + <g id="tile65x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3375"> + <g id="tile66x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3375"> + <g id="tile67x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3375"> + <g id="tile68x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3375"> + <g id="tile69x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3375"> + <g id="tile70x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3375"> + <g id="tile71x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3375"> + <g id="tile72x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3375"> + <g id="tile73x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3375"> + <g id="tile74x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3375"> + <g id="tile75x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3375" y="0"> + <g id="tile76x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="45"> + <g id="tile76x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="90"> + <g id="tile76x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="135"> + <g id="tile76x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="180"> + <g id="tile76x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="225"> + <g id="tile76x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="270"> + <g id="tile76x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="315"> + <g id="tile76x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="360"> + <g id="tile76x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="405"> + <g id="tile76x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="450"> + <g id="tile76x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="495"> + <g id="tile76x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="540"> + <g id="tile76x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="585"> + <g id="tile76x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="630"> + <g id="tile76x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="675"> + <g id="tile76x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="720"> + <g id="tile76x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="765"> + <g id="tile76x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="810"> + <g id="tile76x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="855"> + <g id="tile76x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="900"> + <g id="tile76x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="945"> + <g id="tile76x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="990"> + <g id="tile76x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1035"> + <g id="tile76x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1080"> + <g id="tile76x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1125"> + <g id="tile76x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1170"> + <g id="tile76x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1215"> + <g id="tile76x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1260"> + <g id="tile76x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1305"> + <g id="tile76x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1350"> + <g id="tile76x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1395"> + <g id="tile76x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1440"> + <g id="tile76x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1485"> + <g id="tile76x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1530"> + <g id="tile76x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1575"> + <g id="tile76x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1620"> + <g id="tile76x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1665"> + <g id="tile76x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1710"> + <g id="tile76x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1755"> + <g id="tile76x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1800"> + <g id="tile76x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1845"> + <g id="tile76x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1890"> + <g id="tile76x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="1935"> + <g id="tile76x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="1980"> + <g id="tile76x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2025"> + <g id="tile76x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2070"> + <g id="tile76x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2115"> + <g id="tile76x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2160"> + <g id="tile76x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2205"> + <g id="tile76x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2250"> + <g id="tile76x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2295"> + <g id="tile76x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2340"> + <g id="tile76x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2385"> + <g id="tile76x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2430"> + <g id="tile76x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2475"> + <g id="tile76x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2520"> + <g id="tile76x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2565"> + <g id="tile76x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2610"> + <g id="tile76x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2655"> + <g id="tile76x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2700"> + <g id="tile76x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2745"> + <g id="tile76x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2790"> + <g id="tile76x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2835"> + <g id="tile76x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2880"> + <g id="tile76x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="2925"> + <g id="tile76x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="2970"> + <g id="tile76x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3015"> + <g id="tile76x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3060"> + <g id="tile76x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3105"> + <g id="tile76x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3150"> + <g id="tile76x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3195"> + <g id="tile76x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3240"> + <g id="tile76x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3285"> + <g id="tile76x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3330"> + <g id="tile76x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3375"> + <g id="tile76x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles77"> + <svg width="45" height="45" x="0" y="3420"> + <g id="tile1x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3420"> + <g id="tile2x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3420"> + <g id="tile3x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3420"> + <g id="tile4x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3420"> + <g id="tile5x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3420"> + <g id="tile6x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3420"> + <g id="tile7x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3420"> + <g id="tile8x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3420"> + <g id="tile9x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3420"> + <g id="tile10x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3420"> + <g id="tile11x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3420"> + <g id="tile12x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3420"> + <g id="tile13x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3420"> + <g id="tile14x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3420"> + <g id="tile15x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3420"> + <g id="tile16x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3420"> + <g id="tile17x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3420"> + <g id="tile18x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3420"> + <g id="tile19x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3420"> + <g id="tile20x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3420"> + <g id="tile21x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3420"> + <g id="tile22x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3420"> + <g id="tile23x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3420"> + <g id="tile24x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3420"> + <g id="tile25x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3420"> + <g id="tile26x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3420"> + <g id="tile27x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3420"> + <g id="tile28x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3420"> + <g id="tile29x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3420"> + <g id="tile30x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3420"> + <g id="tile31x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3420"> + <g id="tile32x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3420"> + <g id="tile33x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3420"> + <g id="tile34x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3420"> + <g id="tile35x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3420"> + <g id="tile36x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3420"> + <g id="tile37x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3420"> + <g id="tile38x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3420"> + <g id="tile39x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3420"> + <g id="tile40x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3420"> + <g id="tile41x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3420"> + <g id="tile42x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3420"> + <g id="tile43x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3420"> + <g id="tile44x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3420"> + <g id="tile45x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3420"> + <g id="tile46x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3420"> + <g id="tile47x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3420"> + <g id="tile48x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3420"> + <g id="tile49x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3420"> + <g id="tile50x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3420"> + <g id="tile51x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3420"> + <g id="tile52x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3420"> + <g id="tile53x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3420"> + <g id="tile54x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3420"> + <g id="tile55x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3420"> + <g id="tile56x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3420"> + <g id="tile57x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3420"> + <g id="tile58x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3420"> + <g id="tile59x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3420"> + <g id="tile60x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3420"> + <g id="tile61x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3420"> + <g id="tile62x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3420"> + <g id="tile63x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3420"> + <g id="tile64x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3420"> + <g id="tile65x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3420"> + <g id="tile66x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3420"> + <g id="tile67x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3420"> + <g id="tile68x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3420"> + <g id="tile69x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3420"> + <g id="tile70x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3420"> + <g id="tile71x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3420"> + <g id="tile72x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3420"> + <g id="tile73x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3420"> + <g id="tile74x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3420"> + <g id="tile75x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3420"> + <g id="tile76x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="0"> + <g id="tile77x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="45"> + <g id="tile77x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="90"> + <g id="tile77x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="135"> + <g id="tile77x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="180"> + <g id="tile77x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="225"> + <g id="tile77x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="270"> + <g id="tile77x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="315"> + <g id="tile77x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="360"> + <g id="tile77x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="405"> + <g id="tile77x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="450"> + <g id="tile77x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="495"> + <g id="tile77x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="540"> + <g id="tile77x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="585"> + <g id="tile77x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="630"> + <g id="tile77x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="675"> + <g id="tile77x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="720"> + <g id="tile77x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="765"> + <g id="tile77x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="810"> + <g id="tile77x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="855"> + <g id="tile77x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="900"> + <g id="tile77x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="945"> + <g id="tile77x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="990"> + <g id="tile77x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1035"> + <g id="tile77x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1080"> + <g id="tile77x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1125"> + <g id="tile77x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1170"> + <g id="tile77x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1215"> + <g id="tile77x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1260"> + <g id="tile77x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1305"> + <g id="tile77x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1350"> + <g id="tile77x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1395"> + <g id="tile77x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1440"> + <g id="tile77x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1485"> + <g id="tile77x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1530"> + <g id="tile77x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1575"> + <g id="tile77x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1620"> + <g id="tile77x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1665"> + <g id="tile77x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1710"> + <g id="tile77x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1755"> + <g id="tile77x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1800"> + <g id="tile77x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1845"> + <g id="tile77x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1890"> + <g id="tile77x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="1935"> + <g id="tile77x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="1980"> + <g id="tile77x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2025"> + <g id="tile77x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2070"> + <g id="tile77x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2115"> + <g id="tile77x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2160"> + <g id="tile77x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2205"> + <g id="tile77x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2250"> + <g id="tile77x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2295"> + <g id="tile77x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2340"> + <g id="tile77x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2385"> + <g id="tile77x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2430"> + <g id="tile77x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2475"> + <g id="tile77x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2520"> + <g id="tile77x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2565"> + <g id="tile77x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2610"> + <g id="tile77x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2655"> + <g id="tile77x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2700"> + <g id="tile77x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2745"> + <g id="tile77x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2790"> + <g id="tile77x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2835"> + <g id="tile77x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2880"> + <g id="tile77x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="2925"> + <g id="tile77x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="2970"> + <g id="tile77x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3015"> + <g id="tile77x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3060"> + <g id="tile77x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3105"> + <g id="tile77x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3150"> + <g id="tile77x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3195"> + <g id="tile77x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3240"> + <g id="tile77x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3285"> + <g id="tile77x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3330"> + <g id="tile77x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3375"> + <g id="tile77x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3420"> + <g id="tile77x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles78"> +<svg width="45" height="45" x="0" y="3465"> + <g id="tile1x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3465"> + <g id="tile2x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3465"> + <g id="tile3x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3465"> + <g id="tile4x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3465"> + <g id="tile5x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3465"> + <g id="tile6x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3465"> + <g id="tile7x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3465"> + <g id="tile8x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3465"> + <g id="tile9x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3465"> + <g id="tile10x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3465"> + <g id="tile11x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3465"> + <g id="tile12x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3465"> + <g id="tile13x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3465"> + <g id="tile14x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3465"> + <g id="tile15x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3465"> + <g id="tile16x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3465"> + <g id="tile17x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3465"> + <g id="tile18x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3465"> + <g id="tile19x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3465"> + <g id="tile20x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3465"> + <g id="tile21x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3465"> + <g id="tile22x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3465"> + <g id="tile23x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3465"> + <g id="tile24x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3465"> + <g id="tile25x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3465"> + <g id="tile26x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3465"> + <g id="tile27x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3465"> + <g id="tile28x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3465"> + <g id="tile29x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3465"> + <g id="tile30x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3465"> + <g id="tile31x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3465"> + <g id="tile32x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3465"> + <g id="tile33x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3465"> + <g id="tile34x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3465"> + <g id="tile35x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3465"> + <g id="tile36x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3465"> + <g id="tile37x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3465"> + <g id="tile38x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3465"> + <g id="tile39x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3465"> + <g id="tile40x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3465"> + <g id="tile41x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3465"> + <g id="tile42x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3465"> + <g id="tile43x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3465"> + <g id="tile44x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3465"> + <g id="tile45x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3465"> + <g id="tile46x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3465"> + <g id="tile47x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3465"> + <g id="tile48x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3465"> + <g id="tile49x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3465"> + <g id="tile50x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3465"> + <g id="tile51x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3465"> + <g id="tile52x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3465"> + <g id="tile53x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3465"> + <g id="tile54x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3465"> + <g id="tile55x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3465"> + <g id="tile56x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3465"> + <g id="tile57x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3465"> + <g id="tile58x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3465"> + <g id="tile59x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3465"> + <g id="tile60x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3465"> + <g id="tile61x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3465"> + <g id="tile62x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3465"> + <g id="tile63x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3465"> + <g id="tile64x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3465"> + <g id="tile65x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3465"> + <g id="tile66x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3465"> + <g id="tile67x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3465"> + <g id="tile68x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3465"> + <g id="tile69x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3465"> + <g id="tile70x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3465"> + <g id="tile71x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3465"> + <g id="tile72x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3465"> + <g id="tile73x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3465"> + <g id="tile74x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3465"> + <g id="tile75x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3465"> + <g id="tile76x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3465"> + <g id="tile77x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3465" y="0"> + <g id="tile78x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="45"> + <g id="tile78x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="90"> + <g id="tile78x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="135"> + <g id="tile78x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="180"> + <g id="tile78x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="225"> + <g id="tile78x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="270"> + <g id="tile78x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="315"> + <g id="tile78x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="360"> + <g id="tile78x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="405"> + <g id="tile78x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="450"> + <g id="tile78x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="495"> + <g id="tile78x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="540"> + <g id="tile78x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="585"> + <g id="tile78x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="630"> + <g id="tile78x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="675"> + <g id="tile78x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="720"> + <g id="tile78x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="765"> + <g id="tile78x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="810"> + <g id="tile78x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="855"> + <g id="tile78x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="900"> + <g id="tile78x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="945"> + <g id="tile78x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="990"> + <g id="tile78x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1035"> + <g id="tile78x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1080"> + <g id="tile78x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1125"> + <g id="tile78x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1170"> + <g id="tile78x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1215"> + <g id="tile78x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1260"> + <g id="tile78x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1305"> + <g id="tile78x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1350"> + <g id="tile78x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1395"> + <g id="tile78x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1440"> + <g id="tile78x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1485"> + <g id="tile78x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1530"> + <g id="tile78x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1575"> + <g id="tile78x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1620"> + <g id="tile78x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1665"> + <g id="tile78x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1710"> + <g id="tile78x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1755"> + <g id="tile78x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1800"> + <g id="tile78x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1845"> + <g id="tile78x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1890"> + <g id="tile78x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="1935"> + <g id="tile78x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="1980"> + <g id="tile78x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2025"> + <g id="tile78x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2070"> + <g id="tile78x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2115"> + <g id="tile78x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2160"> + <g id="tile78x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2205"> + <g id="tile78x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2250"> + <g id="tile78x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2295"> + <g id="tile78x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2340"> + <g id="tile78x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2385"> + <g id="tile78x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2430"> + <g id="tile78x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2475"> + <g id="tile78x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2520"> + <g id="tile78x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2565"> + <g id="tile78x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2610"> + <g id="tile78x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2655"> + <g id="tile78x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2700"> + <g id="tile78x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2745"> + <g id="tile78x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2790"> + <g id="tile78x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2835"> + <g id="tile78x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2880"> + <g id="tile78x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="2925"> + <g id="tile78x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="2970"> + <g id="tile78x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3015"> + <g id="tile78x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3060"> + <g id="tile78x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3105"> + <g id="tile78x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3150"> + <g id="tile78x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3195"> + <g id="tile78x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3240"> + <g id="tile78x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3285"> + <g id="tile78x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3330"> + <g id="tile78x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3375"> + <g id="tile78x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3420"> + <g id="tile78x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3465"> + <g id="tile78x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles79"> + <svg width="45" height="45" x="0" y="3510"> + <g id="tile1x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3510"> + <g id="tile2x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3510"> + <g id="tile3x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3510"> + <g id="tile4x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3510"> + <g id="tile5x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3510"> + <g id="tile6x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3510"> + <g id="tile7x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3510"> + <g id="tile8x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3510"> + <g id="tile9x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3510"> + <g id="tile10x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3510"> + <g id="tile11x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3510"> + <g id="tile12x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3510"> + <g id="tile13x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3510"> + <g id="tile14x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3510"> + <g id="tile15x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3510"> + <g id="tile16x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3510"> + <g id="tile17x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3510"> + <g id="tile18x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3510"> + <g id="tile19x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3510"> + <g id="tile20x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3510"> + <g id="tile21x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3510"> + <g id="tile22x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3510"> + <g id="tile23x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3510"> + <g id="tile24x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3510"> + <g id="tile25x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3510"> + <g id="tile26x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3510"> + <g id="tile27x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3510"> + <g id="tile28x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3510"> + <g id="tile29x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3510"> + <g id="tile30x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3510"> + <g id="tile31x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3510"> + <g id="tile32x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3510"> + <g id="tile33x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3510"> + <g id="tile34x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3510"> + <g id="tile35x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3510"> + <g id="tile36x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3510"> + <g id="tile37x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3510"> + <g id="tile38x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3510"> + <g id="tile39x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3510"> + <g id="tile40x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3510"> + <g id="tile41x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3510"> + <g id="tile42x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3510"> + <g id="tile43x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3510"> + <g id="tile44x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3510"> + <g id="tile45x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3510"> + <g id="tile46x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3510"> + <g id="tile47x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3510"> + <g id="tile48x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3510"> + <g id="tile49x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3510"> + <g id="tile50x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3510"> + <g id="tile51x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3510"> + <g id="tile52x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3510"> + <g id="tile53x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3510"> + <g id="tile54x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3510"> + <g id="tile55x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3510"> + <g id="tile56x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3510"> + <g id="tile57x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3510"> + <g id="tile58x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3510"> + <g id="tile59x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3510"> + <g id="tile60x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3510"> + <g id="tile61x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3510"> + <g id="tile62x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3510"> + <g id="tile63x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3510"> + <g id="tile64x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3510"> + <g id="tile65x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3510"> + <g id="tile66x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3510"> + <g id="tile67x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3510"> + <g id="tile68x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3510"> + <g id="tile69x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3510"> + <g id="tile70x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3510"> + <g id="tile71x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3510"> + <g id="tile72x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3510"> + <g id="tile73x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3510"> + <g id="tile74x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3510"> + <g id="tile75x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3510"> + <g id="tile76x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3510"> + <g id="tile77x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3510"> + <g id="tile78x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="0"> + <g id="tile79x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="45"> + <g id="tile79x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="90"> + <g id="tile79x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="135"> + <g id="tile79x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="180"> + <g id="tile79x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="225"> + <g id="tile79x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="270"> + <g id="tile79x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="315"> + <g id="tile79x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="360"> + <g id="tile79x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="405"> + <g id="tile79x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="450"> + <g id="tile79x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="495"> + <g id="tile79x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="540"> + <g id="tile79x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="585"> + <g id="tile79x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="630"> + <g id="tile79x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="675"> + <g id="tile79x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="720"> + <g id="tile79x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="765"> + <g id="tile79x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="810"> + <g id="tile79x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="855"> + <g id="tile79x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="900"> + <g id="tile79x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="945"> + <g id="tile79x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="990"> + <g id="tile79x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1035"> + <g id="tile79x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1080"> + <g id="tile79x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1125"> + <g id="tile79x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1170"> + <g id="tile79x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1215"> + <g id="tile79x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1260"> + <g id="tile79x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1305"> + <g id="tile79x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1350"> + <g id="tile79x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1395"> + <g id="tile79x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1440"> + <g id="tile79x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1485"> + <g id="tile79x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1530"> + <g id="tile79x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1575"> + <g id="tile79x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1620"> + <g id="tile79x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1665"> + <g id="tile79x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1710"> + <g id="tile79x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1755"> + <g id="tile79x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1800"> + <g id="tile79x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1845"> + <g id="tile79x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1890"> + <g id="tile79x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="1935"> + <g id="tile79x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="1980"> + <g id="tile79x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2025"> + <g id="tile79x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2070"> + <g id="tile79x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2115"> + <g id="tile79x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2160"> + <g id="tile79x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2205"> + <g id="tile79x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2250"> + <g id="tile79x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2295"> + <g id="tile79x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2340"> + <g id="tile79x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2385"> + <g id="tile79x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2430"> + <g id="tile79x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2475"> + <g id="tile79x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2520"> + <g id="tile79x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2565"> + <g id="tile79x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2610"> + <g id="tile79x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2655"> + <g id="tile79x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2700"> + <g id="tile79x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2745"> + <g id="tile79x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2790"> + <g id="tile79x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2835"> + <g id="tile79x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2880"> + <g id="tile79x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="2925"> + <g id="tile79x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="2970"> + <g id="tile79x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3015"> + <g id="tile79x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3060"> + <g id="tile79x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3105"> + <g id="tile79x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3150"> + <g id="tile79x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3195"> + <g id="tile79x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3240"> + <g id="tile79x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3285"> + <g id="tile79x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3330"> + <g id="tile79x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3375"> + <g id="tile79x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3420"> + <g id="tile79x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3465"> + <g id="tile79x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3510"> + <g id="tile79x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles80"> +<svg width="45" height="45" x="0" y="3555"> + <g id="tile1x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3555"> + <g id="tile2x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3555"> + <g id="tile3x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3555"> + <g id="tile4x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3555"> + <g id="tile5x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3555"> + <g id="tile6x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3555"> + <g id="tile7x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3555"> + <g id="tile8x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3555"> + <g id="tile9x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3555"> + <g id="tile10x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3555"> + <g id="tile11x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3555"> + <g id="tile12x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3555"> + <g id="tile13x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3555"> + <g id="tile14x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3555"> + <g id="tile15x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3555"> + <g id="tile16x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3555"> + <g id="tile17x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3555"> + <g id="tile18x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3555"> + <g id="tile19x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3555"> + <g id="tile20x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3555"> + <g id="tile21x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3555"> + <g id="tile22x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3555"> + <g id="tile23x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3555"> + <g id="tile24x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3555"> + <g id="tile25x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3555"> + <g id="tile26x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3555"> + <g id="tile27x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3555"> + <g id="tile28x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3555"> + <g id="tile29x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3555"> + <g id="tile30x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3555"> + <g id="tile31x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3555"> + <g id="tile32x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3555"> + <g id="tile33x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3555"> + <g id="tile34x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3555"> + <g id="tile35x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3555"> + <g id="tile36x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3555"> + <g id="tile37x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3555"> + <g id="tile38x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3555"> + <g id="tile39x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3555"> + <g id="tile40x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3555"> + <g id="tile41x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3555"> + <g id="tile42x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3555"> + <g id="tile43x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3555"> + <g id="tile44x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3555"> + <g id="tile45x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3555"> + <g id="tile46x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3555"> + <g id="tile47x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3555"> + <g id="tile48x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3555"> + <g id="tile49x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3555"> + <g id="tile50x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3555"> + <g id="tile51x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3555"> + <g id="tile52x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3555"> + <g id="tile53x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3555"> + <g id="tile54x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3555"> + <g id="tile55x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3555"> + <g id="tile56x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3555"> + <g id="tile57x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3555"> + <g id="tile58x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3555"> + <g id="tile59x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3555"> + <g id="tile60x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3555"> + <g id="tile61x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3555"> + <g id="tile62x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3555"> + <g id="tile63x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3555"> + <g id="tile64x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3555"> + <g id="tile65x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3555"> + <g id="tile66x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3555"> + <g id="tile67x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3555"> + <g id="tile68x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3555"> + <g id="tile69x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3555"> + <g id="tile70x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3555"> + <g id="tile71x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3555"> + <g id="tile72x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3555"> + <g id="tile73x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3555"> + <g id="tile74x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3555"> + <g id="tile75x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3555"> + <g id="tile76x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3555"> + <g id="tile77x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3555"> + <g id="tile78x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3555"> + <g id="tile79x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3555" y="0"> + <g id="tile80x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="45"> + <g id="tile80x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="90"> + <g id="tile80x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="135"> + <g id="tile80x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="180"> + <g id="tile80x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="225"> + <g id="tile80x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="270"> + <g id="tile80x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="315"> + <g id="tile80x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="360"> + <g id="tile80x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="405"> + <g id="tile80x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="450"> + <g id="tile80x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="495"> + <g id="tile80x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="540"> + <g id="tile80x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="585"> + <g id="tile80x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="630"> + <g id="tile80x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="675"> + <g id="tile80x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="720"> + <g id="tile80x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="765"> + <g id="tile80x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="810"> + <g id="tile80x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="855"> + <g id="tile80x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="900"> + <g id="tile80x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="945"> + <g id="tile80x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="990"> + <g id="tile80x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1035"> + <g id="tile80x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1080"> + <g id="tile80x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1125"> + <g id="tile80x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1170"> + <g id="tile80x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1215"> + <g id="tile80x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1260"> + <g id="tile80x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1305"> + <g id="tile80x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1350"> + <g id="tile80x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1395"> + <g id="tile80x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1440"> + <g id="tile80x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1485"> + <g id="tile80x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1530"> + <g id="tile80x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1575"> + <g id="tile80x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1620"> + <g id="tile80x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1665"> + <g id="tile80x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1710"> + <g id="tile80x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1755"> + <g id="tile80x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1800"> + <g id="tile80x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1845"> + <g id="tile80x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1890"> + <g id="tile80x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="1935"> + <g id="tile80x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="1980"> + <g id="tile80x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2025"> + <g id="tile80x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2070"> + <g id="tile80x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2115"> + <g id="tile80x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2160"> + <g id="tile80x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2205"> + <g id="tile80x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2250"> + <g id="tile80x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2295"> + <g id="tile80x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2340"> + <g id="tile80x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2385"> + <g id="tile80x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2430"> + <g id="tile80x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2475"> + <g id="tile80x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2520"> + <g id="tile80x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2565"> + <g id="tile80x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2610"> + <g id="tile80x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2655"> + <g id="tile80x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2700"> + <g id="tile80x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2745"> + <g id="tile80x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2790"> + <g id="tile80x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2835"> + <g id="tile80x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2880"> + <g id="tile80x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="2925"> + <g id="tile80x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="2970"> + <g id="tile80x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3015"> + <g id="tile80x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3060"> + <g id="tile80x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3105"> + <g id="tile80x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3150"> + <g id="tile80x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3195"> + <g id="tile80x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3240"> + <g id="tile80x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3285"> + <g id="tile80x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3330"> + <g id="tile80x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3375"> + <g id="tile80x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3420"> + <g id="tile80x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3465"> + <g id="tile80x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3510"> + <g id="tile80x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3555"> + <g id="tile80x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles81"> + <svg width="45" height="45" x="0" y="3600"> + <g id="tile1x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3600"> + <g id="tile2x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3600"> + <g id="tile3x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3600"> + <g id="tile4x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3600"> + <g id="tile5x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3600"> + <g id="tile6x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3600"> + <g id="tile7x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3600"> + <g id="tile8x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3600"> + <g id="tile9x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3600"> + <g id="tile10x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3600"> + <g id="tile11x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3600"> + <g id="tile12x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3600"> + <g id="tile13x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3600"> + <g id="tile14x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3600"> + <g id="tile15x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3600"> + <g id="tile16x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3600"> + <g id="tile17x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3600"> + <g id="tile18x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3600"> + <g id="tile19x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3600"> + <g id="tile20x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3600"> + <g id="tile21x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3600"> + <g id="tile22x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3600"> + <g id="tile23x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3600"> + <g id="tile24x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3600"> + <g id="tile25x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3600"> + <g id="tile26x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3600"> + <g id="tile27x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3600"> + <g id="tile28x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3600"> + <g id="tile29x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3600"> + <g id="tile30x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3600"> + <g id="tile31x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3600"> + <g id="tile32x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3600"> + <g id="tile33x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3600"> + <g id="tile34x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3600"> + <g id="tile35x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3600"> + <g id="tile36x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3600"> + <g id="tile37x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3600"> + <g id="tile38x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3600"> + <g id="tile39x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3600"> + <g id="tile40x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3600"> + <g id="tile41x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3600"> + <g id="tile42x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3600"> + <g id="tile43x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3600"> + <g id="tile44x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3600"> + <g id="tile45x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3600"> + <g id="tile46x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3600"> + <g id="tile47x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3600"> + <g id="tile48x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3600"> + <g id="tile49x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3600"> + <g id="tile50x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3600"> + <g id="tile51x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3600"> + <g id="tile52x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3600"> + <g id="tile53x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3600"> + <g id="tile54x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3600"> + <g id="tile55x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3600"> + <g id="tile56x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3600"> + <g id="tile57x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3600"> + <g id="tile58x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3600"> + <g id="tile59x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3600"> + <g id="tile60x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3600"> + <g id="tile61x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3600"> + <g id="tile62x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3600"> + <g id="tile63x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3600"> + <g id="tile64x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3600"> + <g id="tile65x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3600"> + <g id="tile66x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3600"> + <g id="tile67x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3600"> + <g id="tile68x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3600"> + <g id="tile69x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3600"> + <g id="tile70x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3600"> + <g id="tile71x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3600"> + <g id="tile72x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3600"> + <g id="tile73x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3600"> + <g id="tile74x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3600"> + <g id="tile75x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3600"> + <g id="tile76x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3600"> + <g id="tile77x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3600"> + <g id="tile78x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3600"> + <g id="tile79x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3600"> + <g id="tile80x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="0"> + <g id="tile81x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="45"> + <g id="tile81x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="90"> + <g id="tile81x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="135"> + <g id="tile81x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="180"> + <g id="tile81x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="225"> + <g id="tile81x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="270"> + <g id="tile81x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="315"> + <g id="tile81x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="360"> + <g id="tile81x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="405"> + <g id="tile81x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="450"> + <g id="tile81x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="495"> + <g id="tile81x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="540"> + <g id="tile81x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="585"> + <g id="tile81x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="630"> + <g id="tile81x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="675"> + <g id="tile81x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="720"> + <g id="tile81x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="765"> + <g id="tile81x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="810"> + <g id="tile81x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="855"> + <g id="tile81x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="900"> + <g id="tile81x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="945"> + <g id="tile81x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="990"> + <g id="tile81x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1035"> + <g id="tile81x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1080"> + <g id="tile81x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1125"> + <g id="tile81x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1170"> + <g id="tile81x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1215"> + <g id="tile81x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1260"> + <g id="tile81x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1305"> + <g id="tile81x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1350"> + <g id="tile81x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1395"> + <g id="tile81x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1440"> + <g id="tile81x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1485"> + <g id="tile81x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1530"> + <g id="tile81x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1575"> + <g id="tile81x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1620"> + <g id="tile81x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1665"> + <g id="tile81x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1710"> + <g id="tile81x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1755"> + <g id="tile81x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1800"> + <g id="tile81x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1845"> + <g id="tile81x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1890"> + <g id="tile81x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="1935"> + <g id="tile81x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="1980"> + <g id="tile81x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2025"> + <g id="tile81x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2070"> + <g id="tile81x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2115"> + <g id="tile81x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2160"> + <g id="tile81x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2205"> + <g id="tile81x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2250"> + <g id="tile81x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2295"> + <g id="tile81x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2340"> + <g id="tile81x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2385"> + <g id="tile81x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2430"> + <g id="tile81x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2475"> + <g id="tile81x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2520"> + <g id="tile81x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2565"> + <g id="tile81x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2610"> + <g id="tile81x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2655"> + <g id="tile81x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2700"> + <g id="tile81x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2745"> + <g id="tile81x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2790"> + <g id="tile81x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2835"> + <g id="tile81x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2880"> + <g id="tile81x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="2925"> + <g id="tile81x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="2970"> + <g id="tile81x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3015"> + <g id="tile81x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3060"> + <g id="tile81x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3105"> + <g id="tile81x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3150"> + <g id="tile81x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3195"> + <g id="tile81x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3240"> + <g id="tile81x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3285"> + <g id="tile81x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3330"> + <g id="tile81x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3375"> + <g id="tile81x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3420"> + <g id="tile81x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3465"> + <g id="tile81x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3510"> + <g id="tile81x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3555"> + <g id="tile81x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3600"> + <g id="tile81x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles82"> +<svg width="45" height="45" x="0" y="3645"> + <g id="tile1x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3645"> + <g id="tile2x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3645"> + <g id="tile3x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3645"> + <g id="tile4x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3645"> + <g id="tile5x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3645"> + <g id="tile6x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3645"> + <g id="tile7x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3645"> + <g id="tile8x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3645"> + <g id="tile9x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3645"> + <g id="tile10x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3645"> + <g id="tile11x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3645"> + <g id="tile12x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3645"> + <g id="tile13x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3645"> + <g id="tile14x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3645"> + <g id="tile15x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3645"> + <g id="tile16x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3645"> + <g id="tile17x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3645"> + <g id="tile18x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3645"> + <g id="tile19x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3645"> + <g id="tile20x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3645"> + <g id="tile21x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3645"> + <g id="tile22x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3645"> + <g id="tile23x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3645"> + <g id="tile24x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3645"> + <g id="tile25x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3645"> + <g id="tile26x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3645"> + <g id="tile27x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3645"> + <g id="tile28x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3645"> + <g id="tile29x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3645"> + <g id="tile30x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3645"> + <g id="tile31x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3645"> + <g id="tile32x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3645"> + <g id="tile33x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3645"> + <g id="tile34x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3645"> + <g id="tile35x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3645"> + <g id="tile36x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3645"> + <g id="tile37x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3645"> + <g id="tile38x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3645"> + <g id="tile39x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3645"> + <g id="tile40x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3645"> + <g id="tile41x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3645"> + <g id="tile42x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3645"> + <g id="tile43x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3645"> + <g id="tile44x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3645"> + <g id="tile45x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3645"> + <g id="tile46x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3645"> + <g id="tile47x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3645"> + <g id="tile48x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3645"> + <g id="tile49x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3645"> + <g id="tile50x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3645"> + <g id="tile51x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3645"> + <g id="tile52x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3645"> + <g id="tile53x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3645"> + <g id="tile54x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3645"> + <g id="tile55x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3645"> + <g id="tile56x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3645"> + <g id="tile57x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3645"> + <g id="tile58x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3645"> + <g id="tile59x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3645"> + <g id="tile60x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3645"> + <g id="tile61x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3645"> + <g id="tile62x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3645"> + <g id="tile63x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3645"> + <g id="tile64x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3645"> + <g id="tile65x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3645"> + <g id="tile66x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3645"> + <g id="tile67x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3645"> + <g id="tile68x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3645"> + <g id="tile69x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3645"> + <g id="tile70x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3645"> + <g id="tile71x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3645"> + <g id="tile72x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3645"> + <g id="tile73x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3645"> + <g id="tile74x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3645"> + <g id="tile75x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3645"> + <g id="tile76x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3645"> + <g id="tile77x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3645"> + <g id="tile78x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3645"> + <g id="tile79x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3645"> + <g id="tile80x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3645"> + <g id="tile81x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3645" y="0"> + <g id="tile82x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="45"> + <g id="tile82x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="90"> + <g id="tile82x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="135"> + <g id="tile82x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="180"> + <g id="tile82x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="225"> + <g id="tile82x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="270"> + <g id="tile82x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="315"> + <g id="tile82x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="360"> + <g id="tile82x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="405"> + <g id="tile82x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="450"> + <g id="tile82x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="495"> + <g id="tile82x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="540"> + <g id="tile82x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="585"> + <g id="tile82x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="630"> + <g id="tile82x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="675"> + <g id="tile82x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="720"> + <g id="tile82x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="765"> + <g id="tile82x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="810"> + <g id="tile82x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="855"> + <g id="tile82x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="900"> + <g id="tile82x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="945"> + <g id="tile82x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="990"> + <g id="tile82x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1035"> + <g id="tile82x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1080"> + <g id="tile82x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1125"> + <g id="tile82x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1170"> + <g id="tile82x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1215"> + <g id="tile82x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1260"> + <g id="tile82x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1305"> + <g id="tile82x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1350"> + <g id="tile82x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1395"> + <g id="tile82x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1440"> + <g id="tile82x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1485"> + <g id="tile82x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1530"> + <g id="tile82x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1575"> + <g id="tile82x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1620"> + <g id="tile82x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1665"> + <g id="tile82x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1710"> + <g id="tile82x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1755"> + <g id="tile82x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1800"> + <g id="tile82x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1845"> + <g id="tile82x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1890"> + <g id="tile82x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="1935"> + <g id="tile82x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="1980"> + <g id="tile82x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2025"> + <g id="tile82x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2070"> + <g id="tile82x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2115"> + <g id="tile82x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2160"> + <g id="tile82x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2205"> + <g id="tile82x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2250"> + <g id="tile82x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2295"> + <g id="tile82x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2340"> + <g id="tile82x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2385"> + <g id="tile82x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2430"> + <g id="tile82x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2475"> + <g id="tile82x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2520"> + <g id="tile82x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2565"> + <g id="tile82x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2610"> + <g id="tile82x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2655"> + <g id="tile82x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2700"> + <g id="tile82x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2745"> + <g id="tile82x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2790"> + <g id="tile82x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2835"> + <g id="tile82x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2880"> + <g id="tile82x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="2925"> + <g id="tile82x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="2970"> + <g id="tile82x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3015"> + <g id="tile82x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3060"> + <g id="tile82x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3105"> + <g id="tile82x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3150"> + <g id="tile82x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3195"> + <g id="tile82x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3240"> + <g id="tile82x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3285"> + <g id="tile82x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3330"> + <g id="tile82x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3375"> + <g id="tile82x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3420"> + <g id="tile82x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3465"> + <g id="tile82x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3510"> + <g id="tile82x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3555"> + <g id="tile82x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3600"> + <g id="tile82x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3645"> + <g id="tile82x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles83"> + <svg width="45" height="45" x="0" y="3690"> + <g id="tile1x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3690"> + <g id="tile2x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3690"> + <g id="tile3x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3690"> + <g id="tile4x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3690"> + <g id="tile5x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3690"> + <g id="tile6x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3690"> + <g id="tile7x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3690"> + <g id="tile8x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3690"> + <g id="tile9x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3690"> + <g id="tile10x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3690"> + <g id="tile11x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3690"> + <g id="tile12x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3690"> + <g id="tile13x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3690"> + <g id="tile14x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3690"> + <g id="tile15x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3690"> + <g id="tile16x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3690"> + <g id="tile17x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3690"> + <g id="tile18x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3690"> + <g id="tile19x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3690"> + <g id="tile20x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3690"> + <g id="tile21x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3690"> + <g id="tile22x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3690"> + <g id="tile23x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3690"> + <g id="tile24x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3690"> + <g id="tile25x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3690"> + <g id="tile26x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3690"> + <g id="tile27x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3690"> + <g id="tile28x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3690"> + <g id="tile29x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3690"> + <g id="tile30x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3690"> + <g id="tile31x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3690"> + <g id="tile32x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3690"> + <g id="tile33x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3690"> + <g id="tile34x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3690"> + <g id="tile35x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3690"> + <g id="tile36x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3690"> + <g id="tile37x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3690"> + <g id="tile38x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3690"> + <g id="tile39x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3690"> + <g id="tile40x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3690"> + <g id="tile41x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3690"> + <g id="tile42x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3690"> + <g id="tile43x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3690"> + <g id="tile44x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3690"> + <g id="tile45x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3690"> + <g id="tile46x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3690"> + <g id="tile47x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3690"> + <g id="tile48x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3690"> + <g id="tile49x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3690"> + <g id="tile50x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3690"> + <g id="tile51x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3690"> + <g id="tile52x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3690"> + <g id="tile53x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3690"> + <g id="tile54x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3690"> + <g id="tile55x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3690"> + <g id="tile56x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3690"> + <g id="tile57x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3690"> + <g id="tile58x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3690"> + <g id="tile59x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3690"> + <g id="tile60x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3690"> + <g id="tile61x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3690"> + <g id="tile62x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3690"> + <g id="tile63x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3690"> + <g id="tile64x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3690"> + <g id="tile65x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3690"> + <g id="tile66x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3690"> + <g id="tile67x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3690"> + <g id="tile68x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3690"> + <g id="tile69x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3690"> + <g id="tile70x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3690"> + <g id="tile71x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3690"> + <g id="tile72x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3690"> + <g id="tile73x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3690"> + <g id="tile74x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3690"> + <g id="tile75x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3690"> + <g id="tile76x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3690"> + <g id="tile77x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3690"> + <g id="tile78x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3690"> + <g id="tile79x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3690"> + <g id="tile80x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3690"> + <g id="tile81x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3690"> + <g id="tile82x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="0"> + <g id="tile83x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="45"> + <g id="tile83x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="90"> + <g id="tile83x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="135"> + <g id="tile83x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="180"> + <g id="tile83x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="225"> + <g id="tile83x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="270"> + <g id="tile83x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="315"> + <g id="tile83x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="360"> + <g id="tile83x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="405"> + <g id="tile83x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="450"> + <g id="tile83x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="495"> + <g id="tile83x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="540"> + <g id="tile83x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="585"> + <g id="tile83x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="630"> + <g id="tile83x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="675"> + <g id="tile83x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="720"> + <g id="tile83x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="765"> + <g id="tile83x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="810"> + <g id="tile83x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="855"> + <g id="tile83x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="900"> + <g id="tile83x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="945"> + <g id="tile83x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="990"> + <g id="tile83x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1035"> + <g id="tile83x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1080"> + <g id="tile83x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1125"> + <g id="tile83x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1170"> + <g id="tile83x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1215"> + <g id="tile83x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1260"> + <g id="tile83x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1305"> + <g id="tile83x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1350"> + <g id="tile83x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1395"> + <g id="tile83x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1440"> + <g id="tile83x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1485"> + <g id="tile83x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1530"> + <g id="tile83x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1575"> + <g id="tile83x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1620"> + <g id="tile83x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1665"> + <g id="tile83x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1710"> + <g id="tile83x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1755"> + <g id="tile83x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1800"> + <g id="tile83x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1845"> + <g id="tile83x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1890"> + <g id="tile83x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="1935"> + <g id="tile83x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="1980"> + <g id="tile83x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2025"> + <g id="tile83x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2070"> + <g id="tile83x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2115"> + <g id="tile83x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2160"> + <g id="tile83x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2205"> + <g id="tile83x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2250"> + <g id="tile83x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2295"> + <g id="tile83x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2340"> + <g id="tile83x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2385"> + <g id="tile83x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2430"> + <g id="tile83x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2475"> + <g id="tile83x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2520"> + <g id="tile83x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2565"> + <g id="tile83x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2610"> + <g id="tile83x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2655"> + <g id="tile83x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2700"> + <g id="tile83x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2745"> + <g id="tile83x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2790"> + <g id="tile83x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2835"> + <g id="tile83x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2880"> + <g id="tile83x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="2925"> + <g id="tile83x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="2970"> + <g id="tile83x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3015"> + <g id="tile83x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3060"> + <g id="tile83x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3105"> + <g id="tile83x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3150"> + <g id="tile83x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3195"> + <g id="tile83x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3240"> + <g id="tile83x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3285"> + <g id="tile83x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3330"> + <g id="tile83x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3375"> + <g id="tile83x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3420"> + <g id="tile83x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3465"> + <g id="tile83x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3510"> + <g id="tile83x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3555"> + <g id="tile83x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3600"> + <g id="tile83x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3645"> + <g id="tile83x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3690"> + <g id="tile83x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles84"> +<svg width="45" height="45" x="0" y="3735"> + <g id="tile1x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3735"> + <g id="tile2x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3735"> + <g id="tile3x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3735"> + <g id="tile4x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3735"> + <g id="tile5x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3735"> + <g id="tile6x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3735"> + <g id="tile7x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3735"> + <g id="tile8x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3735"> + <g id="tile9x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3735"> + <g id="tile10x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3735"> + <g id="tile11x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3735"> + <g id="tile12x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3735"> + <g id="tile13x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3735"> + <g id="tile14x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3735"> + <g id="tile15x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3735"> + <g id="tile16x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3735"> + <g id="tile17x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3735"> + <g id="tile18x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3735"> + <g id="tile19x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3735"> + <g id="tile20x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3735"> + <g id="tile21x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3735"> + <g id="tile22x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3735"> + <g id="tile23x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3735"> + <g id="tile24x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3735"> + <g id="tile25x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3735"> + <g id="tile26x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3735"> + <g id="tile27x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3735"> + <g id="tile28x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3735"> + <g id="tile29x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3735"> + <g id="tile30x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3735"> + <g id="tile31x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3735"> + <g id="tile32x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3735"> + <g id="tile33x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3735"> + <g id="tile34x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3735"> + <g id="tile35x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3735"> + <g id="tile36x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3735"> + <g id="tile37x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3735"> + <g id="tile38x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3735"> + <g id="tile39x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3735"> + <g id="tile40x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3735"> + <g id="tile41x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3735"> + <g id="tile42x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3735"> + <g id="tile43x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3735"> + <g id="tile44x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3735"> + <g id="tile45x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3735"> + <g id="tile46x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3735"> + <g id="tile47x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3735"> + <g id="tile48x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3735"> + <g id="tile49x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3735"> + <g id="tile50x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3735"> + <g id="tile51x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3735"> + <g id="tile52x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3735"> + <g id="tile53x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3735"> + <g id="tile54x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3735"> + <g id="tile55x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3735"> + <g id="tile56x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3735"> + <g id="tile57x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3735"> + <g id="tile58x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3735"> + <g id="tile59x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3735"> + <g id="tile60x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3735"> + <g id="tile61x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3735"> + <g id="tile62x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3735"> + <g id="tile63x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3735"> + <g id="tile64x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3735"> + <g id="tile65x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3735"> + <g id="tile66x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3735"> + <g id="tile67x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3735"> + <g id="tile68x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3735"> + <g id="tile69x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3735"> + <g id="tile70x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3735"> + <g id="tile71x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3735"> + <g id="tile72x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3735"> + <g id="tile73x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3735"> + <g id="tile74x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3735"> + <g id="tile75x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3735"> + <g id="tile76x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3735"> + <g id="tile77x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3735"> + <g id="tile78x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3735"> + <g id="tile79x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3735"> + <g id="tile80x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3735"> + <g id="tile81x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3735"> + <g id="tile82x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3735"> + <g id="tile83x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3735" y="0"> + <g id="tile84x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="45"> + <g id="tile84x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="90"> + <g id="tile84x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="135"> + <g id="tile84x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="180"> + <g id="tile84x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="225"> + <g id="tile84x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="270"> + <g id="tile84x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="315"> + <g id="tile84x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="360"> + <g id="tile84x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="405"> + <g id="tile84x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="450"> + <g id="tile84x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="495"> + <g id="tile84x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="540"> + <g id="tile84x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="585"> + <g id="tile84x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="630"> + <g id="tile84x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="675"> + <g id="tile84x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="720"> + <g id="tile84x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="765"> + <g id="tile84x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="810"> + <g id="tile84x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="855"> + <g id="tile84x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="900"> + <g id="tile84x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="945"> + <g id="tile84x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="990"> + <g id="tile84x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1035"> + <g id="tile84x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1080"> + <g id="tile84x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1125"> + <g id="tile84x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1170"> + <g id="tile84x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1215"> + <g id="tile84x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1260"> + <g id="tile84x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1305"> + <g id="tile84x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1350"> + <g id="tile84x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1395"> + <g id="tile84x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1440"> + <g id="tile84x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1485"> + <g id="tile84x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1530"> + <g id="tile84x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1575"> + <g id="tile84x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1620"> + <g id="tile84x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1665"> + <g id="tile84x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1710"> + <g id="tile84x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1755"> + <g id="tile84x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1800"> + <g id="tile84x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1845"> + <g id="tile84x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1890"> + <g id="tile84x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="1935"> + <g id="tile84x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="1980"> + <g id="tile84x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2025"> + <g id="tile84x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2070"> + <g id="tile84x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2115"> + <g id="tile84x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2160"> + <g id="tile84x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2205"> + <g id="tile84x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2250"> + <g id="tile84x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2295"> + <g id="tile84x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2340"> + <g id="tile84x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2385"> + <g id="tile84x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2430"> + <g id="tile84x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2475"> + <g id="tile84x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2520"> + <g id="tile84x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2565"> + <g id="tile84x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2610"> + <g id="tile84x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2655"> + <g id="tile84x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2700"> + <g id="tile84x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2745"> + <g id="tile84x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2790"> + <g id="tile84x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2835"> + <g id="tile84x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2880"> + <g id="tile84x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="2925"> + <g id="tile84x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="2970"> + <g id="tile84x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3015"> + <g id="tile84x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3060"> + <g id="tile84x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3105"> + <g id="tile84x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3150"> + <g id="tile84x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3195"> + <g id="tile84x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3240"> + <g id="tile84x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3285"> + <g id="tile84x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3330"> + <g id="tile84x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3375"> + <g id="tile84x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3420"> + <g id="tile84x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3465"> + <g id="tile84x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3510"> + <g id="tile84x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3555"> + <g id="tile84x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3600"> + <g id="tile84x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3645"> + <g id="tile84x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3690"> + <g id="tile84x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3735"> + <g id="tile84x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles85"> + <svg width="45" height="45" x="0" y="3780"> + <g id="tile1x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3780"> + <g id="tile2x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3780"> + <g id="tile3x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3780"> + <g id="tile4x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3780"> + <g id="tile5x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3780"> + <g id="tile6x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3780"> + <g id="tile7x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3780"> + <g id="tile8x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3780"> + <g id="tile9x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3780"> + <g id="tile10x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3780"> + <g id="tile11x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3780"> + <g id="tile12x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3780"> + <g id="tile13x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3780"> + <g id="tile14x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3780"> + <g id="tile15x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3780"> + <g id="tile16x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3780"> + <g id="tile17x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3780"> + <g id="tile18x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3780"> + <g id="tile19x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3780"> + <g id="tile20x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3780"> + <g id="tile21x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3780"> + <g id="tile22x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3780"> + <g id="tile23x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3780"> + <g id="tile24x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3780"> + <g id="tile25x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3780"> + <g id="tile26x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3780"> + <g id="tile27x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3780"> + <g id="tile28x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3780"> + <g id="tile29x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3780"> + <g id="tile30x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3780"> + <g id="tile31x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3780"> + <g id="tile32x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3780"> + <g id="tile33x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3780"> + <g id="tile34x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3780"> + <g id="tile35x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3780"> + <g id="tile36x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3780"> + <g id="tile37x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3780"> + <g id="tile38x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3780"> + <g id="tile39x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3780"> + <g id="tile40x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3780"> + <g id="tile41x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3780"> + <g id="tile42x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3780"> + <g id="tile43x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3780"> + <g id="tile44x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3780"> + <g id="tile45x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3780"> + <g id="tile46x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3780"> + <g id="tile47x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3780"> + <g id="tile48x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3780"> + <g id="tile49x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3780"> + <g id="tile50x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3780"> + <g id="tile51x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3780"> + <g id="tile52x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3780"> + <g id="tile53x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3780"> + <g id="tile54x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3780"> + <g id="tile55x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3780"> + <g id="tile56x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3780"> + <g id="tile57x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3780"> + <g id="tile58x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3780"> + <g id="tile59x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3780"> + <g id="tile60x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3780"> + <g id="tile61x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3780"> + <g id="tile62x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3780"> + <g id="tile63x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3780"> + <g id="tile64x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3780"> + <g id="tile65x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3780"> + <g id="tile66x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3780"> + <g id="tile67x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3780"> + <g id="tile68x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3780"> + <g id="tile69x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3780"> + <g id="tile70x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3780"> + <g id="tile71x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3780"> + <g id="tile72x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3780"> + <g id="tile73x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3780"> + <g id="tile74x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3780"> + <g id="tile75x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3780"> + <g id="tile76x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3780"> + <g id="tile77x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3780"> + <g id="tile78x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3780"> + <g id="tile79x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3780"> + <g id="tile80x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3780"> + <g id="tile81x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3780"> + <g id="tile82x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3780"> + <g id="tile83x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3780"> + <g id="tile84x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="0"> + <g id="tile85x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="45"> + <g id="tile85x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="90"> + <g id="tile85x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="135"> + <g id="tile85x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="180"> + <g id="tile85x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="225"> + <g id="tile85x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="270"> + <g id="tile85x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="315"> + <g id="tile85x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="360"> + <g id="tile85x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="405"> + <g id="tile85x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="450"> + <g id="tile85x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="495"> + <g id="tile85x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="540"> + <g id="tile85x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="585"> + <g id="tile85x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="630"> + <g id="tile85x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="675"> + <g id="tile85x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="720"> + <g id="tile85x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="765"> + <g id="tile85x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="810"> + <g id="tile85x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="855"> + <g id="tile85x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="900"> + <g id="tile85x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="945"> + <g id="tile85x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="990"> + <g id="tile85x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1035"> + <g id="tile85x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1080"> + <g id="tile85x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1125"> + <g id="tile85x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1170"> + <g id="tile85x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1215"> + <g id="tile85x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1260"> + <g id="tile85x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1305"> + <g id="tile85x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1350"> + <g id="tile85x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1395"> + <g id="tile85x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1440"> + <g id="tile85x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1485"> + <g id="tile85x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1530"> + <g id="tile85x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1575"> + <g id="tile85x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1620"> + <g id="tile85x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1665"> + <g id="tile85x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1710"> + <g id="tile85x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1755"> + <g id="tile85x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1800"> + <g id="tile85x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1845"> + <g id="tile85x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1890"> + <g id="tile85x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="1935"> + <g id="tile85x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="1980"> + <g id="tile85x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2025"> + <g id="tile85x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2070"> + <g id="tile85x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2115"> + <g id="tile85x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2160"> + <g id="tile85x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2205"> + <g id="tile85x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2250"> + <g id="tile85x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2295"> + <g id="tile85x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2340"> + <g id="tile85x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2385"> + <g id="tile85x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2430"> + <g id="tile85x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2475"> + <g id="tile85x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2520"> + <g id="tile85x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2565"> + <g id="tile85x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2610"> + <g id="tile85x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2655"> + <g id="tile85x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2700"> + <g id="tile85x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2745"> + <g id="tile85x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2790"> + <g id="tile85x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2835"> + <g id="tile85x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2880"> + <g id="tile85x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="2925"> + <g id="tile85x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="2970"> + <g id="tile85x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3015"> + <g id="tile85x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3060"> + <g id="tile85x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3105"> + <g id="tile85x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3150"> + <g id="tile85x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3195"> + <g id="tile85x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3240"> + <g id="tile85x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3285"> + <g id="tile85x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3330"> + <g id="tile85x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3375"> + <g id="tile85x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3420"> + <g id="tile85x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3465"> + <g id="tile85x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3510"> + <g id="tile85x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3555"> + <g id="tile85x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3600"> + <g id="tile85x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3645"> + <g id="tile85x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3690"> + <g id="tile85x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3735"> + <g id="tile85x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3780"> + <g id="tile85x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles86"> +<svg width="45" height="45" x="0" y="3825"> + <g id="tile1x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3825"> + <g id="tile2x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3825"> + <g id="tile3x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3825"> + <g id="tile4x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3825"> + <g id="tile5x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3825"> + <g id="tile6x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3825"> + <g id="tile7x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3825"> + <g id="tile8x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3825"> + <g id="tile9x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3825"> + <g id="tile10x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3825"> + <g id="tile11x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3825"> + <g id="tile12x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3825"> + <g id="tile13x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3825"> + <g id="tile14x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3825"> + <g id="tile15x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3825"> + <g id="tile16x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3825"> + <g id="tile17x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3825"> + <g id="tile18x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3825"> + <g id="tile19x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3825"> + <g id="tile20x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3825"> + <g id="tile21x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3825"> + <g id="tile22x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3825"> + <g id="tile23x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3825"> + <g id="tile24x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3825"> + <g id="tile25x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3825"> + <g id="tile26x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3825"> + <g id="tile27x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3825"> + <g id="tile28x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3825"> + <g id="tile29x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3825"> + <g id="tile30x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3825"> + <g id="tile31x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3825"> + <g id="tile32x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3825"> + <g id="tile33x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3825"> + <g id="tile34x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3825"> + <g id="tile35x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3825"> + <g id="tile36x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3825"> + <g id="tile37x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3825"> + <g id="tile38x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3825"> + <g id="tile39x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3825"> + <g id="tile40x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3825"> + <g id="tile41x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3825"> + <g id="tile42x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3825"> + <g id="tile43x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3825"> + <g id="tile44x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3825"> + <g id="tile45x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3825"> + <g id="tile46x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3825"> + <g id="tile47x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3825"> + <g id="tile48x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3825"> + <g id="tile49x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3825"> + <g id="tile50x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3825"> + <g id="tile51x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3825"> + <g id="tile52x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3825"> + <g id="tile53x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3825"> + <g id="tile54x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3825"> + <g id="tile55x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3825"> + <g id="tile56x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3825"> + <g id="tile57x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3825"> + <g id="tile58x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3825"> + <g id="tile59x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3825"> + <g id="tile60x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3825"> + <g id="tile61x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3825"> + <g id="tile62x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3825"> + <g id="tile63x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3825"> + <g id="tile64x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3825"> + <g id="tile65x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3825"> + <g id="tile66x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3825"> + <g id="tile67x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3825"> + <g id="tile68x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3825"> + <g id="tile69x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3825"> + <g id="tile70x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3825"> + <g id="tile71x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3825"> + <g id="tile72x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3825"> + <g id="tile73x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3825"> + <g id="tile74x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3825"> + <g id="tile75x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3825"> + <g id="tile76x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3825"> + <g id="tile77x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3825"> + <g id="tile78x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3825"> + <g id="tile79x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3825"> + <g id="tile80x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3825"> + <g id="tile81x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3825"> + <g id="tile82x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3825"> + <g id="tile83x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3825"> + <g id="tile84x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3825"> + <g id="tile85x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3825" y="0"> + <g id="tile86x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="45"> + <g id="tile86x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="90"> + <g id="tile86x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="135"> + <g id="tile86x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="180"> + <g id="tile86x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="225"> + <g id="tile86x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="270"> + <g id="tile86x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="315"> + <g id="tile86x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="360"> + <g id="tile86x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="405"> + <g id="tile86x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="450"> + <g id="tile86x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="495"> + <g id="tile86x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="540"> + <g id="tile86x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="585"> + <g id="tile86x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="630"> + <g id="tile86x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="675"> + <g id="tile86x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="720"> + <g id="tile86x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="765"> + <g id="tile86x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="810"> + <g id="tile86x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="855"> + <g id="tile86x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="900"> + <g id="tile86x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="945"> + <g id="tile86x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="990"> + <g id="tile86x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1035"> + <g id="tile86x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1080"> + <g id="tile86x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1125"> + <g id="tile86x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1170"> + <g id="tile86x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1215"> + <g id="tile86x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1260"> + <g id="tile86x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1305"> + <g id="tile86x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1350"> + <g id="tile86x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1395"> + <g id="tile86x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1440"> + <g id="tile86x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1485"> + <g id="tile86x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1530"> + <g id="tile86x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1575"> + <g id="tile86x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1620"> + <g id="tile86x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1665"> + <g id="tile86x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1710"> + <g id="tile86x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1755"> + <g id="tile86x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1800"> + <g id="tile86x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1845"> + <g id="tile86x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1890"> + <g id="tile86x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="1935"> + <g id="tile86x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="1980"> + <g id="tile86x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2025"> + <g id="tile86x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2070"> + <g id="tile86x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2115"> + <g id="tile86x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2160"> + <g id="tile86x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2205"> + <g id="tile86x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2250"> + <g id="tile86x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2295"> + <g id="tile86x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2340"> + <g id="tile86x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2385"> + <g id="tile86x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2430"> + <g id="tile86x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2475"> + <g id="tile86x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2520"> + <g id="tile86x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2565"> + <g id="tile86x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2610"> + <g id="tile86x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2655"> + <g id="tile86x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2700"> + <g id="tile86x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2745"> + <g id="tile86x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2790"> + <g id="tile86x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2835"> + <g id="tile86x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2880"> + <g id="tile86x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="2925"> + <g id="tile86x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="2970"> + <g id="tile86x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3015"> + <g id="tile86x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3060"> + <g id="tile86x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3105"> + <g id="tile86x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3150"> + <g id="tile86x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3195"> + <g id="tile86x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3240"> + <g id="tile86x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3285"> + <g id="tile86x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3330"> + <g id="tile86x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3375"> + <g id="tile86x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3420"> + <g id="tile86x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3465"> + <g id="tile86x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3510"> + <g id="tile86x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3555"> + <g id="tile86x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3600"> + <g id="tile86x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3645"> + <g id="tile86x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3690"> + <g id="tile86x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3735"> + <g id="tile86x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3780"> + <g id="tile86x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3825"> + <g id="tile86x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles87"> + <svg width="45" height="45" x="0" y="3870"> + <g id="tile1x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3870"> + <g id="tile2x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3870"> + <g id="tile3x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3870"> + <g id="tile4x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3870"> + <g id="tile5x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3870"> + <g id="tile6x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3870"> + <g id="tile7x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3870"> + <g id="tile8x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3870"> + <g id="tile9x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3870"> + <g id="tile10x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3870"> + <g id="tile11x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3870"> + <g id="tile12x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3870"> + <g id="tile13x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3870"> + <g id="tile14x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3870"> + <g id="tile15x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3870"> + <g id="tile16x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3870"> + <g id="tile17x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3870"> + <g id="tile18x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3870"> + <g id="tile19x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3870"> + <g id="tile20x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3870"> + <g id="tile21x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3870"> + <g id="tile22x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3870"> + <g id="tile23x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3870"> + <g id="tile24x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3870"> + <g id="tile25x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3870"> + <g id="tile26x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3870"> + <g id="tile27x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3870"> + <g id="tile28x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3870"> + <g id="tile29x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3870"> + <g id="tile30x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3870"> + <g id="tile31x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3870"> + <g id="tile32x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3870"> + <g id="tile33x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3870"> + <g id="tile34x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3870"> + <g id="tile35x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3870"> + <g id="tile36x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3870"> + <g id="tile37x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3870"> + <g id="tile38x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3870"> + <g id="tile39x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3870"> + <g id="tile40x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3870"> + <g id="tile41x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3870"> + <g id="tile42x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3870"> + <g id="tile43x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3870"> + <g id="tile44x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3870"> + <g id="tile45x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3870"> + <g id="tile46x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3870"> + <g id="tile47x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3870"> + <g id="tile48x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3870"> + <g id="tile49x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3870"> + <g id="tile50x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3870"> + <g id="tile51x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3870"> + <g id="tile52x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3870"> + <g id="tile53x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3870"> + <g id="tile54x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3870"> + <g id="tile55x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3870"> + <g id="tile56x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3870"> + <g id="tile57x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3870"> + <g id="tile58x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3870"> + <g id="tile59x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3870"> + <g id="tile60x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3870"> + <g id="tile61x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3870"> + <g id="tile62x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3870"> + <g id="tile63x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3870"> + <g id="tile64x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3870"> + <g id="tile65x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3870"> + <g id="tile66x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3870"> + <g id="tile67x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3870"> + <g id="tile68x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3870"> + <g id="tile69x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3870"> + <g id="tile70x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3870"> + <g id="tile71x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3870"> + <g id="tile72x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3870"> + <g id="tile73x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3870"> + <g id="tile74x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3870"> + <g id="tile75x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3870"> + <g id="tile76x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3870"> + <g id="tile77x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3870"> + <g id="tile78x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3870"> + <g id="tile79x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3870"> + <g id="tile80x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3870"> + <g id="tile81x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3870"> + <g id="tile82x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3870"> + <g id="tile83x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3870"> + <g id="tile84x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3870"> + <g id="tile85x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3870"> + <g id="tile86x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="0"> + <g id="tile87x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="45"> + <g id="tile87x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="90"> + <g id="tile87x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="135"> + <g id="tile87x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="180"> + <g id="tile87x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="225"> + <g id="tile87x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="270"> + <g id="tile87x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="315"> + <g id="tile87x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="360"> + <g id="tile87x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="405"> + <g id="tile87x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="450"> + <g id="tile87x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="495"> + <g id="tile87x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="540"> + <g id="tile87x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="585"> + <g id="tile87x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="630"> + <g id="tile87x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="675"> + <g id="tile87x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="720"> + <g id="tile87x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="765"> + <g id="tile87x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="810"> + <g id="tile87x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="855"> + <g id="tile87x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="900"> + <g id="tile87x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="945"> + <g id="tile87x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="990"> + <g id="tile87x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1035"> + <g id="tile87x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1080"> + <g id="tile87x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1125"> + <g id="tile87x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1170"> + <g id="tile87x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1215"> + <g id="tile87x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1260"> + <g id="tile87x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1305"> + <g id="tile87x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1350"> + <g id="tile87x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1395"> + <g id="tile87x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1440"> + <g id="tile87x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1485"> + <g id="tile87x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1530"> + <g id="tile87x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1575"> + <g id="tile87x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1620"> + <g id="tile87x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1665"> + <g id="tile87x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1710"> + <g id="tile87x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1755"> + <g id="tile87x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1800"> + <g id="tile87x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1845"> + <g id="tile87x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1890"> + <g id="tile87x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="1935"> + <g id="tile87x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="1980"> + <g id="tile87x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2025"> + <g id="tile87x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2070"> + <g id="tile87x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2115"> + <g id="tile87x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2160"> + <g id="tile87x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2205"> + <g id="tile87x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2250"> + <g id="tile87x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2295"> + <g id="tile87x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2340"> + <g id="tile87x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2385"> + <g id="tile87x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2430"> + <g id="tile87x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2475"> + <g id="tile87x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2520"> + <g id="tile87x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2565"> + <g id="tile87x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2610"> + <g id="tile87x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2655"> + <g id="tile87x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2700"> + <g id="tile87x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2745"> + <g id="tile87x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2790"> + <g id="tile87x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2835"> + <g id="tile87x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2880"> + <g id="tile87x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="2925"> + <g id="tile87x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="2970"> + <g id="tile87x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3015"> + <g id="tile87x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3060"> + <g id="tile87x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3105"> + <g id="tile87x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3150"> + <g id="tile87x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3195"> + <g id="tile87x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3240"> + <g id="tile87x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3285"> + <g id="tile87x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3330"> + <g id="tile87x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3375"> + <g id="tile87x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3420"> + <g id="tile87x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3465"> + <g id="tile87x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3510"> + <g id="tile87x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3555"> + <g id="tile87x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3600"> + <g id="tile87x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3645"> + <g id="tile87x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3690"> + <g id="tile87x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3735"> + <g id="tile87x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3780"> + <g id="tile87x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3825"> + <g id="tile87x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3870"> + <g id="tile87x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles88"> +<svg width="45" height="45" x="0" y="3915"> + <g id="tile1x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="3915"> + <g id="tile2x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="3915"> + <g id="tile3x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="3915"> + <g id="tile4x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="3915"> + <g id="tile5x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="3915"> + <g id="tile6x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="3915"> + <g id="tile7x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="3915"> + <g id="tile8x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="3915"> + <g id="tile9x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="3915"> + <g id="tile10x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="3915"> + <g id="tile11x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="3915"> + <g id="tile12x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="3915"> + <g id="tile13x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="3915"> + <g id="tile14x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="3915"> + <g id="tile15x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="3915"> + <g id="tile16x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="3915"> + <g id="tile17x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="3915"> + <g id="tile18x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="3915"> + <g id="tile19x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="3915"> + <g id="tile20x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="3915"> + <g id="tile21x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="3915"> + <g id="tile22x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="3915"> + <g id="tile23x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="3915"> + <g id="tile24x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="3915"> + <g id="tile25x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="3915"> + <g id="tile26x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="3915"> + <g id="tile27x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="3915"> + <g id="tile28x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="3915"> + <g id="tile29x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="3915"> + <g id="tile30x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="3915"> + <g id="tile31x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="3915"> + <g id="tile32x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="3915"> + <g id="tile33x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="3915"> + <g id="tile34x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="3915"> + <g id="tile35x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="3915"> + <g id="tile36x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="3915"> + <g id="tile37x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="3915"> + <g id="tile38x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="3915"> + <g id="tile39x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="3915"> + <g id="tile40x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="3915"> + <g id="tile41x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="3915"> + <g id="tile42x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="3915"> + <g id="tile43x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="3915"> + <g id="tile44x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="3915"> + <g id="tile45x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="3915"> + <g id="tile46x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="3915"> + <g id="tile47x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="3915"> + <g id="tile48x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="3915"> + <g id="tile49x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="3915"> + <g id="tile50x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="3915"> + <g id="tile51x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="3915"> + <g id="tile52x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="3915"> + <g id="tile53x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="3915"> + <g id="tile54x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="3915"> + <g id="tile55x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="3915"> + <g id="tile56x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="3915"> + <g id="tile57x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="3915"> + <g id="tile58x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="3915"> + <g id="tile59x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="3915"> + <g id="tile60x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="3915"> + <g id="tile61x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="3915"> + <g id="tile62x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="3915"> + <g id="tile63x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="3915"> + <g id="tile64x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="3915"> + <g id="tile65x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="3915"> + <g id="tile66x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="3915"> + <g id="tile67x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="3915"> + <g id="tile68x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="3915"> + <g id="tile69x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="3915"> + <g id="tile70x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="3915"> + <g id="tile71x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="3915"> + <g id="tile72x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="3915"> + <g id="tile73x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="3915"> + <g id="tile74x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="3915"> + <g id="tile75x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="3915"> + <g id="tile76x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="3915"> + <g id="tile77x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="3915"> + <g id="tile78x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="3915"> + <g id="tile79x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="3915"> + <g id="tile80x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="3915"> + <g id="tile81x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="3915"> + <g id="tile82x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="3915"> + <g id="tile83x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="3915"> + <g id="tile84x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="3915"> + <g id="tile85x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="3915"> + <g id="tile86x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="3915"> + <g id="tile87x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="3915" y="0"> + <g id="tile88x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="45"> + <g id="tile88x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="90"> + <g id="tile88x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="135"> + <g id="tile88x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="180"> + <g id="tile88x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="225"> + <g id="tile88x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="270"> + <g id="tile88x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="315"> + <g id="tile88x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="360"> + <g id="tile88x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="405"> + <g id="tile88x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="450"> + <g id="tile88x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="495"> + <g id="tile88x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="540"> + <g id="tile88x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="585"> + <g id="tile88x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="630"> + <g id="tile88x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="675"> + <g id="tile88x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="720"> + <g id="tile88x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="765"> + <g id="tile88x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="810"> + <g id="tile88x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="855"> + <g id="tile88x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="900"> + <g id="tile88x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="945"> + <g id="tile88x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="990"> + <g id="tile88x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1035"> + <g id="tile88x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1080"> + <g id="tile88x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1125"> + <g id="tile88x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1170"> + <g id="tile88x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1215"> + <g id="tile88x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1260"> + <g id="tile88x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1305"> + <g id="tile88x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1350"> + <g id="tile88x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1395"> + <g id="tile88x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1440"> + <g id="tile88x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1485"> + <g id="tile88x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1530"> + <g id="tile88x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1575"> + <g id="tile88x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1620"> + <g id="tile88x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1665"> + <g id="tile88x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1710"> + <g id="tile88x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1755"> + <g id="tile88x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1800"> + <g id="tile88x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1845"> + <g id="tile88x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1890"> + <g id="tile88x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="1935"> + <g id="tile88x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="1980"> + <g id="tile88x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2025"> + <g id="tile88x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2070"> + <g id="tile88x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2115"> + <g id="tile88x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2160"> + <g id="tile88x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2205"> + <g id="tile88x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2250"> + <g id="tile88x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2295"> + <g id="tile88x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2340"> + <g id="tile88x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2385"> + <g id="tile88x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2430"> + <g id="tile88x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2475"> + <g id="tile88x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2520"> + <g id="tile88x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2565"> + <g id="tile88x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2610"> + <g id="tile88x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2655"> + <g id="tile88x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2700"> + <g id="tile88x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2745"> + <g id="tile88x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2790"> + <g id="tile88x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2835"> + <g id="tile88x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2880"> + <g id="tile88x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="2925"> + <g id="tile88x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="2970"> + <g id="tile88x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3015"> + <g id="tile88x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3060"> + <g id="tile88x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3105"> + <g id="tile88x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3150"> + <g id="tile88x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3195"> + <g id="tile88x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3240"> + <g id="tile88x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3285"> + <g id="tile88x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3330"> + <g id="tile88x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3375"> + <g id="tile88x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3420"> + <g id="tile88x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3465"> + <g id="tile88x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3510"> + <g id="tile88x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3555"> + <g id="tile88x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3600"> + <g id="tile88x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3645"> + <g id="tile88x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3690"> + <g id="tile88x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3735"> + <g id="tile88x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3780"> + <g id="tile88x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3825"> + <g id="tile88x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3870"> + <g id="tile88x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="3915"> + <g id="tile88x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles89"> + <svg width="45" height="45" x="0" y="3960"> + <g id="tile1x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="3960"> + <g id="tile2x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="3960"> + <g id="tile3x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="3960"> + <g id="tile4x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="3960"> + <g id="tile5x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="3960"> + <g id="tile6x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="3960"> + <g id="tile7x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="3960"> + <g id="tile8x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="3960"> + <g id="tile9x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="3960"> + <g id="tile10x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="3960"> + <g id="tile11x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="3960"> + <g id="tile12x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="3960"> + <g id="tile13x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="3960"> + <g id="tile14x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="3960"> + <g id="tile15x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="3960"> + <g id="tile16x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="3960"> + <g id="tile17x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="3960"> + <g id="tile18x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="3960"> + <g id="tile19x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="3960"> + <g id="tile20x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="3960"> + <g id="tile21x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="3960"> + <g id="tile22x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="3960"> + <g id="tile23x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="3960"> + <g id="tile24x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="3960"> + <g id="tile25x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="3960"> + <g id="tile26x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="3960"> + <g id="tile27x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="3960"> + <g id="tile28x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="3960"> + <g id="tile29x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="3960"> + <g id="tile30x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="3960"> + <g id="tile31x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="3960"> + <g id="tile32x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="3960"> + <g id="tile33x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="3960"> + <g id="tile34x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="3960"> + <g id="tile35x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="3960"> + <g id="tile36x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="3960"> + <g id="tile37x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="3960"> + <g id="tile38x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="3960"> + <g id="tile39x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="3960"> + <g id="tile40x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="3960"> + <g id="tile41x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="3960"> + <g id="tile42x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="3960"> + <g id="tile43x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="3960"> + <g id="tile44x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="3960"> + <g id="tile45x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="3960"> + <g id="tile46x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="3960"> + <g id="tile47x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="3960"> + <g id="tile48x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="3960"> + <g id="tile49x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="3960"> + <g id="tile50x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="3960"> + <g id="tile51x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="3960"> + <g id="tile52x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="3960"> + <g id="tile53x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="3960"> + <g id="tile54x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="3960"> + <g id="tile55x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="3960"> + <g id="tile56x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="3960"> + <g id="tile57x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="3960"> + <g id="tile58x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="3960"> + <g id="tile59x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="3960"> + <g id="tile60x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="3960"> + <g id="tile61x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="3960"> + <g id="tile62x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="3960"> + <g id="tile63x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="3960"> + <g id="tile64x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="3960"> + <g id="tile65x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="3960"> + <g id="tile66x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="3960"> + <g id="tile67x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="3960"> + <g id="tile68x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="3960"> + <g id="tile69x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="3960"> + <g id="tile70x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="3960"> + <g id="tile71x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="3960"> + <g id="tile72x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="3960"> + <g id="tile73x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="3960"> + <g id="tile74x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="3960"> + <g id="tile75x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="3960"> + <g id="tile76x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="3960"> + <g id="tile77x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="3960"> + <g id="tile78x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="3960"> + <g id="tile79x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="3960"> + <g id="tile80x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="3960"> + <g id="tile81x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="3960"> + <g id="tile82x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="3960"> + <g id="tile83x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="3960"> + <g id="tile84x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="3960"> + <g id="tile85x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="3960"> + <g id="tile86x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="3960"> + <g id="tile87x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="3960"> + <g id="tile88x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="0"> + <g id="tile89x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="45"> + <g id="tile89x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="90"> + <g id="tile89x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="135"> + <g id="tile89x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="180"> + <g id="tile89x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="225"> + <g id="tile89x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="270"> + <g id="tile89x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="315"> + <g id="tile89x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="360"> + <g id="tile89x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="405"> + <g id="tile89x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="450"> + <g id="tile89x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="495"> + <g id="tile89x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="540"> + <g id="tile89x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="585"> + <g id="tile89x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="630"> + <g id="tile89x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="675"> + <g id="tile89x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="720"> + <g id="tile89x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="765"> + <g id="tile89x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="810"> + <g id="tile89x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="855"> + <g id="tile89x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="900"> + <g id="tile89x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="945"> + <g id="tile89x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="990"> + <g id="tile89x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1035"> + <g id="tile89x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1080"> + <g id="tile89x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1125"> + <g id="tile89x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1170"> + <g id="tile89x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1215"> + <g id="tile89x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1260"> + <g id="tile89x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1305"> + <g id="tile89x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1350"> + <g id="tile89x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1395"> + <g id="tile89x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1440"> + <g id="tile89x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1485"> + <g id="tile89x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1530"> + <g id="tile89x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1575"> + <g id="tile89x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1620"> + <g id="tile89x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1665"> + <g id="tile89x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1710"> + <g id="tile89x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1755"> + <g id="tile89x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1800"> + <g id="tile89x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1845"> + <g id="tile89x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1890"> + <g id="tile89x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="1935"> + <g id="tile89x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="1980"> + <g id="tile89x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2025"> + <g id="tile89x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2070"> + <g id="tile89x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2115"> + <g id="tile89x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2160"> + <g id="tile89x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2205"> + <g id="tile89x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2250"> + <g id="tile89x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2295"> + <g id="tile89x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2340"> + <g id="tile89x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2385"> + <g id="tile89x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2430"> + <g id="tile89x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2475"> + <g id="tile89x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2520"> + <g id="tile89x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2565"> + <g id="tile89x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2610"> + <g id="tile89x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2655"> + <g id="tile89x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2700"> + <g id="tile89x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2745"> + <g id="tile89x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2790"> + <g id="tile89x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2835"> + <g id="tile89x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2880"> + <g id="tile89x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="2925"> + <g id="tile89x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="2970"> + <g id="tile89x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3015"> + <g id="tile89x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3060"> + <g id="tile89x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3105"> + <g id="tile89x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3150"> + <g id="tile89x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3195"> + <g id="tile89x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3240"> + <g id="tile89x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3285"> + <g id="tile89x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3330"> + <g id="tile89x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3375"> + <g id="tile89x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3420"> + <g id="tile89x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3465"> + <g id="tile89x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3510"> + <g id="tile89x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3555"> + <g id="tile89x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3600"> + <g id="tile89x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3645"> + <g id="tile89x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3690"> + <g id="tile89x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3735"> + <g id="tile89x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3780"> + <g id="tile89x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3825"> + <g id="tile89x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3870"> + <g id="tile89x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="3915"> + <g id="tile89x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="3960"> + <g id="tile89x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles90"> +<svg width="45" height="45" x="0" y="4005"> + <g id="tile1x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4005"> + <g id="tile2x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4005"> + <g id="tile3x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4005"> + <g id="tile4x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4005"> + <g id="tile5x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4005"> + <g id="tile6x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4005"> + <g id="tile7x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4005"> + <g id="tile8x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4005"> + <g id="tile9x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4005"> + <g id="tile10x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4005"> + <g id="tile11x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4005"> + <g id="tile12x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4005"> + <g id="tile13x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4005"> + <g id="tile14x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4005"> + <g id="tile15x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4005"> + <g id="tile16x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4005"> + <g id="tile17x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4005"> + <g id="tile18x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4005"> + <g id="tile19x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4005"> + <g id="tile20x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4005"> + <g id="tile21x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4005"> + <g id="tile22x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4005"> + <g id="tile23x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4005"> + <g id="tile24x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4005"> + <g id="tile25x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4005"> + <g id="tile26x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4005"> + <g id="tile27x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4005"> + <g id="tile28x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4005"> + <g id="tile29x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4005"> + <g id="tile30x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4005"> + <g id="tile31x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4005"> + <g id="tile32x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4005"> + <g id="tile33x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4005"> + <g id="tile34x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4005"> + <g id="tile35x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4005"> + <g id="tile36x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4005"> + <g id="tile37x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4005"> + <g id="tile38x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4005"> + <g id="tile39x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4005"> + <g id="tile40x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4005"> + <g id="tile41x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4005"> + <g id="tile42x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4005"> + <g id="tile43x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4005"> + <g id="tile44x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4005"> + <g id="tile45x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4005"> + <g id="tile46x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4005"> + <g id="tile47x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4005"> + <g id="tile48x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4005"> + <g id="tile49x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4005"> + <g id="tile50x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4005"> + <g id="tile51x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4005"> + <g id="tile52x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4005"> + <g id="tile53x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4005"> + <g id="tile54x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4005"> + <g id="tile55x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4005"> + <g id="tile56x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4005"> + <g id="tile57x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4005"> + <g id="tile58x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4005"> + <g id="tile59x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4005"> + <g id="tile60x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4005"> + <g id="tile61x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4005"> + <g id="tile62x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4005"> + <g id="tile63x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4005"> + <g id="tile64x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4005"> + <g id="tile65x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4005"> + <g id="tile66x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4005"> + <g id="tile67x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4005"> + <g id="tile68x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4005"> + <g id="tile69x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4005"> + <g id="tile70x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4005"> + <g id="tile71x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4005"> + <g id="tile72x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4005"> + <g id="tile73x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4005"> + <g id="tile74x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4005"> + <g id="tile75x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4005"> + <g id="tile76x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4005"> + <g id="tile77x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4005"> + <g id="tile78x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4005"> + <g id="tile79x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4005"> + <g id="tile80x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4005"> + <g id="tile81x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4005"> + <g id="tile82x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4005"> + <g id="tile83x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4005"> + <g id="tile84x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4005"> + <g id="tile85x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4005"> + <g id="tile86x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4005"> + <g id="tile87x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4005"> + <g id="tile88x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4005"> + <g id="tile89x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4005" y="0"> + <g id="tile90x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="45"> + <g id="tile90x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="90"> + <g id="tile90x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="135"> + <g id="tile90x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="180"> + <g id="tile90x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="225"> + <g id="tile90x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="270"> + <g id="tile90x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="315"> + <g id="tile90x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="360"> + <g id="tile90x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="405"> + <g id="tile90x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="450"> + <g id="tile90x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="495"> + <g id="tile90x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="540"> + <g id="tile90x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="585"> + <g id="tile90x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="630"> + <g id="tile90x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="675"> + <g id="tile90x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="720"> + <g id="tile90x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="765"> + <g id="tile90x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="810"> + <g id="tile90x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="855"> + <g id="tile90x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="900"> + <g id="tile90x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="945"> + <g id="tile90x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="990"> + <g id="tile90x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1035"> + <g id="tile90x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1080"> + <g id="tile90x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1125"> + <g id="tile90x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1170"> + <g id="tile90x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1215"> + <g id="tile90x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1260"> + <g id="tile90x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1305"> + <g id="tile90x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1350"> + <g id="tile90x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1395"> + <g id="tile90x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1440"> + <g id="tile90x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1485"> + <g id="tile90x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1530"> + <g id="tile90x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1575"> + <g id="tile90x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1620"> + <g id="tile90x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1665"> + <g id="tile90x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1710"> + <g id="tile90x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1755"> + <g id="tile90x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1800"> + <g id="tile90x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1845"> + <g id="tile90x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1890"> + <g id="tile90x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="1935"> + <g id="tile90x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="1980"> + <g id="tile90x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2025"> + <g id="tile90x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2070"> + <g id="tile90x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2115"> + <g id="tile90x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2160"> + <g id="tile90x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2205"> + <g id="tile90x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2250"> + <g id="tile90x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2295"> + <g id="tile90x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2340"> + <g id="tile90x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2385"> + <g id="tile90x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2430"> + <g id="tile90x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2475"> + <g id="tile90x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2520"> + <g id="tile90x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2565"> + <g id="tile90x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2610"> + <g id="tile90x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2655"> + <g id="tile90x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2700"> + <g id="tile90x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2745"> + <g id="tile90x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2790"> + <g id="tile90x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2835"> + <g id="tile90x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2880"> + <g id="tile90x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="2925"> + <g id="tile90x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="2970"> + <g id="tile90x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3015"> + <g id="tile90x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3060"> + <g id="tile90x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3105"> + <g id="tile90x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3150"> + <g id="tile90x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3195"> + <g id="tile90x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3240"> + <g id="tile90x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3285"> + <g id="tile90x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3330"> + <g id="tile90x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3375"> + <g id="tile90x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3420"> + <g id="tile90x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3465"> + <g id="tile90x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3510"> + <g id="tile90x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3555"> + <g id="tile90x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3600"> + <g id="tile90x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3645"> + <g id="tile90x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3690"> + <g id="tile90x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3735"> + <g id="tile90x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3780"> + <g id="tile90x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3825"> + <g id="tile90x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3870"> + <g id="tile90x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="3915"> + <g id="tile90x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="3960"> + <g id="tile90x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4005"> + <g id="tile90x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles91"> + <svg width="45" height="45" x="0" y="4050"> + <g id="tile1x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4050"> + <g id="tile2x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4050"> + <g id="tile3x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4050"> + <g id="tile4x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4050"> + <g id="tile5x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4050"> + <g id="tile6x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4050"> + <g id="tile7x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4050"> + <g id="tile8x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4050"> + <g id="tile9x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4050"> + <g id="tile10x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4050"> + <g id="tile11x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4050"> + <g id="tile12x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4050"> + <g id="tile13x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4050"> + <g id="tile14x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4050"> + <g id="tile15x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4050"> + <g id="tile16x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4050"> + <g id="tile17x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4050"> + <g id="tile18x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4050"> + <g id="tile19x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4050"> + <g id="tile20x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4050"> + <g id="tile21x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4050"> + <g id="tile22x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4050"> + <g id="tile23x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4050"> + <g id="tile24x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4050"> + <g id="tile25x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4050"> + <g id="tile26x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4050"> + <g id="tile27x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4050"> + <g id="tile28x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4050"> + <g id="tile29x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4050"> + <g id="tile30x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4050"> + <g id="tile31x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4050"> + <g id="tile32x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4050"> + <g id="tile33x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4050"> + <g id="tile34x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4050"> + <g id="tile35x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4050"> + <g id="tile36x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4050"> + <g id="tile37x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4050"> + <g id="tile38x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4050"> + <g id="tile39x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4050"> + <g id="tile40x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4050"> + <g id="tile41x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4050"> + <g id="tile42x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4050"> + <g id="tile43x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4050"> + <g id="tile44x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4050"> + <g id="tile45x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4050"> + <g id="tile46x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4050"> + <g id="tile47x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4050"> + <g id="tile48x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4050"> + <g id="tile49x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4050"> + <g id="tile50x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4050"> + <g id="tile51x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4050"> + <g id="tile52x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4050"> + <g id="tile53x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4050"> + <g id="tile54x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4050"> + <g id="tile55x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4050"> + <g id="tile56x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4050"> + <g id="tile57x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4050"> + <g id="tile58x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4050"> + <g id="tile59x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4050"> + <g id="tile60x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4050"> + <g id="tile61x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4050"> + <g id="tile62x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4050"> + <g id="tile63x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4050"> + <g id="tile64x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4050"> + <g id="tile65x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4050"> + <g id="tile66x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4050"> + <g id="tile67x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4050"> + <g id="tile68x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4050"> + <g id="tile69x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4050"> + <g id="tile70x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4050"> + <g id="tile71x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4050"> + <g id="tile72x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4050"> + <g id="tile73x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4050"> + <g id="tile74x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4050"> + <g id="tile75x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4050"> + <g id="tile76x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4050"> + <g id="tile77x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4050"> + <g id="tile78x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4050"> + <g id="tile79x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4050"> + <g id="tile80x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4050"> + <g id="tile81x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4050"> + <g id="tile82x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4050"> + <g id="tile83x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4050"> + <g id="tile84x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4050"> + <g id="tile85x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4050"> + <g id="tile86x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4050"> + <g id="tile87x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4050"> + <g id="tile88x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4050"> + <g id="tile89x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4050"> + <g id="tile90x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="0"> + <g id="tile91x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="45"> + <g id="tile91x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="90"> + <g id="tile91x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="135"> + <g id="tile91x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="180"> + <g id="tile91x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="225"> + <g id="tile91x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="270"> + <g id="tile91x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="315"> + <g id="tile91x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="360"> + <g id="tile91x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="405"> + <g id="tile91x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="450"> + <g id="tile91x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="495"> + <g id="tile91x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="540"> + <g id="tile91x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="585"> + <g id="tile91x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="630"> + <g id="tile91x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="675"> + <g id="tile91x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="720"> + <g id="tile91x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="765"> + <g id="tile91x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="810"> + <g id="tile91x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="855"> + <g id="tile91x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="900"> + <g id="tile91x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="945"> + <g id="tile91x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="990"> + <g id="tile91x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1035"> + <g id="tile91x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1080"> + <g id="tile91x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1125"> + <g id="tile91x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1170"> + <g id="tile91x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1215"> + <g id="tile91x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1260"> + <g id="tile91x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1305"> + <g id="tile91x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1350"> + <g id="tile91x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1395"> + <g id="tile91x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1440"> + <g id="tile91x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1485"> + <g id="tile91x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1530"> + <g id="tile91x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1575"> + <g id="tile91x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1620"> + <g id="tile91x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1665"> + <g id="tile91x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1710"> + <g id="tile91x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1755"> + <g id="tile91x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1800"> + <g id="tile91x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1845"> + <g id="tile91x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1890"> + <g id="tile91x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="1935"> + <g id="tile91x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="1980"> + <g id="tile91x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2025"> + <g id="tile91x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2070"> + <g id="tile91x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2115"> + <g id="tile91x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2160"> + <g id="tile91x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2205"> + <g id="tile91x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2250"> + <g id="tile91x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2295"> + <g id="tile91x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2340"> + <g id="tile91x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2385"> + <g id="tile91x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2430"> + <g id="tile91x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2475"> + <g id="tile91x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2520"> + <g id="tile91x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2565"> + <g id="tile91x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2610"> + <g id="tile91x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2655"> + <g id="tile91x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2700"> + <g id="tile91x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2745"> + <g id="tile91x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2790"> + <g id="tile91x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2835"> + <g id="tile91x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2880"> + <g id="tile91x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="2925"> + <g id="tile91x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="2970"> + <g id="tile91x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3015"> + <g id="tile91x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3060"> + <g id="tile91x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3105"> + <g id="tile91x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3150"> + <g id="tile91x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3195"> + <g id="tile91x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3240"> + <g id="tile91x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3285"> + <g id="tile91x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3330"> + <g id="tile91x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3375"> + <g id="tile91x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3420"> + <g id="tile91x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3465"> + <g id="tile91x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3510"> + <g id="tile91x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3555"> + <g id="tile91x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3600"> + <g id="tile91x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3645"> + <g id="tile91x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3690"> + <g id="tile91x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3735"> + <g id="tile91x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3780"> + <g id="tile91x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3825"> + <g id="tile91x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3870"> + <g id="tile91x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="3915"> + <g id="tile91x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="3960"> + <g id="tile91x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4005"> + <g id="tile91x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4050"> + <g id="tile91x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles92"> +<svg width="45" height="45" x="0" y="4095"> + <g id="tile1x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4095"> + <g id="tile2x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4095"> + <g id="tile3x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4095"> + <g id="tile4x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4095"> + <g id="tile5x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4095"> + <g id="tile6x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4095"> + <g id="tile7x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4095"> + <g id="tile8x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4095"> + <g id="tile9x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4095"> + <g id="tile10x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4095"> + <g id="tile11x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4095"> + <g id="tile12x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4095"> + <g id="tile13x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4095"> + <g id="tile14x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4095"> + <g id="tile15x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4095"> + <g id="tile16x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4095"> + <g id="tile17x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4095"> + <g id="tile18x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4095"> + <g id="tile19x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4095"> + <g id="tile20x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4095"> + <g id="tile21x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4095"> + <g id="tile22x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4095"> + <g id="tile23x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4095"> + <g id="tile24x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4095"> + <g id="tile25x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4095"> + <g id="tile26x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4095"> + <g id="tile27x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4095"> + <g id="tile28x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4095"> + <g id="tile29x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4095"> + <g id="tile30x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4095"> + <g id="tile31x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4095"> + <g id="tile32x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4095"> + <g id="tile33x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4095"> + <g id="tile34x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4095"> + <g id="tile35x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4095"> + <g id="tile36x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4095"> + <g id="tile37x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4095"> + <g id="tile38x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4095"> + <g id="tile39x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4095"> + <g id="tile40x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4095"> + <g id="tile41x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4095"> + <g id="tile42x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4095"> + <g id="tile43x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4095"> + <g id="tile44x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4095"> + <g id="tile45x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4095"> + <g id="tile46x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4095"> + <g id="tile47x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4095"> + <g id="tile48x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4095"> + <g id="tile49x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4095"> + <g id="tile50x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4095"> + <g id="tile51x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4095"> + <g id="tile52x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4095"> + <g id="tile53x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4095"> + <g id="tile54x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4095"> + <g id="tile55x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4095"> + <g id="tile56x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4095"> + <g id="tile57x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4095"> + <g id="tile58x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4095"> + <g id="tile59x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4095"> + <g id="tile60x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4095"> + <g id="tile61x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4095"> + <g id="tile62x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4095"> + <g id="tile63x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4095"> + <g id="tile64x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4095"> + <g id="tile65x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4095"> + <g id="tile66x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4095"> + <g id="tile67x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4095"> + <g id="tile68x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4095"> + <g id="tile69x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4095"> + <g id="tile70x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4095"> + <g id="tile71x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4095"> + <g id="tile72x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4095"> + <g id="tile73x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4095"> + <g id="tile74x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4095"> + <g id="tile75x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4095"> + <g id="tile76x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4095"> + <g id="tile77x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4095"> + <g id="tile78x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4095"> + <g id="tile79x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4095"> + <g id="tile80x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4095"> + <g id="tile81x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4095"> + <g id="tile82x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4095"> + <g id="tile83x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4095"> + <g id="tile84x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4095"> + <g id="tile85x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4095"> + <g id="tile86x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4095"> + <g id="tile87x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4095"> + <g id="tile88x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4095"> + <g id="tile89x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4095"> + <g id="tile90x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4095"> + <g id="tile91x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4095" y="0"> + <g id="tile92x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="45"> + <g id="tile92x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="90"> + <g id="tile92x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="135"> + <g id="tile92x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="180"> + <g id="tile92x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="225"> + <g id="tile92x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="270"> + <g id="tile92x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="315"> + <g id="tile92x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="360"> + <g id="tile92x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="405"> + <g id="tile92x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="450"> + <g id="tile92x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="495"> + <g id="tile92x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="540"> + <g id="tile92x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="585"> + <g id="tile92x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="630"> + <g id="tile92x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="675"> + <g id="tile92x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="720"> + <g id="tile92x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="765"> + <g id="tile92x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="810"> + <g id="tile92x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="855"> + <g id="tile92x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="900"> + <g id="tile92x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="945"> + <g id="tile92x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="990"> + <g id="tile92x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1035"> + <g id="tile92x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1080"> + <g id="tile92x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1125"> + <g id="tile92x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1170"> + <g id="tile92x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1215"> + <g id="tile92x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1260"> + <g id="tile92x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1305"> + <g id="tile92x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1350"> + <g id="tile92x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1395"> + <g id="tile92x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1440"> + <g id="tile92x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1485"> + <g id="tile92x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1530"> + <g id="tile92x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1575"> + <g id="tile92x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1620"> + <g id="tile92x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1665"> + <g id="tile92x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1710"> + <g id="tile92x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1755"> + <g id="tile92x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1800"> + <g id="tile92x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1845"> + <g id="tile92x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1890"> + <g id="tile92x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="1935"> + <g id="tile92x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="1980"> + <g id="tile92x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2025"> + <g id="tile92x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2070"> + <g id="tile92x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2115"> + <g id="tile92x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2160"> + <g id="tile92x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2205"> + <g id="tile92x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2250"> + <g id="tile92x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2295"> + <g id="tile92x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2340"> + <g id="tile92x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2385"> + <g id="tile92x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2430"> + <g id="tile92x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2475"> + <g id="tile92x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2520"> + <g id="tile92x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2565"> + <g id="tile92x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2610"> + <g id="tile92x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2655"> + <g id="tile92x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2700"> + <g id="tile92x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2745"> + <g id="tile92x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2790"> + <g id="tile92x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2835"> + <g id="tile92x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2880"> + <g id="tile92x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="2925"> + <g id="tile92x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="2970"> + <g id="tile92x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3015"> + <g id="tile92x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3060"> + <g id="tile92x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3105"> + <g id="tile92x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3150"> + <g id="tile92x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3195"> + <g id="tile92x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3240"> + <g id="tile92x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3285"> + <g id="tile92x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3330"> + <g id="tile92x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3375"> + <g id="tile92x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3420"> + <g id="tile92x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3465"> + <g id="tile92x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3510"> + <g id="tile92x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3555"> + <g id="tile92x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3600"> + <g id="tile92x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3645"> + <g id="tile92x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3690"> + <g id="tile92x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3735"> + <g id="tile92x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3780"> + <g id="tile92x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3825"> + <g id="tile92x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3870"> + <g id="tile92x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="3915"> + <g id="tile92x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="3960"> + <g id="tile92x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4005"> + <g id="tile92x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4050"> + <g id="tile92x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4095"> + <g id="tile92x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles93"> + <svg width="45" height="45" x="0" y="4140"> + <g id="tile1x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4140"> + <g id="tile2x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4140"> + <g id="tile3x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4140"> + <g id="tile4x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4140"> + <g id="tile5x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4140"> + <g id="tile6x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4140"> + <g id="tile7x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4140"> + <g id="tile8x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4140"> + <g id="tile9x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4140"> + <g id="tile10x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4140"> + <g id="tile11x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4140"> + <g id="tile12x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4140"> + <g id="tile13x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4140"> + <g id="tile14x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4140"> + <g id="tile15x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4140"> + <g id="tile16x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4140"> + <g id="tile17x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4140"> + <g id="tile18x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4140"> + <g id="tile19x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4140"> + <g id="tile20x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4140"> + <g id="tile21x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4140"> + <g id="tile22x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4140"> + <g id="tile23x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4140"> + <g id="tile24x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4140"> + <g id="tile25x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4140"> + <g id="tile26x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4140"> + <g id="tile27x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4140"> + <g id="tile28x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4140"> + <g id="tile29x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4140"> + <g id="tile30x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4140"> + <g id="tile31x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4140"> + <g id="tile32x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4140"> + <g id="tile33x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4140"> + <g id="tile34x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4140"> + <g id="tile35x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4140"> + <g id="tile36x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4140"> + <g id="tile37x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4140"> + <g id="tile38x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4140"> + <g id="tile39x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4140"> + <g id="tile40x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4140"> + <g id="tile41x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4140"> + <g id="tile42x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4140"> + <g id="tile43x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4140"> + <g id="tile44x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4140"> + <g id="tile45x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4140"> + <g id="tile46x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4140"> + <g id="tile47x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4140"> + <g id="tile48x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4140"> + <g id="tile49x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4140"> + <g id="tile50x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4140"> + <g id="tile51x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4140"> + <g id="tile52x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4140"> + <g id="tile53x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4140"> + <g id="tile54x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4140"> + <g id="tile55x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4140"> + <g id="tile56x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4140"> + <g id="tile57x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4140"> + <g id="tile58x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4140"> + <g id="tile59x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4140"> + <g id="tile60x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4140"> + <g id="tile61x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4140"> + <g id="tile62x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4140"> + <g id="tile63x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4140"> + <g id="tile64x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4140"> + <g id="tile65x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4140"> + <g id="tile66x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4140"> + <g id="tile67x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4140"> + <g id="tile68x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4140"> + <g id="tile69x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4140"> + <g id="tile70x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4140"> + <g id="tile71x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4140"> + <g id="tile72x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4140"> + <g id="tile73x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4140"> + <g id="tile74x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4140"> + <g id="tile75x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4140"> + <g id="tile76x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4140"> + <g id="tile77x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4140"> + <g id="tile78x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4140"> + <g id="tile79x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4140"> + <g id="tile80x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4140"> + <g id="tile81x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4140"> + <g id="tile82x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4140"> + <g id="tile83x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4140"> + <g id="tile84x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4140"> + <g id="tile85x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4140"> + <g id="tile86x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4140"> + <g id="tile87x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4140"> + <g id="tile88x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4140"> + <g id="tile89x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4140"> + <g id="tile90x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4140"> + <g id="tile91x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4140"> + <g id="tile92x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="0"> + <g id="tile93x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="45"> + <g id="tile93x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="90"> + <g id="tile93x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="135"> + <g id="tile93x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="180"> + <g id="tile93x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="225"> + <g id="tile93x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="270"> + <g id="tile93x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="315"> + <g id="tile93x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="360"> + <g id="tile93x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="405"> + <g id="tile93x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="450"> + <g id="tile93x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="495"> + <g id="tile93x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="540"> + <g id="tile93x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="585"> + <g id="tile93x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="630"> + <g id="tile93x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="675"> + <g id="tile93x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="720"> + <g id="tile93x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="765"> + <g id="tile93x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="810"> + <g id="tile93x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="855"> + <g id="tile93x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="900"> + <g id="tile93x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="945"> + <g id="tile93x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="990"> + <g id="tile93x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1035"> + <g id="tile93x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1080"> + <g id="tile93x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1125"> + <g id="tile93x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1170"> + <g id="tile93x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1215"> + <g id="tile93x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1260"> + <g id="tile93x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1305"> + <g id="tile93x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1350"> + <g id="tile93x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1395"> + <g id="tile93x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1440"> + <g id="tile93x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1485"> + <g id="tile93x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1530"> + <g id="tile93x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1575"> + <g id="tile93x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1620"> + <g id="tile93x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1665"> + <g id="tile93x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1710"> + <g id="tile93x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1755"> + <g id="tile93x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1800"> + <g id="tile93x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1845"> + <g id="tile93x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1890"> + <g id="tile93x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="1935"> + <g id="tile93x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="1980"> + <g id="tile93x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2025"> + <g id="tile93x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2070"> + <g id="tile93x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2115"> + <g id="tile93x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2160"> + <g id="tile93x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2205"> + <g id="tile93x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2250"> + <g id="tile93x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2295"> + <g id="tile93x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2340"> + <g id="tile93x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2385"> + <g id="tile93x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2430"> + <g id="tile93x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2475"> + <g id="tile93x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2520"> + <g id="tile93x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2565"> + <g id="tile93x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2610"> + <g id="tile93x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2655"> + <g id="tile93x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2700"> + <g id="tile93x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2745"> + <g id="tile93x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2790"> + <g id="tile93x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2835"> + <g id="tile93x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2880"> + <g id="tile93x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="2925"> + <g id="tile93x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="2970"> + <g id="tile93x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3015"> + <g id="tile93x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3060"> + <g id="tile93x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3105"> + <g id="tile93x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3150"> + <g id="tile93x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3195"> + <g id="tile93x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3240"> + <g id="tile93x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3285"> + <g id="tile93x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3330"> + <g id="tile93x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3375"> + <g id="tile93x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3420"> + <g id="tile93x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3465"> + <g id="tile93x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3510"> + <g id="tile93x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3555"> + <g id="tile93x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3600"> + <g id="tile93x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3645"> + <g id="tile93x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3690"> + <g id="tile93x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3735"> + <g id="tile93x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3780"> + <g id="tile93x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3825"> + <g id="tile93x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3870"> + <g id="tile93x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="3915"> + <g id="tile93x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="3960"> + <g id="tile93x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4005"> + <g id="tile93x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4050"> + <g id="tile93x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4095"> + <g id="tile93x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4140"> + <g id="tile93x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles94"> +<svg width="45" height="45" x="0" y="4185"> + <g id="tile1x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4185"> + <g id="tile2x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4185"> + <g id="tile3x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4185"> + <g id="tile4x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4185"> + <g id="tile5x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4185"> + <g id="tile6x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4185"> + <g id="tile7x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4185"> + <g id="tile8x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4185"> + <g id="tile9x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4185"> + <g id="tile10x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4185"> + <g id="tile11x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4185"> + <g id="tile12x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4185"> + <g id="tile13x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4185"> + <g id="tile14x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4185"> + <g id="tile15x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4185"> + <g id="tile16x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4185"> + <g id="tile17x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4185"> + <g id="tile18x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4185"> + <g id="tile19x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4185"> + <g id="tile20x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4185"> + <g id="tile21x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4185"> + <g id="tile22x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4185"> + <g id="tile23x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4185"> + <g id="tile24x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4185"> + <g id="tile25x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4185"> + <g id="tile26x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4185"> + <g id="tile27x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4185"> + <g id="tile28x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4185"> + <g id="tile29x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4185"> + <g id="tile30x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4185"> + <g id="tile31x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4185"> + <g id="tile32x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4185"> + <g id="tile33x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4185"> + <g id="tile34x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4185"> + <g id="tile35x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4185"> + <g id="tile36x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4185"> + <g id="tile37x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4185"> + <g id="tile38x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4185"> + <g id="tile39x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4185"> + <g id="tile40x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4185"> + <g id="tile41x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4185"> + <g id="tile42x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4185"> + <g id="tile43x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4185"> + <g id="tile44x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4185"> + <g id="tile45x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4185"> + <g id="tile46x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4185"> + <g id="tile47x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4185"> + <g id="tile48x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4185"> + <g id="tile49x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4185"> + <g id="tile50x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4185"> + <g id="tile51x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4185"> + <g id="tile52x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4185"> + <g id="tile53x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4185"> + <g id="tile54x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4185"> + <g id="tile55x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4185"> + <g id="tile56x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4185"> + <g id="tile57x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4185"> + <g id="tile58x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4185"> + <g id="tile59x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4185"> + <g id="tile60x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4185"> + <g id="tile61x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4185"> + <g id="tile62x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4185"> + <g id="tile63x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4185"> + <g id="tile64x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4185"> + <g id="tile65x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4185"> + <g id="tile66x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4185"> + <g id="tile67x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4185"> + <g id="tile68x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4185"> + <g id="tile69x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4185"> + <g id="tile70x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4185"> + <g id="tile71x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4185"> + <g id="tile72x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4185"> + <g id="tile73x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4185"> + <g id="tile74x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4185"> + <g id="tile75x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4185"> + <g id="tile76x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4185"> + <g id="tile77x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4185"> + <g id="tile78x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4185"> + <g id="tile79x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4185"> + <g id="tile80x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4185"> + <g id="tile81x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4185"> + <g id="tile82x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4185"> + <g id="tile83x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4185"> + <g id="tile84x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4185"> + <g id="tile85x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4185"> + <g id="tile86x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4185"> + <g id="tile87x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4185"> + <g id="tile88x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4185"> + <g id="tile89x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4185"> + <g id="tile90x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4185"> + <g id="tile91x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4185"> + <g id="tile92x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4185"> + <g id="tile93x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4185" y="0"> + <g id="tile94x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="45"> + <g id="tile94x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="90"> + <g id="tile94x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="135"> + <g id="tile94x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="180"> + <g id="tile94x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="225"> + <g id="tile94x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="270"> + <g id="tile94x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="315"> + <g id="tile94x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="360"> + <g id="tile94x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="405"> + <g id="tile94x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="450"> + <g id="tile94x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="495"> + <g id="tile94x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="540"> + <g id="tile94x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="585"> + <g id="tile94x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="630"> + <g id="tile94x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="675"> + <g id="tile94x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="720"> + <g id="tile94x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="765"> + <g id="tile94x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="810"> + <g id="tile94x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="855"> + <g id="tile94x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="900"> + <g id="tile94x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="945"> + <g id="tile94x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="990"> + <g id="tile94x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1035"> + <g id="tile94x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1080"> + <g id="tile94x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1125"> + <g id="tile94x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1170"> + <g id="tile94x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1215"> + <g id="tile94x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1260"> + <g id="tile94x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1305"> + <g id="tile94x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1350"> + <g id="tile94x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1395"> + <g id="tile94x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1440"> + <g id="tile94x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1485"> + <g id="tile94x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1530"> + <g id="tile94x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1575"> + <g id="tile94x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1620"> + <g id="tile94x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1665"> + <g id="tile94x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1710"> + <g id="tile94x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1755"> + <g id="tile94x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1800"> + <g id="tile94x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1845"> + <g id="tile94x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1890"> + <g id="tile94x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="1935"> + <g id="tile94x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="1980"> + <g id="tile94x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2025"> + <g id="tile94x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2070"> + <g id="tile94x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2115"> + <g id="tile94x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2160"> + <g id="tile94x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2205"> + <g id="tile94x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2250"> + <g id="tile94x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2295"> + <g id="tile94x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2340"> + <g id="tile94x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2385"> + <g id="tile94x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2430"> + <g id="tile94x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2475"> + <g id="tile94x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2520"> + <g id="tile94x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2565"> + <g id="tile94x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2610"> + <g id="tile94x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2655"> + <g id="tile94x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2700"> + <g id="tile94x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2745"> + <g id="tile94x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2790"> + <g id="tile94x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2835"> + <g id="tile94x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2880"> + <g id="tile94x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="2925"> + <g id="tile94x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="2970"> + <g id="tile94x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3015"> + <g id="tile94x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3060"> + <g id="tile94x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3105"> + <g id="tile94x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3150"> + <g id="tile94x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3195"> + <g id="tile94x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3240"> + <g id="tile94x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3285"> + <g id="tile94x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3330"> + <g id="tile94x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3375"> + <g id="tile94x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3420"> + <g id="tile94x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3465"> + <g id="tile94x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3510"> + <g id="tile94x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3555"> + <g id="tile94x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3600"> + <g id="tile94x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3645"> + <g id="tile94x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3690"> + <g id="tile94x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3735"> + <g id="tile94x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3780"> + <g id="tile94x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3825"> + <g id="tile94x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3870"> + <g id="tile94x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="3915"> + <g id="tile94x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="3960"> + <g id="tile94x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4005"> + <g id="tile94x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4050"> + <g id="tile94x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4095"> + <g id="tile94x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4140"> + <g id="tile94x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4185"> + <g id="tile94x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles95"> + <svg width="45" height="45" x="0" y="4230"> + <g id="tile1x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4230"> + <g id="tile2x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4230"> + <g id="tile3x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4230"> + <g id="tile4x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4230"> + <g id="tile5x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4230"> + <g id="tile6x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4230"> + <g id="tile7x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4230"> + <g id="tile8x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4230"> + <g id="tile9x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4230"> + <g id="tile10x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4230"> + <g id="tile11x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4230"> + <g id="tile12x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4230"> + <g id="tile13x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4230"> + <g id="tile14x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4230"> + <g id="tile15x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4230"> + <g id="tile16x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4230"> + <g id="tile17x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4230"> + <g id="tile18x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4230"> + <g id="tile19x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4230"> + <g id="tile20x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4230"> + <g id="tile21x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4230"> + <g id="tile22x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4230"> + <g id="tile23x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4230"> + <g id="tile24x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4230"> + <g id="tile25x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4230"> + <g id="tile26x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4230"> + <g id="tile27x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4230"> + <g id="tile28x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4230"> + <g id="tile29x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4230"> + <g id="tile30x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4230"> + <g id="tile31x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4230"> + <g id="tile32x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4230"> + <g id="tile33x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4230"> + <g id="tile34x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4230"> + <g id="tile35x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4230"> + <g id="tile36x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4230"> + <g id="tile37x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4230"> + <g id="tile38x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4230"> + <g id="tile39x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4230"> + <g id="tile40x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4230"> + <g id="tile41x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4230"> + <g id="tile42x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4230"> + <g id="tile43x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4230"> + <g id="tile44x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4230"> + <g id="tile45x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4230"> + <g id="tile46x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4230"> + <g id="tile47x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4230"> + <g id="tile48x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4230"> + <g id="tile49x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4230"> + <g id="tile50x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4230"> + <g id="tile51x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4230"> + <g id="tile52x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4230"> + <g id="tile53x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4230"> + <g id="tile54x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4230"> + <g id="tile55x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4230"> + <g id="tile56x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4230"> + <g id="tile57x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4230"> + <g id="tile58x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4230"> + <g id="tile59x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4230"> + <g id="tile60x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4230"> + <g id="tile61x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4230"> + <g id="tile62x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4230"> + <g id="tile63x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4230"> + <g id="tile64x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4230"> + <g id="tile65x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4230"> + <g id="tile66x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4230"> + <g id="tile67x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4230"> + <g id="tile68x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4230"> + <g id="tile69x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4230"> + <g id="tile70x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4230"> + <g id="tile71x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4230"> + <g id="tile72x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4230"> + <g id="tile73x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4230"> + <g id="tile74x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4230"> + <g id="tile75x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4230"> + <g id="tile76x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4230"> + <g id="tile77x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4230"> + <g id="tile78x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4230"> + <g id="tile79x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4230"> + <g id="tile80x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4230"> + <g id="tile81x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4230"> + <g id="tile82x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4230"> + <g id="tile83x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4230"> + <g id="tile84x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4230"> + <g id="tile85x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4230"> + <g id="tile86x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4230"> + <g id="tile87x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4230"> + <g id="tile88x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4230"> + <g id="tile89x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4230"> + <g id="tile90x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4230"> + <g id="tile91x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4230"> + <g id="tile92x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4230"> + <g id="tile93x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4230"> + <g id="tile94x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="0"> + <g id="tile95x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="45"> + <g id="tile95x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="90"> + <g id="tile95x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="135"> + <g id="tile95x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="180"> + <g id="tile95x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="225"> + <g id="tile95x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="270"> + <g id="tile95x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="315"> + <g id="tile95x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="360"> + <g id="tile95x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="405"> + <g id="tile95x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="450"> + <g id="tile95x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="495"> + <g id="tile95x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="540"> + <g id="tile95x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="585"> + <g id="tile95x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="630"> + <g id="tile95x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="675"> + <g id="tile95x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="720"> + <g id="tile95x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="765"> + <g id="tile95x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="810"> + <g id="tile95x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="855"> + <g id="tile95x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="900"> + <g id="tile95x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="945"> + <g id="tile95x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="990"> + <g id="tile95x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1035"> + <g id="tile95x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1080"> + <g id="tile95x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1125"> + <g id="tile95x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1170"> + <g id="tile95x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1215"> + <g id="tile95x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1260"> + <g id="tile95x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1305"> + <g id="tile95x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1350"> + <g id="tile95x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1395"> + <g id="tile95x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1440"> + <g id="tile95x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1485"> + <g id="tile95x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1530"> + <g id="tile95x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1575"> + <g id="tile95x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1620"> + <g id="tile95x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1665"> + <g id="tile95x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1710"> + <g id="tile95x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1755"> + <g id="tile95x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1800"> + <g id="tile95x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1845"> + <g id="tile95x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1890"> + <g id="tile95x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="1935"> + <g id="tile95x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="1980"> + <g id="tile95x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2025"> + <g id="tile95x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2070"> + <g id="tile95x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2115"> + <g id="tile95x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2160"> + <g id="tile95x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2205"> + <g id="tile95x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2250"> + <g id="tile95x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2295"> + <g id="tile95x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2340"> + <g id="tile95x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2385"> + <g id="tile95x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2430"> + <g id="tile95x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2475"> + <g id="tile95x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2520"> + <g id="tile95x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2565"> + <g id="tile95x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2610"> + <g id="tile95x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2655"> + <g id="tile95x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2700"> + <g id="tile95x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2745"> + <g id="tile95x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2790"> + <g id="tile95x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2835"> + <g id="tile95x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2880"> + <g id="tile95x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="2925"> + <g id="tile95x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="2970"> + <g id="tile95x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3015"> + <g id="tile95x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3060"> + <g id="tile95x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3105"> + <g id="tile95x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3150"> + <g id="tile95x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3195"> + <g id="tile95x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3240"> + <g id="tile95x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3285"> + <g id="tile95x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3330"> + <g id="tile95x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3375"> + <g id="tile95x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3420"> + <g id="tile95x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3465"> + <g id="tile95x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3510"> + <g id="tile95x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3555"> + <g id="tile95x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3600"> + <g id="tile95x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3645"> + <g id="tile95x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3690"> + <g id="tile95x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3735"> + <g id="tile95x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3780"> + <g id="tile95x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3825"> + <g id="tile95x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3870"> + <g id="tile95x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="3915"> + <g id="tile95x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="3960"> + <g id="tile95x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4005"> + <g id="tile95x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4050"> + <g id="tile95x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4095"> + <g id="tile95x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4140"> + <g id="tile95x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4185"> + <g id="tile95x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4230"> + <g id="tile95x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles96"> +<svg width="45" height="45" x="0" y="4275"> + <g id="tile1x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4275"> + <g id="tile2x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4275"> + <g id="tile3x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4275"> + <g id="tile4x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4275"> + <g id="tile5x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4275"> + <g id="tile6x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4275"> + <g id="tile7x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4275"> + <g id="tile8x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4275"> + <g id="tile9x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4275"> + <g id="tile10x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4275"> + <g id="tile11x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4275"> + <g id="tile12x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4275"> + <g id="tile13x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4275"> + <g id="tile14x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4275"> + <g id="tile15x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4275"> + <g id="tile16x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4275"> + <g id="tile17x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4275"> + <g id="tile18x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4275"> + <g id="tile19x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4275"> + <g id="tile20x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4275"> + <g id="tile21x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4275"> + <g id="tile22x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4275"> + <g id="tile23x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4275"> + <g id="tile24x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4275"> + <g id="tile25x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4275"> + <g id="tile26x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4275"> + <g id="tile27x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4275"> + <g id="tile28x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4275"> + <g id="tile29x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4275"> + <g id="tile30x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4275"> + <g id="tile31x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4275"> + <g id="tile32x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4275"> + <g id="tile33x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4275"> + <g id="tile34x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4275"> + <g id="tile35x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4275"> + <g id="tile36x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4275"> + <g id="tile37x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4275"> + <g id="tile38x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4275"> + <g id="tile39x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4275"> + <g id="tile40x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4275"> + <g id="tile41x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4275"> + <g id="tile42x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4275"> + <g id="tile43x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4275"> + <g id="tile44x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4275"> + <g id="tile45x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4275"> + <g id="tile46x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4275"> + <g id="tile47x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4275"> + <g id="tile48x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4275"> + <g id="tile49x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4275"> + <g id="tile50x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4275"> + <g id="tile51x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4275"> + <g id="tile52x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4275"> + <g id="tile53x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4275"> + <g id="tile54x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4275"> + <g id="tile55x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4275"> + <g id="tile56x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4275"> + <g id="tile57x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4275"> + <g id="tile58x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4275"> + <g id="tile59x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4275"> + <g id="tile60x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4275"> + <g id="tile61x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4275"> + <g id="tile62x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4275"> + <g id="tile63x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4275"> + <g id="tile64x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4275"> + <g id="tile65x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4275"> + <g id="tile66x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4275"> + <g id="tile67x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4275"> + <g id="tile68x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4275"> + <g id="tile69x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4275"> + <g id="tile70x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4275"> + <g id="tile71x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4275"> + <g id="tile72x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4275"> + <g id="tile73x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4275"> + <g id="tile74x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4275"> + <g id="tile75x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4275"> + <g id="tile76x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4275"> + <g id="tile77x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4275"> + <g id="tile78x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4275"> + <g id="tile79x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4275"> + <g id="tile80x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4275"> + <g id="tile81x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4275"> + <g id="tile82x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4275"> + <g id="tile83x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4275"> + <g id="tile84x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4275"> + <g id="tile85x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4275"> + <g id="tile86x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4275"> + <g id="tile87x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4275"> + <g id="tile88x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4275"> + <g id="tile89x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4275"> + <g id="tile90x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4275"> + <g id="tile91x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4275"> + <g id="tile92x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4275"> + <g id="tile93x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4275"> + <g id="tile94x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4275"> + <g id="tile95x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4275" y="0"> + <g id="tile96x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="45"> + <g id="tile96x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="90"> + <g id="tile96x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="135"> + <g id="tile96x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="180"> + <g id="tile96x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="225"> + <g id="tile96x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="270"> + <g id="tile96x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="315"> + <g id="tile96x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="360"> + <g id="tile96x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="405"> + <g id="tile96x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="450"> + <g id="tile96x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="495"> + <g id="tile96x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="540"> + <g id="tile96x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="585"> + <g id="tile96x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="630"> + <g id="tile96x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="675"> + <g id="tile96x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="720"> + <g id="tile96x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="765"> + <g id="tile96x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="810"> + <g id="tile96x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="855"> + <g id="tile96x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="900"> + <g id="tile96x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="945"> + <g id="tile96x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="990"> + <g id="tile96x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1035"> + <g id="tile96x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1080"> + <g id="tile96x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1125"> + <g id="tile96x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1170"> + <g id="tile96x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1215"> + <g id="tile96x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1260"> + <g id="tile96x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1305"> + <g id="tile96x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1350"> + <g id="tile96x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1395"> + <g id="tile96x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1440"> + <g id="tile96x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1485"> + <g id="tile96x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1530"> + <g id="tile96x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1575"> + <g id="tile96x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1620"> + <g id="tile96x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1665"> + <g id="tile96x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1710"> + <g id="tile96x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1755"> + <g id="tile96x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1800"> + <g id="tile96x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1845"> + <g id="tile96x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1890"> + <g id="tile96x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="1935"> + <g id="tile96x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="1980"> + <g id="tile96x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2025"> + <g id="tile96x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2070"> + <g id="tile96x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2115"> + <g id="tile96x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2160"> + <g id="tile96x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2205"> + <g id="tile96x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2250"> + <g id="tile96x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2295"> + <g id="tile96x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2340"> + <g id="tile96x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2385"> + <g id="tile96x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2430"> + <g id="tile96x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2475"> + <g id="tile96x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2520"> + <g id="tile96x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2565"> + <g id="tile96x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2610"> + <g id="tile96x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2655"> + <g id="tile96x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2700"> + <g id="tile96x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2745"> + <g id="tile96x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2790"> + <g id="tile96x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2835"> + <g id="tile96x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2880"> + <g id="tile96x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="2925"> + <g id="tile96x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="2970"> + <g id="tile96x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3015"> + <g id="tile96x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3060"> + <g id="tile96x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3105"> + <g id="tile96x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3150"> + <g id="tile96x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3195"> + <g id="tile96x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3240"> + <g id="tile96x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3285"> + <g id="tile96x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3330"> + <g id="tile96x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3375"> + <g id="tile96x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3420"> + <g id="tile96x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3465"> + <g id="tile96x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3510"> + <g id="tile96x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3555"> + <g id="tile96x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3600"> + <g id="tile96x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3645"> + <g id="tile96x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3690"> + <g id="tile96x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3735"> + <g id="tile96x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3780"> + <g id="tile96x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3825"> + <g id="tile96x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3870"> + <g id="tile96x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="3915"> + <g id="tile96x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="3960"> + <g id="tile96x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4005"> + <g id="tile96x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4050"> + <g id="tile96x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4095"> + <g id="tile96x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4140"> + <g id="tile96x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4185"> + <g id="tile96x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4230"> + <g id="tile96x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4275"> + <g id="tile96x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles97"> + <svg width="45" height="45" x="0" y="4320"> + <g id="tile1x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4320"> + <g id="tile2x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4320"> + <g id="tile3x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4320"> + <g id="tile4x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4320"> + <g id="tile5x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4320"> + <g id="tile6x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4320"> + <g id="tile7x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4320"> + <g id="tile8x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4320"> + <g id="tile9x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4320"> + <g id="tile10x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4320"> + <g id="tile11x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4320"> + <g id="tile12x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4320"> + <g id="tile13x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4320"> + <g id="tile14x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4320"> + <g id="tile15x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4320"> + <g id="tile16x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4320"> + <g id="tile17x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4320"> + <g id="tile18x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4320"> + <g id="tile19x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4320"> + <g id="tile20x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4320"> + <g id="tile21x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4320"> + <g id="tile22x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4320"> + <g id="tile23x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4320"> + <g id="tile24x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4320"> + <g id="tile25x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4320"> + <g id="tile26x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4320"> + <g id="tile27x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4320"> + <g id="tile28x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4320"> + <g id="tile29x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4320"> + <g id="tile30x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4320"> + <g id="tile31x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4320"> + <g id="tile32x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4320"> + <g id="tile33x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4320"> + <g id="tile34x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4320"> + <g id="tile35x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4320"> + <g id="tile36x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4320"> + <g id="tile37x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4320"> + <g id="tile38x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4320"> + <g id="tile39x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4320"> + <g id="tile40x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4320"> + <g id="tile41x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4320"> + <g id="tile42x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4320"> + <g id="tile43x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4320"> + <g id="tile44x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4320"> + <g id="tile45x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4320"> + <g id="tile46x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4320"> + <g id="tile47x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4320"> + <g id="tile48x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4320"> + <g id="tile49x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4320"> + <g id="tile50x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4320"> + <g id="tile51x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4320"> + <g id="tile52x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4320"> + <g id="tile53x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4320"> + <g id="tile54x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4320"> + <g id="tile55x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4320"> + <g id="tile56x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4320"> + <g id="tile57x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4320"> + <g id="tile58x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4320"> + <g id="tile59x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4320"> + <g id="tile60x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4320"> + <g id="tile61x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4320"> + <g id="tile62x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4320"> + <g id="tile63x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4320"> + <g id="tile64x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4320"> + <g id="tile65x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4320"> + <g id="tile66x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4320"> + <g id="tile67x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4320"> + <g id="tile68x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4320"> + <g id="tile69x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4320"> + <g id="tile70x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4320"> + <g id="tile71x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4320"> + <g id="tile72x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4320"> + <g id="tile73x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4320"> + <g id="tile74x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4320"> + <g id="tile75x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4320"> + <g id="tile76x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4320"> + <g id="tile77x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4320"> + <g id="tile78x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4320"> + <g id="tile79x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4320"> + <g id="tile80x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4320"> + <g id="tile81x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4320"> + <g id="tile82x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4320"> + <g id="tile83x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4320"> + <g id="tile84x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4320"> + <g id="tile85x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4320"> + <g id="tile86x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4320"> + <g id="tile87x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4320"> + <g id="tile88x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4320"> + <g id="tile89x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4320"> + <g id="tile90x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4320"> + <g id="tile91x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4320"> + <g id="tile92x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4320"> + <g id="tile93x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4320"> + <g id="tile94x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4320"> + <g id="tile95x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4320"> + <g id="tile96x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="0"> + <g id="tile97x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="45"> + <g id="tile97x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="90"> + <g id="tile97x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="135"> + <g id="tile97x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="180"> + <g id="tile97x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="225"> + <g id="tile97x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="270"> + <g id="tile97x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="315"> + <g id="tile97x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="360"> + <g id="tile97x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="405"> + <g id="tile97x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="450"> + <g id="tile97x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="495"> + <g id="tile97x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="540"> + <g id="tile97x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="585"> + <g id="tile97x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="630"> + <g id="tile97x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="675"> + <g id="tile97x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="720"> + <g id="tile97x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="765"> + <g id="tile97x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="810"> + <g id="tile97x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="855"> + <g id="tile97x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="900"> + <g id="tile97x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="945"> + <g id="tile97x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="990"> + <g id="tile97x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1035"> + <g id="tile97x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1080"> + <g id="tile97x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1125"> + <g id="tile97x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1170"> + <g id="tile97x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1215"> + <g id="tile97x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1260"> + <g id="tile97x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1305"> + <g id="tile97x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1350"> + <g id="tile97x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1395"> + <g id="tile97x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1440"> + <g id="tile97x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1485"> + <g id="tile97x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1530"> + <g id="tile97x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1575"> + <g id="tile97x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1620"> + <g id="tile97x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1665"> + <g id="tile97x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1710"> + <g id="tile97x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1755"> + <g id="tile97x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1800"> + <g id="tile97x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1845"> + <g id="tile97x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1890"> + <g id="tile97x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="1935"> + <g id="tile97x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="1980"> + <g id="tile97x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2025"> + <g id="tile97x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2070"> + <g id="tile97x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2115"> + <g id="tile97x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2160"> + <g id="tile97x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2205"> + <g id="tile97x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2250"> + <g id="tile97x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2295"> + <g id="tile97x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2340"> + <g id="tile97x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2385"> + <g id="tile97x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2430"> + <g id="tile97x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2475"> + <g id="tile97x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2520"> + <g id="tile97x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2565"> + <g id="tile97x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2610"> + <g id="tile97x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2655"> + <g id="tile97x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2700"> + <g id="tile97x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2745"> + <g id="tile97x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2790"> + <g id="tile97x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2835"> + <g id="tile97x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2880"> + <g id="tile97x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="2925"> + <g id="tile97x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="2970"> + <g id="tile97x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3015"> + <g id="tile97x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3060"> + <g id="tile97x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3105"> + <g id="tile97x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3150"> + <g id="tile97x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3195"> + <g id="tile97x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3240"> + <g id="tile97x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3285"> + <g id="tile97x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3330"> + <g id="tile97x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3375"> + <g id="tile97x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3420"> + <g id="tile97x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3465"> + <g id="tile97x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3510"> + <g id="tile97x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3555"> + <g id="tile97x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3600"> + <g id="tile97x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3645"> + <g id="tile97x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3690"> + <g id="tile97x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3735"> + <g id="tile97x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3780"> + <g id="tile97x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3825"> + <g id="tile97x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3870"> + <g id="tile97x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="3915"> + <g id="tile97x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="3960"> + <g id="tile97x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4005"> + <g id="tile97x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4050"> + <g id="tile97x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4095"> + <g id="tile97x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4140"> + <g id="tile97x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4185"> + <g id="tile97x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4230"> + <g id="tile97x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4275"> + <g id="tile97x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4320"> + <g id="tile97x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles98"> +<svg width="45" height="45" x="0" y="4365"> + <g id="tile1x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4365"> + <g id="tile2x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4365"> + <g id="tile3x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4365"> + <g id="tile4x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4365"> + <g id="tile5x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4365"> + <g id="tile6x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4365"> + <g id="tile7x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4365"> + <g id="tile8x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4365"> + <g id="tile9x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4365"> + <g id="tile10x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4365"> + <g id="tile11x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4365"> + <g id="tile12x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4365"> + <g id="tile13x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4365"> + <g id="tile14x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4365"> + <g id="tile15x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4365"> + <g id="tile16x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4365"> + <g id="tile17x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4365"> + <g id="tile18x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4365"> + <g id="tile19x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4365"> + <g id="tile20x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4365"> + <g id="tile21x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4365"> + <g id="tile22x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4365"> + <g id="tile23x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4365"> + <g id="tile24x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4365"> + <g id="tile25x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4365"> + <g id="tile26x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4365"> + <g id="tile27x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4365"> + <g id="tile28x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4365"> + <g id="tile29x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4365"> + <g id="tile30x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4365"> + <g id="tile31x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4365"> + <g id="tile32x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4365"> + <g id="tile33x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4365"> + <g id="tile34x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4365"> + <g id="tile35x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4365"> + <g id="tile36x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4365"> + <g id="tile37x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4365"> + <g id="tile38x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4365"> + <g id="tile39x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4365"> + <g id="tile40x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4365"> + <g id="tile41x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4365"> + <g id="tile42x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4365"> + <g id="tile43x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4365"> + <g id="tile44x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4365"> + <g id="tile45x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4365"> + <g id="tile46x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4365"> + <g id="tile47x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4365"> + <g id="tile48x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4365"> + <g id="tile49x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4365"> + <g id="tile50x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4365"> + <g id="tile51x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4365"> + <g id="tile52x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4365"> + <g id="tile53x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4365"> + <g id="tile54x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4365"> + <g id="tile55x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4365"> + <g id="tile56x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4365"> + <g id="tile57x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4365"> + <g id="tile58x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4365"> + <g id="tile59x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4365"> + <g id="tile60x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4365"> + <g id="tile61x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4365"> + <g id="tile62x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4365"> + <g id="tile63x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4365"> + <g id="tile64x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4365"> + <g id="tile65x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4365"> + <g id="tile66x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4365"> + <g id="tile67x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4365"> + <g id="tile68x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4365"> + <g id="tile69x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4365"> + <g id="tile70x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4365"> + <g id="tile71x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4365"> + <g id="tile72x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4365"> + <g id="tile73x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4365"> + <g id="tile74x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4365"> + <g id="tile75x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4365"> + <g id="tile76x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4365"> + <g id="tile77x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4365"> + <g id="tile78x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4365"> + <g id="tile79x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4365"> + <g id="tile80x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4365"> + <g id="tile81x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4365"> + <g id="tile82x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4365"> + <g id="tile83x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4365"> + <g id="tile84x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4365"> + <g id="tile85x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4365"> + <g id="tile86x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4365"> + <g id="tile87x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4365"> + <g id="tile88x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4365"> + <g id="tile89x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4365"> + <g id="tile90x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4365"> + <g id="tile91x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4365"> + <g id="tile92x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4365"> + <g id="tile93x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4365"> + <g id="tile94x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4365"> + <g id="tile95x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4365"> + <g id="tile96x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4365"> + <g id="tile97x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4365" y="0"> + <g id="tile98x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="45"> + <g id="tile98x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="90"> + <g id="tile98x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="135"> + <g id="tile98x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="180"> + <g id="tile98x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="225"> + <g id="tile98x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="270"> + <g id="tile98x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="315"> + <g id="tile98x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="360"> + <g id="tile98x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="405"> + <g id="tile98x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="450"> + <g id="tile98x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="495"> + <g id="tile98x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="540"> + <g id="tile98x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="585"> + <g id="tile98x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="630"> + <g id="tile98x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="675"> + <g id="tile98x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="720"> + <g id="tile98x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="765"> + <g id="tile98x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="810"> + <g id="tile98x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="855"> + <g id="tile98x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="900"> + <g id="tile98x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="945"> + <g id="tile98x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="990"> + <g id="tile98x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1035"> + <g id="tile98x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1080"> + <g id="tile98x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1125"> + <g id="tile98x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1170"> + <g id="tile98x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1215"> + <g id="tile98x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1260"> + <g id="tile98x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1305"> + <g id="tile98x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1350"> + <g id="tile98x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1395"> + <g id="tile98x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1440"> + <g id="tile98x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1485"> + <g id="tile98x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1530"> + <g id="tile98x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1575"> + <g id="tile98x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1620"> + <g id="tile98x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1665"> + <g id="tile98x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1710"> + <g id="tile98x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1755"> + <g id="tile98x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1800"> + <g id="tile98x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1845"> + <g id="tile98x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1890"> + <g id="tile98x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="1935"> + <g id="tile98x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="1980"> + <g id="tile98x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2025"> + <g id="tile98x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2070"> + <g id="tile98x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2115"> + <g id="tile98x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2160"> + <g id="tile98x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2205"> + <g id="tile98x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2250"> + <g id="tile98x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2295"> + <g id="tile98x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2340"> + <g id="tile98x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2385"> + <g id="tile98x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2430"> + <g id="tile98x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2475"> + <g id="tile98x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2520"> + <g id="tile98x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2565"> + <g id="tile98x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2610"> + <g id="tile98x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2655"> + <g id="tile98x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2700"> + <g id="tile98x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2745"> + <g id="tile98x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2790"> + <g id="tile98x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2835"> + <g id="tile98x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2880"> + <g id="tile98x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="2925"> + <g id="tile98x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="2970"> + <g id="tile98x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3015"> + <g id="tile98x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3060"> + <g id="tile98x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3105"> + <g id="tile98x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3150"> + <g id="tile98x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3195"> + <g id="tile98x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3240"> + <g id="tile98x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3285"> + <g id="tile98x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3330"> + <g id="tile98x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3375"> + <g id="tile98x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3420"> + <g id="tile98x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3465"> + <g id="tile98x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3510"> + <g id="tile98x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3555"> + <g id="tile98x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3600"> + <g id="tile98x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3645"> + <g id="tile98x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3690"> + <g id="tile98x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3735"> + <g id="tile98x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3780"> + <g id="tile98x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3825"> + <g id="tile98x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3870"> + <g id="tile98x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="3915"> + <g id="tile98x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="3960"> + <g id="tile98x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4005"> + <g id="tile98x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4050"> + <g id="tile98x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4095"> + <g id="tile98x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4140"> + <g id="tile98x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4185"> + <g id="tile98x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4230"> + <g id="tile98x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4275"> + <g id="tile98x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4320"> + <g id="tile98x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4365"> + <g id="tile98x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles99"> + <svg width="45" height="45" x="0" y="4410"> + <g id="tile1x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4410"> + <g id="tile2x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4410"> + <g id="tile3x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4410"> + <g id="tile4x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4410"> + <g id="tile5x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4410"> + <g id="tile6x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4410"> + <g id="tile7x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4410"> + <g id="tile8x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4410"> + <g id="tile9x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4410"> + <g id="tile10x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4410"> + <g id="tile11x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4410"> + <g id="tile12x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4410"> + <g id="tile13x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4410"> + <g id="tile14x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4410"> + <g id="tile15x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4410"> + <g id="tile16x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4410"> + <g id="tile17x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4410"> + <g id="tile18x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4410"> + <g id="tile19x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4410"> + <g id="tile20x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4410"> + <g id="tile21x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4410"> + <g id="tile22x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4410"> + <g id="tile23x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4410"> + <g id="tile24x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4410"> + <g id="tile25x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4410"> + <g id="tile26x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4410"> + <g id="tile27x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4410"> + <g id="tile28x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4410"> + <g id="tile29x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4410"> + <g id="tile30x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4410"> + <g id="tile31x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4410"> + <g id="tile32x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4410"> + <g id="tile33x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4410"> + <g id="tile34x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4410"> + <g id="tile35x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4410"> + <g id="tile36x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4410"> + <g id="tile37x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4410"> + <g id="tile38x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4410"> + <g id="tile39x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4410"> + <g id="tile40x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4410"> + <g id="tile41x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4410"> + <g id="tile42x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4410"> + <g id="tile43x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4410"> + <g id="tile44x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4410"> + <g id="tile45x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4410"> + <g id="tile46x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4410"> + <g id="tile47x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4410"> + <g id="tile48x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4410"> + <g id="tile49x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4410"> + <g id="tile50x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4410"> + <g id="tile51x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4410"> + <g id="tile52x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4410"> + <g id="tile53x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4410"> + <g id="tile54x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4410"> + <g id="tile55x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4410"> + <g id="tile56x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4410"> + <g id="tile57x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4410"> + <g id="tile58x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4410"> + <g id="tile59x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4410"> + <g id="tile60x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4410"> + <g id="tile61x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4410"> + <g id="tile62x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4410"> + <g id="tile63x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4410"> + <g id="tile64x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4410"> + <g id="tile65x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4410"> + <g id="tile66x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4410"> + <g id="tile67x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4410"> + <g id="tile68x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4410"> + <g id="tile69x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4410"> + <g id="tile70x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4410"> + <g id="tile71x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4410"> + <g id="tile72x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4410"> + <g id="tile73x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4410"> + <g id="tile74x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4410"> + <g id="tile75x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4410"> + <g id="tile76x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4410"> + <g id="tile77x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4410"> + <g id="tile78x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4410"> + <g id="tile79x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4410"> + <g id="tile80x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4410"> + <g id="tile81x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4410"> + <g id="tile82x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4410"> + <g id="tile83x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4410"> + <g id="tile84x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4410"> + <g id="tile85x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4410"> + <g id="tile86x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4410"> + <g id="tile87x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4410"> + <g id="tile88x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4410"> + <g id="tile89x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4410"> + <g id="tile90x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4410"> + <g id="tile91x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4410"> + <g id="tile92x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4410"> + <g id="tile93x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4410"> + <g id="tile94x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4410"> + <g id="tile95x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4410"> + <g id="tile96x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4410"> + <g id="tile97x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4410"> + <g id="tile98x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="0"> + <g id="tile99x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="45"> + <g id="tile99x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="90"> + <g id="tile99x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="135"> + <g id="tile99x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="180"> + <g id="tile99x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="225"> + <g id="tile99x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="270"> + <g id="tile99x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="315"> + <g id="tile99x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="360"> + <g id="tile99x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="405"> + <g id="tile99x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="450"> + <g id="tile99x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="495"> + <g id="tile99x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="540"> + <g id="tile99x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="585"> + <g id="tile99x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="630"> + <g id="tile99x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="675"> + <g id="tile99x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="720"> + <g id="tile99x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="765"> + <g id="tile99x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="810"> + <g id="tile99x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="855"> + <g id="tile99x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="900"> + <g id="tile99x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="945"> + <g id="tile99x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="990"> + <g id="tile99x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1035"> + <g id="tile99x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1080"> + <g id="tile99x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1125"> + <g id="tile99x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1170"> + <g id="tile99x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1215"> + <g id="tile99x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1260"> + <g id="tile99x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1305"> + <g id="tile99x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1350"> + <g id="tile99x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1395"> + <g id="tile99x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1440"> + <g id="tile99x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1485"> + <g id="tile99x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1530"> + <g id="tile99x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1575"> + <g id="tile99x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1620"> + <g id="tile99x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1665"> + <g id="tile99x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1710"> + <g id="tile99x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1755"> + <g id="tile99x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1800"> + <g id="tile99x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1845"> + <g id="tile99x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1890"> + <g id="tile99x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="1935"> + <g id="tile99x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="1980"> + <g id="tile99x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2025"> + <g id="tile99x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2070"> + <g id="tile99x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2115"> + <g id="tile99x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2160"> + <g id="tile99x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2205"> + <g id="tile99x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2250"> + <g id="tile99x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2295"> + <g id="tile99x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2340"> + <g id="tile99x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2385"> + <g id="tile99x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2430"> + <g id="tile99x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2475"> + <g id="tile99x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2520"> + <g id="tile99x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2565"> + <g id="tile99x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2610"> + <g id="tile99x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2655"> + <g id="tile99x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2700"> + <g id="tile99x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2745"> + <g id="tile99x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2790"> + <g id="tile99x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2835"> + <g id="tile99x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2880"> + <g id="tile99x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="2925"> + <g id="tile99x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="2970"> + <g id="tile99x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3015"> + <g id="tile99x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3060"> + <g id="tile99x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3105"> + <g id="tile99x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3150"> + <g id="tile99x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3195"> + <g id="tile99x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3240"> + <g id="tile99x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3285"> + <g id="tile99x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3330"> + <g id="tile99x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3375"> + <g id="tile99x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3420"> + <g id="tile99x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3465"> + <g id="tile99x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3510"> + <g id="tile99x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3555"> + <g id="tile99x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3600"> + <g id="tile99x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3645"> + <g id="tile99x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3690"> + <g id="tile99x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3735"> + <g id="tile99x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3780"> + <g id="tile99x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3825"> + <g id="tile99x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3870"> + <g id="tile99x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="3915"> + <g id="tile99x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="3960"> + <g id="tile99x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4005"> + <g id="tile99x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4050"> + <g id="tile99x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4095"> + <g id="tile99x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4140"> + <g id="tile99x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4185"> + <g id="tile99x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4230"> + <g id="tile99x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4275"> + <g id="tile99x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4320"> + <g id="tile99x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4365"> + <g id="tile99x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4410"> + <g id="tile99x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles100"> +<svg width="45" height="45" x="0" y="4455"> + <g id="tile1x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4455"> + <g id="tile2x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4455"> + <g id="tile3x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4455"> + <g id="tile4x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4455"> + <g id="tile5x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4455"> + <g id="tile6x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4455"> + <g id="tile7x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4455"> + <g id="tile8x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4455"> + <g id="tile9x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4455"> + <g id="tile10x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4455"> + <g id="tile11x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4455"> + <g id="tile12x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4455"> + <g id="tile13x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4455"> + <g id="tile14x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4455"> + <g id="tile15x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4455"> + <g id="tile16x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4455"> + <g id="tile17x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4455"> + <g id="tile18x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4455"> + <g id="tile19x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4455"> + <g id="tile20x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4455"> + <g id="tile21x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4455"> + <g id="tile22x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4455"> + <g id="tile23x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4455"> + <g id="tile24x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4455"> + <g id="tile25x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4455"> + <g id="tile26x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4455"> + <g id="tile27x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4455"> + <g id="tile28x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4455"> + <g id="tile29x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4455"> + <g id="tile30x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4455"> + <g id="tile31x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4455"> + <g id="tile32x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4455"> + <g id="tile33x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4455"> + <g id="tile34x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4455"> + <g id="tile35x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4455"> + <g id="tile36x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4455"> + <g id="tile37x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4455"> + <g id="tile38x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4455"> + <g id="tile39x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4455"> + <g id="tile40x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4455"> + <g id="tile41x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4455"> + <g id="tile42x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4455"> + <g id="tile43x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4455"> + <g id="tile44x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4455"> + <g id="tile45x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4455"> + <g id="tile46x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4455"> + <g id="tile47x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4455"> + <g id="tile48x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4455"> + <g id="tile49x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4455"> + <g id="tile50x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4455"> + <g id="tile51x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4455"> + <g id="tile52x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4455"> + <g id="tile53x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4455"> + <g id="tile54x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4455"> + <g id="tile55x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4455"> + <g id="tile56x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4455"> + <g id="tile57x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4455"> + <g id="tile58x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4455"> + <g id="tile59x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4455"> + <g id="tile60x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4455"> + <g id="tile61x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4455"> + <g id="tile62x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4455"> + <g id="tile63x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4455"> + <g id="tile64x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4455"> + <g id="tile65x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4455"> + <g id="tile66x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4455"> + <g id="tile67x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4455"> + <g id="tile68x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4455"> + <g id="tile69x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4455"> + <g id="tile70x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4455"> + <g id="tile71x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4455"> + <g id="tile72x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4455"> + <g id="tile73x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4455"> + <g id="tile74x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4455"> + <g id="tile75x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4455"> + <g id="tile76x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4455"> + <g id="tile77x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4455"> + <g id="tile78x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4455"> + <g id="tile79x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4455"> + <g id="tile80x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4455"> + <g id="tile81x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4455"> + <g id="tile82x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4455"> + <g id="tile83x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4455"> + <g id="tile84x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4455"> + <g id="tile85x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4455"> + <g id="tile86x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4455"> + <g id="tile87x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4455"> + <g id="tile88x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4455"> + <g id="tile89x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4455"> + <g id="tile90x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4455"> + <g id="tile91x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4455"> + <g id="tile92x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4455"> + <g id="tile93x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4455"> + <g id="tile94x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4455"> + <g id="tile95x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4455"> + <g id="tile96x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4455"> + <g id="tile97x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4455"> + <g id="tile98x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4455"> + <g id="tile99x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4455" y="0"> + <g id="tile100x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="45"> + <g id="tile100x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="90"> + <g id="tile100x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="135"> + <g id="tile100x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="180"> + <g id="tile100x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="225"> + <g id="tile100x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="270"> + <g id="tile100x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="315"> + <g id="tile100x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="360"> + <g id="tile100x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="405"> + <g id="tile100x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="450"> + <g id="tile100x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="495"> + <g id="tile100x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="540"> + <g id="tile100x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="585"> + <g id="tile100x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="630"> + <g id="tile100x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="675"> + <g id="tile100x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="720"> + <g id="tile100x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="765"> + <g id="tile100x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="810"> + <g id="tile100x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="855"> + <g id="tile100x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="900"> + <g id="tile100x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="945"> + <g id="tile100x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="990"> + <g id="tile100x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1035"> + <g id="tile100x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1080"> + <g id="tile100x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1125"> + <g id="tile100x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1170"> + <g id="tile100x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1215"> + <g id="tile100x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1260"> + <g id="tile100x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1305"> + <g id="tile100x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1350"> + <g id="tile100x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1395"> + <g id="tile100x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1440"> + <g id="tile100x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1485"> + <g id="tile100x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1530"> + <g id="tile100x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1575"> + <g id="tile100x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1620"> + <g id="tile100x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1665"> + <g id="tile100x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1710"> + <g id="tile100x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1755"> + <g id="tile100x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1800"> + <g id="tile100x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1845"> + <g id="tile100x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1890"> + <g id="tile100x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="1935"> + <g id="tile100x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="1980"> + <g id="tile100x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2025"> + <g id="tile100x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2070"> + <g id="tile100x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2115"> + <g id="tile100x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2160"> + <g id="tile100x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2205"> + <g id="tile100x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2250"> + <g id="tile100x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2295"> + <g id="tile100x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2340"> + <g id="tile100x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2385"> + <g id="tile100x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2430"> + <g id="tile100x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2475"> + <g id="tile100x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2520"> + <g id="tile100x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2565"> + <g id="tile100x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2610"> + <g id="tile100x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2655"> + <g id="tile100x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2700"> + <g id="tile100x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2745"> + <g id="tile100x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2790"> + <g id="tile100x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2835"> + <g id="tile100x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2880"> + <g id="tile100x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="2925"> + <g id="tile100x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="2970"> + <g id="tile100x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3015"> + <g id="tile100x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3060"> + <g id="tile100x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3105"> + <g id="tile100x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3150"> + <g id="tile100x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3195"> + <g id="tile100x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3240"> + <g id="tile100x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3285"> + <g id="tile100x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3330"> + <g id="tile100x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3375"> + <g id="tile100x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3420"> + <g id="tile100x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3465"> + <g id="tile100x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3510"> + <g id="tile100x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3555"> + <g id="tile100x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3600"> + <g id="tile100x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3645"> + <g id="tile100x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3690"> + <g id="tile100x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3735"> + <g id="tile100x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3780"> + <g id="tile100x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3825"> + <g id="tile100x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3870"> + <g id="tile100x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="3915"> + <g id="tile100x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="3960"> + <g id="tile100x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4005"> + <g id="tile100x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4050"> + <g id="tile100x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4095"> + <g id="tile100x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4140"> + <g id="tile100x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4185"> + <g id="tile100x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4230"> + <g id="tile100x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4275"> + <g id="tile100x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4320"> + <g id="tile100x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4365"> + <g id="tile100x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4410"> + <g id="tile100x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4455"> + <g id="tile100x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles101"> + <svg width="45" height="45" x="0" y="4500"> + <g id="tile1x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4500"> + <g id="tile2x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4500"> + <g id="tile3x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4500"> + <g id="tile4x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4500"> + <g id="tile5x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4500"> + <g id="tile6x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4500"> + <g id="tile7x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4500"> + <g id="tile8x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4500"> + <g id="tile9x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4500"> + <g id="tile10x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4500"> + <g id="tile11x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4500"> + <g id="tile12x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4500"> + <g id="tile13x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4500"> + <g id="tile14x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4500"> + <g id="tile15x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4500"> + <g id="tile16x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4500"> + <g id="tile17x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4500"> + <g id="tile18x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4500"> + <g id="tile19x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4500"> + <g id="tile20x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4500"> + <g id="tile21x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4500"> + <g id="tile22x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4500"> + <g id="tile23x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4500"> + <g id="tile24x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4500"> + <g id="tile25x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4500"> + <g id="tile26x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4500"> + <g id="tile27x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4500"> + <g id="tile28x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4500"> + <g id="tile29x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4500"> + <g id="tile30x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4500"> + <g id="tile31x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4500"> + <g id="tile32x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4500"> + <g id="tile33x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4500"> + <g id="tile34x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4500"> + <g id="tile35x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4500"> + <g id="tile36x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4500"> + <g id="tile37x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4500"> + <g id="tile38x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4500"> + <g id="tile39x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4500"> + <g id="tile40x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4500"> + <g id="tile41x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4500"> + <g id="tile42x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4500"> + <g id="tile43x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4500"> + <g id="tile44x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4500"> + <g id="tile45x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4500"> + <g id="tile46x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4500"> + <g id="tile47x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4500"> + <g id="tile48x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4500"> + <g id="tile49x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4500"> + <g id="tile50x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4500"> + <g id="tile51x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4500"> + <g id="tile52x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4500"> + <g id="tile53x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4500"> + <g id="tile54x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4500"> + <g id="tile55x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4500"> + <g id="tile56x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4500"> + <g id="tile57x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4500"> + <g id="tile58x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4500"> + <g id="tile59x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4500"> + <g id="tile60x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4500"> + <g id="tile61x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4500"> + <g id="tile62x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4500"> + <g id="tile63x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4500"> + <g id="tile64x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4500"> + <g id="tile65x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4500"> + <g id="tile66x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4500"> + <g id="tile67x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4500"> + <g id="tile68x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4500"> + <g id="tile69x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4500"> + <g id="tile70x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4500"> + <g id="tile71x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4500"> + <g id="tile72x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4500"> + <g id="tile73x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4500"> + <g id="tile74x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4500"> + <g id="tile75x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4500"> + <g id="tile76x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4500"> + <g id="tile77x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4500"> + <g id="tile78x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4500"> + <g id="tile79x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4500"> + <g id="tile80x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4500"> + <g id="tile81x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4500"> + <g id="tile82x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4500"> + <g id="tile83x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4500"> + <g id="tile84x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4500"> + <g id="tile85x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4500"> + <g id="tile86x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4500"> + <g id="tile87x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4500"> + <g id="tile88x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4500"> + <g id="tile89x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4500"> + <g id="tile90x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4500"> + <g id="tile91x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4500"> + <g id="tile92x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4500"> + <g id="tile93x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4500"> + <g id="tile94x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4500"> + <g id="tile95x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4500"> + <g id="tile96x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4500"> + <g id="tile97x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4500"> + <g id="tile98x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4500"> + <g id="tile99x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4500"> + <g id="tile100x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="0"> + <g id="tile101x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="45"> + <g id="tile101x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="90"> + <g id="tile101x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="135"> + <g id="tile101x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="180"> + <g id="tile101x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="225"> + <g id="tile101x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="270"> + <g id="tile101x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="315"> + <g id="tile101x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="360"> + <g id="tile101x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="405"> + <g id="tile101x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="450"> + <g id="tile101x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="495"> + <g id="tile101x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="540"> + <g id="tile101x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="585"> + <g id="tile101x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="630"> + <g id="tile101x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="675"> + <g id="tile101x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="720"> + <g id="tile101x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="765"> + <g id="tile101x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="810"> + <g id="tile101x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="855"> + <g id="tile101x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="900"> + <g id="tile101x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="945"> + <g id="tile101x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="990"> + <g id="tile101x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1035"> + <g id="tile101x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1080"> + <g id="tile101x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1125"> + <g id="tile101x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1170"> + <g id="tile101x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1215"> + <g id="tile101x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1260"> + <g id="tile101x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1305"> + <g id="tile101x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1350"> + <g id="tile101x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1395"> + <g id="tile101x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1440"> + <g id="tile101x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1485"> + <g id="tile101x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1530"> + <g id="tile101x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1575"> + <g id="tile101x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1620"> + <g id="tile101x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1665"> + <g id="tile101x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1710"> + <g id="tile101x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1755"> + <g id="tile101x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1800"> + <g id="tile101x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1845"> + <g id="tile101x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1890"> + <g id="tile101x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="1935"> + <g id="tile101x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="1980"> + <g id="tile101x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2025"> + <g id="tile101x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2070"> + <g id="tile101x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2115"> + <g id="tile101x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2160"> + <g id="tile101x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2205"> + <g id="tile101x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2250"> + <g id="tile101x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2295"> + <g id="tile101x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2340"> + <g id="tile101x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2385"> + <g id="tile101x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2430"> + <g id="tile101x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2475"> + <g id="tile101x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2520"> + <g id="tile101x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2565"> + <g id="tile101x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2610"> + <g id="tile101x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2655"> + <g id="tile101x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2700"> + <g id="tile101x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2745"> + <g id="tile101x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2790"> + <g id="tile101x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2835"> + <g id="tile101x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2880"> + <g id="tile101x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="2925"> + <g id="tile101x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="2970"> + <g id="tile101x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3015"> + <g id="tile101x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3060"> + <g id="tile101x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3105"> + <g id="tile101x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3150"> + <g id="tile101x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3195"> + <g id="tile101x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3240"> + <g id="tile101x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3285"> + <g id="tile101x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3330"> + <g id="tile101x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3375"> + <g id="tile101x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3420"> + <g id="tile101x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3465"> + <g id="tile101x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3510"> + <g id="tile101x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3555"> + <g id="tile101x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3600"> + <g id="tile101x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3645"> + <g id="tile101x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3690"> + <g id="tile101x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3735"> + <g id="tile101x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3780"> + <g id="tile101x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3825"> + <g id="tile101x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3870"> + <g id="tile101x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="3915"> + <g id="tile101x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="3960"> + <g id="tile101x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4005"> + <g id="tile101x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4050"> + <g id="tile101x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4095"> + <g id="tile101x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4140"> + <g id="tile101x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4185"> + <g id="tile101x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4230"> + <g id="tile101x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4275"> + <g id="tile101x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4320"> + <g id="tile101x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4365"> + <g id="tile101x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4410"> + <g id="tile101x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4455"> + <g id="tile101x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4500"> + <g id="tile101x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles102"> +<svg width="45" height="45" x="0" y="4545"> + <g id="tile1x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4545"> + <g id="tile2x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4545"> + <g id="tile3x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4545"> + <g id="tile4x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4545"> + <g id="tile5x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4545"> + <g id="tile6x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4545"> + <g id="tile7x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4545"> + <g id="tile8x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4545"> + <g id="tile9x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4545"> + <g id="tile10x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4545"> + <g id="tile11x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4545"> + <g id="tile12x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4545"> + <g id="tile13x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4545"> + <g id="tile14x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4545"> + <g id="tile15x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4545"> + <g id="tile16x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4545"> + <g id="tile17x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4545"> + <g id="tile18x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4545"> + <g id="tile19x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4545"> + <g id="tile20x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4545"> + <g id="tile21x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4545"> + <g id="tile22x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4545"> + <g id="tile23x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4545"> + <g id="tile24x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4545"> + <g id="tile25x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4545"> + <g id="tile26x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4545"> + <g id="tile27x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4545"> + <g id="tile28x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4545"> + <g id="tile29x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4545"> + <g id="tile30x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4545"> + <g id="tile31x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4545"> + <g id="tile32x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4545"> + <g id="tile33x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4545"> + <g id="tile34x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4545"> + <g id="tile35x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4545"> + <g id="tile36x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4545"> + <g id="tile37x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4545"> + <g id="tile38x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4545"> + <g id="tile39x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4545"> + <g id="tile40x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4545"> + <g id="tile41x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4545"> + <g id="tile42x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4545"> + <g id="tile43x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4545"> + <g id="tile44x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4545"> + <g id="tile45x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4545"> + <g id="tile46x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4545"> + <g id="tile47x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4545"> + <g id="tile48x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4545"> + <g id="tile49x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4545"> + <g id="tile50x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4545"> + <g id="tile51x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4545"> + <g id="tile52x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4545"> + <g id="tile53x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4545"> + <g id="tile54x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4545"> + <g id="tile55x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4545"> + <g id="tile56x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4545"> + <g id="tile57x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4545"> + <g id="tile58x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4545"> + <g id="tile59x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4545"> + <g id="tile60x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4545"> + <g id="tile61x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4545"> + <g id="tile62x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4545"> + <g id="tile63x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4545"> + <g id="tile64x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4545"> + <g id="tile65x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4545"> + <g id="tile66x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4545"> + <g id="tile67x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4545"> + <g id="tile68x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4545"> + <g id="tile69x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4545"> + <g id="tile70x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4545"> + <g id="tile71x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4545"> + <g id="tile72x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4545"> + <g id="tile73x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4545"> + <g id="tile74x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4545"> + <g id="tile75x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4545"> + <g id="tile76x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4545"> + <g id="tile77x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4545"> + <g id="tile78x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4545"> + <g id="tile79x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4545"> + <g id="tile80x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4545"> + <g id="tile81x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4545"> + <g id="tile82x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4545"> + <g id="tile83x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4545"> + <g id="tile84x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4545"> + <g id="tile85x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4545"> + <g id="tile86x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4545"> + <g id="tile87x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4545"> + <g id="tile88x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4545"> + <g id="tile89x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4545"> + <g id="tile90x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4545"> + <g id="tile91x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4545"> + <g id="tile92x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4545"> + <g id="tile93x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4545"> + <g id="tile94x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4545"> + <g id="tile95x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4545"> + <g id="tile96x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4545"> + <g id="tile97x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4545"> + <g id="tile98x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4545"> + <g id="tile99x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4545"> + <g id="tile100x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4545"> + <g id="tile101x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4545" y="0"> + <g id="tile102x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="45"> + <g id="tile102x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="90"> + <g id="tile102x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="135"> + <g id="tile102x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="180"> + <g id="tile102x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="225"> + <g id="tile102x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="270"> + <g id="tile102x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="315"> + <g id="tile102x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="360"> + <g id="tile102x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="405"> + <g id="tile102x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="450"> + <g id="tile102x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="495"> + <g id="tile102x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="540"> + <g id="tile102x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="585"> + <g id="tile102x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="630"> + <g id="tile102x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="675"> + <g id="tile102x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="720"> + <g id="tile102x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="765"> + <g id="tile102x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="810"> + <g id="tile102x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="855"> + <g id="tile102x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="900"> + <g id="tile102x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="945"> + <g id="tile102x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="990"> + <g id="tile102x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1035"> + <g id="tile102x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1080"> + <g id="tile102x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1125"> + <g id="tile102x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1170"> + <g id="tile102x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1215"> + <g id="tile102x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1260"> + <g id="tile102x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1305"> + <g id="tile102x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1350"> + <g id="tile102x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1395"> + <g id="tile102x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1440"> + <g id="tile102x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1485"> + <g id="tile102x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1530"> + <g id="tile102x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1575"> + <g id="tile102x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1620"> + <g id="tile102x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1665"> + <g id="tile102x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1710"> + <g id="tile102x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1755"> + <g id="tile102x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1800"> + <g id="tile102x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1845"> + <g id="tile102x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1890"> + <g id="tile102x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="1935"> + <g id="tile102x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="1980"> + <g id="tile102x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2025"> + <g id="tile102x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2070"> + <g id="tile102x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2115"> + <g id="tile102x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2160"> + <g id="tile102x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2205"> + <g id="tile102x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2250"> + <g id="tile102x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2295"> + <g id="tile102x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2340"> + <g id="tile102x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2385"> + <g id="tile102x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2430"> + <g id="tile102x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2475"> + <g id="tile102x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2520"> + <g id="tile102x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2565"> + <g id="tile102x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2610"> + <g id="tile102x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2655"> + <g id="tile102x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2700"> + <g id="tile102x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2745"> + <g id="tile102x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2790"> + <g id="tile102x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2835"> + <g id="tile102x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2880"> + <g id="tile102x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="2925"> + <g id="tile102x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="2970"> + <g id="tile102x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3015"> + <g id="tile102x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3060"> + <g id="tile102x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3105"> + <g id="tile102x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3150"> + <g id="tile102x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3195"> + <g id="tile102x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3240"> + <g id="tile102x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3285"> + <g id="tile102x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3330"> + <g id="tile102x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3375"> + <g id="tile102x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3420"> + <g id="tile102x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3465"> + <g id="tile102x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3510"> + <g id="tile102x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3555"> + <g id="tile102x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3600"> + <g id="tile102x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3645"> + <g id="tile102x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3690"> + <g id="tile102x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3735"> + <g id="tile102x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3780"> + <g id="tile102x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3825"> + <g id="tile102x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3870"> + <g id="tile102x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="3915"> + <g id="tile102x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="3960"> + <g id="tile102x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4005"> + <g id="tile102x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4050"> + <g id="tile102x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4095"> + <g id="tile102x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4140"> + <g id="tile102x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4185"> + <g id="tile102x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4230"> + <g id="tile102x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4275"> + <g id="tile102x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4320"> + <g id="tile102x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4365"> + <g id="tile102x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4410"> + <g id="tile102x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4455"> + <g id="tile102x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4500"> + <g id="tile102x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4545"> + <g id="tile102x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles103"> + <svg width="45" height="45" x="0" y="4590"> + <g id="tile1x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4590"> + <g id="tile2x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4590"> + <g id="tile3x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4590"> + <g id="tile4x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4590"> + <g id="tile5x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4590"> + <g id="tile6x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4590"> + <g id="tile7x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4590"> + <g id="tile8x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4590"> + <g id="tile9x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4590"> + <g id="tile10x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4590"> + <g id="tile11x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4590"> + <g id="tile12x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4590"> + <g id="tile13x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4590"> + <g id="tile14x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4590"> + <g id="tile15x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4590"> + <g id="tile16x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4590"> + <g id="tile17x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4590"> + <g id="tile18x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4590"> + <g id="tile19x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4590"> + <g id="tile20x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4590"> + <g id="tile21x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4590"> + <g id="tile22x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4590"> + <g id="tile23x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4590"> + <g id="tile24x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4590"> + <g id="tile25x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4590"> + <g id="tile26x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4590"> + <g id="tile27x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4590"> + <g id="tile28x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4590"> + <g id="tile29x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4590"> + <g id="tile30x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4590"> + <g id="tile31x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4590"> + <g id="tile32x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4590"> + <g id="tile33x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4590"> + <g id="tile34x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4590"> + <g id="tile35x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4590"> + <g id="tile36x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4590"> + <g id="tile37x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4590"> + <g id="tile38x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4590"> + <g id="tile39x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4590"> + <g id="tile40x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4590"> + <g id="tile41x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4590"> + <g id="tile42x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4590"> + <g id="tile43x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4590"> + <g id="tile44x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4590"> + <g id="tile45x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4590"> + <g id="tile46x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4590"> + <g id="tile47x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4590"> + <g id="tile48x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4590"> + <g id="tile49x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4590"> + <g id="tile50x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4590"> + <g id="tile51x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4590"> + <g id="tile52x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4590"> + <g id="tile53x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4590"> + <g id="tile54x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4590"> + <g id="tile55x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4590"> + <g id="tile56x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4590"> + <g id="tile57x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4590"> + <g id="tile58x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4590"> + <g id="tile59x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4590"> + <g id="tile60x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4590"> + <g id="tile61x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4590"> + <g id="tile62x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4590"> + <g id="tile63x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4590"> + <g id="tile64x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4590"> + <g id="tile65x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4590"> + <g id="tile66x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4590"> + <g id="tile67x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4590"> + <g id="tile68x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4590"> + <g id="tile69x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4590"> + <g id="tile70x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4590"> + <g id="tile71x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4590"> + <g id="tile72x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4590"> + <g id="tile73x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4590"> + <g id="tile74x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4590"> + <g id="tile75x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4590"> + <g id="tile76x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4590"> + <g id="tile77x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4590"> + <g id="tile78x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4590"> + <g id="tile79x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4590"> + <g id="tile80x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4590"> + <g id="tile81x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4590"> + <g id="tile82x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4590"> + <g id="tile83x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4590"> + <g id="tile84x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4590"> + <g id="tile85x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4590"> + <g id="tile86x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4590"> + <g id="tile87x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4590"> + <g id="tile88x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4590"> + <g id="tile89x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4590"> + <g id="tile90x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4590"> + <g id="tile91x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4590"> + <g id="tile92x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4590"> + <g id="tile93x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4590"> + <g id="tile94x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4590"> + <g id="tile95x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4590"> + <g id="tile96x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4590"> + <g id="tile97x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4590"> + <g id="tile98x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4590"> + <g id="tile99x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4590"> + <g id="tile100x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4590"> + <g id="tile101x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4590"> + <g id="tile102x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="0"> + <g id="tile103x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="45"> + <g id="tile103x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="90"> + <g id="tile103x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="135"> + <g id="tile103x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="180"> + <g id="tile103x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="225"> + <g id="tile103x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="270"> + <g id="tile103x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="315"> + <g id="tile103x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="360"> + <g id="tile103x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="405"> + <g id="tile103x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="450"> + <g id="tile103x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="495"> + <g id="tile103x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="540"> + <g id="tile103x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="585"> + <g id="tile103x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="630"> + <g id="tile103x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="675"> + <g id="tile103x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="720"> + <g id="tile103x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="765"> + <g id="tile103x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="810"> + <g id="tile103x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="855"> + <g id="tile103x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="900"> + <g id="tile103x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="945"> + <g id="tile103x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="990"> + <g id="tile103x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1035"> + <g id="tile103x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1080"> + <g id="tile103x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1125"> + <g id="tile103x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1170"> + <g id="tile103x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1215"> + <g id="tile103x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1260"> + <g id="tile103x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1305"> + <g id="tile103x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1350"> + <g id="tile103x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1395"> + <g id="tile103x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1440"> + <g id="tile103x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1485"> + <g id="tile103x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1530"> + <g id="tile103x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1575"> + <g id="tile103x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1620"> + <g id="tile103x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1665"> + <g id="tile103x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1710"> + <g id="tile103x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1755"> + <g id="tile103x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1800"> + <g id="tile103x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1845"> + <g id="tile103x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1890"> + <g id="tile103x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="1935"> + <g id="tile103x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="1980"> + <g id="tile103x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2025"> + <g id="tile103x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2070"> + <g id="tile103x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2115"> + <g id="tile103x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2160"> + <g id="tile103x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2205"> + <g id="tile103x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2250"> + <g id="tile103x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2295"> + <g id="tile103x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2340"> + <g id="tile103x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2385"> + <g id="tile103x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2430"> + <g id="tile103x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2475"> + <g id="tile103x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2520"> + <g id="tile103x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2565"> + <g id="tile103x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2610"> + <g id="tile103x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2655"> + <g id="tile103x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2700"> + <g id="tile103x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2745"> + <g id="tile103x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2790"> + <g id="tile103x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2835"> + <g id="tile103x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2880"> + <g id="tile103x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="2925"> + <g id="tile103x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="2970"> + <g id="tile103x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3015"> + <g id="tile103x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3060"> + <g id="tile103x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3105"> + <g id="tile103x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3150"> + <g id="tile103x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3195"> + <g id="tile103x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3240"> + <g id="tile103x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3285"> + <g id="tile103x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3330"> + <g id="tile103x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3375"> + <g id="tile103x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3420"> + <g id="tile103x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3465"> + <g id="tile103x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3510"> + <g id="tile103x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3555"> + <g id="tile103x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3600"> + <g id="tile103x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3645"> + <g id="tile103x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3690"> + <g id="tile103x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3735"> + <g id="tile103x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3780"> + <g id="tile103x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3825"> + <g id="tile103x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3870"> + <g id="tile103x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="3915"> + <g id="tile103x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="3960"> + <g id="tile103x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4005"> + <g id="tile103x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4050"> + <g id="tile103x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4095"> + <g id="tile103x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4140"> + <g id="tile103x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4185"> + <g id="tile103x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4230"> + <g id="tile103x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4275"> + <g id="tile103x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4320"> + <g id="tile103x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4365"> + <g id="tile103x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4410"> + <g id="tile103x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4455"> + <g id="tile103x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4500"> + <g id="tile103x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4545"> + <g id="tile103x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4590"> + <g id="tile103x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles104"> +<svg width="45" height="45" x="0" y="4635"> + <g id="tile1x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4635"> + <g id="tile2x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4635"> + <g id="tile3x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4635"> + <g id="tile4x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4635"> + <g id="tile5x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4635"> + <g id="tile6x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4635"> + <g id="tile7x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4635"> + <g id="tile8x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4635"> + <g id="tile9x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4635"> + <g id="tile10x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4635"> + <g id="tile11x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4635"> + <g id="tile12x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4635"> + <g id="tile13x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4635"> + <g id="tile14x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4635"> + <g id="tile15x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4635"> + <g id="tile16x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4635"> + <g id="tile17x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4635"> + <g id="tile18x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4635"> + <g id="tile19x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4635"> + <g id="tile20x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4635"> + <g id="tile21x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4635"> + <g id="tile22x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4635"> + <g id="tile23x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4635"> + <g id="tile24x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4635"> + <g id="tile25x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4635"> + <g id="tile26x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4635"> + <g id="tile27x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4635"> + <g id="tile28x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4635"> + <g id="tile29x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4635"> + <g id="tile30x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4635"> + <g id="tile31x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4635"> + <g id="tile32x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4635"> + <g id="tile33x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4635"> + <g id="tile34x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4635"> + <g id="tile35x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4635"> + <g id="tile36x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4635"> + <g id="tile37x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4635"> + <g id="tile38x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4635"> + <g id="tile39x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4635"> + <g id="tile40x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4635"> + <g id="tile41x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4635"> + <g id="tile42x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4635"> + <g id="tile43x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4635"> + <g id="tile44x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4635"> + <g id="tile45x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4635"> + <g id="tile46x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4635"> + <g id="tile47x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4635"> + <g id="tile48x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4635"> + <g id="tile49x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4635"> + <g id="tile50x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4635"> + <g id="tile51x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4635"> + <g id="tile52x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4635"> + <g id="tile53x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4635"> + <g id="tile54x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4635"> + <g id="tile55x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4635"> + <g id="tile56x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4635"> + <g id="tile57x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4635"> + <g id="tile58x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4635"> + <g id="tile59x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4635"> + <g id="tile60x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4635"> + <g id="tile61x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4635"> + <g id="tile62x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4635"> + <g id="tile63x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4635"> + <g id="tile64x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4635"> + <g id="tile65x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4635"> + <g id="tile66x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4635"> + <g id="tile67x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4635"> + <g id="tile68x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4635"> + <g id="tile69x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4635"> + <g id="tile70x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4635"> + <g id="tile71x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4635"> + <g id="tile72x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4635"> + <g id="tile73x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4635"> + <g id="tile74x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4635"> + <g id="tile75x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4635"> + <g id="tile76x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4635"> + <g id="tile77x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4635"> + <g id="tile78x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4635"> + <g id="tile79x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4635"> + <g id="tile80x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4635"> + <g id="tile81x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4635"> + <g id="tile82x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4635"> + <g id="tile83x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4635"> + <g id="tile84x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4635"> + <g id="tile85x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4635"> + <g id="tile86x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4635"> + <g id="tile87x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4635"> + <g id="tile88x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4635"> + <g id="tile89x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4635"> + <g id="tile90x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4635"> + <g id="tile91x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4635"> + <g id="tile92x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4635"> + <g id="tile93x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4635"> + <g id="tile94x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4635"> + <g id="tile95x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4635"> + <g id="tile96x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4635"> + <g id="tile97x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4635"> + <g id="tile98x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4635"> + <g id="tile99x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4635"> + <g id="tile100x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4635"> + <g id="tile101x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4635"> + <g id="tile102x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4635"> + <g id="tile103x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4635" y="0"> + <g id="tile104x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="45"> + <g id="tile104x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="90"> + <g id="tile104x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="135"> + <g id="tile104x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="180"> + <g id="tile104x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="225"> + <g id="tile104x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="270"> + <g id="tile104x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="315"> + <g id="tile104x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="360"> + <g id="tile104x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="405"> + <g id="tile104x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="450"> + <g id="tile104x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="495"> + <g id="tile104x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="540"> + <g id="tile104x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="585"> + <g id="tile104x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="630"> + <g id="tile104x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="675"> + <g id="tile104x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="720"> + <g id="tile104x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="765"> + <g id="tile104x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="810"> + <g id="tile104x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="855"> + <g id="tile104x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="900"> + <g id="tile104x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="945"> + <g id="tile104x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="990"> + <g id="tile104x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1035"> + <g id="tile104x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1080"> + <g id="tile104x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1125"> + <g id="tile104x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1170"> + <g id="tile104x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1215"> + <g id="tile104x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1260"> + <g id="tile104x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1305"> + <g id="tile104x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1350"> + <g id="tile104x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1395"> + <g id="tile104x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1440"> + <g id="tile104x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1485"> + <g id="tile104x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1530"> + <g id="tile104x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1575"> + <g id="tile104x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1620"> + <g id="tile104x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1665"> + <g id="tile104x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1710"> + <g id="tile104x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1755"> + <g id="tile104x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1800"> + <g id="tile104x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1845"> + <g id="tile104x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1890"> + <g id="tile104x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="1935"> + <g id="tile104x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="1980"> + <g id="tile104x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2025"> + <g id="tile104x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2070"> + <g id="tile104x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2115"> + <g id="tile104x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2160"> + <g id="tile104x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2205"> + <g id="tile104x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2250"> + <g id="tile104x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2295"> + <g id="tile104x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2340"> + <g id="tile104x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2385"> + <g id="tile104x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2430"> + <g id="tile104x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2475"> + <g id="tile104x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2520"> + <g id="tile104x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2565"> + <g id="tile104x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2610"> + <g id="tile104x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2655"> + <g id="tile104x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2700"> + <g id="tile104x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2745"> + <g id="tile104x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2790"> + <g id="tile104x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2835"> + <g id="tile104x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2880"> + <g id="tile104x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="2925"> + <g id="tile104x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="2970"> + <g id="tile104x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3015"> + <g id="tile104x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3060"> + <g id="tile104x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3105"> + <g id="tile104x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3150"> + <g id="tile104x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3195"> + <g id="tile104x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3240"> + <g id="tile104x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3285"> + <g id="tile104x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3330"> + <g id="tile104x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3375"> + <g id="tile104x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3420"> + <g id="tile104x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3465"> + <g id="tile104x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3510"> + <g id="tile104x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3555"> + <g id="tile104x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3600"> + <g id="tile104x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3645"> + <g id="tile104x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3690"> + <g id="tile104x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3735"> + <g id="tile104x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3780"> + <g id="tile104x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3825"> + <g id="tile104x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3870"> + <g id="tile104x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="3915"> + <g id="tile104x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="3960"> + <g id="tile104x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4005"> + <g id="tile104x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4050"> + <g id="tile104x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4095"> + <g id="tile104x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4140"> + <g id="tile104x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4185"> + <g id="tile104x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4230"> + <g id="tile104x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4275"> + <g id="tile104x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4320"> + <g id="tile104x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4365"> + <g id="tile104x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4410"> + <g id="tile104x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4455"> + <g id="tile104x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4500"> + <g id="tile104x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4545"> + <g id="tile104x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4590"> + <g id="tile104x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4635"> + <g id="tile104x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles105"> + <svg width="45" height="45" x="0" y="4680"> + <g id="tile1x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4680"> + <g id="tile2x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4680"> + <g id="tile3x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4680"> + <g id="tile4x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4680"> + <g id="tile5x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4680"> + <g id="tile6x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4680"> + <g id="tile7x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4680"> + <g id="tile8x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4680"> + <g id="tile9x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4680"> + <g id="tile10x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4680"> + <g id="tile11x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4680"> + <g id="tile12x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4680"> + <g id="tile13x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4680"> + <g id="tile14x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4680"> + <g id="tile15x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4680"> + <g id="tile16x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4680"> + <g id="tile17x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4680"> + <g id="tile18x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4680"> + <g id="tile19x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4680"> + <g id="tile20x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4680"> + <g id="tile21x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4680"> + <g id="tile22x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4680"> + <g id="tile23x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4680"> + <g id="tile24x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4680"> + <g id="tile25x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4680"> + <g id="tile26x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4680"> + <g id="tile27x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4680"> + <g id="tile28x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4680"> + <g id="tile29x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4680"> + <g id="tile30x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4680"> + <g id="tile31x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4680"> + <g id="tile32x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4680"> + <g id="tile33x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4680"> + <g id="tile34x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4680"> + <g id="tile35x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4680"> + <g id="tile36x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4680"> + <g id="tile37x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4680"> + <g id="tile38x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4680"> + <g id="tile39x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4680"> + <g id="tile40x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4680"> + <g id="tile41x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4680"> + <g id="tile42x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4680"> + <g id="tile43x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4680"> + <g id="tile44x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4680"> + <g id="tile45x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4680"> + <g id="tile46x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4680"> + <g id="tile47x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4680"> + <g id="tile48x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4680"> + <g id="tile49x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4680"> + <g id="tile50x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4680"> + <g id="tile51x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4680"> + <g id="tile52x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4680"> + <g id="tile53x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4680"> + <g id="tile54x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4680"> + <g id="tile55x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4680"> + <g id="tile56x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4680"> + <g id="tile57x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4680"> + <g id="tile58x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4680"> + <g id="tile59x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4680"> + <g id="tile60x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4680"> + <g id="tile61x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4680"> + <g id="tile62x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4680"> + <g id="tile63x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4680"> + <g id="tile64x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4680"> + <g id="tile65x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4680"> + <g id="tile66x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4680"> + <g id="tile67x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4680"> + <g id="tile68x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4680"> + <g id="tile69x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4680"> + <g id="tile70x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4680"> + <g id="tile71x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4680"> + <g id="tile72x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4680"> + <g id="tile73x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4680"> + <g id="tile74x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4680"> + <g id="tile75x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4680"> + <g id="tile76x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4680"> + <g id="tile77x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4680"> + <g id="tile78x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4680"> + <g id="tile79x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4680"> + <g id="tile80x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4680"> + <g id="tile81x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4680"> + <g id="tile82x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4680"> + <g id="tile83x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4680"> + <g id="tile84x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4680"> + <g id="tile85x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4680"> + <g id="tile86x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4680"> + <g id="tile87x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4680"> + <g id="tile88x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4680"> + <g id="tile89x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4680"> + <g id="tile90x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4680"> + <g id="tile91x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4680"> + <g id="tile92x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4680"> + <g id="tile93x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4680"> + <g id="tile94x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4680"> + <g id="tile95x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4680"> + <g id="tile96x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4680"> + <g id="tile97x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4680"> + <g id="tile98x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4680"> + <g id="tile99x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4680"> + <g id="tile100x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4680"> + <g id="tile101x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4680"> + <g id="tile102x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4680"> + <g id="tile103x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4680"> + <g id="tile104x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="0"> + <g id="tile105x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="45"> + <g id="tile105x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="90"> + <g id="tile105x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="135"> + <g id="tile105x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="180"> + <g id="tile105x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="225"> + <g id="tile105x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="270"> + <g id="tile105x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="315"> + <g id="tile105x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="360"> + <g id="tile105x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="405"> + <g id="tile105x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="450"> + <g id="tile105x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="495"> + <g id="tile105x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="540"> + <g id="tile105x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="585"> + <g id="tile105x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="630"> + <g id="tile105x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="675"> + <g id="tile105x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="720"> + <g id="tile105x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="765"> + <g id="tile105x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="810"> + <g id="tile105x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="855"> + <g id="tile105x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="900"> + <g id="tile105x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="945"> + <g id="tile105x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="990"> + <g id="tile105x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1035"> + <g id="tile105x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1080"> + <g id="tile105x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1125"> + <g id="tile105x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1170"> + <g id="tile105x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1215"> + <g id="tile105x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1260"> + <g id="tile105x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1305"> + <g id="tile105x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1350"> + <g id="tile105x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1395"> + <g id="tile105x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1440"> + <g id="tile105x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1485"> + <g id="tile105x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1530"> + <g id="tile105x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1575"> + <g id="tile105x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1620"> + <g id="tile105x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1665"> + <g id="tile105x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1710"> + <g id="tile105x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1755"> + <g id="tile105x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1800"> + <g id="tile105x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1845"> + <g id="tile105x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1890"> + <g id="tile105x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="1935"> + <g id="tile105x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="1980"> + <g id="tile105x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2025"> + <g id="tile105x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2070"> + <g id="tile105x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2115"> + <g id="tile105x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2160"> + <g id="tile105x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2205"> + <g id="tile105x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2250"> + <g id="tile105x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2295"> + <g id="tile105x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2340"> + <g id="tile105x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2385"> + <g id="tile105x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2430"> + <g id="tile105x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2475"> + <g id="tile105x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2520"> + <g id="tile105x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2565"> + <g id="tile105x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2610"> + <g id="tile105x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2655"> + <g id="tile105x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2700"> + <g id="tile105x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2745"> + <g id="tile105x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2790"> + <g id="tile105x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2835"> + <g id="tile105x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2880"> + <g id="tile105x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="2925"> + <g id="tile105x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="2970"> + <g id="tile105x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3015"> + <g id="tile105x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3060"> + <g id="tile105x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3105"> + <g id="tile105x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3150"> + <g id="tile105x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3195"> + <g id="tile105x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3240"> + <g id="tile105x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3285"> + <g id="tile105x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3330"> + <g id="tile105x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3375"> + <g id="tile105x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3420"> + <g id="tile105x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3465"> + <g id="tile105x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3510"> + <g id="tile105x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3555"> + <g id="tile105x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3600"> + <g id="tile105x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3645"> + <g id="tile105x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3690"> + <g id="tile105x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3735"> + <g id="tile105x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3780"> + <g id="tile105x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3825"> + <g id="tile105x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3870"> + <g id="tile105x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="3915"> + <g id="tile105x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="3960"> + <g id="tile105x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4005"> + <g id="tile105x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4050"> + <g id="tile105x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4095"> + <g id="tile105x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4140"> + <g id="tile105x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4185"> + <g id="tile105x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4230"> + <g id="tile105x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4275"> + <g id="tile105x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4320"> + <g id="tile105x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4365"> + <g id="tile105x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4410"> + <g id="tile105x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4455"> + <g id="tile105x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4500"> + <g id="tile105x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4545"> + <g id="tile105x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4590"> + <g id="tile105x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4635"> + <g id="tile105x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4680"> + <g id="tile105x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles106"> +<svg width="45" height="45" x="0" y="4725"> + <g id="tile1x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4725"> + <g id="tile2x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4725"> + <g id="tile3x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4725"> + <g id="tile4x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4725"> + <g id="tile5x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4725"> + <g id="tile6x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4725"> + <g id="tile7x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4725"> + <g id="tile8x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4725"> + <g id="tile9x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4725"> + <g id="tile10x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4725"> + <g id="tile11x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4725"> + <g id="tile12x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4725"> + <g id="tile13x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4725"> + <g id="tile14x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4725"> + <g id="tile15x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4725"> + <g id="tile16x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4725"> + <g id="tile17x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4725"> + <g id="tile18x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4725"> + <g id="tile19x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4725"> + <g id="tile20x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4725"> + <g id="tile21x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4725"> + <g id="tile22x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4725"> + <g id="tile23x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4725"> + <g id="tile24x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4725"> + <g id="tile25x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4725"> + <g id="tile26x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4725"> + <g id="tile27x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4725"> + <g id="tile28x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4725"> + <g id="tile29x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4725"> + <g id="tile30x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4725"> + <g id="tile31x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4725"> + <g id="tile32x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4725"> + <g id="tile33x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4725"> + <g id="tile34x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4725"> + <g id="tile35x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4725"> + <g id="tile36x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4725"> + <g id="tile37x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4725"> + <g id="tile38x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4725"> + <g id="tile39x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4725"> + <g id="tile40x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4725"> + <g id="tile41x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4725"> + <g id="tile42x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4725"> + <g id="tile43x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4725"> + <g id="tile44x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4725"> + <g id="tile45x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4725"> + <g id="tile46x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4725"> + <g id="tile47x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4725"> + <g id="tile48x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4725"> + <g id="tile49x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4725"> + <g id="tile50x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4725"> + <g id="tile51x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4725"> + <g id="tile52x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4725"> + <g id="tile53x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4725"> + <g id="tile54x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4725"> + <g id="tile55x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4725"> + <g id="tile56x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4725"> + <g id="tile57x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4725"> + <g id="tile58x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4725"> + <g id="tile59x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4725"> + <g id="tile60x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4725"> + <g id="tile61x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4725"> + <g id="tile62x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4725"> + <g id="tile63x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4725"> + <g id="tile64x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4725"> + <g id="tile65x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4725"> + <g id="tile66x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4725"> + <g id="tile67x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4725"> + <g id="tile68x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4725"> + <g id="tile69x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4725"> + <g id="tile70x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4725"> + <g id="tile71x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4725"> + <g id="tile72x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4725"> + <g id="tile73x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4725"> + <g id="tile74x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4725"> + <g id="tile75x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4725"> + <g id="tile76x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4725"> + <g id="tile77x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4725"> + <g id="tile78x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4725"> + <g id="tile79x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4725"> + <g id="tile80x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4725"> + <g id="tile81x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4725"> + <g id="tile82x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4725"> + <g id="tile83x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4725"> + <g id="tile84x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4725"> + <g id="tile85x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4725"> + <g id="tile86x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4725"> + <g id="tile87x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4725"> + <g id="tile88x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4725"> + <g id="tile89x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4725"> + <g id="tile90x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4725"> + <g id="tile91x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4725"> + <g id="tile92x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4725"> + <g id="tile93x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4725"> + <g id="tile94x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4725"> + <g id="tile95x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4725"> + <g id="tile96x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4725"> + <g id="tile97x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4725"> + <g id="tile98x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4725"> + <g id="tile99x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4725"> + <g id="tile100x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4725"> + <g id="tile101x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4725"> + <g id="tile102x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4725"> + <g id="tile103x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4725"> + <g id="tile104x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4725"> + <g id="tile105x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4725" y="0"> + <g id="tile106x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="45"> + <g id="tile106x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="90"> + <g id="tile106x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="135"> + <g id="tile106x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="180"> + <g id="tile106x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="225"> + <g id="tile106x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="270"> + <g id="tile106x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="315"> + <g id="tile106x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="360"> + <g id="tile106x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="405"> + <g id="tile106x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="450"> + <g id="tile106x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="495"> + <g id="tile106x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="540"> + <g id="tile106x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="585"> + <g id="tile106x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="630"> + <g id="tile106x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="675"> + <g id="tile106x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="720"> + <g id="tile106x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="765"> + <g id="tile106x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="810"> + <g id="tile106x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="855"> + <g id="tile106x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="900"> + <g id="tile106x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="945"> + <g id="tile106x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="990"> + <g id="tile106x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1035"> + <g id="tile106x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1080"> + <g id="tile106x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1125"> + <g id="tile106x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1170"> + <g id="tile106x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1215"> + <g id="tile106x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1260"> + <g id="tile106x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1305"> + <g id="tile106x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1350"> + <g id="tile106x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1395"> + <g id="tile106x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1440"> + <g id="tile106x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1485"> + <g id="tile106x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1530"> + <g id="tile106x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1575"> + <g id="tile106x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1620"> + <g id="tile106x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1665"> + <g id="tile106x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1710"> + <g id="tile106x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1755"> + <g id="tile106x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1800"> + <g id="tile106x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1845"> + <g id="tile106x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1890"> + <g id="tile106x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="1935"> + <g id="tile106x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="1980"> + <g id="tile106x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2025"> + <g id="tile106x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2070"> + <g id="tile106x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2115"> + <g id="tile106x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2160"> + <g id="tile106x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2205"> + <g id="tile106x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2250"> + <g id="tile106x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2295"> + <g id="tile106x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2340"> + <g id="tile106x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2385"> + <g id="tile106x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2430"> + <g id="tile106x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2475"> + <g id="tile106x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2520"> + <g id="tile106x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2565"> + <g id="tile106x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2610"> + <g id="tile106x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2655"> + <g id="tile106x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2700"> + <g id="tile106x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2745"> + <g id="tile106x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2790"> + <g id="tile106x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2835"> + <g id="tile106x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2880"> + <g id="tile106x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="2925"> + <g id="tile106x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="2970"> + <g id="tile106x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3015"> + <g id="tile106x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3060"> + <g id="tile106x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3105"> + <g id="tile106x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3150"> + <g id="tile106x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3195"> + <g id="tile106x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3240"> + <g id="tile106x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3285"> + <g id="tile106x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3330"> + <g id="tile106x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3375"> + <g id="tile106x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3420"> + <g id="tile106x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3465"> + <g id="tile106x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3510"> + <g id="tile106x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3555"> + <g id="tile106x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3600"> + <g id="tile106x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3645"> + <g id="tile106x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3690"> + <g id="tile106x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3735"> + <g id="tile106x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3780"> + <g id="tile106x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3825"> + <g id="tile106x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3870"> + <g id="tile106x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="3915"> + <g id="tile106x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="3960"> + <g id="tile106x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4005"> + <g id="tile106x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4050"> + <g id="tile106x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4095"> + <g id="tile106x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4140"> + <g id="tile106x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4185"> + <g id="tile106x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4230"> + <g id="tile106x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4275"> + <g id="tile106x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4320"> + <g id="tile106x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4365"> + <g id="tile106x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4410"> + <g id="tile106x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4455"> + <g id="tile106x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4500"> + <g id="tile106x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4545"> + <g id="tile106x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4590"> + <g id="tile106x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4635"> + <g id="tile106x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4680"> + <g id="tile106x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4725"> + <g id="tile106x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles107"> + <svg width="45" height="45" x="0" y="4770"> + <g id="tile1x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4770"> + <g id="tile2x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4770"> + <g id="tile3x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4770"> + <g id="tile4x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4770"> + <g id="tile5x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4770"> + <g id="tile6x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4770"> + <g id="tile7x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4770"> + <g id="tile8x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4770"> + <g id="tile9x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4770"> + <g id="tile10x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4770"> + <g id="tile11x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4770"> + <g id="tile12x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4770"> + <g id="tile13x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4770"> + <g id="tile14x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4770"> + <g id="tile15x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4770"> + <g id="tile16x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4770"> + <g id="tile17x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4770"> + <g id="tile18x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4770"> + <g id="tile19x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4770"> + <g id="tile20x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4770"> + <g id="tile21x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4770"> + <g id="tile22x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4770"> + <g id="tile23x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4770"> + <g id="tile24x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4770"> + <g id="tile25x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4770"> + <g id="tile26x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4770"> + <g id="tile27x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4770"> + <g id="tile28x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4770"> + <g id="tile29x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4770"> + <g id="tile30x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4770"> + <g id="tile31x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4770"> + <g id="tile32x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4770"> + <g id="tile33x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4770"> + <g id="tile34x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4770"> + <g id="tile35x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4770"> + <g id="tile36x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4770"> + <g id="tile37x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4770"> + <g id="tile38x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4770"> + <g id="tile39x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4770"> + <g id="tile40x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4770"> + <g id="tile41x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4770"> + <g id="tile42x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4770"> + <g id="tile43x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4770"> + <g id="tile44x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4770"> + <g id="tile45x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4770"> + <g id="tile46x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4770"> + <g id="tile47x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4770"> + <g id="tile48x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4770"> + <g id="tile49x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4770"> + <g id="tile50x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4770"> + <g id="tile51x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4770"> + <g id="tile52x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4770"> + <g id="tile53x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4770"> + <g id="tile54x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4770"> + <g id="tile55x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4770"> + <g id="tile56x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4770"> + <g id="tile57x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4770"> + <g id="tile58x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4770"> + <g id="tile59x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4770"> + <g id="tile60x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4770"> + <g id="tile61x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4770"> + <g id="tile62x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4770"> + <g id="tile63x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4770"> + <g id="tile64x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4770"> + <g id="tile65x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4770"> + <g id="tile66x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4770"> + <g id="tile67x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4770"> + <g id="tile68x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4770"> + <g id="tile69x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4770"> + <g id="tile70x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4770"> + <g id="tile71x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4770"> + <g id="tile72x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4770"> + <g id="tile73x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4770"> + <g id="tile74x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4770"> + <g id="tile75x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4770"> + <g id="tile76x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4770"> + <g id="tile77x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4770"> + <g id="tile78x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4770"> + <g id="tile79x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4770"> + <g id="tile80x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4770"> + <g id="tile81x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4770"> + <g id="tile82x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4770"> + <g id="tile83x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4770"> + <g id="tile84x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4770"> + <g id="tile85x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4770"> + <g id="tile86x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4770"> + <g id="tile87x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4770"> + <g id="tile88x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4770"> + <g id="tile89x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4770"> + <g id="tile90x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4770"> + <g id="tile91x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4770"> + <g id="tile92x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4770"> + <g id="tile93x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4770"> + <g id="tile94x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4770"> + <g id="tile95x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4770"> + <g id="tile96x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4770"> + <g id="tile97x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4770"> + <g id="tile98x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4770"> + <g id="tile99x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4770"> + <g id="tile100x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4770"> + <g id="tile101x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4770"> + <g id="tile102x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4770"> + <g id="tile103x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4770"> + <g id="tile104x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4770"> + <g id="tile105x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4770"> + <g id="tile106x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="0"> + <g id="tile107x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="45"> + <g id="tile107x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="90"> + <g id="tile107x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="135"> + <g id="tile107x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="180"> + <g id="tile107x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="225"> + <g id="tile107x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="270"> + <g id="tile107x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="315"> + <g id="tile107x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="360"> + <g id="tile107x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="405"> + <g id="tile107x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="450"> + <g id="tile107x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="495"> + <g id="tile107x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="540"> + <g id="tile107x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="585"> + <g id="tile107x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="630"> + <g id="tile107x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="675"> + <g id="tile107x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="720"> + <g id="tile107x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="765"> + <g id="tile107x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="810"> + <g id="tile107x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="855"> + <g id="tile107x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="900"> + <g id="tile107x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="945"> + <g id="tile107x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="990"> + <g id="tile107x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1035"> + <g id="tile107x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1080"> + <g id="tile107x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1125"> + <g id="tile107x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1170"> + <g id="tile107x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1215"> + <g id="tile107x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1260"> + <g id="tile107x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1305"> + <g id="tile107x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1350"> + <g id="tile107x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1395"> + <g id="tile107x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1440"> + <g id="tile107x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1485"> + <g id="tile107x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1530"> + <g id="tile107x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1575"> + <g id="tile107x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1620"> + <g id="tile107x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1665"> + <g id="tile107x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1710"> + <g id="tile107x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1755"> + <g id="tile107x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1800"> + <g id="tile107x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1845"> + <g id="tile107x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1890"> + <g id="tile107x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="1935"> + <g id="tile107x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="1980"> + <g id="tile107x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2025"> + <g id="tile107x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2070"> + <g id="tile107x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2115"> + <g id="tile107x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2160"> + <g id="tile107x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2205"> + <g id="tile107x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2250"> + <g id="tile107x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2295"> + <g id="tile107x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2340"> + <g id="tile107x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2385"> + <g id="tile107x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2430"> + <g id="tile107x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2475"> + <g id="tile107x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2520"> + <g id="tile107x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2565"> + <g id="tile107x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2610"> + <g id="tile107x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2655"> + <g id="tile107x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2700"> + <g id="tile107x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2745"> + <g id="tile107x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2790"> + <g id="tile107x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2835"> + <g id="tile107x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2880"> + <g id="tile107x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="2925"> + <g id="tile107x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="2970"> + <g id="tile107x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3015"> + <g id="tile107x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3060"> + <g id="tile107x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3105"> + <g id="tile107x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3150"> + <g id="tile107x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3195"> + <g id="tile107x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3240"> + <g id="tile107x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3285"> + <g id="tile107x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3330"> + <g id="tile107x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3375"> + <g id="tile107x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3420"> + <g id="tile107x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3465"> + <g id="tile107x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3510"> + <g id="tile107x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3555"> + <g id="tile107x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3600"> + <g id="tile107x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3645"> + <g id="tile107x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3690"> + <g id="tile107x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3735"> + <g id="tile107x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3780"> + <g id="tile107x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3825"> + <g id="tile107x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3870"> + <g id="tile107x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="3915"> + <g id="tile107x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="3960"> + <g id="tile107x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4005"> + <g id="tile107x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4050"> + <g id="tile107x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4095"> + <g id="tile107x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4140"> + <g id="tile107x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4185"> + <g id="tile107x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4230"> + <g id="tile107x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4275"> + <g id="tile107x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4320"> + <g id="tile107x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4365"> + <g id="tile107x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4410"> + <g id="tile107x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4455"> + <g id="tile107x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4500"> + <g id="tile107x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4545"> + <g id="tile107x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4590"> + <g id="tile107x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4635"> + <g id="tile107x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4680"> + <g id="tile107x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4725"> + <g id="tile107x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4770"> + <g id="tile107x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles108"> +<svg width="45" height="45" x="0" y="4815"> + <g id="tile1x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4815"> + <g id="tile2x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4815"> + <g id="tile3x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4815"> + <g id="tile4x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4815"> + <g id="tile5x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4815"> + <g id="tile6x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4815"> + <g id="tile7x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4815"> + <g id="tile8x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4815"> + <g id="tile9x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4815"> + <g id="tile10x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4815"> + <g id="tile11x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4815"> + <g id="tile12x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4815"> + <g id="tile13x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4815"> + <g id="tile14x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4815"> + <g id="tile15x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4815"> + <g id="tile16x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4815"> + <g id="tile17x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4815"> + <g id="tile18x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4815"> + <g id="tile19x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4815"> + <g id="tile20x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4815"> + <g id="tile21x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4815"> + <g id="tile22x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4815"> + <g id="tile23x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4815"> + <g id="tile24x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4815"> + <g id="tile25x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4815"> + <g id="tile26x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4815"> + <g id="tile27x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4815"> + <g id="tile28x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4815"> + <g id="tile29x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4815"> + <g id="tile30x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4815"> + <g id="tile31x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4815"> + <g id="tile32x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4815"> + <g id="tile33x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4815"> + <g id="tile34x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4815"> + <g id="tile35x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4815"> + <g id="tile36x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4815"> + <g id="tile37x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4815"> + <g id="tile38x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4815"> + <g id="tile39x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4815"> + <g id="tile40x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4815"> + <g id="tile41x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4815"> + <g id="tile42x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4815"> + <g id="tile43x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4815"> + <g id="tile44x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4815"> + <g id="tile45x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4815"> + <g id="tile46x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4815"> + <g id="tile47x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4815"> + <g id="tile48x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4815"> + <g id="tile49x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4815"> + <g id="tile50x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4815"> + <g id="tile51x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4815"> + <g id="tile52x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4815"> + <g id="tile53x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4815"> + <g id="tile54x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4815"> + <g id="tile55x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4815"> + <g id="tile56x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4815"> + <g id="tile57x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4815"> + <g id="tile58x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4815"> + <g id="tile59x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4815"> + <g id="tile60x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4815"> + <g id="tile61x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4815"> + <g id="tile62x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4815"> + <g id="tile63x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4815"> + <g id="tile64x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4815"> + <g id="tile65x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4815"> + <g id="tile66x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4815"> + <g id="tile67x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4815"> + <g id="tile68x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4815"> + <g id="tile69x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4815"> + <g id="tile70x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4815"> + <g id="tile71x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4815"> + <g id="tile72x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4815"> + <g id="tile73x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4815"> + <g id="tile74x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4815"> + <g id="tile75x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4815"> + <g id="tile76x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4815"> + <g id="tile77x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4815"> + <g id="tile78x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4815"> + <g id="tile79x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4815"> + <g id="tile80x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4815"> + <g id="tile81x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4815"> + <g id="tile82x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4815"> + <g id="tile83x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4815"> + <g id="tile84x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4815"> + <g id="tile85x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4815"> + <g id="tile86x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4815"> + <g id="tile87x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4815"> + <g id="tile88x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4815"> + <g id="tile89x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4815"> + <g id="tile90x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4815"> + <g id="tile91x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4815"> + <g id="tile92x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4815"> + <g id="tile93x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4815"> + <g id="tile94x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4815"> + <g id="tile95x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4815"> + <g id="tile96x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4815"> + <g id="tile97x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4815"> + <g id="tile98x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4815"> + <g id="tile99x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4815"> + <g id="tile100x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4815"> + <g id="tile101x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4815"> + <g id="tile102x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4815"> + <g id="tile103x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4815"> + <g id="tile104x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4815"> + <g id="tile105x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4815"> + <g id="tile106x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4815"> + <g id="tile107x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4815" y="0"> + <g id="tile108x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="45"> + <g id="tile108x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="90"> + <g id="tile108x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="135"> + <g id="tile108x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="180"> + <g id="tile108x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="225"> + <g id="tile108x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="270"> + <g id="tile108x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="315"> + <g id="tile108x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="360"> + <g id="tile108x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="405"> + <g id="tile108x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="450"> + <g id="tile108x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="495"> + <g id="tile108x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="540"> + <g id="tile108x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="585"> + <g id="tile108x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="630"> + <g id="tile108x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="675"> + <g id="tile108x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="720"> + <g id="tile108x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="765"> + <g id="tile108x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="810"> + <g id="tile108x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="855"> + <g id="tile108x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="900"> + <g id="tile108x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="945"> + <g id="tile108x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="990"> + <g id="tile108x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1035"> + <g id="tile108x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1080"> + <g id="tile108x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1125"> + <g id="tile108x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1170"> + <g id="tile108x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1215"> + <g id="tile108x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1260"> + <g id="tile108x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1305"> + <g id="tile108x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1350"> + <g id="tile108x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1395"> + <g id="tile108x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1440"> + <g id="tile108x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1485"> + <g id="tile108x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1530"> + <g id="tile108x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1575"> + <g id="tile108x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1620"> + <g id="tile108x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1665"> + <g id="tile108x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1710"> + <g id="tile108x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1755"> + <g id="tile108x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1800"> + <g id="tile108x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1845"> + <g id="tile108x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1890"> + <g id="tile108x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="1935"> + <g id="tile108x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="1980"> + <g id="tile108x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2025"> + <g id="tile108x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2070"> + <g id="tile108x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2115"> + <g id="tile108x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2160"> + <g id="tile108x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2205"> + <g id="tile108x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2250"> + <g id="tile108x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2295"> + <g id="tile108x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2340"> + <g id="tile108x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2385"> + <g id="tile108x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2430"> + <g id="tile108x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2475"> + <g id="tile108x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2520"> + <g id="tile108x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2565"> + <g id="tile108x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2610"> + <g id="tile108x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2655"> + <g id="tile108x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2700"> + <g id="tile108x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2745"> + <g id="tile108x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2790"> + <g id="tile108x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2835"> + <g id="tile108x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2880"> + <g id="tile108x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="2925"> + <g id="tile108x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="2970"> + <g id="tile108x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3015"> + <g id="tile108x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3060"> + <g id="tile108x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3105"> + <g id="tile108x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3150"> + <g id="tile108x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3195"> + <g id="tile108x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3240"> + <g id="tile108x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3285"> + <g id="tile108x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3330"> + <g id="tile108x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3375"> + <g id="tile108x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3420"> + <g id="tile108x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3465"> + <g id="tile108x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3510"> + <g id="tile108x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3555"> + <g id="tile108x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3600"> + <g id="tile108x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3645"> + <g id="tile108x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3690"> + <g id="tile108x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3735"> + <g id="tile108x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3780"> + <g id="tile108x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3825"> + <g id="tile108x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3870"> + <g id="tile108x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="3915"> + <g id="tile108x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="3960"> + <g id="tile108x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4005"> + <g id="tile108x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4050"> + <g id="tile108x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4095"> + <g id="tile108x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4140"> + <g id="tile108x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4185"> + <g id="tile108x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4230"> + <g id="tile108x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4275"> + <g id="tile108x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4320"> + <g id="tile108x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4365"> + <g id="tile108x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4410"> + <g id="tile108x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4455"> + <g id="tile108x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4500"> + <g id="tile108x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4545"> + <g id="tile108x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4590"> + <g id="tile108x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4635"> + <g id="tile108x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4680"> + <g id="tile108x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4725"> + <g id="tile108x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4770"> + <g id="tile108x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4815"> + <g id="tile108x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles109"> + <svg width="45" height="45" x="0" y="4860"> + <g id="tile1x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4860"> + <g id="tile2x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4860"> + <g id="tile3x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4860"> + <g id="tile4x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4860"> + <g id="tile5x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4860"> + <g id="tile6x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4860"> + <g id="tile7x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4860"> + <g id="tile8x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4860"> + <g id="tile9x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4860"> + <g id="tile10x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4860"> + <g id="tile11x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4860"> + <g id="tile12x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4860"> + <g id="tile13x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4860"> + <g id="tile14x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4860"> + <g id="tile15x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4860"> + <g id="tile16x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4860"> + <g id="tile17x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4860"> + <g id="tile18x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4860"> + <g id="tile19x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4860"> + <g id="tile20x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4860"> + <g id="tile21x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4860"> + <g id="tile22x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4860"> + <g id="tile23x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4860"> + <g id="tile24x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4860"> + <g id="tile25x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4860"> + <g id="tile26x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4860"> + <g id="tile27x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4860"> + <g id="tile28x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4860"> + <g id="tile29x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4860"> + <g id="tile30x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4860"> + <g id="tile31x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4860"> + <g id="tile32x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4860"> + <g id="tile33x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4860"> + <g id="tile34x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4860"> + <g id="tile35x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4860"> + <g id="tile36x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4860"> + <g id="tile37x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4860"> + <g id="tile38x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4860"> + <g id="tile39x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4860"> + <g id="tile40x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4860"> + <g id="tile41x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4860"> + <g id="tile42x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4860"> + <g id="tile43x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4860"> + <g id="tile44x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4860"> + <g id="tile45x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4860"> + <g id="tile46x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4860"> + <g id="tile47x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4860"> + <g id="tile48x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4860"> + <g id="tile49x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4860"> + <g id="tile50x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4860"> + <g id="tile51x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4860"> + <g id="tile52x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4860"> + <g id="tile53x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4860"> + <g id="tile54x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4860"> + <g id="tile55x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4860"> + <g id="tile56x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4860"> + <g id="tile57x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4860"> + <g id="tile58x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4860"> + <g id="tile59x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4860"> + <g id="tile60x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4860"> + <g id="tile61x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4860"> + <g id="tile62x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4860"> + <g id="tile63x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4860"> + <g id="tile64x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4860"> + <g id="tile65x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4860"> + <g id="tile66x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4860"> + <g id="tile67x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4860"> + <g id="tile68x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4860"> + <g id="tile69x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4860"> + <g id="tile70x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4860"> + <g id="tile71x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4860"> + <g id="tile72x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4860"> + <g id="tile73x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4860"> + <g id="tile74x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4860"> + <g id="tile75x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4860"> + <g id="tile76x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4860"> + <g id="tile77x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4860"> + <g id="tile78x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4860"> + <g id="tile79x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4860"> + <g id="tile80x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4860"> + <g id="tile81x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4860"> + <g id="tile82x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4860"> + <g id="tile83x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4860"> + <g id="tile84x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4860"> + <g id="tile85x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4860"> + <g id="tile86x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4860"> + <g id="tile87x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4860"> + <g id="tile88x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4860"> + <g id="tile89x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4860"> + <g id="tile90x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4860"> + <g id="tile91x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4860"> + <g id="tile92x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4860"> + <g id="tile93x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4860"> + <g id="tile94x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4860"> + <g id="tile95x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4860"> + <g id="tile96x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4860"> + <g id="tile97x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4860"> + <g id="tile98x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4860"> + <g id="tile99x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4860"> + <g id="tile100x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4860"> + <g id="tile101x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4860"> + <g id="tile102x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4860"> + <g id="tile103x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4860"> + <g id="tile104x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4860"> + <g id="tile105x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4860"> + <g id="tile106x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4860"> + <g id="tile107x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4860"> + <g id="tile108x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="0"> + <g id="tile109x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="45"> + <g id="tile109x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="90"> + <g id="tile109x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="135"> + <g id="tile109x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="180"> + <g id="tile109x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="225"> + <g id="tile109x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="270"> + <g id="tile109x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="315"> + <g id="tile109x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="360"> + <g id="tile109x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="405"> + <g id="tile109x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="450"> + <g id="tile109x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="495"> + <g id="tile109x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="540"> + <g id="tile109x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="585"> + <g id="tile109x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="630"> + <g id="tile109x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="675"> + <g id="tile109x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="720"> + <g id="tile109x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="765"> + <g id="tile109x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="810"> + <g id="tile109x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="855"> + <g id="tile109x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="900"> + <g id="tile109x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="945"> + <g id="tile109x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="990"> + <g id="tile109x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1035"> + <g id="tile109x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1080"> + <g id="tile109x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1125"> + <g id="tile109x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1170"> + <g id="tile109x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1215"> + <g id="tile109x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1260"> + <g id="tile109x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1305"> + <g id="tile109x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1350"> + <g id="tile109x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1395"> + <g id="tile109x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1440"> + <g id="tile109x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1485"> + <g id="tile109x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1530"> + <g id="tile109x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1575"> + <g id="tile109x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1620"> + <g id="tile109x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1665"> + <g id="tile109x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1710"> + <g id="tile109x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1755"> + <g id="tile109x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1800"> + <g id="tile109x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1845"> + <g id="tile109x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1890"> + <g id="tile109x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="1935"> + <g id="tile109x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="1980"> + <g id="tile109x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2025"> + <g id="tile109x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2070"> + <g id="tile109x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2115"> + <g id="tile109x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2160"> + <g id="tile109x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2205"> + <g id="tile109x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2250"> + <g id="tile109x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2295"> + <g id="tile109x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2340"> + <g id="tile109x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2385"> + <g id="tile109x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2430"> + <g id="tile109x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2475"> + <g id="tile109x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2520"> + <g id="tile109x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2565"> + <g id="tile109x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2610"> + <g id="tile109x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2655"> + <g id="tile109x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2700"> + <g id="tile109x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2745"> + <g id="tile109x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2790"> + <g id="tile109x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2835"> + <g id="tile109x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2880"> + <g id="tile109x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="2925"> + <g id="tile109x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="2970"> + <g id="tile109x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3015"> + <g id="tile109x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3060"> + <g id="tile109x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3105"> + <g id="tile109x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3150"> + <g id="tile109x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3195"> + <g id="tile109x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3240"> + <g id="tile109x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3285"> + <g id="tile109x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3330"> + <g id="tile109x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3375"> + <g id="tile109x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3420"> + <g id="tile109x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3465"> + <g id="tile109x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3510"> + <g id="tile109x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3555"> + <g id="tile109x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3600"> + <g id="tile109x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3645"> + <g id="tile109x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3690"> + <g id="tile109x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3735"> + <g id="tile109x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3780"> + <g id="tile109x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3825"> + <g id="tile109x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3870"> + <g id="tile109x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="3915"> + <g id="tile109x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="3960"> + <g id="tile109x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4005"> + <g id="tile109x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4050"> + <g id="tile109x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4095"> + <g id="tile109x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4140"> + <g id="tile109x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4185"> + <g id="tile109x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4230"> + <g id="tile109x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4275"> + <g id="tile109x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4320"> + <g id="tile109x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4365"> + <g id="tile109x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4410"> + <g id="tile109x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4455"> + <g id="tile109x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4500"> + <g id="tile109x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4545"> + <g id="tile109x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4590"> + <g id="tile109x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4635"> + <g id="tile109x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4680"> + <g id="tile109x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4725"> + <g id="tile109x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4770"> + <g id="tile109x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4815"> + <g id="tile109x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4860"> + <g id="tile109x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles110"> +<svg width="45" height="45" x="0" y="4905"> + <g id="tile1x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4905"> + <g id="tile2x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4905"> + <g id="tile3x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4905"> + <g id="tile4x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4905"> + <g id="tile5x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4905"> + <g id="tile6x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4905"> + <g id="tile7x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4905"> + <g id="tile8x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4905"> + <g id="tile9x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4905"> + <g id="tile10x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4905"> + <g id="tile11x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4905"> + <g id="tile12x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4905"> + <g id="tile13x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4905"> + <g id="tile14x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4905"> + <g id="tile15x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4905"> + <g id="tile16x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4905"> + <g id="tile17x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4905"> + <g id="tile18x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4905"> + <g id="tile19x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4905"> + <g id="tile20x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4905"> + <g id="tile21x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4905"> + <g id="tile22x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4905"> + <g id="tile23x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4905"> + <g id="tile24x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4905"> + <g id="tile25x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4905"> + <g id="tile26x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4905"> + <g id="tile27x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4905"> + <g id="tile28x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4905"> + <g id="tile29x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4905"> + <g id="tile30x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4905"> + <g id="tile31x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4905"> + <g id="tile32x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4905"> + <g id="tile33x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4905"> + <g id="tile34x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4905"> + <g id="tile35x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4905"> + <g id="tile36x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4905"> + <g id="tile37x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4905"> + <g id="tile38x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4905"> + <g id="tile39x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4905"> + <g id="tile40x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4905"> + <g id="tile41x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4905"> + <g id="tile42x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4905"> + <g id="tile43x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4905"> + <g id="tile44x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4905"> + <g id="tile45x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4905"> + <g id="tile46x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4905"> + <g id="tile47x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4905"> + <g id="tile48x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4905"> + <g id="tile49x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4905"> + <g id="tile50x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4905"> + <g id="tile51x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4905"> + <g id="tile52x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4905"> + <g id="tile53x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4905"> + <g id="tile54x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4905"> + <g id="tile55x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4905"> + <g id="tile56x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4905"> + <g id="tile57x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4905"> + <g id="tile58x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4905"> + <g id="tile59x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4905"> + <g id="tile60x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4905"> + <g id="tile61x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4905"> + <g id="tile62x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4905"> + <g id="tile63x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4905"> + <g id="tile64x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4905"> + <g id="tile65x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4905"> + <g id="tile66x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4905"> + <g id="tile67x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4905"> + <g id="tile68x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4905"> + <g id="tile69x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4905"> + <g id="tile70x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4905"> + <g id="tile71x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4905"> + <g id="tile72x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4905"> + <g id="tile73x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4905"> + <g id="tile74x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4905"> + <g id="tile75x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4905"> + <g id="tile76x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4905"> + <g id="tile77x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4905"> + <g id="tile78x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4905"> + <g id="tile79x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4905"> + <g id="tile80x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4905"> + <g id="tile81x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4905"> + <g id="tile82x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4905"> + <g id="tile83x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4905"> + <g id="tile84x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4905"> + <g id="tile85x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4905"> + <g id="tile86x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4905"> + <g id="tile87x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4905"> + <g id="tile88x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4905"> + <g id="tile89x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4905"> + <g id="tile90x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4905"> + <g id="tile91x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4905"> + <g id="tile92x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4905"> + <g id="tile93x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4905"> + <g id="tile94x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4905"> + <g id="tile95x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4905"> + <g id="tile96x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4905"> + <g id="tile97x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4905"> + <g id="tile98x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4905"> + <g id="tile99x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4905"> + <g id="tile100x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4905"> + <g id="tile101x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4905"> + <g id="tile102x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4905"> + <g id="tile103x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4905"> + <g id="tile104x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4905"> + <g id="tile105x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4905"> + <g id="tile106x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4905"> + <g id="tile107x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4905"> + <g id="tile108x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4905"> + <g id="tile109x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4905" y="0"> + <g id="tile110x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="45"> + <g id="tile110x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="90"> + <g id="tile110x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="135"> + <g id="tile110x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="180"> + <g id="tile110x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="225"> + <g id="tile110x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="270"> + <g id="tile110x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="315"> + <g id="tile110x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="360"> + <g id="tile110x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="405"> + <g id="tile110x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="450"> + <g id="tile110x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="495"> + <g id="tile110x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="540"> + <g id="tile110x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="585"> + <g id="tile110x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="630"> + <g id="tile110x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="675"> + <g id="tile110x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="720"> + <g id="tile110x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="765"> + <g id="tile110x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="810"> + <g id="tile110x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="855"> + <g id="tile110x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="900"> + <g id="tile110x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="945"> + <g id="tile110x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="990"> + <g id="tile110x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1035"> + <g id="tile110x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1080"> + <g id="tile110x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1125"> + <g id="tile110x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1170"> + <g id="tile110x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1215"> + <g id="tile110x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1260"> + <g id="tile110x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1305"> + <g id="tile110x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1350"> + <g id="tile110x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1395"> + <g id="tile110x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1440"> + <g id="tile110x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1485"> + <g id="tile110x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1530"> + <g id="tile110x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1575"> + <g id="tile110x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1620"> + <g id="tile110x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1665"> + <g id="tile110x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1710"> + <g id="tile110x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1755"> + <g id="tile110x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1800"> + <g id="tile110x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1845"> + <g id="tile110x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1890"> + <g id="tile110x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="1935"> + <g id="tile110x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="1980"> + <g id="tile110x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2025"> + <g id="tile110x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2070"> + <g id="tile110x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2115"> + <g id="tile110x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2160"> + <g id="tile110x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2205"> + <g id="tile110x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2250"> + <g id="tile110x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2295"> + <g id="tile110x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2340"> + <g id="tile110x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2385"> + <g id="tile110x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2430"> + <g id="tile110x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2475"> + <g id="tile110x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2520"> + <g id="tile110x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2565"> + <g id="tile110x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2610"> + <g id="tile110x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2655"> + <g id="tile110x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2700"> + <g id="tile110x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2745"> + <g id="tile110x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2790"> + <g id="tile110x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2835"> + <g id="tile110x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2880"> + <g id="tile110x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="2925"> + <g id="tile110x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="2970"> + <g id="tile110x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3015"> + <g id="tile110x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3060"> + <g id="tile110x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3105"> + <g id="tile110x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3150"> + <g id="tile110x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3195"> + <g id="tile110x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3240"> + <g id="tile110x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3285"> + <g id="tile110x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3330"> + <g id="tile110x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3375"> + <g id="tile110x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3420"> + <g id="tile110x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3465"> + <g id="tile110x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3510"> + <g id="tile110x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3555"> + <g id="tile110x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3600"> + <g id="tile110x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3645"> + <g id="tile110x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3690"> + <g id="tile110x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3735"> + <g id="tile110x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3780"> + <g id="tile110x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3825"> + <g id="tile110x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3870"> + <g id="tile110x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="3915"> + <g id="tile110x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="3960"> + <g id="tile110x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4005"> + <g id="tile110x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4050"> + <g id="tile110x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4095"> + <g id="tile110x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4140"> + <g id="tile110x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4185"> + <g id="tile110x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4230"> + <g id="tile110x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4275"> + <g id="tile110x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4320"> + <g id="tile110x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4365"> + <g id="tile110x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4410"> + <g id="tile110x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4455"> + <g id="tile110x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4500"> + <g id="tile110x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4545"> + <g id="tile110x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4590"> + <g id="tile110x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4635"> + <g id="tile110x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4680"> + <g id="tile110x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4725"> + <g id="tile110x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4770"> + <g id="tile110x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4815"> + <g id="tile110x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4860"> + <g id="tile110x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4905"> + <g id="tile110x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles111"> + <svg width="45" height="45" x="0" y="4950"> + <g id="tile1x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="4950"> + <g id="tile2x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="4950"> + <g id="tile3x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="4950"> + <g id="tile4x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="4950"> + <g id="tile5x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="4950"> + <g id="tile6x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="4950"> + <g id="tile7x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="4950"> + <g id="tile8x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="4950"> + <g id="tile9x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="4950"> + <g id="tile10x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="4950"> + <g id="tile11x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="4950"> + <g id="tile12x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="4950"> + <g id="tile13x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="4950"> + <g id="tile14x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="4950"> + <g id="tile15x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="4950"> + <g id="tile16x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="4950"> + <g id="tile17x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="4950"> + <g id="tile18x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="4950"> + <g id="tile19x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="4950"> + <g id="tile20x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="4950"> + <g id="tile21x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="4950"> + <g id="tile22x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="4950"> + <g id="tile23x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="4950"> + <g id="tile24x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="4950"> + <g id="tile25x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="4950"> + <g id="tile26x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="4950"> + <g id="tile27x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="4950"> + <g id="tile28x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="4950"> + <g id="tile29x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="4950"> + <g id="tile30x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="4950"> + <g id="tile31x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="4950"> + <g id="tile32x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="4950"> + <g id="tile33x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="4950"> + <g id="tile34x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="4950"> + <g id="tile35x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="4950"> + <g id="tile36x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="4950"> + <g id="tile37x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="4950"> + <g id="tile38x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="4950"> + <g id="tile39x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="4950"> + <g id="tile40x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="4950"> + <g id="tile41x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="4950"> + <g id="tile42x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="4950"> + <g id="tile43x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="4950"> + <g id="tile44x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="4950"> + <g id="tile45x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="4950"> + <g id="tile46x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="4950"> + <g id="tile47x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="4950"> + <g id="tile48x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="4950"> + <g id="tile49x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="4950"> + <g id="tile50x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="4950"> + <g id="tile51x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="4950"> + <g id="tile52x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="4950"> + <g id="tile53x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="4950"> + <g id="tile54x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="4950"> + <g id="tile55x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="4950"> + <g id="tile56x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="4950"> + <g id="tile57x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="4950"> + <g id="tile58x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="4950"> + <g id="tile59x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="4950"> + <g id="tile60x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="4950"> + <g id="tile61x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="4950"> + <g id="tile62x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="4950"> + <g id="tile63x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="4950"> + <g id="tile64x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="4950"> + <g id="tile65x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="4950"> + <g id="tile66x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="4950"> + <g id="tile67x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="4950"> + <g id="tile68x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="4950"> + <g id="tile69x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="4950"> + <g id="tile70x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="4950"> + <g id="tile71x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="4950"> + <g id="tile72x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="4950"> + <g id="tile73x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="4950"> + <g id="tile74x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="4950"> + <g id="tile75x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="4950"> + <g id="tile76x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="4950"> + <g id="tile77x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="4950"> + <g id="tile78x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="4950"> + <g id="tile79x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="4950"> + <g id="tile80x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="4950"> + <g id="tile81x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="4950"> + <g id="tile82x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="4950"> + <g id="tile83x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="4950"> + <g id="tile84x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="4950"> + <g id="tile85x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="4950"> + <g id="tile86x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="4950"> + <g id="tile87x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="4950"> + <g id="tile88x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="4950"> + <g id="tile89x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="4950"> + <g id="tile90x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="4950"> + <g id="tile91x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="4950"> + <g id="tile92x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="4950"> + <g id="tile93x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="4950"> + <g id="tile94x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="4950"> + <g id="tile95x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="4950"> + <g id="tile96x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="4950"> + <g id="tile97x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="4950"> + <g id="tile98x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="4950"> + <g id="tile99x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="4950"> + <g id="tile100x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="4950"> + <g id="tile101x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="4950"> + <g id="tile102x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="4950"> + <g id="tile103x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="4950"> + <g id="tile104x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="4950"> + <g id="tile105x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="4950"> + <g id="tile106x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="4950"> + <g id="tile107x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="4950"> + <g id="tile108x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="4950"> + <g id="tile109x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="4950"> + <g id="tile110x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="0"> + <g id="tile111x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="45"> + <g id="tile111x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="90"> + <g id="tile111x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="135"> + <g id="tile111x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="180"> + <g id="tile111x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="225"> + <g id="tile111x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="270"> + <g id="tile111x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="315"> + <g id="tile111x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="360"> + <g id="tile111x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="405"> + <g id="tile111x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="450"> + <g id="tile111x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="495"> + <g id="tile111x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="540"> + <g id="tile111x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="585"> + <g id="tile111x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="630"> + <g id="tile111x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="675"> + <g id="tile111x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="720"> + <g id="tile111x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="765"> + <g id="tile111x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="810"> + <g id="tile111x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="855"> + <g id="tile111x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="900"> + <g id="tile111x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="945"> + <g id="tile111x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="990"> + <g id="tile111x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1035"> + <g id="tile111x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1080"> + <g id="tile111x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1125"> + <g id="tile111x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1170"> + <g id="tile111x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1215"> + <g id="tile111x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1260"> + <g id="tile111x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1305"> + <g id="tile111x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1350"> + <g id="tile111x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1395"> + <g id="tile111x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1440"> + <g id="tile111x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1485"> + <g id="tile111x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1530"> + <g id="tile111x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1575"> + <g id="tile111x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1620"> + <g id="tile111x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1665"> + <g id="tile111x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1710"> + <g id="tile111x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1755"> + <g id="tile111x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1800"> + <g id="tile111x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1845"> + <g id="tile111x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1890"> + <g id="tile111x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="1935"> + <g id="tile111x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="1980"> + <g id="tile111x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2025"> + <g id="tile111x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2070"> + <g id="tile111x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2115"> + <g id="tile111x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2160"> + <g id="tile111x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2205"> + <g id="tile111x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2250"> + <g id="tile111x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2295"> + <g id="tile111x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2340"> + <g id="tile111x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2385"> + <g id="tile111x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2430"> + <g id="tile111x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2475"> + <g id="tile111x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2520"> + <g id="tile111x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2565"> + <g id="tile111x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2610"> + <g id="tile111x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2655"> + <g id="tile111x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2700"> + <g id="tile111x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2745"> + <g id="tile111x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2790"> + <g id="tile111x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2835"> + <g id="tile111x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2880"> + <g id="tile111x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="2925"> + <g id="tile111x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="2970"> + <g id="tile111x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3015"> + <g id="tile111x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3060"> + <g id="tile111x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3105"> + <g id="tile111x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3150"> + <g id="tile111x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3195"> + <g id="tile111x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3240"> + <g id="tile111x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3285"> + <g id="tile111x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3330"> + <g id="tile111x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3375"> + <g id="tile111x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3420"> + <g id="tile111x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3465"> + <g id="tile111x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3510"> + <g id="tile111x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3555"> + <g id="tile111x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3600"> + <g id="tile111x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3645"> + <g id="tile111x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3690"> + <g id="tile111x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3735"> + <g id="tile111x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3780"> + <g id="tile111x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3825"> + <g id="tile111x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3870"> + <g id="tile111x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="3915"> + <g id="tile111x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="3960"> + <g id="tile111x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4005"> + <g id="tile111x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4050"> + <g id="tile111x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4095"> + <g id="tile111x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4140"> + <g id="tile111x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4185"> + <g id="tile111x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4230"> + <g id="tile111x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4275"> + <g id="tile111x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4320"> + <g id="tile111x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4365"> + <g id="tile111x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4410"> + <g id="tile111x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4455"> + <g id="tile111x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4500"> + <g id="tile111x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4545"> + <g id="tile111x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4590"> + <g id="tile111x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4635"> + <g id="tile111x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4680"> + <g id="tile111x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4725"> + <g id="tile111x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4770"> + <g id="tile111x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4815"> + <g id="tile111x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4860"> + <g id="tile111x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4905"> + <g id="tile111x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="4950"> + <g id="tile111x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles112"> +<svg width="45" height="45" x="0" y="4995"> + <g id="tile1x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="4995"> + <g id="tile2x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="4995"> + <g id="tile3x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="4995"> + <g id="tile4x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="4995"> + <g id="tile5x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="4995"> + <g id="tile6x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="4995"> + <g id="tile7x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="4995"> + <g id="tile8x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="4995"> + <g id="tile9x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="4995"> + <g id="tile10x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="4995"> + <g id="tile11x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="4995"> + <g id="tile12x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="4995"> + <g id="tile13x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="4995"> + <g id="tile14x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="4995"> + <g id="tile15x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="4995"> + <g id="tile16x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="4995"> + <g id="tile17x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="4995"> + <g id="tile18x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="4995"> + <g id="tile19x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="4995"> + <g id="tile20x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="4995"> + <g id="tile21x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="4995"> + <g id="tile22x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="4995"> + <g id="tile23x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="4995"> + <g id="tile24x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="4995"> + <g id="tile25x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="4995"> + <g id="tile26x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="4995"> + <g id="tile27x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="4995"> + <g id="tile28x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="4995"> + <g id="tile29x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="4995"> + <g id="tile30x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="4995"> + <g id="tile31x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="4995"> + <g id="tile32x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="4995"> + <g id="tile33x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="4995"> + <g id="tile34x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="4995"> + <g id="tile35x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="4995"> + <g id="tile36x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="4995"> + <g id="tile37x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="4995"> + <g id="tile38x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="4995"> + <g id="tile39x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="4995"> + <g id="tile40x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="4995"> + <g id="tile41x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="4995"> + <g id="tile42x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="4995"> + <g id="tile43x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="4995"> + <g id="tile44x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="4995"> + <g id="tile45x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="4995"> + <g id="tile46x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="4995"> + <g id="tile47x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="4995"> + <g id="tile48x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="4995"> + <g id="tile49x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="4995"> + <g id="tile50x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="4995"> + <g id="tile51x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="4995"> + <g id="tile52x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="4995"> + <g id="tile53x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="4995"> + <g id="tile54x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="4995"> + <g id="tile55x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="4995"> + <g id="tile56x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="4995"> + <g id="tile57x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="4995"> + <g id="tile58x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="4995"> + <g id="tile59x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="4995"> + <g id="tile60x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="4995"> + <g id="tile61x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="4995"> + <g id="tile62x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="4995"> + <g id="tile63x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="4995"> + <g id="tile64x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="4995"> + <g id="tile65x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="4995"> + <g id="tile66x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="4995"> + <g id="tile67x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="4995"> + <g id="tile68x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="4995"> + <g id="tile69x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="4995"> + <g id="tile70x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="4995"> + <g id="tile71x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="4995"> + <g id="tile72x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="4995"> + <g id="tile73x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="4995"> + <g id="tile74x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="4995"> + <g id="tile75x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="4995"> + <g id="tile76x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="4995"> + <g id="tile77x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="4995"> + <g id="tile78x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="4995"> + <g id="tile79x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="4995"> + <g id="tile80x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="4995"> + <g id="tile81x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="4995"> + <g id="tile82x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="4995"> + <g id="tile83x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="4995"> + <g id="tile84x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="4995"> + <g id="tile85x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="4995"> + <g id="tile86x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="4995"> + <g id="tile87x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="4995"> + <g id="tile88x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="4995"> + <g id="tile89x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="4995"> + <g id="tile90x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="4995"> + <g id="tile91x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="4995"> + <g id="tile92x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="4995"> + <g id="tile93x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="4995"> + <g id="tile94x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="4995"> + <g id="tile95x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="4995"> + <g id="tile96x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="4995"> + <g id="tile97x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="4995"> + <g id="tile98x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="4995"> + <g id="tile99x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="4995"> + <g id="tile100x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="4995"> + <g id="tile101x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="4995"> + <g id="tile102x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="4995"> + <g id="tile103x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="4995"> + <g id="tile104x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="4995"> + <g id="tile105x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="4995"> + <g id="tile106x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="4995"> + <g id="tile107x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="4995"> + <g id="tile108x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="4995"> + <g id="tile109x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="4995"> + <g id="tile110x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="4995"> + <g id="tile111x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="4995" y="0"> + <g id="tile112x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="45"> + <g id="tile112x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="90"> + <g id="tile112x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="135"> + <g id="tile112x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="180"> + <g id="tile112x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="225"> + <g id="tile112x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="270"> + <g id="tile112x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="315"> + <g id="tile112x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="360"> + <g id="tile112x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="405"> + <g id="tile112x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="450"> + <g id="tile112x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="495"> + <g id="tile112x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="540"> + <g id="tile112x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="585"> + <g id="tile112x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="630"> + <g id="tile112x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="675"> + <g id="tile112x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="720"> + <g id="tile112x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="765"> + <g id="tile112x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="810"> + <g id="tile112x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="855"> + <g id="tile112x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="900"> + <g id="tile112x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="945"> + <g id="tile112x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="990"> + <g id="tile112x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1035"> + <g id="tile112x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1080"> + <g id="tile112x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1125"> + <g id="tile112x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1170"> + <g id="tile112x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1215"> + <g id="tile112x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1260"> + <g id="tile112x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1305"> + <g id="tile112x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1350"> + <g id="tile112x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1395"> + <g id="tile112x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1440"> + <g id="tile112x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1485"> + <g id="tile112x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1530"> + <g id="tile112x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1575"> + <g id="tile112x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1620"> + <g id="tile112x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1665"> + <g id="tile112x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1710"> + <g id="tile112x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1755"> + <g id="tile112x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1800"> + <g id="tile112x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1845"> + <g id="tile112x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1890"> + <g id="tile112x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="1935"> + <g id="tile112x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="1980"> + <g id="tile112x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2025"> + <g id="tile112x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2070"> + <g id="tile112x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2115"> + <g id="tile112x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2160"> + <g id="tile112x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2205"> + <g id="tile112x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2250"> + <g id="tile112x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2295"> + <g id="tile112x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2340"> + <g id="tile112x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2385"> + <g id="tile112x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2430"> + <g id="tile112x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2475"> + <g id="tile112x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2520"> + <g id="tile112x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2565"> + <g id="tile112x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2610"> + <g id="tile112x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2655"> + <g id="tile112x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2700"> + <g id="tile112x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2745"> + <g id="tile112x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2790"> + <g id="tile112x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2835"> + <g id="tile112x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2880"> + <g id="tile112x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="2925"> + <g id="tile112x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="2970"> + <g id="tile112x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3015"> + <g id="tile112x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3060"> + <g id="tile112x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3105"> + <g id="tile112x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3150"> + <g id="tile112x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3195"> + <g id="tile112x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3240"> + <g id="tile112x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3285"> + <g id="tile112x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3330"> + <g id="tile112x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3375"> + <g id="tile112x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3420"> + <g id="tile112x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3465"> + <g id="tile112x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3510"> + <g id="tile112x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3555"> + <g id="tile112x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3600"> + <g id="tile112x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3645"> + <g id="tile112x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3690"> + <g id="tile112x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3735"> + <g id="tile112x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3780"> + <g id="tile112x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3825"> + <g id="tile112x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3870"> + <g id="tile112x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="3915"> + <g id="tile112x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="3960"> + <g id="tile112x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4005"> + <g id="tile112x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4050"> + <g id="tile112x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4095"> + <g id="tile112x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4140"> + <g id="tile112x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4185"> + <g id="tile112x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4230"> + <g id="tile112x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4275"> + <g id="tile112x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4320"> + <g id="tile112x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4365"> + <g id="tile112x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4410"> + <g id="tile112x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4455"> + <g id="tile112x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4500"> + <g id="tile112x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4545"> + <g id="tile112x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4590"> + <g id="tile112x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4635"> + <g id="tile112x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4680"> + <g id="tile112x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4725"> + <g id="tile112x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4770"> + <g id="tile112x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4815"> + <g id="tile112x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4860"> + <g id="tile112x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4905"> + <g id="tile112x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="4950"> + <g id="tile112x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="4995"> + <g id="tile112x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles113"> + <svg width="45" height="45" x="0" y="5040"> + <g id="tile1x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="5040"> + <g id="tile2x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="5040"> + <g id="tile3x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="5040"> + <g id="tile4x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="5040"> + <g id="tile5x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="5040"> + <g id="tile6x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="5040"> + <g id="tile7x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="5040"> + <g id="tile8x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="5040"> + <g id="tile9x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="5040"> + <g id="tile10x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="5040"> + <g id="tile11x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="5040"> + <g id="tile12x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="5040"> + <g id="tile13x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="5040"> + <g id="tile14x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="5040"> + <g id="tile15x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="5040"> + <g id="tile16x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="5040"> + <g id="tile17x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="5040"> + <g id="tile18x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="5040"> + <g id="tile19x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="5040"> + <g id="tile20x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="5040"> + <g id="tile21x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="5040"> + <g id="tile22x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="5040"> + <g id="tile23x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="5040"> + <g id="tile24x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="5040"> + <g id="tile25x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="5040"> + <g id="tile26x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="5040"> + <g id="tile27x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="5040"> + <g id="tile28x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="5040"> + <g id="tile29x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="5040"> + <g id="tile30x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="5040"> + <g id="tile31x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="5040"> + <g id="tile32x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="5040"> + <g id="tile33x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="5040"> + <g id="tile34x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="5040"> + <g id="tile35x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="5040"> + <g id="tile36x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="5040"> + <g id="tile37x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="5040"> + <g id="tile38x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="5040"> + <g id="tile39x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="5040"> + <g id="tile40x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="5040"> + <g id="tile41x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="5040"> + <g id="tile42x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="5040"> + <g id="tile43x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="5040"> + <g id="tile44x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="5040"> + <g id="tile45x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="5040"> + <g id="tile46x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="5040"> + <g id="tile47x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="5040"> + <g id="tile48x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="5040"> + <g id="tile49x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="5040"> + <g id="tile50x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="5040"> + <g id="tile51x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="5040"> + <g id="tile52x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="5040"> + <g id="tile53x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="5040"> + <g id="tile54x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="5040"> + <g id="tile55x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="5040"> + <g id="tile56x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="5040"> + <g id="tile57x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="5040"> + <g id="tile58x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="5040"> + <g id="tile59x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="5040"> + <g id="tile60x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="5040"> + <g id="tile61x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="5040"> + <g id="tile62x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="5040"> + <g id="tile63x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="5040"> + <g id="tile64x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="5040"> + <g id="tile65x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="5040"> + <g id="tile66x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="5040"> + <g id="tile67x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="5040"> + <g id="tile68x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="5040"> + <g id="tile69x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="5040"> + <g id="tile70x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="5040"> + <g id="tile71x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="5040"> + <g id="tile72x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="5040"> + <g id="tile73x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="5040"> + <g id="tile74x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="5040"> + <g id="tile75x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="5040"> + <g id="tile76x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="5040"> + <g id="tile77x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="5040"> + <g id="tile78x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="5040"> + <g id="tile79x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="5040"> + <g id="tile80x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="5040"> + <g id="tile81x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="5040"> + <g id="tile82x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="5040"> + <g id="tile83x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="5040"> + <g id="tile84x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="5040"> + <g id="tile85x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="5040"> + <g id="tile86x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="5040"> + <g id="tile87x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="5040"> + <g id="tile88x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="5040"> + <g id="tile89x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="5040"> + <g id="tile90x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="5040"> + <g id="tile91x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="5040"> + <g id="tile92x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="5040"> + <g id="tile93x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="5040"> + <g id="tile94x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="5040"> + <g id="tile95x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="5040"> + <g id="tile96x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="5040"> + <g id="tile97x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="5040"> + <g id="tile98x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="5040"> + <g id="tile99x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="5040"> + <g id="tile100x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="5040"> + <g id="tile101x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="5040"> + <g id="tile102x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="5040"> + <g id="tile103x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="5040"> + <g id="tile104x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="5040"> + <g id="tile105x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="5040"> + <g id="tile106x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="5040"> + <g id="tile107x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="5040"> + <g id="tile108x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="5040"> + <g id="tile109x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="5040"> + <g id="tile110x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="5040"> + <g id="tile111x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="5040"> + <g id="tile112x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="0"> + <g id="tile113x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="45"> + <g id="tile113x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="90"> + <g id="tile113x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="135"> + <g id="tile113x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="180"> + <g id="tile113x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="225"> + <g id="tile113x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="270"> + <g id="tile113x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="315"> + <g id="tile113x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="360"> + <g id="tile113x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="405"> + <g id="tile113x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="450"> + <g id="tile113x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="495"> + <g id="tile113x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="540"> + <g id="tile113x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="585"> + <g id="tile113x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="630"> + <g id="tile113x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="675"> + <g id="tile113x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="720"> + <g id="tile113x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="765"> + <g id="tile113x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="810"> + <g id="tile113x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="855"> + <g id="tile113x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="900"> + <g id="tile113x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="945"> + <g id="tile113x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="990"> + <g id="tile113x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1035"> + <g id="tile113x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1080"> + <g id="tile113x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1125"> + <g id="tile113x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1170"> + <g id="tile113x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1215"> + <g id="tile113x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1260"> + <g id="tile113x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1305"> + <g id="tile113x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1350"> + <g id="tile113x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1395"> + <g id="tile113x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1440"> + <g id="tile113x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1485"> + <g id="tile113x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1530"> + <g id="tile113x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1575"> + <g id="tile113x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1620"> + <g id="tile113x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1665"> + <g id="tile113x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1710"> + <g id="tile113x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1755"> + <g id="tile113x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1800"> + <g id="tile113x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1845"> + <g id="tile113x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1890"> + <g id="tile113x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="1935"> + <g id="tile113x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="1980"> + <g id="tile113x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2025"> + <g id="tile113x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2070"> + <g id="tile113x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2115"> + <g id="tile113x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2160"> + <g id="tile113x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2205"> + <g id="tile113x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2250"> + <g id="tile113x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2295"> + <g id="tile113x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2340"> + <g id="tile113x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2385"> + <g id="tile113x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2430"> + <g id="tile113x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2475"> + <g id="tile113x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2520"> + <g id="tile113x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2565"> + <g id="tile113x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2610"> + <g id="tile113x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2655"> + <g id="tile113x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2700"> + <g id="tile113x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2745"> + <g id="tile113x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2790"> + <g id="tile113x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2835"> + <g id="tile113x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2880"> + <g id="tile113x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="2925"> + <g id="tile113x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="2970"> + <g id="tile113x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3015"> + <g id="tile113x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3060"> + <g id="tile113x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3105"> + <g id="tile113x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3150"> + <g id="tile113x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3195"> + <g id="tile113x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3240"> + <g id="tile113x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3285"> + <g id="tile113x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3330"> + <g id="tile113x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3375"> + <g id="tile113x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3420"> + <g id="tile113x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3465"> + <g id="tile113x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3510"> + <g id="tile113x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3555"> + <g id="tile113x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3600"> + <g id="tile113x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3645"> + <g id="tile113x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3690"> + <g id="tile113x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3735"> + <g id="tile113x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3780"> + <g id="tile113x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3825"> + <g id="tile113x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3870"> + <g id="tile113x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="3915"> + <g id="tile113x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="3960"> + <g id="tile113x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4005"> + <g id="tile113x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4050"> + <g id="tile113x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4095"> + <g id="tile113x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4140"> + <g id="tile113x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4185"> + <g id="tile113x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4230"> + <g id="tile113x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4275"> + <g id="tile113x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4320"> + <g id="tile113x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4365"> + <g id="tile113x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4410"> + <g id="tile113x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4455"> + <g id="tile113x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4500"> + <g id="tile113x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4545"> + <g id="tile113x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4590"> + <g id="tile113x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4635"> + <g id="tile113x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4680"> + <g id="tile113x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4725"> + <g id="tile113x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4770"> + <g id="tile113x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4815"> + <g id="tile113x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4860"> + <g id="tile113x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4905"> + <g id="tile113x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="4950"> + <g id="tile113x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="4995"> + <g id="tile113x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="5040"> + <g id="tile113x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles114"> +<svg width="45" height="45" x="0" y="5085"> + <g id="tile1x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="5085"> + <g id="tile2x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="5085"> + <g id="tile3x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="5085"> + <g id="tile4x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="5085"> + <g id="tile5x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="5085"> + <g id="tile6x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="5085"> + <g id="tile7x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="5085"> + <g id="tile8x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="5085"> + <g id="tile9x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="5085"> + <g id="tile10x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="5085"> + <g id="tile11x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="5085"> + <g id="tile12x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="5085"> + <g id="tile13x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="5085"> + <g id="tile14x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="5085"> + <g id="tile15x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="5085"> + <g id="tile16x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="5085"> + <g id="tile17x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="5085"> + <g id="tile18x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="5085"> + <g id="tile19x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="5085"> + <g id="tile20x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="5085"> + <g id="tile21x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="5085"> + <g id="tile22x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="5085"> + <g id="tile23x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="5085"> + <g id="tile24x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="5085"> + <g id="tile25x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="5085"> + <g id="tile26x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="5085"> + <g id="tile27x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="5085"> + <g id="tile28x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="5085"> + <g id="tile29x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="5085"> + <g id="tile30x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="5085"> + <g id="tile31x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="5085"> + <g id="tile32x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="5085"> + <g id="tile33x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="5085"> + <g id="tile34x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="5085"> + <g id="tile35x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="5085"> + <g id="tile36x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="5085"> + <g id="tile37x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="5085"> + <g id="tile38x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="5085"> + <g id="tile39x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="5085"> + <g id="tile40x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="5085"> + <g id="tile41x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="5085"> + <g id="tile42x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="5085"> + <g id="tile43x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="5085"> + <g id="tile44x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="5085"> + <g id="tile45x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="5085"> + <g id="tile46x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="5085"> + <g id="tile47x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="5085"> + <g id="tile48x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="5085"> + <g id="tile49x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="5085"> + <g id="tile50x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="5085"> + <g id="tile51x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="5085"> + <g id="tile52x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="5085"> + <g id="tile53x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="5085"> + <g id="tile54x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="5085"> + <g id="tile55x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="5085"> + <g id="tile56x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="5085"> + <g id="tile57x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="5085"> + <g id="tile58x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="5085"> + <g id="tile59x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="5085"> + <g id="tile60x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="5085"> + <g id="tile61x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="5085"> + <g id="tile62x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="5085"> + <g id="tile63x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="5085"> + <g id="tile64x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="5085"> + <g id="tile65x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="5085"> + <g id="tile66x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="5085"> + <g id="tile67x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="5085"> + <g id="tile68x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="5085"> + <g id="tile69x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="5085"> + <g id="tile70x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="5085"> + <g id="tile71x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="5085"> + <g id="tile72x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="5085"> + <g id="tile73x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="5085"> + <g id="tile74x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="5085"> + <g id="tile75x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="5085"> + <g id="tile76x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="5085"> + <g id="tile77x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="5085"> + <g id="tile78x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="5085"> + <g id="tile79x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="5085"> + <g id="tile80x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="5085"> + <g id="tile81x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="5085"> + <g id="tile82x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="5085"> + <g id="tile83x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="5085"> + <g id="tile84x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="5085"> + <g id="tile85x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="5085"> + <g id="tile86x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="5085"> + <g id="tile87x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="5085"> + <g id="tile88x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="5085"> + <g id="tile89x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="5085"> + <g id="tile90x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="5085"> + <g id="tile91x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="5085"> + <g id="tile92x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="5085"> + <g id="tile93x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="5085"> + <g id="tile94x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="5085"> + <g id="tile95x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="5085"> + <g id="tile96x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="5085"> + <g id="tile97x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="5085"> + <g id="tile98x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="5085"> + <g id="tile99x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="5085"> + <g id="tile100x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="5085"> + <g id="tile101x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="5085"> + <g id="tile102x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="5085"> + <g id="tile103x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="5085"> + <g id="tile104x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="5085"> + <g id="tile105x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="5085"> + <g id="tile106x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="5085"> + <g id="tile107x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="5085"> + <g id="tile108x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="5085"> + <g id="tile109x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="5085"> + <g id="tile110x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="5085"> + <g id="tile111x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="5085"> + <g id="tile112x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="5085"> + <g id="tile113x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="5085" y="0"> + <g id="tile114x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="45"> + <g id="tile114x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="90"> + <g id="tile114x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="135"> + <g id="tile114x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="180"> + <g id="tile114x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="225"> + <g id="tile114x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="270"> + <g id="tile114x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="315"> + <g id="tile114x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="360"> + <g id="tile114x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="405"> + <g id="tile114x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="450"> + <g id="tile114x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="495"> + <g id="tile114x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="540"> + <g id="tile114x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="585"> + <g id="tile114x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="630"> + <g id="tile114x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="675"> + <g id="tile114x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="720"> + <g id="tile114x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="765"> + <g id="tile114x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="810"> + <g id="tile114x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="855"> + <g id="tile114x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="900"> + <g id="tile114x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="945"> + <g id="tile114x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="990"> + <g id="tile114x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1035"> + <g id="tile114x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1080"> + <g id="tile114x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1125"> + <g id="tile114x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1170"> + <g id="tile114x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1215"> + <g id="tile114x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1260"> + <g id="tile114x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1305"> + <g id="tile114x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1350"> + <g id="tile114x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1395"> + <g id="tile114x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1440"> + <g id="tile114x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1485"> + <g id="tile114x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1530"> + <g id="tile114x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1575"> + <g id="tile114x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1620"> + <g id="tile114x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1665"> + <g id="tile114x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1710"> + <g id="tile114x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1755"> + <g id="tile114x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1800"> + <g id="tile114x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1845"> + <g id="tile114x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1890"> + <g id="tile114x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="1935"> + <g id="tile114x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="1980"> + <g id="tile114x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2025"> + <g id="tile114x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2070"> + <g id="tile114x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2115"> + <g id="tile114x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2160"> + <g id="tile114x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2205"> + <g id="tile114x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2250"> + <g id="tile114x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2295"> + <g id="tile114x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2340"> + <g id="tile114x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2385"> + <g id="tile114x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2430"> + <g id="tile114x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2475"> + <g id="tile114x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2520"> + <g id="tile114x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2565"> + <g id="tile114x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2610"> + <g id="tile114x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2655"> + <g id="tile114x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2700"> + <g id="tile114x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2745"> + <g id="tile114x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2790"> + <g id="tile114x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2835"> + <g id="tile114x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2880"> + <g id="tile114x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="2925"> + <g id="tile114x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="2970"> + <g id="tile114x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3015"> + <g id="tile114x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3060"> + <g id="tile114x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3105"> + <g id="tile114x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3150"> + <g id="tile114x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3195"> + <g id="tile114x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3240"> + <g id="tile114x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3285"> + <g id="tile114x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3330"> + <g id="tile114x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3375"> + <g id="tile114x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3420"> + <g id="tile114x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3465"> + <g id="tile114x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3510"> + <g id="tile114x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3555"> + <g id="tile114x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3600"> + <g id="tile114x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3645"> + <g id="tile114x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3690"> + <g id="tile114x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3735"> + <g id="tile114x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3780"> + <g id="tile114x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3825"> + <g id="tile114x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3870"> + <g id="tile114x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="3915"> + <g id="tile114x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="3960"> + <g id="tile114x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4005"> + <g id="tile114x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4050"> + <g id="tile114x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4095"> + <g id="tile114x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4140"> + <g id="tile114x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4185"> + <g id="tile114x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4230"> + <g id="tile114x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4275"> + <g id="tile114x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4320"> + <g id="tile114x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4365"> + <g id="tile114x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4410"> + <g id="tile114x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4455"> + <g id="tile114x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4500"> + <g id="tile114x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4545"> + <g id="tile114x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4590"> + <g id="tile114x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4635"> + <g id="tile114x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4680"> + <g id="tile114x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4725"> + <g id="tile114x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4770"> + <g id="tile114x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4815"> + <g id="tile114x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4860"> + <g id="tile114x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4905"> + <g id="tile114x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="4950"> + <g id="tile114x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="4995"> + <g id="tile114x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="5040"> + <g id="tile114x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="5085"> + <g id="tile114x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles115"> + <svg width="45" height="45" x="0" y="5130"> + <g id="tile1x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="5130"> + <g id="tile2x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="5130"> + <g id="tile3x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="5130"> + <g id="tile4x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="5130"> + <g id="tile5x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="5130"> + <g id="tile6x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="5130"> + <g id="tile7x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="5130"> + <g id="tile8x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="5130"> + <g id="tile9x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="5130"> + <g id="tile10x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="5130"> + <g id="tile11x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="5130"> + <g id="tile12x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="5130"> + <g id="tile13x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="5130"> + <g id="tile14x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="5130"> + <g id="tile15x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="5130"> + <g id="tile16x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="5130"> + <g id="tile17x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="5130"> + <g id="tile18x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="5130"> + <g id="tile19x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="5130"> + <g id="tile20x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="5130"> + <g id="tile21x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="5130"> + <g id="tile22x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="5130"> + <g id="tile23x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="5130"> + <g id="tile24x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="5130"> + <g id="tile25x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="5130"> + <g id="tile26x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="5130"> + <g id="tile27x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="5130"> + <g id="tile28x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="5130"> + <g id="tile29x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="5130"> + <g id="tile30x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="5130"> + <g id="tile31x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="5130"> + <g id="tile32x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="5130"> + <g id="tile33x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="5130"> + <g id="tile34x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="5130"> + <g id="tile35x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="5130"> + <g id="tile36x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="5130"> + <g id="tile37x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="5130"> + <g id="tile38x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="5130"> + <g id="tile39x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="5130"> + <g id="tile40x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="5130"> + <g id="tile41x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="5130"> + <g id="tile42x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="5130"> + <g id="tile43x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="5130"> + <g id="tile44x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="5130"> + <g id="tile45x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="5130"> + <g id="tile46x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="5130"> + <g id="tile47x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="5130"> + <g id="tile48x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="5130"> + <g id="tile49x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="5130"> + <g id="tile50x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="5130"> + <g id="tile51x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="5130"> + <g id="tile52x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="5130"> + <g id="tile53x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="5130"> + <g id="tile54x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="5130"> + <g id="tile55x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="5130"> + <g id="tile56x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="5130"> + <g id="tile57x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="5130"> + <g id="tile58x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="5130"> + <g id="tile59x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="5130"> + <g id="tile60x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="5130"> + <g id="tile61x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="5130"> + <g id="tile62x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="5130"> + <g id="tile63x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="5130"> + <g id="tile64x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="5130"> + <g id="tile65x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="5130"> + <g id="tile66x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="5130"> + <g id="tile67x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="5130"> + <g id="tile68x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="5130"> + <g id="tile69x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="5130"> + <g id="tile70x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="5130"> + <g id="tile71x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="5130"> + <g id="tile72x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="5130"> + <g id="tile73x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="5130"> + <g id="tile74x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="5130"> + <g id="tile75x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="5130"> + <g id="tile76x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="5130"> + <g id="tile77x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="5130"> + <g id="tile78x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="5130"> + <g id="tile79x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="5130"> + <g id="tile80x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="5130"> + <g id="tile81x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="5130"> + <g id="tile82x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="5130"> + <g id="tile83x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="5130"> + <g id="tile84x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="5130"> + <g id="tile85x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="5130"> + <g id="tile86x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="5130"> + <g id="tile87x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="5130"> + <g id="tile88x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="5130"> + <g id="tile89x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="5130"> + <g id="tile90x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="5130"> + <g id="tile91x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="5130"> + <g id="tile92x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="5130"> + <g id="tile93x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="5130"> + <g id="tile94x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="5130"> + <g id="tile95x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="5130"> + <g id="tile96x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="5130"> + <g id="tile97x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="5130"> + <g id="tile98x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="5130"> + <g id="tile99x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="5130"> + <g id="tile100x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="5130"> + <g id="tile101x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="5130"> + <g id="tile102x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="5130"> + <g id="tile103x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="5130"> + <g id="tile104x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="5130"> + <g id="tile105x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="5130"> + <g id="tile106x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="5130"> + <g id="tile107x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="5130"> + <g id="tile108x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="5130"> + <g id="tile109x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="5130"> + <g id="tile110x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="5130"> + <g id="tile111x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="5130"> + <g id="tile112x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="5130"> + <g id="tile113x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="5130"> + <g id="tile114x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="0"> + <g id="tile115x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="45"> + <g id="tile115x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="90"> + <g id="tile115x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="135"> + <g id="tile115x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="180"> + <g id="tile115x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="225"> + <g id="tile115x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="270"> + <g id="tile115x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="315"> + <g id="tile115x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="360"> + <g id="tile115x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="405"> + <g id="tile115x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="450"> + <g id="tile115x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="495"> + <g id="tile115x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="540"> + <g id="tile115x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="585"> + <g id="tile115x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="630"> + <g id="tile115x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="675"> + <g id="tile115x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="720"> + <g id="tile115x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="765"> + <g id="tile115x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="810"> + <g id="tile115x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="855"> + <g id="tile115x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="900"> + <g id="tile115x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="945"> + <g id="tile115x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="990"> + <g id="tile115x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1035"> + <g id="tile115x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1080"> + <g id="tile115x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1125"> + <g id="tile115x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1170"> + <g id="tile115x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1215"> + <g id="tile115x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1260"> + <g id="tile115x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1305"> + <g id="tile115x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1350"> + <g id="tile115x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1395"> + <g id="tile115x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1440"> + <g id="tile115x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1485"> + <g id="tile115x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1530"> + <g id="tile115x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1575"> + <g id="tile115x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1620"> + <g id="tile115x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1665"> + <g id="tile115x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1710"> + <g id="tile115x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1755"> + <g id="tile115x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1800"> + <g id="tile115x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1845"> + <g id="tile115x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1890"> + <g id="tile115x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="1935"> + <g id="tile115x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="1980"> + <g id="tile115x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2025"> + <g id="tile115x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2070"> + <g id="tile115x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2115"> + <g id="tile115x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2160"> + <g id="tile115x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2205"> + <g id="tile115x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2250"> + <g id="tile115x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2295"> + <g id="tile115x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2340"> + <g id="tile115x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2385"> + <g id="tile115x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2430"> + <g id="tile115x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2475"> + <g id="tile115x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2520"> + <g id="tile115x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2565"> + <g id="tile115x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2610"> + <g id="tile115x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2655"> + <g id="tile115x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2700"> + <g id="tile115x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2745"> + <g id="tile115x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2790"> + <g id="tile115x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2835"> + <g id="tile115x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2880"> + <g id="tile115x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="2925"> + <g id="tile115x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="2970"> + <g id="tile115x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3015"> + <g id="tile115x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3060"> + <g id="tile115x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3105"> + <g id="tile115x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3150"> + <g id="tile115x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3195"> + <g id="tile115x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3240"> + <g id="tile115x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3285"> + <g id="tile115x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3330"> + <g id="tile115x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3375"> + <g id="tile115x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3420"> + <g id="tile115x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3465"> + <g id="tile115x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3510"> + <g id="tile115x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3555"> + <g id="tile115x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3600"> + <g id="tile115x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3645"> + <g id="tile115x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3690"> + <g id="tile115x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3735"> + <g id="tile115x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3780"> + <g id="tile115x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3825"> + <g id="tile115x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3870"> + <g id="tile115x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="3915"> + <g id="tile115x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="3960"> + <g id="tile115x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4005"> + <g id="tile115x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4050"> + <g id="tile115x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4095"> + <g id="tile115x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4140"> + <g id="tile115x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4185"> + <g id="tile115x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4230"> + <g id="tile115x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4275"> + <g id="tile115x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4320"> + <g id="tile115x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4365"> + <g id="tile115x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4410"> + <g id="tile115x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4455"> + <g id="tile115x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4500"> + <g id="tile115x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4545"> + <g id="tile115x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4590"> + <g id="tile115x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4635"> + <g id="tile115x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4680"> + <g id="tile115x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4725"> + <g id="tile115x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4770"> + <g id="tile115x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4815"> + <g id="tile115x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4860"> + <g id="tile115x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4905"> + <g id="tile115x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="4950"> + <g id="tile115x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="4995"> + <g id="tile115x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="5040"> + <g id="tile115x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="5085"> + <g id="tile115x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="5130"> + <g id="tile115x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles116"> +<svg width="45" height="45" x="0" y="5175"> + <g id="tile1x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="5175"> + <g id="tile2x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="5175"> + <g id="tile3x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="5175"> + <g id="tile4x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="5175"> + <g id="tile5x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="5175"> + <g id="tile6x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="5175"> + <g id="tile7x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="5175"> + <g id="tile8x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="5175"> + <g id="tile9x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="5175"> + <g id="tile10x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="5175"> + <g id="tile11x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="5175"> + <g id="tile12x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="5175"> + <g id="tile13x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="5175"> + <g id="tile14x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="5175"> + <g id="tile15x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="5175"> + <g id="tile16x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="5175"> + <g id="tile17x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="5175"> + <g id="tile18x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="5175"> + <g id="tile19x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="5175"> + <g id="tile20x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="5175"> + <g id="tile21x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="5175"> + <g id="tile22x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="5175"> + <g id="tile23x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="5175"> + <g id="tile24x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="5175"> + <g id="tile25x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="5175"> + <g id="tile26x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="5175"> + <g id="tile27x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="5175"> + <g id="tile28x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="5175"> + <g id="tile29x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="5175"> + <g id="tile30x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="5175"> + <g id="tile31x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="5175"> + <g id="tile32x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="5175"> + <g id="tile33x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="5175"> + <g id="tile34x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="5175"> + <g id="tile35x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="5175"> + <g id="tile36x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="5175"> + <g id="tile37x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="5175"> + <g id="tile38x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="5175"> + <g id="tile39x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="5175"> + <g id="tile40x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="5175"> + <g id="tile41x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="5175"> + <g id="tile42x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="5175"> + <g id="tile43x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="5175"> + <g id="tile44x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="5175"> + <g id="tile45x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="5175"> + <g id="tile46x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="5175"> + <g id="tile47x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="5175"> + <g id="tile48x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="5175"> + <g id="tile49x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="5175"> + <g id="tile50x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="5175"> + <g id="tile51x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="5175"> + <g id="tile52x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="5175"> + <g id="tile53x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="5175"> + <g id="tile54x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="5175"> + <g id="tile55x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="5175"> + <g id="tile56x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="5175"> + <g id="tile57x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="5175"> + <g id="tile58x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="5175"> + <g id="tile59x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="5175"> + <g id="tile60x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="5175"> + <g id="tile61x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="5175"> + <g id="tile62x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="5175"> + <g id="tile63x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="5175"> + <g id="tile64x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="5175"> + <g id="tile65x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="5175"> + <g id="tile66x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="5175"> + <g id="tile67x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="5175"> + <g id="tile68x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="5175"> + <g id="tile69x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="5175"> + <g id="tile70x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="5175"> + <g id="tile71x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="5175"> + <g id="tile72x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="5175"> + <g id="tile73x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="5175"> + <g id="tile74x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="5175"> + <g id="tile75x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="5175"> + <g id="tile76x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="5175"> + <g id="tile77x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="5175"> + <g id="tile78x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="5175"> + <g id="tile79x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="5175"> + <g id="tile80x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="5175"> + <g id="tile81x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="5175"> + <g id="tile82x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="5175"> + <g id="tile83x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="5175"> + <g id="tile84x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="5175"> + <g id="tile85x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="5175"> + <g id="tile86x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="5175"> + <g id="tile87x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="5175"> + <g id="tile88x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="5175"> + <g id="tile89x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="5175"> + <g id="tile90x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="5175"> + <g id="tile91x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="5175"> + <g id="tile92x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="5175"> + <g id="tile93x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="5175"> + <g id="tile94x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="5175"> + <g id="tile95x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="5175"> + <g id="tile96x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="5175"> + <g id="tile97x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="5175"> + <g id="tile98x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="5175"> + <g id="tile99x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="5175"> + <g id="tile100x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="5175"> + <g id="tile101x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="5175"> + <g id="tile102x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="5175"> + <g id="tile103x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="5175"> + <g id="tile104x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="5175"> + <g id="tile105x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="5175"> + <g id="tile106x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="5175"> + <g id="tile107x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="5175"> + <g id="tile108x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="5175"> + <g id="tile109x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="5175"> + <g id="tile110x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="5175"> + <g id="tile111x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="5175"> + <g id="tile112x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="5175"> + <g id="tile113x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="5175"> + <g id="tile114x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="5175"> + <g id="tile115x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="5175" y="0"> + <g id="tile116x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="45"> + <g id="tile116x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="90"> + <g id="tile116x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="135"> + <g id="tile116x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="180"> + <g id="tile116x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="225"> + <g id="tile116x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="270"> + <g id="tile116x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="315"> + <g id="tile116x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="360"> + <g id="tile116x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="405"> + <g id="tile116x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="450"> + <g id="tile116x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="495"> + <g id="tile116x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="540"> + <g id="tile116x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="585"> + <g id="tile116x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="630"> + <g id="tile116x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="675"> + <g id="tile116x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="720"> + <g id="tile116x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="765"> + <g id="tile116x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="810"> + <g id="tile116x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="855"> + <g id="tile116x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="900"> + <g id="tile116x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="945"> + <g id="tile116x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="990"> + <g id="tile116x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1035"> + <g id="tile116x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1080"> + <g id="tile116x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1125"> + <g id="tile116x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1170"> + <g id="tile116x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1215"> + <g id="tile116x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1260"> + <g id="tile116x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1305"> + <g id="tile116x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1350"> + <g id="tile116x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1395"> + <g id="tile116x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1440"> + <g id="tile116x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1485"> + <g id="tile116x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1530"> + <g id="tile116x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1575"> + <g id="tile116x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1620"> + <g id="tile116x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1665"> + <g id="tile116x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1710"> + <g id="tile116x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1755"> + <g id="tile116x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1800"> + <g id="tile116x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1845"> + <g id="tile116x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1890"> + <g id="tile116x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="1935"> + <g id="tile116x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="1980"> + <g id="tile116x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2025"> + <g id="tile116x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2070"> + <g id="tile116x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2115"> + <g id="tile116x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2160"> + <g id="tile116x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2205"> + <g id="tile116x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2250"> + <g id="tile116x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2295"> + <g id="tile116x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2340"> + <g id="tile116x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2385"> + <g id="tile116x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2430"> + <g id="tile116x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2475"> + <g id="tile116x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2520"> + <g id="tile116x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2565"> + <g id="tile116x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2610"> + <g id="tile116x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2655"> + <g id="tile116x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2700"> + <g id="tile116x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2745"> + <g id="tile116x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2790"> + <g id="tile116x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2835"> + <g id="tile116x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2880"> + <g id="tile116x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="2925"> + <g id="tile116x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="2970"> + <g id="tile116x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3015"> + <g id="tile116x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3060"> + <g id="tile116x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3105"> + <g id="tile116x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3150"> + <g id="tile116x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3195"> + <g id="tile116x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3240"> + <g id="tile116x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3285"> + <g id="tile116x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3330"> + <g id="tile116x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3375"> + <g id="tile116x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3420"> + <g id="tile116x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3465"> + <g id="tile116x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3510"> + <g id="tile116x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3555"> + <g id="tile116x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3600"> + <g id="tile116x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3645"> + <g id="tile116x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3690"> + <g id="tile116x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3735"> + <g id="tile116x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3780"> + <g id="tile116x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3825"> + <g id="tile116x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3870"> + <g id="tile116x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="3915"> + <g id="tile116x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="3960"> + <g id="tile116x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4005"> + <g id="tile116x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4050"> + <g id="tile116x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4095"> + <g id="tile116x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4140"> + <g id="tile116x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4185"> + <g id="tile116x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4230"> + <g id="tile116x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4275"> + <g id="tile116x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4320"> + <g id="tile116x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4365"> + <g id="tile116x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4410"> + <g id="tile116x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4455"> + <g id="tile116x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4500"> + <g id="tile116x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4545"> + <g id="tile116x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4590"> + <g id="tile116x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4635"> + <g id="tile116x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4680"> + <g id="tile116x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4725"> + <g id="tile116x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4770"> + <g id="tile116x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4815"> + <g id="tile116x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4860"> + <g id="tile116x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4905"> + <g id="tile116x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="4950"> + <g id="tile116x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="4995"> + <g id="tile116x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="5040"> + <g id="tile116x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="5085"> + <g id="tile116x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="5130"> + <g id="tile116x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="5175"> + <g id="tile116x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles117"> + <svg width="45" height="45" x="0" y="5220"> + <g id="tile1x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="5220"> + <g id="tile2x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="5220"> + <g id="tile3x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="5220"> + <g id="tile4x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="5220"> + <g id="tile5x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="5220"> + <g id="tile6x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="5220"> + <g id="tile7x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="5220"> + <g id="tile8x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="5220"> + <g id="tile9x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="5220"> + <g id="tile10x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="5220"> + <g id="tile11x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="5220"> + <g id="tile12x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="5220"> + <g id="tile13x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="5220"> + <g id="tile14x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="5220"> + <g id="tile15x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="5220"> + <g id="tile16x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="5220"> + <g id="tile17x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="5220"> + <g id="tile18x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="5220"> + <g id="tile19x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="5220"> + <g id="tile20x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="5220"> + <g id="tile21x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="5220"> + <g id="tile22x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="5220"> + <g id="tile23x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="5220"> + <g id="tile24x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="5220"> + <g id="tile25x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="5220"> + <g id="tile26x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="5220"> + <g id="tile27x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="5220"> + <g id="tile28x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="5220"> + <g id="tile29x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="5220"> + <g id="tile30x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="5220"> + <g id="tile31x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="5220"> + <g id="tile32x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="5220"> + <g id="tile33x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="5220"> + <g id="tile34x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="5220"> + <g id="tile35x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="5220"> + <g id="tile36x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="5220"> + <g id="tile37x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="5220"> + <g id="tile38x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="5220"> + <g id="tile39x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="5220"> + <g id="tile40x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="5220"> + <g id="tile41x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="5220"> + <g id="tile42x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="5220"> + <g id="tile43x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="5220"> + <g id="tile44x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="5220"> + <g id="tile45x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="5220"> + <g id="tile46x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="5220"> + <g id="tile47x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="5220"> + <g id="tile48x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="5220"> + <g id="tile49x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="5220"> + <g id="tile50x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="5220"> + <g id="tile51x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="5220"> + <g id="tile52x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="5220"> + <g id="tile53x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="5220"> + <g id="tile54x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="5220"> + <g id="tile55x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="5220"> + <g id="tile56x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="5220"> + <g id="tile57x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="5220"> + <g id="tile58x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="5220"> + <g id="tile59x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="5220"> + <g id="tile60x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="5220"> + <g id="tile61x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="5220"> + <g id="tile62x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="5220"> + <g id="tile63x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="5220"> + <g id="tile64x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="5220"> + <g id="tile65x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="5220"> + <g id="tile66x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="5220"> + <g id="tile67x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="5220"> + <g id="tile68x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="5220"> + <g id="tile69x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="5220"> + <g id="tile70x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="5220"> + <g id="tile71x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="5220"> + <g id="tile72x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="5220"> + <g id="tile73x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="5220"> + <g id="tile74x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="5220"> + <g id="tile75x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="5220"> + <g id="tile76x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="5220"> + <g id="tile77x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="5220"> + <g id="tile78x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="5220"> + <g id="tile79x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="5220"> + <g id="tile80x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="5220"> + <g id="tile81x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="5220"> + <g id="tile82x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="5220"> + <g id="tile83x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="5220"> + <g id="tile84x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="5220"> + <g id="tile85x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="5220"> + <g id="tile86x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="5220"> + <g id="tile87x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="5220"> + <g id="tile88x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="5220"> + <g id="tile89x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="5220"> + <g id="tile90x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="5220"> + <g id="tile91x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="5220"> + <g id="tile92x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="5220"> + <g id="tile93x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="5220"> + <g id="tile94x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="5220"> + <g id="tile95x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="5220"> + <g id="tile96x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="5220"> + <g id="tile97x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="5220"> + <g id="tile98x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="5220"> + <g id="tile99x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="5220"> + <g id="tile100x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="5220"> + <g id="tile101x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="5220"> + <g id="tile102x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="5220"> + <g id="tile103x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="5220"> + <g id="tile104x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="5220"> + <g id="tile105x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="5220"> + <g id="tile106x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="5220"> + <g id="tile107x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="5220"> + <g id="tile108x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="5220"> + <g id="tile109x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="5220"> + <g id="tile110x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="5220"> + <g id="tile111x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="5220"> + <g id="tile112x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="5220"> + <g id="tile113x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="5220"> + <g id="tile114x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="5220"> + <g id="tile115x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="5220"> + <g id="tile116x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="0"> + <g id="tile117x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="45"> + <g id="tile117x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="90"> + <g id="tile117x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="135"> + <g id="tile117x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="180"> + <g id="tile117x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="225"> + <g id="tile117x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="270"> + <g id="tile117x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="315"> + <g id="tile117x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="360"> + <g id="tile117x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="405"> + <g id="tile117x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="450"> + <g id="tile117x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="495"> + <g id="tile117x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="540"> + <g id="tile117x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="585"> + <g id="tile117x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="630"> + <g id="tile117x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="675"> + <g id="tile117x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="720"> + <g id="tile117x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="765"> + <g id="tile117x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="810"> + <g id="tile117x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="855"> + <g id="tile117x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="900"> + <g id="tile117x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="945"> + <g id="tile117x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="990"> + <g id="tile117x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1035"> + <g id="tile117x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1080"> + <g id="tile117x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1125"> + <g id="tile117x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1170"> + <g id="tile117x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1215"> + <g id="tile117x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1260"> + <g id="tile117x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1305"> + <g id="tile117x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1350"> + <g id="tile117x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1395"> + <g id="tile117x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1440"> + <g id="tile117x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1485"> + <g id="tile117x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1530"> + <g id="tile117x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1575"> + <g id="tile117x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1620"> + <g id="tile117x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1665"> + <g id="tile117x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1710"> + <g id="tile117x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1755"> + <g id="tile117x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1800"> + <g id="tile117x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1845"> + <g id="tile117x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1890"> + <g id="tile117x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="1935"> + <g id="tile117x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="1980"> + <g id="tile117x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2025"> + <g id="tile117x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2070"> + <g id="tile117x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2115"> + <g id="tile117x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2160"> + <g id="tile117x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2205"> + <g id="tile117x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2250"> + <g id="tile117x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2295"> + <g id="tile117x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2340"> + <g id="tile117x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2385"> + <g id="tile117x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2430"> + <g id="tile117x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2475"> + <g id="tile117x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2520"> + <g id="tile117x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2565"> + <g id="tile117x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2610"> + <g id="tile117x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2655"> + <g id="tile117x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2700"> + <g id="tile117x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2745"> + <g id="tile117x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2790"> + <g id="tile117x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2835"> + <g id="tile117x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2880"> + <g id="tile117x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="2925"> + <g id="tile117x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="2970"> + <g id="tile117x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3015"> + <g id="tile117x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3060"> + <g id="tile117x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3105"> + <g id="tile117x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3150"> + <g id="tile117x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3195"> + <g id="tile117x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3240"> + <g id="tile117x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3285"> + <g id="tile117x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3330"> + <g id="tile117x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3375"> + <g id="tile117x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3420"> + <g id="tile117x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3465"> + <g id="tile117x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3510"> + <g id="tile117x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3555"> + <g id="tile117x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3600"> + <g id="tile117x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3645"> + <g id="tile117x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3690"> + <g id="tile117x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3735"> + <g id="tile117x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3780"> + <g id="tile117x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3825"> + <g id="tile117x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3870"> + <g id="tile117x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="3915"> + <g id="tile117x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="3960"> + <g id="tile117x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4005"> + <g id="tile117x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4050"> + <g id="tile117x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4095"> + <g id="tile117x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4140"> + <g id="tile117x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4185"> + <g id="tile117x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4230"> + <g id="tile117x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4275"> + <g id="tile117x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4320"> + <g id="tile117x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4365"> + <g id="tile117x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4410"> + <g id="tile117x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4455"> + <g id="tile117x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4500"> + <g id="tile117x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4545"> + <g id="tile117x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4590"> + <g id="tile117x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4635"> + <g id="tile117x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4680"> + <g id="tile117x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4725"> + <g id="tile117x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4770"> + <g id="tile117x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4815"> + <g id="tile117x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4860"> + <g id="tile117x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4905"> + <g id="tile117x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="4950"> + <g id="tile117x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="4995"> + <g id="tile117x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="5040"> + <g id="tile117x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="5085"> + <g id="tile117x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="5130"> + <g id="tile117x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="5175"> + <g id="tile117x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="5220"> + <g id="tile117x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles118"> +<svg width="45" height="45" x="0" y="5265"> + <g id="tile1x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="5265"> + <g id="tile2x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="5265"> + <g id="tile3x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="5265"> + <g id="tile4x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="5265"> + <g id="tile5x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="5265"> + <g id="tile6x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="5265"> + <g id="tile7x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="5265"> + <g id="tile8x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="5265"> + <g id="tile9x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="5265"> + <g id="tile10x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="5265"> + <g id="tile11x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="5265"> + <g id="tile12x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="5265"> + <g id="tile13x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="5265"> + <g id="tile14x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="5265"> + <g id="tile15x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="5265"> + <g id="tile16x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="5265"> + <g id="tile17x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="5265"> + <g id="tile18x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="5265"> + <g id="tile19x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="5265"> + <g id="tile20x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="5265"> + <g id="tile21x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="5265"> + <g id="tile22x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="5265"> + <g id="tile23x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="5265"> + <g id="tile24x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="5265"> + <g id="tile25x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="5265"> + <g id="tile26x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="5265"> + <g id="tile27x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="5265"> + <g id="tile28x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="5265"> + <g id="tile29x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="5265"> + <g id="tile30x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="5265"> + <g id="tile31x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="5265"> + <g id="tile32x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="5265"> + <g id="tile33x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="5265"> + <g id="tile34x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="5265"> + <g id="tile35x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="5265"> + <g id="tile36x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="5265"> + <g id="tile37x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="5265"> + <g id="tile38x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="5265"> + <g id="tile39x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="5265"> + <g id="tile40x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="5265"> + <g id="tile41x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="5265"> + <g id="tile42x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="5265"> + <g id="tile43x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="5265"> + <g id="tile44x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="5265"> + <g id="tile45x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="5265"> + <g id="tile46x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="5265"> + <g id="tile47x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="5265"> + <g id="tile48x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="5265"> + <g id="tile49x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="5265"> + <g id="tile50x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="5265"> + <g id="tile51x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="5265"> + <g id="tile52x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="5265"> + <g id="tile53x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="5265"> + <g id="tile54x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="5265"> + <g id="tile55x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="5265"> + <g id="tile56x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="5265"> + <g id="tile57x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="5265"> + <g id="tile58x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="5265"> + <g id="tile59x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="5265"> + <g id="tile60x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="5265"> + <g id="tile61x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="5265"> + <g id="tile62x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="5265"> + <g id="tile63x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="5265"> + <g id="tile64x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="5265"> + <g id="tile65x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="5265"> + <g id="tile66x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="5265"> + <g id="tile67x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="5265"> + <g id="tile68x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="5265"> + <g id="tile69x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="5265"> + <g id="tile70x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="5265"> + <g id="tile71x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="5265"> + <g id="tile72x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="5265"> + <g id="tile73x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="5265"> + <g id="tile74x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="5265"> + <g id="tile75x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="5265"> + <g id="tile76x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="5265"> + <g id="tile77x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="5265"> + <g id="tile78x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="5265"> + <g id="tile79x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="5265"> + <g id="tile80x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="5265"> + <g id="tile81x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="5265"> + <g id="tile82x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="5265"> + <g id="tile83x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="5265"> + <g id="tile84x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="5265"> + <g id="tile85x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="5265"> + <g id="tile86x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="5265"> + <g id="tile87x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="5265"> + <g id="tile88x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="5265"> + <g id="tile89x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="5265"> + <g id="tile90x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="5265"> + <g id="tile91x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="5265"> + <g id="tile92x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="5265"> + <g id="tile93x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="5265"> + <g id="tile94x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="5265"> + <g id="tile95x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="5265"> + <g id="tile96x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="5265"> + <g id="tile97x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="5265"> + <g id="tile98x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="5265"> + <g id="tile99x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="5265"> + <g id="tile100x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="5265"> + <g id="tile101x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="5265"> + <g id="tile102x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="5265"> + <g id="tile103x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="5265"> + <g id="tile104x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="5265"> + <g id="tile105x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="5265"> + <g id="tile106x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="5265"> + <g id="tile107x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="5265"> + <g id="tile108x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="5265"> + <g id="tile109x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="5265"> + <g id="tile110x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="5265"> + <g id="tile111x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="5265"> + <g id="tile112x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="5265"> + <g id="tile113x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="5265"> + <g id="tile114x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="5265"> + <g id="tile115x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="5265"> + <g id="tile116x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="5265"> + <g id="tile117x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="5265" y="0"> + <g id="tile118x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="45"> + <g id="tile118x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="90"> + <g id="tile118x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="135"> + <g id="tile118x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="180"> + <g id="tile118x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="225"> + <g id="tile118x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="270"> + <g id="tile118x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="315"> + <g id="tile118x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="360"> + <g id="tile118x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="405"> + <g id="tile118x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="450"> + <g id="tile118x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="495"> + <g id="tile118x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="540"> + <g id="tile118x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="585"> + <g id="tile118x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="630"> + <g id="tile118x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="675"> + <g id="tile118x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="720"> + <g id="tile118x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="765"> + <g id="tile118x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="810"> + <g id="tile118x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="855"> + <g id="tile118x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="900"> + <g id="tile118x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="945"> + <g id="tile118x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="990"> + <g id="tile118x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1035"> + <g id="tile118x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1080"> + <g id="tile118x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1125"> + <g id="tile118x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1170"> + <g id="tile118x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1215"> + <g id="tile118x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1260"> + <g id="tile118x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1305"> + <g id="tile118x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1350"> + <g id="tile118x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1395"> + <g id="tile118x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1440"> + <g id="tile118x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1485"> + <g id="tile118x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1530"> + <g id="tile118x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1575"> + <g id="tile118x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1620"> + <g id="tile118x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1665"> + <g id="tile118x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1710"> + <g id="tile118x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1755"> + <g id="tile118x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1800"> + <g id="tile118x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1845"> + <g id="tile118x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1890"> + <g id="tile118x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="1935"> + <g id="tile118x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="1980"> + <g id="tile118x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2025"> + <g id="tile118x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2070"> + <g id="tile118x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2115"> + <g id="tile118x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2160"> + <g id="tile118x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2205"> + <g id="tile118x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2250"> + <g id="tile118x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2295"> + <g id="tile118x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2340"> + <g id="tile118x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2385"> + <g id="tile118x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2430"> + <g id="tile118x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2475"> + <g id="tile118x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2520"> + <g id="tile118x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2565"> + <g id="tile118x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2610"> + <g id="tile118x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2655"> + <g id="tile118x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2700"> + <g id="tile118x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2745"> + <g id="tile118x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2790"> + <g id="tile118x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2835"> + <g id="tile118x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2880"> + <g id="tile118x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="2925"> + <g id="tile118x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="2970"> + <g id="tile118x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3015"> + <g id="tile118x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3060"> + <g id="tile118x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3105"> + <g id="tile118x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3150"> + <g id="tile118x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3195"> + <g id="tile118x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3240"> + <g id="tile118x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3285"> + <g id="tile118x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3330"> + <g id="tile118x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3375"> + <g id="tile118x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3420"> + <g id="tile118x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3465"> + <g id="tile118x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3510"> + <g id="tile118x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3555"> + <g id="tile118x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3600"> + <g id="tile118x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3645"> + <g id="tile118x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3690"> + <g id="tile118x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3735"> + <g id="tile118x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3780"> + <g id="tile118x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3825"> + <g id="tile118x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3870"> + <g id="tile118x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="3915"> + <g id="tile118x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="3960"> + <g id="tile118x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4005"> + <g id="tile118x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4050"> + <g id="tile118x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4095"> + <g id="tile118x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4140"> + <g id="tile118x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4185"> + <g id="tile118x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4230"> + <g id="tile118x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4275"> + <g id="tile118x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4320"> + <g id="tile118x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4365"> + <g id="tile118x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4410"> + <g id="tile118x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4455"> + <g id="tile118x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4500"> + <g id="tile118x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4545"> + <g id="tile118x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4590"> + <g id="tile118x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4635"> + <g id="tile118x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4680"> + <g id="tile118x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4725"> + <g id="tile118x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4770"> + <g id="tile118x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4815"> + <g id="tile118x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4860"> + <g id="tile118x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4905"> + <g id="tile118x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="4950"> + <g id="tile118x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="4995"> + <g id="tile118x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="5040"> + <g id="tile118x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="5085"> + <g id="tile118x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="5130"> + <g id="tile118x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="5175"> + <g id="tile118x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="5220"> + <g id="tile118x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="5265"> + <g id="tile118x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles119"> + <svg width="45" height="45" x="0" y="5310"> + <g id="tile1x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="5310"> + <g id="tile2x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="5310"> + <g id="tile3x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="5310"> + <g id="tile4x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="5310"> + <g id="tile5x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="5310"> + <g id="tile6x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="5310"> + <g id="tile7x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="5310"> + <g id="tile8x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="5310"> + <g id="tile9x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="5310"> + <g id="tile10x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="5310"> + <g id="tile11x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="5310"> + <g id="tile12x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="5310"> + <g id="tile13x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="5310"> + <g id="tile14x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="5310"> + <g id="tile15x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="5310"> + <g id="tile16x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="5310"> + <g id="tile17x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="5310"> + <g id="tile18x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="5310"> + <g id="tile19x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="5310"> + <g id="tile20x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="900" y="5310"> + <g id="tile21x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="945" y="5310"> + <g id="tile22x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="990" y="5310"> + <g id="tile23x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1035" y="5310"> + <g id="tile24x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1080" y="5310"> + <g id="tile25x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1125" y="5310"> + <g id="tile26x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1170" y="5310"> + <g id="tile27x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1215" y="5310"> + <g id="tile28x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1260" y="5310"> + <g id="tile29x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1305" y="5310"> + <g id="tile30x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1350" y="5310"> + <g id="tile31x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1395" y="5310"> + <g id="tile32x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1440" y="5310"> + <g id="tile33x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1485" y="5310"> + <g id="tile34x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1530" y="5310"> + <g id="tile35x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1575" y="5310"> + <g id="tile36x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1620" y="5310"> + <g id="tile37x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1665" y="5310"> + <g id="tile38x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1710" y="5310"> + <g id="tile39x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1755" y="5310"> + <g id="tile40x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1800" y="5310"> + <g id="tile41x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1845" y="5310"> + <g id="tile42x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1890" y="5310"> + <g id="tile43x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1935" y="5310"> + <g id="tile44x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1980" y="5310"> + <g id="tile45x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2025" y="5310"> + <g id="tile46x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2070" y="5310"> + <g id="tile47x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2115" y="5310"> + <g id="tile48x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2160" y="5310"> + <g id="tile49x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2205" y="5310"> + <g id="tile50x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2250" y="5310"> + <g id="tile51x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2295" y="5310"> + <g id="tile52x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2340" y="5310"> + <g id="tile53x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2385" y="5310"> + <g id="tile54x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2430" y="5310"> + <g id="tile55x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2475" y="5310"> + <g id="tile56x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2520" y="5310"> + <g id="tile57x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2565" y="5310"> + <g id="tile58x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2610" y="5310"> + <g id="tile59x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2655" y="5310"> + <g id="tile60x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2700" y="5310"> + <g id="tile61x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2745" y="5310"> + <g id="tile62x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2790" y="5310"> + <g id="tile63x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2835" y="5310"> + <g id="tile64x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2880" y="5310"> + <g id="tile65x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2925" y="5310"> + <g id="tile66x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2970" y="5310"> + <g id="tile67x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3015" y="5310"> + <g id="tile68x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3060" y="5310"> + <g id="tile69x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3105" y="5310"> + <g id="tile70x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3150" y="5310"> + <g id="tile71x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3195" y="5310"> + <g id="tile72x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3240" y="5310"> + <g id="tile73x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3285" y="5310"> + <g id="tile74x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3330" y="5310"> + <g id="tile75x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3375" y="5310"> + <g id="tile76x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3420" y="5310"> + <g id="tile77x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3465" y="5310"> + <g id="tile78x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3510" y="5310"> + <g id="tile79x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3555" y="5310"> + <g id="tile80x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3600" y="5310"> + <g id="tile81x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3645" y="5310"> + <g id="tile82x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3690" y="5310"> + <g id="tile83x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3735" y="5310"> + <g id="tile84x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3780" y="5310"> + <g id="tile85x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3825" y="5310"> + <g id="tile86x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3870" y="5310"> + <g id="tile87x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3915" y="5310"> + <g id="tile88x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3960" y="5310"> + <g id="tile89x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4005" y="5310"> + <g id="tile90x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4050" y="5310"> + <g id="tile91x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4095" y="5310"> + <g id="tile92x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4140" y="5310"> + <g id="tile93x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4185" y="5310"> + <g id="tile94x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4230" y="5310"> + <g id="tile95x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4275" y="5310"> + <g id="tile96x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4320" y="5310"> + <g id="tile97x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4365" y="5310"> + <g id="tile98x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4410" y="5310"> + <g id="tile99x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4455" y="5310"> + <g id="tile100x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4500" y="5310"> + <g id="tile101x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4545" y="5310"> + <g id="tile102x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4590" y="5310"> + <g id="tile103x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4635" y="5310"> + <g id="tile104x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4680" y="5310"> + <g id="tile105x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4725" y="5310"> + <g id="tile106x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4770" y="5310"> + <g id="tile107x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4815" y="5310"> + <g id="tile108x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4860" y="5310"> + <g id="tile109x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4905" y="5310"> + <g id="tile110x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4950" y="5310"> + <g id="tile111x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4995" y="5310"> + <g id="tile112x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5040" y="5310"> + <g id="tile113x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5085" y="5310"> + <g id="tile114x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5130" y="5310"> + <g id="tile115x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5175" y="5310"> + <g id="tile116x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5220" y="5310"> + <g id="tile117x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5265" y="5310"> + <g id="tile118x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="0"> + <g id="tile119x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="45"> + <g id="tile119x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="90"> + <g id="tile119x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="135"> + <g id="tile119x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="180"> + <g id="tile119x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="225"> + <g id="tile119x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="270"> + <g id="tile119x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="315"> + <g id="tile119x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="360"> + <g id="tile119x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="405"> + <g id="tile119x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="450"> + <g id="tile119x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="495"> + <g id="tile119x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="540"> + <g id="tile119x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="585"> + <g id="tile119x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="630"> + <g id="tile119x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="675"> + <g id="tile119x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="720"> + <g id="tile119x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="765"> + <g id="tile119x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="810"> + <g id="tile119x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="855"> + <g id="tile119x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="900"> + <g id="tile119x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="945"> + <g id="tile119x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="990"> + <g id="tile119x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1035"> + <g id="tile119x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1080"> + <g id="tile119x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1125"> + <g id="tile119x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1170"> + <g id="tile119x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1215"> + <g id="tile119x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1260"> + <g id="tile119x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1305"> + <g id="tile119x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1350"> + <g id="tile119x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1395"> + <g id="tile119x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1440"> + <g id="tile119x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1485"> + <g id="tile119x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1530"> + <g id="tile119x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1575"> + <g id="tile119x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1620"> + <g id="tile119x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1665"> + <g id="tile119x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1710"> + <g id="tile119x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1755"> + <g id="tile119x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1800"> + <g id="tile119x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1845"> + <g id="tile119x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1890"> + <g id="tile119x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="1935"> + <g id="tile119x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="1980"> + <g id="tile119x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2025"> + <g id="tile119x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2070"> + <g id="tile119x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2115"> + <g id="tile119x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2160"> + <g id="tile119x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2205"> + <g id="tile119x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2250"> + <g id="tile119x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2295"> + <g id="tile119x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2340"> + <g id="tile119x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2385"> + <g id="tile119x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2430"> + <g id="tile119x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2475"> + <g id="tile119x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2520"> + <g id="tile119x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2565"> + <g id="tile119x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2610"> + <g id="tile119x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2655"> + <g id="tile119x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2700"> + <g id="tile119x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2745"> + <g id="tile119x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2790"> + <g id="tile119x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2835"> + <g id="tile119x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2880"> + <g id="tile119x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="2925"> + <g id="tile119x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="2970"> + <g id="tile119x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3015"> + <g id="tile119x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3060"> + <g id="tile119x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3105"> + <g id="tile119x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3150"> + <g id="tile119x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3195"> + <g id="tile119x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3240"> + <g id="tile119x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3285"> + <g id="tile119x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3330"> + <g id="tile119x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3375"> + <g id="tile119x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3420"> + <g id="tile119x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3465"> + <g id="tile119x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3510"> + <g id="tile119x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3555"> + <g id="tile119x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3600"> + <g id="tile119x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3645"> + <g id="tile119x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3690"> + <g id="tile119x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3735"> + <g id="tile119x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3780"> + <g id="tile119x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3825"> + <g id="tile119x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3870"> + <g id="tile119x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="3915"> + <g id="tile119x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="3960"> + <g id="tile119x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4005"> + <g id="tile119x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4050"> + <g id="tile119x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4095"> + <g id="tile119x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4140"> + <g id="tile119x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4185"> + <g id="tile119x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4230"> + <g id="tile119x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4275"> + <g id="tile119x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4320"> + <g id="tile119x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4365"> + <g id="tile119x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4410"> + <g id="tile119x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4455"> + <g id="tile119x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4500"> + <g id="tile119x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4545"> + <g id="tile119x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4590"> + <g id="tile119x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4635"> + <g id="tile119x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4680"> + <g id="tile119x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4725"> + <g id="tile119x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4770"> + <g id="tile119x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4815"> + <g id="tile119x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4860"> + <g id="tile119x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4905"> + <g id="tile119x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="4950"> + <g id="tile119x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="4995"> + <g id="tile119x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="5040"> + <g id="tile119x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="5085"> + <g id="tile119x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="5130"> + <g id="tile119x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="5175"> + <g id="tile119x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="5220"> + <g id="tile119x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="5265"> + <g id="tile119x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5310" y="5310"> + <g id="tile119x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles120"> +<svg width="45" height="45" x="0" y="5355"> + <g id="tile1x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="5355"> + <g id="tile2x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="5355"> + <g id="tile3x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="5355"> + <g id="tile4x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="5355"> + <g id="tile5x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="5355"> + <g id="tile6x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="5355"> + <g id="tile7x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="5355"> + <g id="tile8x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="5355"> + <g id="tile9x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="5355"> + <g id="tile10x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="5355"> + <g id="tile11x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="5355"> + <g id="tile12x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="5355"> + <g id="tile13x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="5355"> + <g id="tile14x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="5355"> + <g id="tile15x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="5355"> + <g id="tile16x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="5355"> + <g id="tile17x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="5355"> + <g id="tile18x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="5355"> + <g id="tile19x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="5355"> + <g id="tile20x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="900" y="5355"> + <g id="tile21x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="945" y="5355"> + <g id="tile22x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="990" y="5355"> + <g id="tile23x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1035" y="5355"> + <g id="tile24x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1080" y="5355"> + <g id="tile25x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1125" y="5355"> + <g id="tile26x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1170" y="5355"> + <g id="tile27x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1215" y="5355"> + <g id="tile28x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1260" y="5355"> + <g id="tile29x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1305" y="5355"> + <g id="tile30x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1350" y="5355"> + <g id="tile31x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1395" y="5355"> + <g id="tile32x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1440" y="5355"> + <g id="tile33x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1485" y="5355"> + <g id="tile34x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1530" y="5355"> + <g id="tile35x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1575" y="5355"> + <g id="tile36x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1620" y="5355"> + <g id="tile37x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1665" y="5355"> + <g id="tile38x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1710" y="5355"> + <g id="tile39x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1755" y="5355"> + <g id="tile40x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1800" y="5355"> + <g id="tile41x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1845" y="5355"> + <g id="tile42x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1890" y="5355"> + <g id="tile43x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="1935" y="5355"> + <g id="tile44x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="1980" y="5355"> + <g id="tile45x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2025" y="5355"> + <g id="tile46x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2070" y="5355"> + <g id="tile47x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2115" y="5355"> + <g id="tile48x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2160" y="5355"> + <g id="tile49x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2205" y="5355"> + <g id="tile50x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2250" y="5355"> + <g id="tile51x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2295" y="5355"> + <g id="tile52x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2340" y="5355"> + <g id="tile53x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2385" y="5355"> + <g id="tile54x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2430" y="5355"> + <g id="tile55x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2475" y="5355"> + <g id="tile56x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2520" y="5355"> + <g id="tile57x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2565" y="5355"> + <g id="tile58x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2610" y="5355"> + <g id="tile59x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2655" y="5355"> + <g id="tile60x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2700" y="5355"> + <g id="tile61x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2745" y="5355"> + <g id="tile62x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2790" y="5355"> + <g id="tile63x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2835" y="5355"> + <g id="tile64x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2880" y="5355"> + <g id="tile65x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="2925" y="5355"> + <g id="tile66x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="2970" y="5355"> + <g id="tile67x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3015" y="5355"> + <g id="tile68x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3060" y="5355"> + <g id="tile69x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3105" y="5355"> + <g id="tile70x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3150" y="5355"> + <g id="tile71x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3195" y="5355"> + <g id="tile72x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3240" y="5355"> + <g id="tile73x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3285" y="5355"> + <g id="tile74x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3330" y="5355"> + <g id="tile75x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3375" y="5355"> + <g id="tile76x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3420" y="5355"> + <g id="tile77x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3465" y="5355"> + <g id="tile78x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3510" y="5355"> + <g id="tile79x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3555" y="5355"> + <g id="tile80x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3600" y="5355"> + <g id="tile81x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3645" y="5355"> + <g id="tile82x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3690" y="5355"> + <g id="tile83x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3735" y="5355"> + <g id="tile84x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3780" y="5355"> + <g id="tile85x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3825" y="5355"> + <g id="tile86x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3870" y="5355"> + <g id="tile87x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="3915" y="5355"> + <g id="tile88x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="3960" y="5355"> + <g id="tile89x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4005" y="5355"> + <g id="tile90x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4050" y="5355"> + <g id="tile91x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4095" y="5355"> + <g id="tile92x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4140" y="5355"> + <g id="tile93x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4185" y="5355"> + <g id="tile94x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4230" y="5355"> + <g id="tile95x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4275" y="5355"> + <g id="tile96x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4320" y="5355"> + <g id="tile97x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4365" y="5355"> + <g id="tile98x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4410" y="5355"> + <g id="tile99x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4455" y="5355"> + <g id="tile100x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4500" y="5355"> + <g id="tile101x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4545" y="5355"> + <g id="tile102x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4590" y="5355"> + <g id="tile103x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4635" y="5355"> + <g id="tile104x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4680" y="5355"> + <g id="tile105x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4725" y="5355"> + <g id="tile106x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4770" y="5355"> + <g id="tile107x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4815" y="5355"> + <g id="tile108x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4860" y="5355"> + <g id="tile109x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4905" y="5355"> + <g id="tile110x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="4950" y="5355"> + <g id="tile111x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="4995" y="5355"> + <g id="tile112x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5040" y="5355"> + <g id="tile113x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5085" y="5355"> + <g id="tile114x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5130" y="5355"> + <g id="tile115x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5175" y="5355"> + <g id="tile116x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5220" y="5355"> + <g id="tile117x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5265" y="5355"> + <g id="tile118x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5310" y="5355"> + <g id="tile119x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="5355" y="0"> + <g id="tile120x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="45"> + <g id="tile120x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="90"> + <g id="tile120x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="135"> + <g id="tile120x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="180"> + <g id="tile120x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="225"> + <g id="tile120x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="270"> + <g id="tile120x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="315"> + <g id="tile120x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="360"> + <g id="tile120x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="405"> + <g id="tile120x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="450"> + <g id="tile120x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="495"> + <g id="tile120x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="540"> + <g id="tile120x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="585"> + <g id="tile120x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="630"> + <g id="tile120x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="675"> + <g id="tile120x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="720"> + <g id="tile120x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="765"> + <g id="tile120x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="810"> + <g id="tile120x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="855"> + <g id="tile120x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="900"> + <g id="tile120x21" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="945"> + <g id="tile120x22" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="990"> + <g id="tile120x23" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1035"> + <g id="tile120x24" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1080"> + <g id="tile120x25" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1125"> + <g id="tile120x26" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1170"> + <g id="tile120x27" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1215"> + <g id="tile120x28" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1260"> + <g id="tile120x29" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1305"> + <g id="tile120x30" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1350"> + <g id="tile120x31" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1395"> + <g id="tile120x32" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1440"> + <g id="tile120x33" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1485"> + <g id="tile120x34" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1530"> + <g id="tile120x35" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1575"> + <g id="tile120x36" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1620"> + <g id="tile120x37" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1665"> + <g id="tile120x38" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1710"> + <g id="tile120x39" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1755"> + <g id="tile120x40" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1800"> + <g id="tile120x41" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1845"> + <g id="tile120x42" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1890"> + <g id="tile120x43" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="1935"> + <g id="tile120x44" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="1980"> + <g id="tile120x45" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2025"> + <g id="tile120x46" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2070"> + <g id="tile120x47" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2115"> + <g id="tile120x48" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2160"> + <g id="tile120x49" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2205"> + <g id="tile120x50" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2250"> + <g id="tile120x51" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2295"> + <g id="tile120x52" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2340"> + <g id="tile120x53" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2385"> + <g id="tile120x54" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2430"> + <g id="tile120x55" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2475"> + <g id="tile120x56" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2520"> + <g id="tile120x57" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2565"> + <g id="tile120x58" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2610"> + <g id="tile120x59" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2655"> + <g id="tile120x60" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2700"> + <g id="tile120x61" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2745"> + <g id="tile120x62" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2790"> + <g id="tile120x63" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2835"> + <g id="tile120x64" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2880"> + <g id="tile120x65" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="2925"> + <g id="tile120x66" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="2970"> + <g id="tile120x67" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3015"> + <g id="tile120x68" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3060"> + <g id="tile120x69" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3105"> + <g id="tile120x70" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3150"> + <g id="tile120x71" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3195"> + <g id="tile120x72" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3240"> + <g id="tile120x73" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3285"> + <g id="tile120x74" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3330"> + <g id="tile120x75" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3375"> + <g id="tile120x76" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3420"> + <g id="tile120x77" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3465"> + <g id="tile120x78" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3510"> + <g id="tile120x79" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3555"> + <g id="tile120x80" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3600"> + <g id="tile120x81" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3645"> + <g id="tile120x82" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3690"> + <g id="tile120x83" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3735"> + <g id="tile120x84" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3780"> + <g id="tile120x85" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3825"> + <g id="tile120x86" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3870"> + <g id="tile120x87" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="3915"> + <g id="tile120x88" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="3960"> + <g id="tile120x89" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4005"> + <g id="tile120x90" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4050"> + <g id="tile120x91" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4095"> + <g id="tile120x92" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4140"> + <g id="tile120x93" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4185"> + <g id="tile120x94" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4230"> + <g id="tile120x95" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4275"> + <g id="tile120x96" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4320"> + <g id="tile120x97" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4365"> + <g id="tile120x98" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4410"> + <g id="tile120x99" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4455"> + <g id="tile120x100" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4500"> + <g id="tile120x101" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4545"> + <g id="tile120x102" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4590"> + <g id="tile120x103" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4635"> + <g id="tile120x104" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4680"> + <g id="tile120x105" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4725"> + <g id="tile120x106" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4770"> + <g id="tile120x107" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4815"> + <g id="tile120x108" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4860"> + <g id="tile120x109" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4905"> + <g id="tile120x110" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="4950"> + <g id="tile120x111" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="4995"> + <g id="tile120x112" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="5040"> + <g id="tile120x113" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="5085"> + <g id="tile120x114" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="5130"> + <g id="tile120x115" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="5175"> + <g id="tile120x116" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="5220"> + <g id="tile120x117" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="5265"> + <g id="tile120x118" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="5355" y="5310"> + <g id="tile120x119" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="5355" y="5355"> + <g id="tile120x120" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<svg id="svgQueen1" width="45" height="45" x="0" y="0"> +<g id="queen1"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen2" width="45" height="45" x="45" y="0"> +<g id="queen2"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen3" width="45" height="45" x="90" y="0"> +<g id="queen3"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen4" width="45" height="45" x="135" y="0"> +<g id="queen4"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen5" width="45" height="45" x="180" y="0"> +<g id="queen5"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen6" width="45" height="45" x="225" y="0"> +<g id="queen6"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen7" width="45" height="45" x="270" y="0"> +<g id="queen7"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen8" width="45" height="45" x="315" y="0"> +<g id="queen8"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen9" width="45" height="45" x="360" y="0"> +<g id="queen9"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen10" width="45" height="45" x="405" y="0"> +<g id="queen10"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen11" width="45" height="45" x="450" y="0"> +<g id="queen11"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen12" width="45" height="45" x="495" y="0"> +<g id="queen12"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen13" width="45" height="45" x="540" y="0"> +<g id="queen13"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen14" width="45" height="45" x="585" y="0"> +<g id="queen14"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen15" width="45" height="45" x="630" y="0"> +<g id="queen15"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen16" width="45" height="45" x="675" y="0"> +<g id="queen16"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen17" width="45" height="45" x="720" y="0"> +<g id="queen17"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen18" width="45" height="45" x="765" y="0"> +<g id="queen18"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen19" width="45" height="45" x="810" y="0"> +<g id="queen19"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen20" width="45" height="45" x="855" y="0"> +<g id="queen20"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen21" width="45" height="45" x="900" y="0"> +<g id="queen21"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen22" width="45" height="45" x="945" y="0"> +<g id="queen22"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen23" width="45" height="45" x="990" y="0"> +<g id="queen23"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen24" width="45" height="45" x="1035" y="0"> +<g id="queen24"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen25" width="45" height="45" x="1080" y="0"> +<g id="queen25"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen26" width="45" height="45" x="1125" y="0"> +<g id="queen26"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen27" width="45" height="45" x="1170" y="0"> +<g id="queen27"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen28" width="45" height="45" x="1215" y="0"> +<g id="queen28"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen29" width="45" height="45" x="1260" y="0"> +<g id="queen29"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen30" width="45" height="45" x="1305" y="0"> +<g id="queen30"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen31" width="45" height="45" x="1350" y="0"> +<g id="queen31"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen32" width="45" height="45" x="1395" y="0"> +<g id="queen32"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen33" width="45" height="45" x="1440" y="0"> +<g id="queen33"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen34" width="45" height="45" x="1485" y="0"> +<g id="queen34"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen35" width="45" height="45" x="1530" y="0"> +<g id="queen35"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen36" width="45" height="45" x="1575" y="0"> +<g id="queen36"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen37" width="45" height="45" x="1620" y="0"> +<g id="queen37"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen38" width="45" height="45" x="1665" y="0"> +<g id="queen38"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen39" width="45" height="45" x="1710" y="0"> +<g id="queen39"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen40" width="45" height="45" x="1755" y="0"> +<g id="queen40"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen41" width="45" height="45" x="1800" y="0"> +<g id="queen41"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen42" width="45" height="45" x="1845" y="0"> +<g id="queen42"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen43" width="45" height="45" x="1890" y="0"> +<g id="queen43"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen44" width="45" height="45" x="1935" y="0"> +<g id="queen44"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen45" width="45" height="45" x="1980" y="0"> +<g id="queen45"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen46" width="45" height="45" x="2025" y="0"> +<g id="queen46"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen47" width="45" height="45" x="2070" y="0"> +<g id="queen47"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen48" width="45" height="45" x="2115" y="0"> +<g id="queen48"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen49" width="45" height="45" x="2160" y="0"> +<g id="queen49"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen50" width="45" height="45" x="2205" y="0"> +<g id="queen50"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen51" width="45" height="45" x="2250" y="0"> +<g id="queen51"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen52" width="45" height="45" x="2295" y="0"> +<g id="queen52"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen53" width="45" height="45" x="2340" y="0"> +<g id="queen53"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen54" width="45" height="45" x="2385" y="0"> +<g id="queen54"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen55" width="45" height="45" x="2430" y="0"> +<g id="queen55"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen56" width="45" height="45" x="2475" y="0"> +<g id="queen56"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen57" width="45" height="45" x="2520" y="0"> +<g id="queen57"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen58" width="45" height="45" x="2565" y="0"> +<g id="queen58"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen59" width="45" height="45" x="2610" y="0"> +<g id="queen59"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen60" width="45" height="45" x="2655" y="0"> +<g id="queen60"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen61" width="45" height="45" x="2700" y="0"> +<g id="queen61"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen62" width="45" height="45" x="2745" y="0"> +<g id="queen62"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen63" width="45" height="45" x="2790" y="0"> +<g id="queen63"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen64" width="45" height="45" x="2835" y="0"> +<g id="queen64"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen65" width="45" height="45" x="2880" y="0"> +<g id="queen65"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen66" width="45" height="45" x="2925" y="0"> +<g id="queen66"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen67" width="45" height="45" x="2970" y="0"> +<g id="queen67"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen68" width="45" height="45" x="3015" y="0"> +<g id="queen68"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen69" width="45" height="45" x="3060" y="0"> +<g id="queen69"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen70" width="45" height="45" x="3105" y="0"> +<g id="queen70"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen71" width="45" height="45" x="3150" y="0"> +<g id="queen71"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen72" width="45" height="45" x="3195" y="0"> +<g id="queen72"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen73" width="45" height="45" x="3240" y="0"> +<g id="queen73"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen74" width="45" height="45" x="3285" y="0"> +<g id="queen74"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen75" width="45" height="45" x="3330" y="0"> +<g id="queen75"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen76" width="45" height="45" x="3375" y="0"> +<g id="queen76"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen77" width="45" height="45" x="3420" y="0"> +<g id="queen77"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen78" width="45" height="45" x="3465" y="0"> +<g id="queen78"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen79" width="45" height="45" x="3510" y="0"> +<g id="queen79"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen80" width="45" height="45" x="3555" y="0"> +<g id="queen80"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen81" width="45" height="45" x="3600" y="0"> +<g id="queen81"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen82" width="45" height="45" x="3645" y="0"> +<g id="queen82"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen83" width="45" height="45" x="3690" y="0"> +<g id="queen83"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen84" width="45" height="45" x="3735" y="0"> +<g id="queen84"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen85" width="45" height="45" x="3780" y="0"> +<g id="queen85"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen86" width="45" height="45" x="3825" y="0"> +<g id="queen86"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen87" width="45" height="45" x="3870" y="0"> +<g id="queen87"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen88" width="45" height="45" x="3915" y="0"> +<g id="queen88"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen89" width="45" height="45" x="3960" y="0"> +<g id="queen89"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen90" width="45" height="45" x="4005" y="0"> +<g id="queen90"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen91" width="45" height="45" x="4050" y="0"> +<g id="queen91"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen92" width="45" height="45" x="4095" y="0"> +<g id="queen92"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen93" width="45" height="45" x="4140" y="0"> +<g id="queen93"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen94" width="45" height="45" x="4185" y="0"> +<g id="queen94"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen95" width="45" height="45" x="4230" y="0"> +<g id="queen95"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen96" width="45" height="45" x="4275" y="0"> +<g id="queen96"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen97" width="45" height="45" x="4320" y="0"> +<g id="queen97"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen98" width="45" height="45" x="4365" y="0"> +<g id="queen98"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen99" width="45" height="45" x="4410" y="0"> +<g id="queen99"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen100" width="45" height="45" x="4455" y="0"> +<g id="queen100"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen101" width="45" height="45" x="4500" y="0"> +<g id="queen101"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen102" width="45" height="45" x="4545" y="0"> +<g id="queen102"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen103" width="45" height="45" x="4590" y="0"> +<g id="queen103"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen104" width="45" height="45" x="4635" y="0"> +<g id="queen104"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen105" width="45" height="45" x="4680" y="0"> +<g id="queen105"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen106" width="45" height="45" x="4725" y="0"> +<g id="queen106"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen107" width="45" height="45" x="4770" y="0"> +<g id="queen107"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen108" width="45" height="45" x="4815" y="0"> +<g id="queen108"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen109" width="45" height="45" x="4860" y="0"> +<g id="queen109"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen110" width="45" height="45" x="4905" y="0"> +<g id="queen110"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen111" width="45" height="45" x="4950" y="0"> +<g id="queen111"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen112" width="45" height="45" x="4995" y="0"> +<g id="queen112"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen113" width="45" height="45" x="5040" y="0"> +<g id="queen113"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen114" width="45" height="45" x="5085" y="0"> +<g id="queen114"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen115" width="45" height="45" x="5130" y="0"> +<g id="queen115"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen116" width="45" height="45" x="5175" y="0"> +<g id="queen116"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen117" width="45" height="45" x="5220" y="0"> +<g id="queen117"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen118" width="45" height="45" x="5265" y="0"> +<g id="queen118"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen119" width="45" height="45" x="5310" y="0"> +<g id="queen119"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen120" width="45" height="45" x="5355" y="0"> +<g id="queen120"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +</svg> diff --git a/N-Queens/queens_20.json b/N-Queens/queens_20.json new file mode 100644 index 0000000000000000000000000000000000000000..8351579a2fec30ec286433e6fc875306be4190b3 --- /dev/null +++ b/N-Queens/queens_20.json @@ -0,0 +1,39 @@ +{ + "svg":"queens_20.svg", + "items": [ + { + "for": {"from":1, "to":20}, + "id": "svgQueen%0", + "attr": "visibility", + "value" : "IF %0:dom(queens) THEN \"visible\" ELSE \"hidden\" END" + }, + { + "for": {"from":1, "to":20}, + "id": "svgQueen%0", + "attr": "y", + "value" :"IF %0:dom(queens) THEN 45*queens(%0)-45 ELSE 0 END" + }, + { + "for": {"from":1, "to":20}, + "id": "svgQueen%0", + "attr": "fill", + "value" : "IF is_attacked(%0) & %0:dom(queens) THEN \"red\" ELSE \"black\" END" + }, + { + "for": {"from":1, "to":20}, + "id": "gTiles%0", + "attr": "visibility", + "value" : "IF %0<=n THEN \"visible\" ELSE \"hidden\" END" + } +], +"events": [ + { + "repeat": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20], + "for": {"from":1, "to":20}, + "id": "tile%1x%0", + "event": "TryQueen", + "predicates" : ["i=%1","j=%0"] + } + ] +} + diff --git a/N-Queens/queens_20.svg b/N-Queens/queens_20.svg new file mode 100644 index 0000000000000000000000000000000000000000..8cbb5ab2c5215f0bd1b7684e311f4895fd85e177 --- /dev/null +++ b/N-Queens/queens_20.svg @@ -0,0 +1,2683 @@ +<svg width="900" height="900" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="gTiles1"> + <svg width="45" height="45" x="0" y="0"> + <g id="tile1x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles2"> +<svg width="45" height="45" x="0" y="45"> + <g id="tile1x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="45" y="0"> + <g id="tile2x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="45"> + <g id="tile2x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles3"> + <svg width="45" height="45" x="0" y="90"> + <g id="tile1x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="90"> + <g id="tile2x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="0"> + <g id="tile3x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="45"> + <g id="tile3x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="90"> + <g id="tile3x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles4"> +<svg width="45" height="45" x="0" y="135"> + <g id="tile1x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="135"> + <g id="tile2x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="135"> + <g id="tile3x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="135" y="0"> + <g id="tile4x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="45"> + <g id="tile4x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="90"> + <g id="tile4x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="135"> + <g id="tile4x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles5"> + <svg width="45" height="45" x="0" y="180"> + <g id="tile1x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="180"> + <g id="tile2x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="180"> + <g id="tile3x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="180"> + <g id="tile4x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="0"> + <g id="tile5x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="45"> + <g id="tile5x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="90"> + <g id="tile5x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="135"> + <g id="tile5x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="180"> + <g id="tile5x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles6"> +<svg width="45" height="45" x="0" y="225"> + <g id="tile1x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="225"> + <g id="tile2x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="225"> + <g id="tile3x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="225"> + <g id="tile4x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="225"> + <g id="tile5x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="225" y="0"> + <g id="tile6x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="45"> + <g id="tile6x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="90"> + <g id="tile6x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="135"> + <g id="tile6x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="180"> + <g id="tile6x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="225"> + <g id="tile6x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles7"> + <svg width="45" height="45" x="0" y="270"> + <g id="tile1x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="270"> + <g id="tile2x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="270"> + <g id="tile3x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="270"> + <g id="tile4x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="270"> + <g id="tile5x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="270"> + <g id="tile6x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="0"> + <g id="tile7x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="45"> + <g id="tile7x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="90"> + <g id="tile7x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="135"> + <g id="tile7x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="180"> + <g id="tile7x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="225"> + <g id="tile7x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="270"> + <g id="tile7x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles8"> +<svg width="45" height="45" x="0" y="315"> + <g id="tile1x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="315"> + <g id="tile2x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="315"> + <g id="tile3x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="315"> + <g id="tile4x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="315"> + <g id="tile5x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="315"> + <g id="tile6x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="315"> + <g id="tile7x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="315" y="0"> + <g id="tile8x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="45"> + <g id="tile8x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="90"> + <g id="tile8x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="135"> + <g id="tile8x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="180"> + <g id="tile8x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="225"> + <g id="tile8x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="270"> + <g id="tile8x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="315"> + <g id="tile8x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles9"> + <svg width="45" height="45" x="0" y="360"> + <g id="tile1x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="360"> + <g id="tile2x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="360"> + <g id="tile3x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="360"> + <g id="tile4x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="360"> + <g id="tile5x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="360"> + <g id="tile6x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="360"> + <g id="tile7x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="360"> + <g id="tile8x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="0"> + <g id="tile9x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="45"> + <g id="tile9x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="90"> + <g id="tile9x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="135"> + <g id="tile9x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="180"> + <g id="tile9x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="225"> + <g id="tile9x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="270"> + <g id="tile9x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="315"> + <g id="tile9x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="360"> + <g id="tile9x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles10"> +<svg width="45" height="45" x="0" y="405"> + <g id="tile1x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="405"> + <g id="tile2x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="405"> + <g id="tile3x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="405"> + <g id="tile4x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="405"> + <g id="tile5x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="405"> + <g id="tile6x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="405"> + <g id="tile7x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="405"> + <g id="tile8x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="405"> + <g id="tile9x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="405" y="0"> + <g id="tile10x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="45"> + <g id="tile10x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="90"> + <g id="tile10x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="135"> + <g id="tile10x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="180"> + <g id="tile10x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="225"> + <g id="tile10x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="270"> + <g id="tile10x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="315"> + <g id="tile10x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="360"> + <g id="tile10x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="405"> + <g id="tile10x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles11"> + <svg width="45" height="45" x="0" y="450"> + <g id="tile1x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="450"> + <g id="tile2x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="450"> + <g id="tile3x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="450"> + <g id="tile4x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="450"> + <g id="tile5x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="450"> + <g id="tile6x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="450"> + <g id="tile7x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="450"> + <g id="tile8x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="450"> + <g id="tile9x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="450"> + <g id="tile10x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="0"> + <g id="tile11x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="45"> + <g id="tile11x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="90"> + <g id="tile11x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="135"> + <g id="tile11x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="180"> + <g id="tile11x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="225"> + <g id="tile11x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="270"> + <g id="tile11x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="315"> + <g id="tile11x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="360"> + <g id="tile11x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="405"> + <g id="tile11x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="450"> + <g id="tile11x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles12"> +<svg width="45" height="45" x="0" y="495"> + <g id="tile1x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="495"> + <g id="tile2x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="495"> + <g id="tile3x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="495"> + <g id="tile4x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="495"> + <g id="tile5x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="495"> + <g id="tile6x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="495"> + <g id="tile7x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="495"> + <g id="tile8x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="495"> + <g id="tile9x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="495"> + <g id="tile10x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="495"> + <g id="tile11x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="495" y="0"> + <g id="tile12x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="45"> + <g id="tile12x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="90"> + <g id="tile12x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="135"> + <g id="tile12x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="180"> + <g id="tile12x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="225"> + <g id="tile12x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="270"> + <g id="tile12x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="315"> + <g id="tile12x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="360"> + <g id="tile12x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="405"> + <g id="tile12x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="450"> + <g id="tile12x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="495"> + <g id="tile12x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles13"> + <svg width="45" height="45" x="0" y="540"> + <g id="tile1x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="540"> + <g id="tile2x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="540"> + <g id="tile3x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="540"> + <g id="tile4x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="540"> + <g id="tile5x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="540"> + <g id="tile6x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="540"> + <g id="tile7x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="540"> + <g id="tile8x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="540"> + <g id="tile9x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="540"> + <g id="tile10x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="540"> + <g id="tile11x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="540"> + <g id="tile12x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="0"> + <g id="tile13x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="45"> + <g id="tile13x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="90"> + <g id="tile13x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="135"> + <g id="tile13x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="180"> + <g id="tile13x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="225"> + <g id="tile13x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="270"> + <g id="tile13x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="315"> + <g id="tile13x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="360"> + <g id="tile13x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="405"> + <g id="tile13x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="450"> + <g id="tile13x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="495"> + <g id="tile13x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="540"> + <g id="tile13x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles14"> +<svg width="45" height="45" x="0" y="585"> + <g id="tile1x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="585"> + <g id="tile2x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="585"> + <g id="tile3x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="585"> + <g id="tile4x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="585"> + <g id="tile5x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="585"> + <g id="tile6x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="585"> + <g id="tile7x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="585"> + <g id="tile8x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="585"> + <g id="tile9x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="585"> + <g id="tile10x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="585"> + <g id="tile11x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="585"> + <g id="tile12x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="585"> + <g id="tile13x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="585" y="0"> + <g id="tile14x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="45"> + <g id="tile14x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="90"> + <g id="tile14x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="135"> + <g id="tile14x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="180"> + <g id="tile14x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="225"> + <g id="tile14x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="270"> + <g id="tile14x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="315"> + <g id="tile14x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="360"> + <g id="tile14x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="405"> + <g id="tile14x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="450"> + <g id="tile14x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="495"> + <g id="tile14x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="540"> + <g id="tile14x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="585"> + <g id="tile14x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles15"> + <svg width="45" height="45" x="0" y="630"> + <g id="tile1x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="630"> + <g id="tile2x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="630"> + <g id="tile3x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="630"> + <g id="tile4x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="630"> + <g id="tile5x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="630"> + <g id="tile6x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="630"> + <g id="tile7x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="630"> + <g id="tile8x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="630"> + <g id="tile9x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="630"> + <g id="tile10x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="630"> + <g id="tile11x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="630"> + <g id="tile12x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="630"> + <g id="tile13x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="630"> + <g id="tile14x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="0"> + <g id="tile15x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="45"> + <g id="tile15x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="90"> + <g id="tile15x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="135"> + <g id="tile15x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="180"> + <g id="tile15x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="225"> + <g id="tile15x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="270"> + <g id="tile15x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="315"> + <g id="tile15x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="360"> + <g id="tile15x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="405"> + <g id="tile15x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="450"> + <g id="tile15x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="495"> + <g id="tile15x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="540"> + <g id="tile15x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="585"> + <g id="tile15x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="630"> + <g id="tile15x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles16"> +<svg width="45" height="45" x="0" y="675"> + <g id="tile1x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="675"> + <g id="tile2x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="675"> + <g id="tile3x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="675"> + <g id="tile4x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="675"> + <g id="tile5x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="675"> + <g id="tile6x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="675"> + <g id="tile7x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="675"> + <g id="tile8x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="675"> + <g id="tile9x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="675"> + <g id="tile10x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="675"> + <g id="tile11x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="675"> + <g id="tile12x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="675"> + <g id="tile13x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="675"> + <g id="tile14x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="675"> + <g id="tile15x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="675" y="0"> + <g id="tile16x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="45"> + <g id="tile16x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="90"> + <g id="tile16x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="135"> + <g id="tile16x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="180"> + <g id="tile16x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="225"> + <g id="tile16x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="270"> + <g id="tile16x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="315"> + <g id="tile16x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="360"> + <g id="tile16x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="405"> + <g id="tile16x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="450"> + <g id="tile16x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="495"> + <g id="tile16x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="540"> + <g id="tile16x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="585"> + <g id="tile16x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="630"> + <g id="tile16x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="675"> + <g id="tile16x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles17"> + <svg width="45" height="45" x="0" y="720"> + <g id="tile1x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="720"> + <g id="tile2x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="720"> + <g id="tile3x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="720"> + <g id="tile4x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="720"> + <g id="tile5x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="720"> + <g id="tile6x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="720"> + <g id="tile7x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="720"> + <g id="tile8x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="720"> + <g id="tile9x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="720"> + <g id="tile10x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="720"> + <g id="tile11x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="720"> + <g id="tile12x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="720"> + <g id="tile13x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="720"> + <g id="tile14x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="720"> + <g id="tile15x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="720"> + <g id="tile16x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="0"> + <g id="tile17x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="45"> + <g id="tile17x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="90"> + <g id="tile17x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="135"> + <g id="tile17x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="180"> + <g id="tile17x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="225"> + <g id="tile17x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="270"> + <g id="tile17x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="315"> + <g id="tile17x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="360"> + <g id="tile17x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="405"> + <g id="tile17x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="450"> + <g id="tile17x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="495"> + <g id="tile17x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="540"> + <g id="tile17x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="585"> + <g id="tile17x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="630"> + <g id="tile17x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="675"> + <g id="tile17x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="720"> + <g id="tile17x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles18"> +<svg width="45" height="45" x="0" y="765"> + <g id="tile1x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="765"> + <g id="tile2x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="765"> + <g id="tile3x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="765"> + <g id="tile4x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="765"> + <g id="tile5x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="765"> + <g id="tile6x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="765"> + <g id="tile7x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="765"> + <g id="tile8x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="765"> + <g id="tile9x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="765"> + <g id="tile10x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="765"> + <g id="tile11x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="765"> + <g id="tile12x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="765"> + <g id="tile13x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="765"> + <g id="tile14x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="765"> + <g id="tile15x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="765"> + <g id="tile16x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="765"> + <g id="tile17x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="765" y="0"> + <g id="tile18x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="45"> + <g id="tile18x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="90"> + <g id="tile18x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="135"> + <g id="tile18x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="180"> + <g id="tile18x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="225"> + <g id="tile18x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="270"> + <g id="tile18x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="315"> + <g id="tile18x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="360"> + <g id="tile18x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="405"> + <g id="tile18x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="450"> + <g id="tile18x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="495"> + <g id="tile18x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="540"> + <g id="tile18x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="585"> + <g id="tile18x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="630"> + <g id="tile18x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="675"> + <g id="tile18x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="720"> + <g id="tile18x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="765"> + <g id="tile18x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles19"> + <svg width="45" height="45" x="0" y="810"> + <g id="tile1x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="810"> + <g id="tile2x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="810"> + <g id="tile3x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="810"> + <g id="tile4x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="810"> + <g id="tile5x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="810"> + <g id="tile6x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="810"> + <g id="tile7x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="810"> + <g id="tile8x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="360" y="810"> + <g id="tile9x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="405" y="810"> + <g id="tile10x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="450" y="810"> + <g id="tile11x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="495" y="810"> + <g id="tile12x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="540" y="810"> + <g id="tile13x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="585" y="810"> + <g id="tile14x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="630" y="810"> + <g id="tile15x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="675" y="810"> + <g id="tile16x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="720" y="810"> + <g id="tile17x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="765" y="810"> + <g id="tile18x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="0"> + <g id="tile19x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="45"> + <g id="tile19x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="90"> + <g id="tile19x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="135"> + <g id="tile19x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="180"> + <g id="tile19x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="225"> + <g id="tile19x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="270"> + <g id="tile19x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="315"> + <g id="tile19x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="360"> + <g id="tile19x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="405"> + <g id="tile19x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="450"> + <g id="tile19x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="495"> + <g id="tile19x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="540"> + <g id="tile19x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="585"> + <g id="tile19x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="630"> + <g id="tile19x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="675"> + <g id="tile19x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="720"> + <g id="tile19x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="765"> + <g id="tile19x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="810" y="810"> + <g id="tile19x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles20"> +<svg width="45" height="45" x="0" y="855"> + <g id="tile1x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="855"> + <g id="tile2x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="855"> + <g id="tile3x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="855"> + <g id="tile4x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="855"> + <g id="tile5x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="855"> + <g id="tile6x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="855"> + <g id="tile7x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="855"> + <g id="tile8x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="360" y="855"> + <g id="tile9x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="405" y="855"> + <g id="tile10x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="450" y="855"> + <g id="tile11x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="495" y="855"> + <g id="tile12x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="540" y="855"> + <g id="tile13x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="585" y="855"> + <g id="tile14x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="630" y="855"> + <g id="tile15x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="675" y="855"> + <g id="tile16x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="720" y="855"> + <g id="tile17x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="765" y="855"> + <g id="tile18x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="810" y="855"> + <g id="tile19x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="855" y="0"> + <g id="tile20x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="45"> + <g id="tile20x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="90"> + <g id="tile20x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="135"> + <g id="tile20x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="180"> + <g id="tile20x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="225"> + <g id="tile20x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="270"> + <g id="tile20x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="315"> + <g id="tile20x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="360"> + <g id="tile20x9" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="405"> + <g id="tile20x10" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="450"> + <g id="tile20x11" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="495"> + <g id="tile20x12" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="540"> + <g id="tile20x13" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="585"> + <g id="tile20x14" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="630"> + <g id="tile20x15" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="675"> + <g id="tile20x16" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="720"> + <g id="tile20x17" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="765"> + <g id="tile20x18" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="855" y="810"> + <g id="tile20x19" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="855" y="855"> + <g id="tile20x20" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<svg id="svgQueen1" width="45" height="45" x="0" y="0"> +<g id="queen1"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen2" width="45" height="45" x="45" y="0"> +<g id="queen2"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen3" width="45" height="45" x="90" y="0"> +<g id="queen3"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen4" width="45" height="45" x="135" y="0"> +<g id="queen4"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen5" width="45" height="45" x="180" y="0"> +<g id="queen5"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen6" width="45" height="45" x="225" y="0"> +<g id="queen6"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen7" width="45" height="45" x="270" y="0"> +<g id="queen7"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen8" width="45" height="45" x="315" y="0"> +<g id="queen8"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen9" width="45" height="45" x="360" y="0"> +<g id="queen9"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen10" width="45" height="45" x="405" y="0"> +<g id="queen10"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen11" width="45" height="45" x="450" y="0"> +<g id="queen11"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen12" width="45" height="45" x="495" y="0"> +<g id="queen12"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen13" width="45" height="45" x="540" y="0"> +<g id="queen13"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen14" width="45" height="45" x="585" y="0"> +<g id="queen14"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen15" width="45" height="45" x="630" y="0"> +<g id="queen15"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen16" width="45" height="45" x="675" y="0"> +<g id="queen16"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen17" width="45" height="45" x="720" y="0"> +<g id="queen17"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen18" width="45" height="45" x="765" y="0"> +<g id="queen18"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen19" width="45" height="45" x="810" y="0"> +<g id="queen19"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen20" width="45" height="45" x="855" y="0"> +<g id="queen20"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +</svg> diff --git a/N-Queens/queens_8.json b/N-Queens/queens_8.json new file mode 100644 index 0000000000000000000000000000000000000000..c88f4c7e22b67e7e792c78f2a4898ea8eeedcbbc --- /dev/null +++ b/N-Queens/queens_8.json @@ -0,0 +1,46 @@ +{ + "svg":"queens_8.svg", + "items": [ + { + "for": {"from":1, "to":8}, + "id": "svgQueen%0", + "attr": "visibility", + "value" : "IF %0:dom(queens) THEN \"visible\" ELSE \"hidden\" END" + }, + { + "for": {"from":1, "to":8}, + "id": "svgQueen%0", + "attr": "y", + "value" :"IF %0:dom(queens) THEN 45*queens(%0)-45 ELSE 0 END" + }, + { + "for": {"from":1, "to":8}, + "id": "svgQueen%0", + "attr": "fill", + "value" : "IF is_attacked(%0) & %0:dom(queens) THEN \"red\" ELSE \"black\" END" + }, + { + "for": {"from":1, "to":8}, + "id": "gTiles%0", + "attr": "visibility", + "value" : "IF %0<=n THEN \"visible\" ELSE \"hidden\" END" + } +], + "events": [ + { + "id": "tile%0x%1", + "event": "TryQueen", + "predicates" : ["i=%0","j=%1"], + "repeat": [ + ["1", "1"], ["1", "2"], ["1", "3"],["1", "4"], ["1", "5"], ["1", "6"], ["1", "7"], ["1", "8"], + ["2", "1"], ["2", "2"], ["2", "3"],["2", "4"], ["2", "5"], ["2", "6"], ["2", "7"], ["2", "8"], + ["3", "1"], ["3", "2"], ["3", "3"],["3", "4"], ["3", "5"], ["3", "6"], ["3", "7"], ["3", "8"], + ["4", "1"], ["4", "2"], ["4", "3"],["4", "4"], ["4", "5"], ["4", "6"], ["4", "7"], ["4", "8"], + ["5", "1"], ["5", "2"], ["5", "3"],["5", "4"], ["5", "5"], ["5", "6"], ["5", "7"], ["5", "8"], + ["6", "1"], ["6", "2"], ["6", "3"],["6", "4"], ["6", "5"], ["6", "6"], ["6", "7"], ["6", "8"], + ["7", "1"], ["7", "2"], ["7", "3"],["7", "4"], ["7", "5"], ["7", "6"], ["7", "7"], ["7", "8"], + ["8", "1"], ["8", "2"], ["8", "3"],["8", "4"], ["8", "5"], ["8", "6"], ["8", "7"], ["8", "8"] + ] + } + ] +} diff --git a/N-Queens/queens_8.svg b/N-Queens/queens_8.svg new file mode 100644 index 0000000000000000000000000000000000000000..e7ed8b85d299c8897b5bd7fcce547ec75947aae8 --- /dev/null +++ b/N-Queens/queens_8.svg @@ -0,0 +1,595 @@ +<svg width="360" height="360" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +<g id="gTiles1"> + <svg width="45" height="45" x="0" y="0"> + <g id="tile1x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles2"> +<svg width="45" height="45" x="0" y="45"> + <g id="tile1x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="45" y="0"> + <g id="tile2x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="45"> + <g id="tile2x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles3"> + <svg width="45" height="45" x="0" y="90"> + <g id="tile1x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="90"> + <g id="tile2x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="0"> + <g id="tile3x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="45"> + <g id="tile3x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="90"> + <g id="tile3x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles4"> +<svg width="45" height="45" x="0" y="135"> + <g id="tile1x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="135"> + <g id="tile2x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="135"> + <g id="tile3x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="135" y="0"> + <g id="tile4x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="45"> + <g id="tile4x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="90"> + <g id="tile4x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="135"> + <g id="tile4x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles5"> + <svg width="45" height="45" x="0" y="180"> + <g id="tile1x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="180"> + <g id="tile2x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="180"> + <g id="tile3x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="180"> + <g id="tile4x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="0"> + <g id="tile5x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="45"> + <g id="tile5x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="90"> + <g id="tile5x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="135"> + <g id="tile5x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="180"> + <g id="tile5x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles6"> +<svg width="45" height="45" x="0" y="225"> + <g id="tile1x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="225"> + <g id="tile2x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="225"> + <g id="tile3x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="225"> + <g id="tile4x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="225"> + <g id="tile5x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="225" y="0"> + <g id="tile6x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="45"> + <g id="tile6x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="90"> + <g id="tile6x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="135"> + <g id="tile6x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="180"> + <g id="tile6x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="225"> + <g id="tile6x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles7"> + <svg width="45" height="45" x="0" y="270"> + <g id="tile1x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="45" y="270"> + <g id="tile2x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="90" y="270"> + <g id="tile3x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="135" y="270"> + <g id="tile4x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="180" y="270"> + <g id="tile5x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="225" y="270"> + <g id="tile6x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="0"> + <g id="tile7x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="45"> + <g id="tile7x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="90"> + <g id="tile7x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="135"> + <g id="tile7x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="180"> + <g id="tile7x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="225"> + <g id="tile7x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="270" y="270"> + <g id="tile7x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<g id="gTiles8"> +<svg width="45" height="45" x="0" y="315"> + <g id="tile1x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="45" y="315"> + <g id="tile2x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="90" y="315"> + <g id="tile3x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="135" y="315"> + <g id="tile4x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="180" y="315"> + <g id="tile5x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="225" y="315"> + <g id="tile6x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="270" y="315"> + <g id="tile7x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> +<svg width="45" height="45" x="315" y="0"> + <g id="tile8x1" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="45"> + <g id="tile8x2" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="90"> + <g id="tile8x3" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="135"> + <g id="tile8x4" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="180"> + <g id="tile8x5" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="225"> + <g id="tile8x6" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +<svg width="45" height="45" x="315" y="270"> + <g id="tile8x7" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#d18b47; stroke:none;" /> + </g> + </svg> + <svg width="45" height="45" x="315" y="315"> + <g id="tile8x8" style="opacity:1; fill:000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <rect x="0" y="0" width="45" height="45" style="fill:#ffce9e; stroke:none;" /> + </g> +</svg> +</g> +<svg id="svgQueen1" width="45" height="45" x="0" y="0"> +<g id="queen1"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen2" width="45" height="45" x="45" y="0"> +<g id="queen2"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen3" width="45" height="45" x="90" y="0"> +<g id="queen3"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen4" width="45" height="45" x="135" y="0"> +<g id="queen4"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen5" width="45" height="45" x="180" y="0"> +<g id="queen5"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen6" width="45" height="45" x="225" y="0"> +<g id="queen6"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen7" width="45" height="45" x="270" y="0"> +<g id="queen7"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +<svg id="svgQueen8" width="45" height="45" x="315" y="0"> +<g id="queen8"> + <g style="fill:#000000; stroke:none;"> + <circle cx="6" cy="12" r="2.75" /> + <circle cx="14" cy="9" r="2.75" /> + <circle cx="22.5" cy="8" r="2.75" /> + <circle cx="31" cy="9" r="2.75" /> + <circle cx="39" cy="12" r="2.75" /> + </g> + <path + d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" + style="stroke-linecap:butt; stroke:#000000;" /> + <path + d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 10.5,36 10.5,36 C 9,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" + style="stroke-linecap:butt;" /> + <path + d="M 11,38.5 A 35,35 1 0 0 34,38.5" + style="fill:none; stroke:#000000; stroke-linecap:butt;" /> + <path + d="M 11,29 A 35,35 1 0 1 34,29" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 12.5,31.5 L 32.5,31.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" + style="fill:none; stroke:#ffffff;" /> + <path + d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" + style="fill:none; stroke:#ffffff;" /> + </g> +</svg> +</svg>