embed.badge.design Open in urlscan Pro
2600:1f18:16e:df02::1f4  Public Scan

URL: https://embed.badge.design/?authorization=Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzOTMxNzgiLCJzY3AiOiJhcGlfdjFfaXNzdWVyX2x...
Submission: On December 09 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: badgeFormCtrl

<form ng-if="!$ctrl.loading" name="badgeFormCtrl" submit-validate="$ctrl.saveDesign" class="ng-valid ng-scope ng-isolate-scope ng-dirty ng-valid-parse" novalidate="novalidate">
  <svg-editor name="myBadgeMaker" ng-model="$ctrl.data.design.svg" language="data.design.language" existing-designs="$ctrl.data.existingDesigns" attributes="$ctrl.data.attributeGroups" changes="$ctrl.changes"
    class="ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-dirty ng-valid-parse">
    <div class="expanded" ng-class="{ 'expanded': $ctrl.showSidebarMain }">
      <!-- Header -->
      <div class="editor-header" ng-transclude="">
        <!-- Custom Nav -->
        <div class="fullscreen-modal-header ng-scope">
          <div class="fluid-content">
            <div class="grid">
              <div class="cling">
                <!-- Close -->
                <button type="button" class="button" ng-click="$ctrl.close()" ng-disabled="$ctrl.data.saving">
                  <i class="dir left"></i> Close </button>
              </div>
              <!-- Design Name -->
              <div class="text-right">
                <div class="form">
                  <label>
                    <input type="text" name="myBadgeName" ng-show="!$ctrl.disableNameEdit" ng-model="$ctrl.data.design.name" ng-change="$ctrl.nameChange()" ng-model-options="{ debounce: 250 }" placeholder="Enter a name"
                      class="ng-pristine ng-untouched ng-valid ng-not-empty ng-hide">
                  </label>
                </div>
              </div>
              <!-- Help -->
              <div class="cling">
                <a href="https://help.accredible.com/hc/en-us/articles/214571865?__hstc=141085997.75abf0394d8f31dd6c9046c5b3c5ab86.1733770325597.1733770325597.1733770325597.1&amp;__hssc=141085997.1.1733770325597&amp;__hsfp=1372317473" target="_blank">
                  <button type="button" class="button">
                    <i class="help" style="font-size: 18px;"></i>
                  </button>
                </a>
              </div>
              <div class="cling">
                <span>
                  <!-- ngIf: !($ctrl.changes || $ctrl.data.nameChanged) -->
                  <!-- ngIf: $ctrl.changes || $ctrl.data.nameChanged --><em class="text-muted ng-scope" style="margin: 0 1em;" ng-if="$ctrl.changes || $ctrl.data.nameChanged">You have unsaved
                    changes</em><!-- end ngIf: $ctrl.changes || $ctrl.data.nameChanged -->
                </span>
                <button type="submit" class="button primary" style="width: 128px;" ng-disabled="!($ctrl.changes || $ctrl.data.nameChanged) || $ctrl.data.saving">
                  <!-- ngIf: !badgeFormCtrl.$submitted && !badgeFormCtrl.showSuccess --><span ng-if="!badgeFormCtrl.$submitted &amp;&amp; !badgeFormCtrl.showSuccess" class="ng-scope">Save and
                    Close</span><!-- end ngIf: !badgeFormCtrl.$submitted && !badgeFormCtrl.showSuccess -->
                  <!-- ngIf: badgeFormCtrl.$submitted -->
                  <!-- ngIf: badgeFormCtrl.showSuccess -->
                </button>
              </div>
            </div>
          </div>
        </div>
      </div>
      <!-- Toolbar -->
      <div class="editor-toolbar">
        <div class="grid">
          <!-- <div class="cling object-type-container">
        <svg-editor-object-type selection="$ctrl.selection"></svg-editor-object-type>
      </div> -->
          <div>
            <!-- ngIf: !$ctrl.selectionIsCustomImageAttribute -->
            <div ng-if="!$ctrl.selectionIsCustomImageAttribute" class="edit-options ng-scope" ng-class="{ 'text-selected': $ctrl.editingText }">
              <!-- ngIf: !$ctrl.selectionIsQRCode --><svg-editor-opacity ng-if="!$ctrl.selectionIsQRCode" selection="$ctrl.selection" class="ng-scope ng-isolate-scope"><!-- ngIf: $ctrl.isVisible -->
              </svg-editor-opacity><!-- end ngIf: !$ctrl.selectionIsQRCode -->
              <svg-editor-colors selection="$ctrl.selection" qr-code="$ctrl.selectionIsQRCode" class="ng-isolate-scope"><!-- ngIf: $ctrl.isVisible -->
              </svg-editor-colors>
              <svg-editor-font selection="$ctrl.selection" class="ng-isolate-scope"><!-- ngIf: $ctrl.isVisible -->
              </svg-editor-font>
              <svg-editor-text-on-path selection="$ctrl.selection" class="ng-isolate-scope"><!-- ngIf: $ctrl.isVisible -->
              </svg-editor-text-on-path>
              <!-- ngIf: $ctrl.editingText -->
            </div><!-- end ngIf: !$ctrl.selectionIsCustomImageAttribute -->
          </div>
          <!-- <div class="cling">
        <svg-editor-nudge selection="$ctrl.selection"></svg-editor-nudge>
        <svg-editor-arrange selection="$ctrl.selection"></svg-editor-arrange>
        <svg-editor-duplicate selection="$ctrl.selection"></svg-editor-duplicate>
        <svg-editor-delete selection="$ctrl.selection"></svg-editor-delete>
      </div> -->
          <div class="cling">
            <svg-editor-nudge selection="$ctrl.selection" class="ng-isolate-scope"><!-- Nudge -->
              <button ng-click="$ctrl.nudge('y', -1)" hotkeys="UP" tooltip="UP">nudge</button>
              <button ng-click="$ctrl.nudge('y',  1)" hotkeys="DOWN" tooltip="DOWN">nudge</button>
              <button ng-click="$ctrl.nudge('x', -1)" hotkeys="LEFT" tooltip="LEFT">nudge</button>
              <button ng-click="$ctrl.nudge('x',  1)" hotkeys="RIGHT" tooltip="RIGHT">nudge</button>
              <!-- Big Nudge -->
              <button ng-click="$ctrl.nudge('y', -10)" hotkeys="CMD+UP" tooltip="CTRL+UP">nudge</button>
              <button ng-click="$ctrl.nudge('y',  10)" hotkeys="CMD+DOWN" tooltip="CTRL+DOWN">nudge</button>
              <button ng-click="$ctrl.nudge('x', -10)" hotkeys="CMD+LEFT" tooltip="CTRL+LEFT">nudge</button>
              <button ng-click="$ctrl.nudge('x',  10)" hotkeys="CMD+RIGHT" tooltip="CTRL+RIGHT">nudge</button>
              <!-- ...with alternate hotkeys -->
              <button ng-click="$ctrl.nudge('y', -10)" hotkeys="SHIFT+UP" tooltip="SHIFT+UP">nudge</button>
              <button ng-click="$ctrl.nudge('y',  10)" hotkeys="SHIFT+DOWN" tooltip="SHIFT+DOWN">nudge</button>
              <button ng-click="$ctrl.nudge('x', -10)" hotkeys="SHIFT+LEFT" tooltip="SHIFT+LEFT">nudge</button>
              <button ng-click="$ctrl.nudge('x',  10)" hotkeys="SHIFT+RIGHT" tooltip="SHIFT+RIGHT">nudge</button>
            </svg-editor-nudge> <!-- These are invisible -->
            <!-- ngIf: $ctrl.allowExport -->
            <svg-editor-history class="ng-isolate-scope"><button type="button" class="button" ng-click="$ctrl.undo()" ng-disabled="!$ctrl.canUndo()" hotkeys="CMD+Z" tooltip="Undo, CTRL+Z" aria-label="Undo, CTRL+Z">
                <i class="undo"></i>
              </button>
              <button type="button" class="button" ng-click="$ctrl.redo()" ng-disabled="!$ctrl.canRedo()" hotkeys="CMD+Y" tooltip="Redo, CTRL+Y" aria-label="Redo, CTRL+Y" disabled="disabled">
                <i class="redo"></i>
              </button>
            </svg-editor-history>
          </div>
        </div>
      </div>
      <!-- Canvas -->
      <div class="editor-canvas-container">
        <div class="editor-canvas">
          <div class="editor-svg-container" svg-editor-contenteditable="">
            <!-- The SVG is injected here -->
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" focusable="false">
              <style aria-hidden="true">
                @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
              </style>
              <svg viewBox="0 0 400 400" width="400" height="400" x="0" y="0">
                <path fill="#FAAB1C"
                  d="M196.4,8.5l-0.3,0.1L36.5,45.9L36.2,46c-5.2,1.7-8.7,6.6-8.7,12.1v118.2     c-0.1,102.4,63.9,181.2,168.5,216c2.6,0.9,5.4,0.9,8,0c104.6-34.8,168.6-113.6,168.5-216V58.1c0-5.5-3.5-10.4-8.7-12.1l-0.3-0.1       l-160-37.3l-0.3-0.1C201,7.8,198.6,7.8,196.4,8.5z">
                </path>
                <path fill="#FFE2AD" d="M40.5,176.3c-0.1,96.9,59.2,170.4,159,203.7c0.5,0.2,0.5,0.2,1,0c99.8-33.3,159.1-106.8,159-203.7v-46.9           h-319L40.5,176.3z"></path>
                <path fill="#FFFFFF" d="M359.2,58L359.2,58L200.4,21l-0.3-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0.1L40.8,58l0,0c-0.1,0-0.3,0.2-0.3,0.4v0.1               l0,70.9h319v-71C359.5,58.2,359.4,58.1,359.2,58z"></path>
              </svg>
              <foreignObject width="299" height="127" style="font-size: 28px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: -0.02em;line-height: 1.2;" x="50" y="132" vertical-align="middle"
                shrink-to-fit="height">
                <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 29.9062px;">[custom.title_automatically_inserts_here]</div>
              </foreignObject>
              <foreignObject width="240" height="36" style="font-size: 20px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: -0.01em;line-height: 1.3;" x="80" y="263" vertical-align="middle"
                shrink-to-fit="height">
                <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 5px;" aria-hidden="true">[custom.content_type]</div>
              </foreignObject>
              <foreignObject width="205" height="34" style="font-size: 20px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: -0.01em;line-height: 1.3;" x="97" y="292" vertical-align="middle"
                shrink-to-fit="height">
                <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 4px;" aria-hidden="true">[custom.completion]</div>
              </foreignObject>
              <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/1714566949463480906224179600249.PNG" viewBox="0 0 1164 1280" width="136" height="150" x="132" y="0"></image>
            </svg>
          </div>
          <!-- Overlay (handles etc) -->
          <div class="selection-overlay">
            <div class="handle-tl" ng-mousedown="$ctrl.mouseDownStartScale($event, 'tl')"></div>
            <div class="handle-tr" ng-mousedown="$ctrl.mouseDownStartScale($event, 'tr')"></div>
            <div class="handle-br" ng-mousedown="$ctrl.mouseDownStartScale($event, 'br')"></div>
            <div class="handle-bl" ng-mousedown="$ctrl.mouseDownStartScale($event, 'bl')"></div>
            <div class="handle-center"></div>
            <!-- Menu -->
            <div class="block-menu">
              <button type="button" ng-mousedown="$ctrl.moveForward($event)" ng-disabled="!$ctrl.canMoveForward" hotkeys="CMD+]" tooltip="Arrange Forward, CTRL+]" aria-label="Arrange Forward, CTRL+]" disabled="disabled">
                <i class="move-forward"></i>
              </button>
              <button type="button" ng-mousedown="$ctrl.moveBackward($event)" ng-disabled="!$ctrl.canMoveBackward" hotkeys="CMD+[" tooltip="Arrange Backward, CTRL+[" aria-label="Arrange Backward, CTRL+[" disabled="disabled">
                <i class="move-backward"></i>
              </button>
              <button type="button" ng-mousedown="$ctrl.delete($event)" hotkeys="DEL" tooltip="Delete, DEL" aria-label="Delete, DEL">
                <i class="delete"></i>
              </button>
              <button type="button" ng-mousedown="$ctrl.duplicate($event)" hotkeys="CMD+D" tooltip="Duplicate, CTRL+D" aria-label="Duplicate, CTRL+D">
                <i class="copy"></i>
              </button>
            </div>
            <!--div class="handle-rotate" ng-mousedown="$ctrl.mouseDownStartRotate($event)">
          <span>0</span>
        </div-->
          </div>
          <!-- div.guide-x and div.guide-y are appended here -->
        </div>
        <p>
          <em><small> Don't forget to add your logo to your badge design! &nbsp; <a href="https://help.accredible.com/s/article/how-to-design-a-badge?__hstc=141085997.75abf0394d8f31dd6c9046c5b3c5ab86.1733770325597.1733770325597.1733770325597.1&amp;__hssc=141085997.1.1733770325597&amp;__hsfp=1372317473" target="_blank">
          Need help with the badge designer, or starting your design?
        </a>
            </small></em>
        </p>
      </div>
      <!-- Sidebar -->
      <div class="editor-sidebar">
        <div class="sidebar-tabs">
          <ul>
            <!-- ngIf: $ctrl.showExisting -->
            <li ng-if="$ctrl.showExisting" class="ng-scope">
              <a ng-click="$ctrl.activateTab('existing')" ng-class="{ 'active': ($ctrl.currentTab === 'existing') &amp;&amp; $ctrl.showSidebarMain }" class="active">
            <i class="badge-icon"></i>
            My Designs
          </a>
            </li><!-- end ngIf: $ctrl.showExisting -->
            <!-- ngIf: $ctrl.showNewBadgeBackgrounds -->
            <li ng-if="$ctrl.showNewBadgeBackgrounds" class="ng-scope">
              <a ng-click="$ctrl.activateTab('templates')" ng-class="{ 'active': ($ctrl.currentTab === 'templates') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="file"></i>
            Templates
          </a>
            </li><!-- end ngIf: $ctrl.showNewBadgeBackgrounds -->
            <li>
              <a ng-click="$ctrl.activateTab('backgrounds')" ng-class="{ 'active': ($ctrl.currentTab === 'backgrounds') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="background"></i>
            Backgrounds
          </a>
            </li>
            <li>
              <a ng-click="$ctrl.activateTab('text')" ng-class="{ 'active': ($ctrl.currentTab === 'text') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="text"></i>
            Text
          </a>
            </li>
            <li>
              <a ng-click="$ctrl.activateTab('images')" ng-class="{ 'active': ($ctrl.currentTab === 'images') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="image"></i>
            Images
          </a>
            </li>
            <li>
              <a ng-click="$ctrl.activateTab('icons')" ng-class="{ 'active': ($ctrl.currentTab === 'icons') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="icon"></i>
            Icons
          </a>
            </li>
            <li>
              <a ng-click="$ctrl.activateTab('ribbons')" ng-class="{ 'active': ($ctrl.currentTab === 'ribbons') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="ribbon"></i>
            Ribbons
          </a>
            </li>
            <!-- ngIf: $ctrl.showAttributes -->
            <li ng-if="$ctrl.showAttributes" class="ng-scope">
              <a ng-click="$ctrl.activateTab('attributes')" ng-class="{ 'active': ($ctrl.currentTab === 'attributes') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="tags"></i>
            Attributes
          </a>
            </li><!-- end ngIf: $ctrl.showAttributes -->
            <!-- TODO(Salim): refactor after removing FF -->
            <!-- ngIf: $ctrl.showQrCodeTab -->
            <li>
              <a ng-click="$ctrl.activateTab('document')" ng-class="{ 'active': ($ctrl.currentTab === 'document') &amp;&amp; $ctrl.showSidebarMain }">
            <i class="settings"></i>
            Document
          </a>
            </li>
          </ul>
        </div>
        <div class="sidebar-main">
          <div ng-show="$ctrl.currentTab === 'existing'">
            <!-- ngIf: $ctrl.existingDesigns.length > 0 -->
            <div ng-if="$ctrl.existingDesigns.length > 0" class="ng-scope">
              <div class="grid align-middle">
                <h6>MY DESIGNS</h6>
                <p class="cling">
                  <a ng-click="$ctrl.displayColumns(2)" tooltip="Grid View" aria-label="Grid View"><i class="grid-view"></i></a> &nbsp;&nbsp;
                  <a ng-click="$ctrl.displayColumns(1)" tooltip="Detail View" aria-label="Detail View"><i class="editor-align-justify"></i></a>
                </p>
              </div>
              <div class="asset-container grid cols-2" ng-class="$ctrl.sidebarColumns == 1 ? 'cols-1' : 'cols-2'">
                <!-- ngRepeat: design in $ctrl.existingDesigns -->
                <div ng-repeat="design in $ctrl.existingDesigns" class="ng-scope">
                  <div ng-click="$ctrl.useExistingBadge(design)">
                    <badge design="design" ng-class="{ 'single': $ctrl.sidebarColumns == 1 }" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                      <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg
                          xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" focusable="false">
                          <style aria-hidden="true">
                            @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                          </style>
                          <svg viewBox="0 0 400 400" width="400" height="400" x="0" y="0">
                            <path fill="#FAAB1C"
                              d="M196.4,8.5l-0.3,0.1L36.5,45.9L36.2,46c-5.2,1.7-8.7,6.6-8.7,12.1v118.2     c-0.1,102.4,63.9,181.2,168.5,216c2.6,0.9,5.4,0.9,8,0c104.6-34.8,168.6-113.6,168.5-216V58.1c0-5.5-3.5-10.4-8.7-12.1l-0.3-0.1       l-160-37.3l-0.3-0.1C201,7.8,198.6,7.8,196.4,8.5z">
                            </path>
                            <path fill="#FFE2AD" d="M40.5,176.3c-0.1,96.9,59.2,170.4,159,203.7c0.5,0.2,0.5,0.2,1,0c99.8-33.3,159.1-106.8,159-203.7v-46.9           h-319L40.5,176.3z"></path>
                            <path fill="#FFFFFF" d="M359.2,58L359.2,58L200.4,21l-0.3-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0.1L40.8,58l0,0c-0.1,0-0.3,0.2-0.3,0.4v0.1               l0,70.9h319v-71C359.5,58.2,359.4,58.1,359.2,58z"></path>
                          </svg>
                          <foreignObject width="299" height="127" style="font-size: 28px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: -0.02em;line-height: 1.2;" x="50" y="132"
                            vertical-align="middle" shrink-to-fit="height">
                            <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 29.9062px;">[custom.title_automatically_inserts_here]</div>
                          </foreignObject>
                          <foreignObject width="240" height="36" style="font-size: 20px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: -0.01em;line-height: 1.3;" x="80" y="263"
                            vertical-align="middle" shrink-to-fit="height">
                            <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 5px;" aria-hidden="true">[custom.content_type]</div>
                          </foreignObject>
                          <foreignObject width="205" height="34" style="font-size: 20px;color: rgb(52, 52, 52);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: -0.01em;line-height: 1.3;" x="97" y="292"
                            vertical-align="middle" shrink-to-fit="height">
                            <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 4px;" aria-hidden="true">[custom.completion]</div>
                          </foreignObject>
                          <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/1714566949463480906224179600249.PNG" viewBox="0 0 1164 1280" width="136" height="150" x="132" y="0"></image>
                        </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                      <!-- ngIf: $ctrl.useBitmap -->
                    </badge>
                    <div class="language-description-chip ng-binding" title="">
                    </div>
                  </div>
                  <!-- ngIf: $ctrl.sidebarColumns == 1 -->
                </div><!-- end ngRepeat: design in $ctrl.existingDesigns -->
              </div>
            </div><!-- end ngIf: $ctrl.existingDesigns.length > 0 -->
            <!-- ngIf: $ctrl.existingDesigns.length === 0 -->
          </div>
          <div ng-show="!!$ctrl.showNewBadgeBackgrounds &amp;&amp; $ctrl.currentTab === 'templates'" class="ng-hide">
            <h6>Templates</h6>
            <div class="asset-container grid cols-2">
              <!-- ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                          fill="#4EC9BA"></path>
                        <path
                          d="M360.506 266.279V282.526C360.506 283.607 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.735 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.3 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.607 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.285 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                          fill="white"></path>
                        <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#3A968B"></path>
                        <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#3A968B"></path>
                      </svg>
                      <foreignObject width="373" height="47" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="14" y="182" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="181" y="313"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="274" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(140, 140, 140);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="96" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                          fill="#EDAE49"></path>
                        <path
                          d="M360.506 266.279V282.526C360.506 283.607 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.735 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.3 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.607 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.285 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                          fill="white"></path>
                        <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#BA8939"></path>
                        <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#BA8939"></path>
                      </svg>
                      <foreignObject width="373" height="47" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="14" y="182" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="181" y="313"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="274" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(140, 140, 140);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="96" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                          fill="#E4572E"></path>
                        <path
                          d="M360.506 266.279V282.526C360.506 283.606 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.734 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.299 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.606 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.284 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                          fill="white"></path>
                        <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#96391E"></path>
                        <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#96391E"></path>
                      </svg>
                      <foreignObject width="373" height="47" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="14" y="182" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="181" y="313"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="274" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(140, 140, 140);font-family: Raleway;font-weight: 700;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="96" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                        </style>
                        <path
                          d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                          fill="#4EC9BA"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                          fill="#4EC9BA"></path>
                      </svg>
                      <foreignObject width="315" height="168" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="42" y="88" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 84px;">[group.course_name]</div>
                      </foreignObject>
                      <foreignObject width="258" height="48" style="font-size: 21px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="71" y="269">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[credential.issued_on]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                        </style>
                        <path
                          d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                          fill="#EDAE49"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                          fill="#EDAE49"></path>
                      </svg>
                      <foreignObject width="315" height="168" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="42" y="88" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 84px;">[group.course_name]</div>
                      </foreignObject>
                      <foreignObject width="258" height="48" style="font-size: 21px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="71" y="269">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[credential.issued_on]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
                        </style>
                        <path
                          d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                          fill="#E4572E"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                          fill="#E4572E"></path>
                      </svg>
                      <foreignObject width="315" height="168" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="42" y="88" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 84px;">[group.course_name]</div>
                      </foreignObject>
                      <foreignObject width="258" height="48" style="font-size: 21px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 400;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="71" y="269" selection="true">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">[credential.issued_on]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_661)">
                          <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#3A968B"></path>
                          <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#3A968B"></path>
                          <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                          <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                          <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                          <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                          <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                          <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                          <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                          <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                          <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                          <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                          <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                          <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                          <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                          <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                          <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                          <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                          <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                          <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                          <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                          <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                          <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                          <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                          <path d="M112.42 238.995V234.028H113.708V238.995H112.42Z" fill="white"></path>
                          <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                          <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                          <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                          <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                          <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                          <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                          <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                          <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                          <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                          <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                          <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                          <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                          <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                          <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                          <path d="M286.354 209.19H287.642V207.288H289.543V206H286.354V209.19Z" fill="white"></path>
                          <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                          <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                          <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                          <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                          <path d="M286.354 258.558V253.468H287.642V258.558H286.354Z" fill="white"></path>
                          <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                          <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                          <path d="M294.695 206V207.288H299.786V206H294.695Z" fill="white"></path>
                          <path d="M304.937 207.288V206H310.028V207.288H304.937Z" fill="white"></path>
                          <path d="M315.118 206V207.288H320.209V206H315.118Z" fill="white"></path>
                          <path d="M325.299 207.288V206H330.39V207.288H325.299Z" fill="white"></path>
                          <path d="M335.542 206V207.288H340.632V206H335.542Z" fill="white"></path>
                          <path d="M345.723 207.288V206H350.813V207.288H345.723Z" fill="white"></path>
                          <path d="M355.904 206V207.288H360.994V206H355.904Z" fill="white"></path>
                          <path d="M366.146 207.288V206H371.236V207.288H366.146Z" fill="white"></path>
                          <path d="M376.327 206V207.288H381.417V206H376.327Z" fill="white"></path>
                          <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                          <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                          <path d="M378.412 226.116L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.116Z" fill="white"></path>
                          <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                          <path d="M369.764 245.435L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.435Z" fill="white"></path>
                          <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                          <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                          <path d="M384.667 265.981L383.625 266.655L386.385 270.948L387.427 270.274L384.667 265.981Z" fill="white"></path>
                          <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                          <path d="M296.167 275.609V276.897H301.258V275.609H296.167Z" fill="white"></path>
                          <path d="M306.348 276.897V275.609H311.439V276.897H306.348Z" fill="white"></path>
                          <path d="M316.591 275.609V276.897H321.681V275.609H316.591Z" fill="white"></path>
                          <path d="M326.772 276.897V275.609H331.862V276.897H326.772Z" fill="white"></path>
                          <path d="M336.952 275.609V276.897H342.043V275.609H336.952Z" fill="white"></path>
                          <path d="M347.195 276.897V275.609H352.285V276.897H347.195Z" fill="white"></path>
                          <path d="M357.376 275.609V276.897H362.466V275.609H357.376Z" fill="white"></path>
                          <path d="M367.557 276.897V275.609H372.647V276.897H367.557Z" fill="white"></path>
                          <path d="M377.799 275.609V276.897H382.889V275.609H377.799Z" fill="white"></path>
                          <path
                            d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                            fill="#003D5B"></path>
                          <path
                            d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7436 218.89 76.5358C212.389 75.5545 206.072 75.1251 200 75.1251H199.51C191.537 75.1251 184.054 75.8612 177.308 77.0265C165.348 79.541 155.597 82.7913 149.157 85.8577C145.968 87.391 143.392 88.4949 141.674 89.3535C140.018 90.3348 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3775 136.584 92.3588C135.787 92.8494 134.744 93.4626 133.579 94.1372C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7745C128.182 97.8171 126.587 98.9822 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.185 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.189 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.46 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.758 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.317 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.455 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.983 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.223 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.744 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.606 318.737 215.508 318.43 217.531C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.877 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.153 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.942C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.431 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.492C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.866 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.28 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.5529 135.48 98.185 136.093 97.817C137.259 97.1424 138.178 96.5904 138.976 96.0998C140.57 95.1798 141.368 94.6891 141.368 94.6891C141.368 94.6891 142.226 94.1986 143.76 93.2173C145.416 92.3587 147.869 91.3162 150.997 89.8443C157.191 86.8391 166.575 83.7726 178.044 81.3194C184.545 80.1542 191.782 79.4796 199.387 79.4796H199.878C205.765 79.4796 211.837 79.9089 218.093 80.8289C232.628 82.9754 247.716 88.1883 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.788 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.369C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                            fill="white"></path>
                          <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#4EC9BA"></path>
                          <path d="M44.2808 174.603H45.5074V172.579H47.4701V171.168H44.2808V174.603Z" fill="white"></path>
                          <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                          <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                          <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                          <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                          <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                          <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                          <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                          <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                          <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                          <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                          <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                          <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                          <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                          <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                          <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                          <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                          <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                          <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                          <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                          <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                          <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                          <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                          <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                          <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                          <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                          <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                          <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                          <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                          <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                          <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                          <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                          <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                          <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                          <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                          <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                          <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                          <path d="M354.493 174.603H355.781V171.168H352.592V172.579H354.493V174.603Z" fill="white"></path>
                          <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                          <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                          <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                          <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                          <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                          <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                          <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                          <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                          <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                          <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                          <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                          <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                          <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                          <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                          <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                          <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                          <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                          <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                          <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                          <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                          <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                          <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                          <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                          <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                          <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                          <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                          <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                          <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                          <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                          <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                          <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                          <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                          <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                          <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                          <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                          <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_661">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="286" height="65" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="57" y="175" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 32.5px;">[group.course_name]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_634)">
                          <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#BA8939"></path>
                          <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#BA8939"></path>
                          <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                          <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                          <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                          <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                          <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                          <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                          <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                          <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                          <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                          <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                          <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                          <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                          <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                          <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                          <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                          <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                          <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                          <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                          <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                          <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                          <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                          <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                          <path d="M112.42 238.996V234.028H113.708V238.996H112.42Z" fill="white"></path>
                          <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                          <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                          <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                          <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                          <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                          <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                          <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                          <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                          <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                          <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                          <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                          <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                          <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                          <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                          <path d="M286.354 209.19H287.642V207.288H289.543V206.001H286.354V209.19Z" fill="white"></path>
                          <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                          <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                          <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                          <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                          <path d="M286.354 258.559V253.468H287.642V258.559H286.354Z" fill="white"></path>
                          <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                          <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                          <path d="M294.695 206.001V207.288H299.786V206.001H294.695Z" fill="white"></path>
                          <path d="M304.937 207.288V206.001H310.028V207.288H304.937Z" fill="white"></path>
                          <path d="M315.118 206.001V207.288H320.209V206.001H315.118Z" fill="white"></path>
                          <path d="M325.299 207.288V206.001H330.39V207.288H325.299Z" fill="white"></path>
                          <path d="M335.542 206.001V207.288H340.632V206.001H335.542Z" fill="white"></path>
                          <path d="M345.723 207.288V206.001H350.813V207.288H345.723Z" fill="white"></path>
                          <path d="M355.904 206.001V207.288H360.994V206.001H355.904Z" fill="white"></path>
                          <path d="M366.146 207.288V206.001H371.236V207.288H366.146Z" fill="white"></path>
                          <path d="M376.327 206.001V207.288H381.417V206.001H376.327Z" fill="white"></path>
                          <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                          <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                          <path d="M378.412 226.117L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.117Z" fill="white"></path>
                          <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                          <path d="M369.764 245.436L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.436Z" fill="white"></path>
                          <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                          <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                          <path d="M384.667 265.981L383.625 266.655L386.385 270.949L387.427 270.274L384.667 265.981Z" fill="white"></path>
                          <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                          <path d="M296.167 275.61V276.898H301.258V275.61H296.167Z" fill="white"></path>
                          <path d="M306.348 276.898V275.61H311.439V276.898H306.348Z" fill="white"></path>
                          <path d="M316.591 275.61V276.898H321.681V275.61H316.591Z" fill="white"></path>
                          <path d="M326.772 276.898V275.61H331.862V276.898H326.772Z" fill="white"></path>
                          <path d="M336.952 275.61V276.898H342.043V275.61H336.952Z" fill="white"></path>
                          <path d="M347.195 276.898V275.61H352.285V276.898H347.195Z" fill="white"></path>
                          <path d="M357.376 275.61V276.898H362.466V275.61H357.376Z" fill="white"></path>
                          <path d="M367.557 276.898V275.61H372.647V276.898H367.557Z" fill="white"></path>
                          <path d="M377.799 275.61V276.898H382.889V275.61H377.799Z" fill="white"></path>
                          <path
                            d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                            fill="#003D5B"></path>
                          <path
                            d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7437 218.89 76.5358C212.389 75.5546 206.072 75.1252 200 75.1252H199.51C191.537 75.1252 184.054 75.8613 177.308 77.0266C165.348 79.5411 155.597 82.7913 149.157 85.8578C145.968 87.391 143.392 88.495 141.674 89.3536C140.018 90.3349 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3776 136.584 92.3589C135.787 92.8495 134.744 93.4626 133.579 94.1373C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7746C128.182 97.8172 126.587 98.9823 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.186 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.19 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.461 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.759 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.318 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.456 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.984 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.224 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.745 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.607 318.737 215.508 318.43 217.532C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.878 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.154 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.943C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.432 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.493C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.867 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.281 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.553 135.48 98.185 136.093 97.8171C137.259 97.1424 138.178 96.5905 138.976 96.0998C140.57 95.1799 141.368 94.6892 141.368 94.6892C141.368 94.6892 142.226 94.1986 143.76 93.2174C145.416 92.3588 147.869 91.3162 150.997 89.8443C157.191 86.8392 166.575 83.7727 178.044 81.3195C184.545 80.1542 191.782 79.4797 199.387 79.4797H199.878C205.765 79.4797 211.837 79.909 218.093 80.8289C232.628 82.9755 247.716 88.1884 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.789 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.37C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                            fill="white"></path>
                          <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#EDAE49"></path>
                          <path d="M44.2808 174.603H45.5074V172.579H47.4701V171.168H44.2808V174.603Z" fill="white"></path>
                          <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                          <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                          <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                          <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                          <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                          <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                          <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                          <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                          <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                          <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                          <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                          <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                          <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                          <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                          <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                          <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                          <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                          <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                          <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                          <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                          <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                          <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                          <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                          <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                          <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                          <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                          <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                          <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                          <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                          <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                          <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                          <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                          <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                          <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                          <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                          <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                          <path d="M354.493 174.603H355.781V171.168H352.592V172.579H354.493V174.603Z" fill="white"></path>
                          <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                          <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                          <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                          <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                          <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                          <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                          <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                          <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                          <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                          <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                          <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                          <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                          <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                          <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                          <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                          <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                          <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                          <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                          <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                          <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                          <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                          <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                          <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                          <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                          <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                          <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                          <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                          <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                          <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                          <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                          <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                          <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                          <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                          <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                          <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                          <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_634">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="286" height="65" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="57" y="175" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 32.5px;">[group.course_name]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1315_593)">
                          <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#A13D20"></path>
                          <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#A13D20"></path>
                          <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                          <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                          <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                          <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                          <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                          <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                          <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                          <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                          <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                          <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                          <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                          <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                          <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                          <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                          <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                          <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                          <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                          <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                          <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                          <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                          <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                          <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                          <path d="M112.42 238.996V234.028H113.708V238.996H112.42Z" fill="white"></path>
                          <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                          <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                          <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                          <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                          <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                          <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                          <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                          <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                          <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                          <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                          <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                          <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                          <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                          <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                          <path d="M286.354 209.19H287.642V207.288H289.543V206.001H286.354V209.19Z" fill="white"></path>
                          <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                          <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                          <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                          <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                          <path d="M286.354 258.559V253.468H287.642V258.559H286.354Z" fill="white"></path>
                          <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                          <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                          <path d="M294.695 206.001V207.288H299.786V206.001H294.695Z" fill="white"></path>
                          <path d="M304.937 207.288V206.001H310.028V207.288H304.937Z" fill="white"></path>
                          <path d="M315.118 206.001V207.288H320.209V206.001H315.118Z" fill="white"></path>
                          <path d="M325.299 207.288V206.001H330.39V207.288H325.299Z" fill="white"></path>
                          <path d="M335.542 206.001V207.288H340.632V206.001H335.542Z" fill="white"></path>
                          <path d="M345.723 207.288V206.001H350.813V207.288H345.723Z" fill="white"></path>
                          <path d="M355.904 206.001V207.288H360.994V206.001H355.904Z" fill="white"></path>
                          <path d="M366.146 207.288V206.001H371.236V207.288H366.146Z" fill="white"></path>
                          <path d="M376.327 206.001V207.288H381.417V206.001H376.327Z" fill="white"></path>
                          <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                          <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                          <path d="M378.412 226.116L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.116Z" fill="white"></path>
                          <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                          <path d="M369.764 245.436L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.436Z" fill="white"></path>
                          <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                          <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                          <path d="M384.667 265.981L383.625 266.655L386.385 270.948L387.427 270.274L384.667 265.981Z" fill="white"></path>
                          <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                          <path d="M296.167 275.609V276.898H301.258V275.609H296.167Z" fill="white"></path>
                          <path d="M306.348 276.898V275.609H311.439V276.898H306.348Z" fill="white"></path>
                          <path d="M316.591 275.609V276.898H321.681V275.609H316.591Z" fill="white"></path>
                          <path d="M326.772 276.898V275.609H331.862V276.898H326.772Z" fill="white"></path>
                          <path d="M336.952 275.609V276.898H342.043V275.609H336.952Z" fill="white"></path>
                          <path d="M347.195 276.898V275.609H352.285V276.898H347.195Z" fill="white"></path>
                          <path d="M357.376 275.609V276.898H362.466V275.609H357.376Z" fill="white"></path>
                          <path d="M367.557 276.898V275.609H372.647V276.898H367.557Z" fill="white"></path>
                          <path d="M377.799 275.609V276.898H382.889V275.609H377.799Z" fill="white"></path>
                          <path
                            d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                            fill="#003D5B"></path>
                          <path
                            d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7437 218.89 76.5358C212.389 75.5546 206.072 75.1252 200 75.1252H199.51C191.537 75.1252 184.054 75.8613 177.308 77.0266C165.348 79.5411 155.597 82.7913 149.157 85.8578C145.968 87.391 143.392 88.495 141.674 89.3536C140.018 90.3349 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3776 136.584 92.3589C135.787 92.8495 134.744 93.4626 133.579 94.1373C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7746C128.182 97.8172 126.587 98.9823 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.186 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.19 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.461 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.759 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.318 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.456 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.984 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.224 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.745 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.607 318.737 215.508 318.43 217.532C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.878 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.154 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.943C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.432 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.493C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.867 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.281 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.553 135.48 98.185 136.093 97.8171C137.259 97.1424 138.178 96.5905 138.976 96.0998C140.57 95.1799 141.368 94.6892 141.368 94.6892C141.368 94.6892 142.226 94.1986 143.76 93.2174C145.416 92.3588 147.869 91.3162 150.997 89.8443C157.191 86.8392 166.575 83.7727 178.044 81.3195C184.545 80.1542 191.782 79.4797 199.387 79.4797H199.878C205.765 79.4797 211.837 79.909 218.093 80.8289C232.628 82.9755 247.716 88.1884 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.789 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.37C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                            fill="white"></path>
                          <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#E4572E"></path>
                          <path d="M44.2808 174.602H45.5074V172.579H47.4701V171.168H44.2808V174.602Z" fill="white"></path>
                          <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                          <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                          <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                          <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                          <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                          <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                          <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                          <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                          <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                          <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                          <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                          <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                          <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                          <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                          <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                          <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                          <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                          <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                          <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                          <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                          <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                          <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                          <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                          <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                          <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                          <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                          <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                          <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                          <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                          <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                          <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                          <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                          <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                          <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                          <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                          <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                          <path d="M354.493 174.602H355.781V171.168H352.592V172.579H354.493V174.602Z" fill="white"></path>
                          <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                          <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                          <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                          <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                          <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                          <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                          <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                          <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                          <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                          <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                          <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                          <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                          <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                          <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                          <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                          <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                          <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                          <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                          <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                          <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                          <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                          <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                          <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                          <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                          <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                          <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                          <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                          <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                          <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                          <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                          <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                          <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                          <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                          <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                          <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                          <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1315_593">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="286" height="65" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="57" y="175" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 32.5px;">[group.course_name]</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_655)">
                          <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#3A968B"></path>
                          <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#3A968B"></path>
                          <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#27635C"></path>
                          <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#27635C"></path>
                          <path
                            d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                            fill="#003D5B"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4233 200 91.4233C140.084 91.4233 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                            fill="#C0EDE8"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.508 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.508 73.8234 200Z"
                            fill="#C0EDE8"></path>
                          <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#4EC9BA"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_655">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="307" height="73" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="47" y="165" shrink-to-fit="height"
                        vertical-align="middle" selection="true">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 36.5px;">[group.course_name]</div>
                      </foreignObject>
                      <svg viewBox="0 0 80 80" width="21" height="21" x="151" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="120">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="249">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="151" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#3a968b"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1313_583)">
                          <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#A13D20"></path>
                          <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#A13D20"></path>
                          <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#542011"></path>
                          <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#542011"></path>
                          <path
                            d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                            fill="#003D5B"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4232 200 91.4232C140.084 91.4232 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                            fill="#00798C"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.507 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.507 73.8234 200Z"
                            fill="#00798C"></path>
                          <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#E4572E"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1313_583">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="304" height="72" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="48" y="166" shrink-to-fit="height"
                        selection="true" vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 36px;">[group.course_name]</div>
                      </foreignObject>
                      <svg viewBox="0 0 80 80" width="21" height="21" x="151" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="120">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="249">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="151" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#a13d20"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_628)">
                          <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#BA8939"></path>
                          <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#BA8939"></path>
                          <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#6E5122"></path>
                          <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#6E5122"></path>
                          <path
                            d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                            fill="#003D5B"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4232 200 91.4232C140.084 91.4232 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                            fill="#C6851E"></path>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.507 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.507 73.8234 200Z"
                            fill="#C6851E"></path>
                          <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#EDAE49"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_628">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="307" height="73" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="47" y="165" shrink-to-fit="height"
                        vertical-align="middle" selection="true">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 36.5px;">[group.course_name]</div>
                      </foreignObject>
                      <svg viewBox="0 0 80 80" width="21" height="21" x="151" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="134">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="120">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="28" height="28" x="186" y="249">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="228" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg><svg viewBox="0 0 80 80" width="21" height="21" x="151" y="246">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <path fill-rule="evenodd" clip-rule="evenodd" fill="#c6851e"
                          d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362  c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134  c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861  c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029  c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789  c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155  c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608  c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58  c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276  c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756  c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584  C78.389,27.973,80.274,29.514,79.949,32.473z">
                        </path>
                      </svg>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10" selection="true">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                        </style>
                        <path
                          d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                          fill="#4EC9BA"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                          fill="#4EC9BA"></path>
                        <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#3A968B"></path>
                      </svg>
                      <foreignObject width="234" height="77" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="83" y="157" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 38.5px;">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="180" y="299"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="258" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 14px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="107" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                        </style>
                        <path
                          d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                          fill="#EDAE49"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                          fill="#EDAE49"></path>
                        <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#BA8939"></path>
                      </svg>
                      <foreignObject width="234" height="77" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="83" y="157" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 38.5px;">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="180" y="299"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="258" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 14px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="107" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                      </style>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                          @import url('https://fonts.googleapis.com/css?family=Raleway:400');
                        </style>
                        <path
                          d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                          fill="#E4572E"></path>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                          fill="#E4572E"></path>
                        <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#A13D20"></path>
                      </svg>
                      <foreignObject width="234" height="77" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="83" y="157" shrink-to-fit="height"
                        vertical-align="middle">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true" style="padding-top: 38.5px;">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180175456408240099632754754043.png" viewBox="0 0 381 241" width="39" height="25" x="180" y="299"></image>
                      <foreignObject width="164" height="26" style="font-size: 18px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.34em;line-height: 1.5;" x="118" y="258" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">CERTIFIED</div>
                      </foreignObject>
                      <foreignObject width="164" height="26" style="font-size: 14px;color: rgb(255, 255, 255);font-family: Raleway;font-weight: 400;text-align: center;letter-spacing: 0.01em;line-height: 1.5;" x="118" y="107" shrink-to-fit="width">
                        <div xmlns="http://www.w3.org/1999/xhtml" aria-hidden="true">YOUR LOGO HERE</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180188832443343351032404198926.png" viewBox="0 0 2383 2757" width="294" height="340" x="54" y="30" opacity="1"></image>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_817)">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                            fill="#4EC9BA"></path>
                          <path
                            d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                            fill="#4EC9BA"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_817">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="266" height="102" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="200" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180187085831641722890840823619.png" viewBox="0 0 381 241" width="45" height="28" x="177" y="311"></image>
                      <foreignObject width="266" height="102" style="font-size: 20px;color: rgb(0, 0, 0);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="60" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">Your Logo Here</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180188832443343351032404198926.png" viewBox="0 0 2383 2757" width="294" height="340" x="54" y="30" opacity="1"></image>
                      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_621)">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                            fill="#EDAE49"></path>
                          <path
                            d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                            fill="#EDAE49"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_621">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="266" height="102" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="200" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180187085831641722890840823619.png" viewBox="0 0 381 241" width="45" height="28" x="177" y="311"></image>
                      <foreignObject width="266" height="102" style="font-size: 20px;color: rgb(0, 0, 0);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="60" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">Your Logo Here</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
              <div ng-repeat="template in $ctrl.badgeTemplates" ng-click="$ctrl.selectTemplate(template.svg)" class="ng-scope">
                <badge design="template" class="ng-isolate-scope"><!-- ngIf: !$ctrl.useBitmap -->
                  <div class="svg-container ng-binding ng-scope" ng-if="!$ctrl.useBitmap" ng-bind-html="$ctrl.badgeSVG" ng-style="{ width: $ctrl.size, height: $ctrl.size }" style="width: 100%; height: 100%;"><svg xmlns="http://www.w3.org/2000/svg"
                      xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" width="400" height="400" data-date-format="longDate" focusable="false">
                      <style aria-hidden="true">
                        @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                      </style>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180188832443343351032404198926.png" viewBox="0 0 2383 2757" width="294" height="340" x="54" y="30" opacity="1"></image><svg
                        xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="380" height="380" x="10" y="10">
                        <style aria-hidden="true">
                          @import url('https://fonts.googleapis.com/css?family=Montserrat:700');
                        </style>
                        <g clip-path="url(#clip0_1319_815)">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                            fill="#E4572E"></path>
                          <path
                            d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                            fill="#E4572E"></path>
                        </g>
                        <defs>
                          <clipPath id="clip0_1319_815">
                            <rect width="400" height="400"></rect>
                          </clipPath>
                        </defs>
                      </svg>
                      <foreignObject width="266" height="102" style="font-size: 30px;color: rgb(255, 255, 255);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="200" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">[group.course_name]</div>
                      </foreignObject>
                      <image xlink:href="https://s3.us-east-1.amazonaws.com/accredible-api-templates/17180187085831641722890840823619.png" viewBox="0 0 381 241" width="45" height="28" x="177" y="311"></image>
                      <foreignObject width="266" height="102" style="font-size: 20px;color: rgb(0, 0, 0);font-family: Montserrat;font-weight: 700;text-align: center;letter-spacing: 0em;line-height: 1.5;" x="67" y="60" vertical-align="middle"
                        shrink-to-fit="height">
                        <div xmlns="http://www.w3.org/1999/xhtml" style="padding-top: 51px;" aria-hidden="true">Your Logo Here</div>
                      </foreignObject>
                    </svg></div><!-- end ngIf: !$ctrl.useBitmap -->
                  <!-- ngIf: $ctrl.useBitmap -->
                </badge>
              </div><!-- end ngRepeat: template in $ctrl.badgeTemplates -->
            </div>
          </div>
          <div ng-show="$ctrl.currentTab === 'backgrounds'" class="ng-hide">
            <h6>BACKGROUND SHAPES</h6>
            <div class="asset-container grid cols-3">
              <!-- New modern svg backgrounds -->
              <!-- ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                    fill="#E4572E"></path>
                  <path
                    d="M360.506 266.279V282.526C360.506 283.606 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.734 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.299 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.606 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.284 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                    fill="white"></path>
                  <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#96391E"></path>
                  <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#96391E"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                    fill="#EDAE49"></path>
                  <path
                    d="M360.506 266.279V282.526C360.506 283.607 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.735 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.3 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.607 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.285 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                    fill="white"></path>
                  <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#BA8939"></path>
                  <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#BA8939"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M215.549 4.06035L362.465 88.8991C371.849 94.3166 377.629 104.332 377.629 115.167V153.518H385.439C392.316 153.518 397.89 159.092 397.89 165.97H397.884V251.542H377.629V284.833C377.629 295.668 371.849 305.683 362.465 311.101L215.549 395.94C210.854 398.648 205.622 400 200.385 400C195.147 400 189.91 398.648 185.22 395.94L38.3046 311.101C28.9206 305.683 23.1402 295.668 23.1402 284.833V251.542H2.89062V165.97C2.89062 159.092 8.46459 153.518 15.3412 153.518H23.1402V115.167C23.1402 104.332 28.9206 94.3166 38.3046 88.8991L185.22 4.06035C189.915 1.35163 195.147 0 200.385 0C205.622 0 210.86 1.35163 215.549 4.06035ZM40.2693 153.518H360.5V115.167C360.5 110.466 357.971 106.08 353.9 103.729L206.984 18.8959C204.982 17.7397 202.697 17.1263 200.385 17.1263C198.073 17.1263 195.788 17.7397 193.785 18.8959L46.8692 103.735C42.7986 106.08 40.2693 110.466 40.2693 115.167V153.518Z"
                    fill="#4EC9BA"></path>
                  <path
                    d="M360.506 266.279V282.526C360.506 283.607 360.522 284.698 360.354 285.767C360.034 287.911 359.176 289.968 357.874 291.7C357.228 292.569 356.473 293.356 355.632 294.04C354.796 294.735 353.852 295.272 352.913 295.809L347.285 299.061L336.033 305.559L291.024 331.549L246.014 357.54L223.506 370.535L212.255 377.033L206.627 380.274C204.716 381.294 202.556 381.837 200.391 381.842C198.225 381.842 196.06 381.3 194.155 380.274L188.526 377.033L177.275 370.535L154.767 357.54L109.758 331.549L64.7477 305.559L53.4966 299.061L47.8683 295.809C46.9293 295.272 45.985 294.729 45.1491 294.04C44.3079 293.356 43.5535 292.569 42.9076 291.7C41.6051 289.968 40.7475 287.906 40.4273 285.767C40.2536 284.698 40.2753 283.607 40.2753 282.526V266.279L40.5141 269.531L40.7258 272.777L41.1492 279.275L41.3336 282.521L41.3771 283.335L41.3988 283.742C41.4097 283.878 41.4205 283.992 41.4314 284.117C41.4585 284.361 41.4693 284.611 41.5182 284.85C41.5616 285.094 41.5833 285.338 41.6484 285.577C42.0555 287.499 42.9456 289.285 44.1885 290.734C44.8072 291.461 45.5074 292.102 46.2726 292.645C46.3703 292.71 46.4626 292.786 46.5603 292.845L46.8589 293.03L47.152 293.22L47.4612 293.388L47.7652 293.557C47.8629 293.611 47.9985 293.676 48.1179 293.741L48.8398 294.11L54.6254 297.085L66.1698 303.078C81.5349 311.112 96.813 319.303 112.037 327.587L123.446 333.818L134.821 340.104C142.414 344.279 149.959 348.54 157.519 352.763C161.302 354.869 165.063 357.024 168.835 359.152L180.141 365.557L191.414 372.023L196.895 375.16C197.965 375.73 199.18 376.023 200.391 376.023C201.601 376.023 202.822 375.73 203.891 375.16L209.368 372.023L220.64 365.563L231.946 359.152C235.713 357.019 239.479 354.875 243.262 352.763C250.823 348.534 258.372 344.284 265.965 340.104L277.341 333.824L288.749 327.592C303.973 319.314 319.252 311.123 334.617 303.083L346.161 297.085L351.947 294.11L352.669 293.736C352.783 293.676 352.918 293.611 353.022 293.551L353.326 293.383L353.635 293.215L353.928 293.03L354.226 292.845C354.324 292.78 354.416 292.71 354.514 292.645C355.279 292.102 355.979 291.456 356.598 290.728C357.841 289.279 358.726 287.488 359.133 285.566C359.198 285.327 359.22 285.083 359.263 284.839C359.312 284.594 359.323 284.35 359.35 284.106C359.361 283.981 359.377 283.867 359.382 283.731L359.404 283.324L359.448 282.51L359.632 279.264L360.055 272.766L360.267 269.52L360.506 266.269V266.279Z"
                    fill="white"></path>
                  <path d="M397.89 251.536C397.89 262.729 388.816 271.8 377.63 271.8V251.536H397.89Z" fill="#3A968B"></path>
                  <path d="M23.1463 271.805V251.542H2.89111C2.89111 262.735 11.9603 271.805 23.1463 271.805Z" fill="#3A968B"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_815)">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                      fill="#E4572E"></path>
                    <path
                      d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                      fill="#E4572E"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_815">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_621)">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                      fill="#EDAE49"></path>
                    <path
                      d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                      fill="#EDAE49"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_621">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_817)">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M375.995 224.139V33.3828H376C376 14.9464 361.042 0 342.592 0H57.4077C38.9575 0 24 14.9464 24 33.3828V224.139C24 321.267 102.802 400 199.997 400C297.193 400 375.995 321.267 375.995 224.139ZM91.2445 332.806C120.297 361.826 158.917 377.81 199.993 377.81L199.987 377.815C241.062 377.815 279.683 361.831 308.735 332.806C337.788 303.775 353.784 265.183 353.784 224.139V33.3828C353.784 27.2132 348.756 22.1898 342.582 22.1898H57.3976C51.2235 22.1898 46.1963 27.2132 46.1963 33.3828V224.139C46.1963 265.188 62.1975 303.775 91.2445 332.806Z"
                      fill="#4EC9BA"></path>
                    <path
                      d="M308.213 187.731C328.332 187.731 344.644 204.03 344.644 224.134C344.644 262.736 329.593 299.036 302.277 326.337C274.956 353.633 238.634 368.667 199.998 368.667C161.361 368.667 125.039 353.628 97.7181 326.337C70.3968 299.036 55.3515 262.736 55.3515 224.134C55.3515 204.03 71.6626 187.731 91.7817 187.731H308.219H308.213Z"
                      fill="#4EC9BA"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_817">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                    fill="#E4572E"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                    fill="#E4572E"></path>
                  <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#A13D20"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                    fill="#EDAE49"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                    fill="#EDAE49"></path>
                  <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#BA8939"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M328.153 253.988V91.5513L200.009 35.9092L71.8607 91.5513V253.988C71.8607 286.075 123.094 332.87 187.634 359.977C191.709 361.689 195.832 363.325 200.009 364.874C204.176 363.325 208.313 361.689 212.384 359.977C276.928 332.87 328.153 286.071 328.153 253.988Z"
                    fill="#4EC9BA"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M39 69.9031L200 0L361 69.9075V253.983C361 285.88 336.863 314.664 316.611 333.193C292.2 355.518 259.693 375.826 225.072 390.37C220.538 392.277 215.934 394.095 211.387 395.78L200 400L188.617 395.78C184.075 394.095 179.47 392.277 174.932 390.366C140.308 375.826 107.804 355.523 83.3935 333.193C63.1417 314.659 39 285.88 39 253.983V69.9031ZM310.128 326.067C328.951 308.842 351.386 282.359 351.386 253.983H351.39V76.2419L200.004 10.51L48.6187 76.2419V253.983C48.6187 282.359 71.058 308.847 89.8765 326.067C113.493 347.675 145.018 367.351 178.65 381.475C183.065 383.328 187.541 385.098 191.951 386.734L200 389.716L208.053 386.734C212.472 385.098 216.949 383.328 221.359 381.475C254.987 367.346 286.516 347.671 310.128 326.067Z"
                    fill="#4EC9BA"></path>
                  <path d="M328.148 148.282H71.8518V238.886H328.148V148.282Z" fill="#3A968B"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1313_583)">
                    <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#A13D20"></path>
                    <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#A13D20"></path>
                    <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#542011"></path>
                    <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#542011"></path>
                    <path
                      d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                      fill="#003D5B"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4232 200 91.4232C140.084 91.4232 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                      fill="#00798C"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.507 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.507 73.8234 200Z"
                      fill="#00798C"></path>
                    <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#E4572E"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1313_583">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_628)">
                    <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#BA8939"></path>
                    <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#BA8939"></path>
                    <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#6E5122"></path>
                    <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#6E5122"></path>
                    <path
                      d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                      fill="#003D5B"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4232 200 91.4232C140.084 91.4232 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                      fill="#C6851E"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.507 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.507 73.8234 200Z"
                      fill="#C6851E"></path>
                    <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#EDAE49"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_628">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_655)">
                    <path d="M400 275.667H315.924V193.751H400L377.023 234.7L400 275.667Z" fill="#3A968B"></path>
                    <path d="M0 275.667H84.0756V193.751H0L22.959 234.7L0 275.667Z" fill="#3A968B"></path>
                    <path d="M90.3844 240.95H36.0605L90.3844 282.024V240.95Z" fill="#27635C"></path>
                    <path d="M307.698 240.95H363.921L307.698 282.024V240.95Z" fill="#27635C"></path>
                    <path
                      d="M200 60C122.609 60 59.8616 122.686 59.8616 200C59.8616 277.314 122.609 340 200 340C277.39 340 340.138 277.314 340.138 200C340.138 122.686 277.39 60 200 60ZM200 291.406C149.457 291.406 108.504 250.474 108.504 200C108.504 149.525 149.475 108.594 200 108.594C250.524 108.594 291.495 149.525 291.495 200C291.495 250.474 250.524 291.406 200 291.406Z"
                      fill="#003D5B"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M91.3341 199.982C91.3341 259.839 140.084 308.541 200 308.541C259.915 308.541 308.665 259.839 308.665 199.982C308.665 140.125 259.915 91.4233 200 91.4233C140.084 91.4233 91.3341 140.125 91.3341 199.982ZM93.2518 200C93.2518 141.199 141.141 93.357 200 93.357C258.858 93.357 306.748 141.199 306.748 200C306.748 258.8 258.858 306.643 200 306.643C141.141 306.643 93.2518 258.8 93.2518 200Z"
                      fill="#C0EDE8"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M71.9236 200C71.9236 270.546 129.366 327.95 200 327.95C270.615 327.95 328.076 270.546 328.076 200C328.076 129.454 270.615 72.05 200 72.05C129.384 72.05 71.9236 129.454 71.9236 200ZM73.8234 200C73.8234 130.492 130.423 73.948 200 73.948C269.576 73.948 326.176 130.492 326.176 200C326.176 269.508 269.576 326.052 200 326.052C130.423 326.052 73.8234 269.508 73.8234 200Z"
                      fill="#C0EDE8"></path>
                    <path d="M363.922 159.033H36.0608V240.949H363.922V159.033Z" fill="#4EC9BA"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_655">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1315_593)">
                    <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#A13D20"></path>
                    <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#A13D20"></path>
                    <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                    <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                    <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                    <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                    <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                    <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                    <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                    <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                    <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                    <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                    <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                    <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                    <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                    <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                    <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                    <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                    <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                    <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                    <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                    <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                    <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                    <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                    <path d="M112.42 238.996V234.028H113.708V238.996H112.42Z" fill="white"></path>
                    <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                    <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                    <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                    <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                    <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                    <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                    <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                    <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                    <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                    <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                    <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                    <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                    <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                    <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                    <path d="M286.354 209.19H287.642V207.288H289.543V206.001H286.354V209.19Z" fill="white"></path>
                    <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                    <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                    <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                    <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                    <path d="M286.354 258.559V253.468H287.642V258.559H286.354Z" fill="white"></path>
                    <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                    <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                    <path d="M294.695 206.001V207.288H299.786V206.001H294.695Z" fill="white"></path>
                    <path d="M304.937 207.288V206.001H310.028V207.288H304.937Z" fill="white"></path>
                    <path d="M315.118 206.001V207.288H320.209V206.001H315.118Z" fill="white"></path>
                    <path d="M325.299 207.288V206.001H330.39V207.288H325.299Z" fill="white"></path>
                    <path d="M335.542 206.001V207.288H340.632V206.001H335.542Z" fill="white"></path>
                    <path d="M345.723 207.288V206.001H350.813V207.288H345.723Z" fill="white"></path>
                    <path d="M355.904 206.001V207.288H360.994V206.001H355.904Z" fill="white"></path>
                    <path d="M366.146 207.288V206.001H371.236V207.288H366.146Z" fill="white"></path>
                    <path d="M376.327 206.001V207.288H381.417V206.001H376.327Z" fill="white"></path>
                    <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                    <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                    <path d="M378.412 226.116L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.116Z" fill="white"></path>
                    <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                    <path d="M369.764 245.436L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.436Z" fill="white"></path>
                    <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                    <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                    <path d="M384.667 265.981L383.625 266.655L386.385 270.948L387.427 270.274L384.667 265.981Z" fill="white"></path>
                    <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                    <path d="M296.167 275.609V276.898H301.258V275.609H296.167Z" fill="white"></path>
                    <path d="M306.348 276.898V275.609H311.439V276.898H306.348Z" fill="white"></path>
                    <path d="M316.591 275.609V276.898H321.681V275.609H316.591Z" fill="white"></path>
                    <path d="M326.772 276.898V275.609H331.862V276.898H326.772Z" fill="white"></path>
                    <path d="M336.952 275.609V276.898H342.043V275.609H336.952Z" fill="white"></path>
                    <path d="M347.195 276.898V275.609H352.285V276.898H347.195Z" fill="white"></path>
                    <path d="M357.376 275.609V276.898H362.466V275.609H357.376Z" fill="white"></path>
                    <path d="M367.557 276.898V275.609H372.647V276.898H367.557Z" fill="white"></path>
                    <path d="M377.799 275.609V276.898H382.889V275.609H377.799Z" fill="white"></path>
                    <path
                      d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                      fill="#003D5B"></path>
                    <path
                      d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7437 218.89 76.5358C212.389 75.5546 206.072 75.1252 200 75.1252H199.51C191.537 75.1252 184.054 75.8613 177.308 77.0266C165.348 79.5411 155.597 82.7913 149.157 85.8578C145.968 87.391 143.392 88.495 141.674 89.3536C140.018 90.3349 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3776 136.584 92.3589C135.787 92.8495 134.744 93.4626 133.579 94.1373C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7746C128.182 97.8172 126.587 98.9823 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.186 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.19 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.461 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.759 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.318 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.456 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.984 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.224 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.745 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.607 318.737 215.508 318.43 217.532C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.878 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.154 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.943C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.432 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.493C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.867 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.281 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.553 135.48 98.185 136.093 97.8171C137.259 97.1424 138.178 96.5905 138.976 96.0998C140.57 95.1799 141.368 94.6892 141.368 94.6892C141.368 94.6892 142.226 94.1986 143.76 93.2174C145.416 92.3588 147.869 91.3162 150.997 89.8443C157.191 86.8392 166.575 83.7727 178.044 81.3195C184.545 80.1542 191.782 79.4797 199.387 79.4797H199.878C205.765 79.4797 211.837 79.909 218.093 80.8289C232.628 82.9755 247.716 88.1884 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.789 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.37C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                      fill="white"></path>
                    <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#E4572E"></path>
                    <path d="M44.2808 174.602H45.5074V172.579H47.4701V171.168H44.2808V174.602Z" fill="white"></path>
                    <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                    <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                    <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                    <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                    <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                    <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                    <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                    <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                    <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                    <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                    <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                    <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                    <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                    <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                    <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                    <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                    <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                    <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                    <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                    <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                    <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                    <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                    <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                    <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                    <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                    <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                    <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                    <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                    <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                    <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                    <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                    <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                    <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                    <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                    <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                    <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                    <path d="M354.493 174.602H355.781V171.168H352.592V172.579H354.493V174.602Z" fill="white"></path>
                    <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                    <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                    <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                    <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                    <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                    <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                    <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                    <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                    <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                    <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                    <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                    <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                    <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                    <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                    <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                    <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                    <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                    <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                    <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                    <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                    <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                    <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                    <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                    <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                    <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                    <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                    <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                    <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                    <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                    <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                    <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                    <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                    <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                    <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                    <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                    <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1315_593">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_634)">
                    <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#BA8939"></path>
                    <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#BA8939"></path>
                    <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                    <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                    <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                    <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                    <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                    <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                    <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                    <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                    <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                    <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                    <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                    <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                    <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                    <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                    <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                    <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                    <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                    <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                    <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                    <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                    <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                    <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                    <path d="M112.42 238.996V234.028H113.708V238.996H112.42Z" fill="white"></path>
                    <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                    <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                    <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                    <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                    <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                    <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                    <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                    <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                    <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                    <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                    <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                    <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                    <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                    <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                    <path d="M286.354 209.19H287.642V207.288H289.543V206.001H286.354V209.19Z" fill="white"></path>
                    <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                    <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                    <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                    <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                    <path d="M286.354 258.559V253.468H287.642V258.559H286.354Z" fill="white"></path>
                    <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                    <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                    <path d="M294.695 206.001V207.288H299.786V206.001H294.695Z" fill="white"></path>
                    <path d="M304.937 207.288V206.001H310.028V207.288H304.937Z" fill="white"></path>
                    <path d="M315.118 206.001V207.288H320.209V206.001H315.118Z" fill="white"></path>
                    <path d="M325.299 207.288V206.001H330.39V207.288H325.299Z" fill="white"></path>
                    <path d="M335.542 206.001V207.288H340.632V206.001H335.542Z" fill="white"></path>
                    <path d="M345.723 207.288V206.001H350.813V207.288H345.723Z" fill="white"></path>
                    <path d="M355.904 206.001V207.288H360.994V206.001H355.904Z" fill="white"></path>
                    <path d="M366.146 207.288V206.001H371.236V207.288H366.146Z" fill="white"></path>
                    <path d="M376.327 206.001V207.288H381.417V206.001H376.327Z" fill="white"></path>
                    <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                    <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                    <path d="M378.412 226.117L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.117Z" fill="white"></path>
                    <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                    <path d="M369.764 245.436L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.436Z" fill="white"></path>
                    <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                    <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                    <path d="M384.667 265.981L383.625 266.655L386.385 270.949L387.427 270.274L384.667 265.981Z" fill="white"></path>
                    <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                    <path d="M296.167 275.61V276.898H301.258V275.61H296.167Z" fill="white"></path>
                    <path d="M306.348 276.898V275.61H311.439V276.898H306.348Z" fill="white"></path>
                    <path d="M316.591 275.61V276.898H321.681V275.61H316.591Z" fill="white"></path>
                    <path d="M326.772 276.898V275.61H331.862V276.898H326.772Z" fill="white"></path>
                    <path d="M336.952 275.61V276.898H342.043V275.61H336.952Z" fill="white"></path>
                    <path d="M347.195 276.898V275.61H352.285V276.898H347.195Z" fill="white"></path>
                    <path d="M357.376 275.61V276.898H362.466V275.61H357.376Z" fill="white"></path>
                    <path d="M367.557 276.898V275.61H372.647V276.898H367.557Z" fill="white"></path>
                    <path d="M377.799 275.61V276.898H382.889V275.61H377.799Z" fill="white"></path>
                    <path
                      d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                      fill="#003D5B"></path>
                    <path
                      d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7437 218.89 76.5358C212.389 75.5546 206.072 75.1252 200 75.1252H199.51C191.537 75.1252 184.054 75.8613 177.308 77.0266C165.348 79.5411 155.597 82.7913 149.157 85.8578C145.968 87.391 143.392 88.495 141.674 89.3536C140.018 90.3349 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3776 136.584 92.3589C135.787 92.8495 134.744 93.4626 133.579 94.1373C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7746C128.182 97.8172 126.587 98.9823 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.186 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.19 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.461 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.759 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.318 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.456 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.984 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.224 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.745 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.607 318.737 215.508 318.43 217.532C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.878 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.154 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.943C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.432 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.493C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.867 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.281 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.553 135.48 98.185 136.093 97.8171C137.259 97.1424 138.178 96.5905 138.976 96.0998C140.57 95.1799 141.368 94.6892 141.368 94.6892C141.368 94.6892 142.226 94.1986 143.76 93.2174C145.416 92.3588 147.869 91.3162 150.997 89.8443C157.191 86.8392 166.575 83.7727 178.044 81.3195C184.545 80.1542 191.782 79.4797 199.387 79.4797H199.878C205.765 79.4797 211.837 79.909 218.093 80.8289C232.628 82.9755 247.716 88.1884 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.789 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.37C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                      fill="white"></path>
                    <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#EDAE49"></path>
                    <path d="M44.2808 174.603H45.5074V172.579H47.4701V171.168H44.2808V174.603Z" fill="white"></path>
                    <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                    <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                    <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                    <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                    <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                    <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                    <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                    <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                    <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                    <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                    <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                    <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                    <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                    <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                    <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                    <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                    <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                    <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                    <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                    <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                    <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                    <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                    <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                    <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                    <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                    <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                    <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                    <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                    <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                    <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                    <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                    <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                    <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                    <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                    <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                    <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                    <path d="M354.493 174.603H355.781V171.168H352.592V172.579H354.493V174.603Z" fill="white"></path>
                    <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                    <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                    <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                    <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                    <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                    <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                    <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                    <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                    <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                    <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                    <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                    <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                    <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                    <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                    <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                    <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                    <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                    <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                    <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                    <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                    <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                    <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                    <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                    <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                    <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                    <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                    <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                    <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                    <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                    <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                    <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                    <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                    <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                    <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                    <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                    <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_634">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <g clip-path="url(#clip0_1319_661)">
                    <path d="M0 281.374H118.123V201.523H0L25.0845 242.859L0 281.374Z" fill="#3A968B"></path>
                    <path d="M400 281.374L374.916 242.859L400 201.523H281.877V281.374H400Z" fill="#3A968B"></path>
                    <path d="M112.359 209.189H113.647V206H110.458V207.288H112.359V209.189Z" fill="white"></path>
                    <path d="M7.91223 206L9.81348 209.128L10.9176 208.515L10.1814 207.288H11.5921V206H7.91223Z" fill="white"></path>
                    <path d="M13.6326 213.081L13.6773 213.053H13.6159L13.6326 213.081Z" fill="white"></path>
                    <path d="M13.6326 213.081L16.3759 217.592L15.3332 218.266L12.5734 213.728L13.6326 213.081Z" fill="white"></path>
                    <path d="M18.0932 222.866L19.1971 222.191L21.957 226.73L20.8531 227.404L18.0932 222.866Z" fill="white"></path>
                    <path d="M24.7782 231.329L23.6743 232.004L26.4343 236.542L27.5382 235.868L24.7782 231.329Z" fill="white"></path>
                    <path d="M30.2367 245.435L29.1326 244.761L30.2979 242.921L29.194 241.081L30.2979 240.468L31.8312 242.982L30.2367 245.435Z" fill="white"></path>
                    <path d="M26.4339 248.931L23.7353 253.04L24.7778 253.776L27.4764 249.606L26.4339 248.931Z" fill="white"></path>
                    <path d="M18.3382 261.381L21.0367 257.211L22.0792 257.885L19.3807 262.056L18.3382 261.381Z" fill="white"></path>
                    <path d="M15.6396 265.49L12.941 269.599L13.9837 270.335L16.6821 266.165L15.6396 265.49Z" fill="white"></path>
                    <path d="M8.21919 276.897H11.9603V275.609H10.5496L11.2857 274.505L10.243 273.769L8.21919 276.897Z" fill="white"></path>
                    <path d="M16.8055 206V207.288H22.0187V206H16.8055Z" fill="white"></path>
                    <path d="M27.2317 207.288V206H32.4448V207.288H27.2317Z" fill="white"></path>
                    <path d="M37.5966 206V207.288H42.8098V206H37.5966Z" fill="white"></path>
                    <path d="M48.023 207.288V206H53.2361V207.288H48.023Z" fill="white"></path>
                    <path d="M58.4493 206V207.288H63.6623V206H58.4493Z" fill="white"></path>
                    <path d="M68.814 207.288V206H74.0272V207.288H68.814Z" fill="white"></path>
                    <path d="M79.2404 206V207.288H84.4535V206H79.2404Z" fill="white"></path>
                    <path d="M89.6667 207.288V206H94.8797V207.288H89.6667Z" fill="white"></path>
                    <path d="M100.093 206V207.288H105.306V206H100.093Z" fill="white"></path>
                    <path d="M112.42 219.125V214.157H113.708V219.125H112.42Z" fill="white"></path>
                    <path d="M112.42 224.093V229.06H113.708V224.093H112.42Z" fill="white"></path>
                    <path d="M112.42 238.995V234.028H113.708V238.995H112.42Z" fill="white"></path>
                    <path d="M112.42 243.902V248.87H113.708V243.902H112.42Z" fill="white"></path>
                    <path d="M112.42 258.866V253.899H113.708V258.866H112.42Z" fill="white"></path>
                    <path d="M112.42 263.773V268.74H113.708V263.773H112.42Z" fill="white"></path>
                    <path d="M113.647 276.897H110.458V275.609H112.359V273.708H113.647V276.897Z" fill="white"></path>
                    <path d="M17.1116 275.609V276.897H22.2634V275.609H17.1116Z" fill="white"></path>
                    <path d="M27.538 276.897V275.609H32.6897V276.897H27.538Z" fill="white"></path>
                    <path d="M37.8415 275.609V276.897H43.0547V275.609H37.8415Z" fill="white"></path>
                    <path d="M48.2065 276.897V275.609H53.3582V276.897H48.2065Z" fill="white"></path>
                    <path d="M58.6328 275.609V276.897H63.7846V275.609H58.6328Z" fill="white"></path>
                    <path d="M68.9975 276.897V275.609H74.1495V276.897H68.9975Z" fill="white"></path>
                    <path d="M79.3625 275.609V276.897H84.5757V275.609H79.3625Z" fill="white"></path>
                    <path d="M89.7274 276.897V275.609H94.9406V276.897H89.7274Z" fill="white"></path>
                    <path d="M100.092 275.609V276.897H105.244V275.609H100.092Z" fill="white"></path>
                    <path d="M389.083 208.515L390.187 209.128L392.089 206H388.409V207.288H389.819L389.083 208.515Z" fill="white"></path>
                    <path d="M286.354 209.19H287.642V207.288H289.543V206H286.354V209.19Z" fill="white"></path>
                    <path d="M286.354 217.775V212.684H287.642V217.775H286.354Z" fill="white"></path>
                    <path d="M286.354 222.865V227.955H287.642V222.865H286.354Z" fill="white"></path>
                    <path d="M286.354 238.136V233.046H287.642V238.136H286.354Z" fill="white"></path>
                    <path d="M286.354 243.288V248.378H287.642V243.288H286.354Z" fill="white"></path>
                    <path d="M286.354 258.558V253.468H287.642V258.558H286.354Z" fill="white"></path>
                    <path d="M286.354 263.649V268.739H287.642V263.649H286.354Z" fill="white"></path>
                    <path d="M286.354 276.897H289.543V275.609H287.642V273.708H286.354V276.897Z" fill="white"></path>
                    <path d="M294.695 206V207.288H299.786V206H294.695Z" fill="white"></path>
                    <path d="M304.937 207.288V206H310.028V207.288H304.937Z" fill="white"></path>
                    <path d="M315.118 206V207.288H320.209V206H315.118Z" fill="white"></path>
                    <path d="M325.299 207.288V206H330.39V207.288H325.299Z" fill="white"></path>
                    <path d="M335.542 206V207.288H340.632V206H335.542Z" fill="white"></path>
                    <path d="M345.723 207.288V206H350.813V207.288H345.723Z" fill="white"></path>
                    <path d="M355.904 206V207.288H360.994V206H355.904Z" fill="white"></path>
                    <path d="M366.146 207.288V206H371.236V207.288H366.146Z" fill="white"></path>
                    <path d="M376.327 206V207.288H381.417V206H376.327Z" fill="white"></path>
                    <path d="M386.307 213.081L386.323 213.053H386.262L386.307 213.081Z" fill="white"></path>
                    <path d="M386.307 213.081L387.366 213.728L384.729 218.082L383.686 217.408L386.307 213.081Z" fill="white"></path>
                    <path d="M378.412 226.116L381.049 221.762L382.153 222.437L379.516 226.791L378.412 226.116Z" fill="white"></path>
                    <path d="M375.713 230.471L373.076 234.825L374.18 235.5L376.817 231.145L375.713 230.471Z" fill="white"></path>
                    <path d="M369.764 245.435L368.17 242.982L369.703 240.468L370.807 241.081L369.703 242.921L370.868 244.761L369.764 245.435Z" fill="white"></path>
                    <path d="M373.566 248.931L372.524 249.606L375.284 253.899L376.326 253.163L373.566 248.931Z" fill="white"></path>
                    <path d="M378.105 258.131L379.148 257.456L381.908 261.688L380.865 262.424L378.105 258.131Z" fill="white"></path>
                    <path d="M384.667 265.981L383.625 266.655L386.385 270.948L387.427 270.274L384.667 265.981Z" fill="white"></path>
                    <path d="M391.782 276.897H388.041V275.609H389.451L388.715 274.505L389.758 273.769L391.782 276.897Z" fill="white"></path>
                    <path d="M296.167 275.609V276.897H301.258V275.609H296.167Z" fill="white"></path>
                    <path d="M306.348 276.897V275.609H311.439V276.897H306.348Z" fill="white"></path>
                    <path d="M316.591 275.609V276.897H321.681V275.609H316.591Z" fill="white"></path>
                    <path d="M326.772 276.897V275.609H331.862V276.897H326.772Z" fill="white"></path>
                    <path d="M336.952 275.609V276.897H342.043V275.609H336.952Z" fill="white"></path>
                    <path d="M347.195 276.897V275.609H352.285V276.897H347.195Z" fill="white"></path>
                    <path d="M357.376 275.609V276.897H362.466V275.609H357.376Z" fill="white"></path>
                    <path d="M367.557 276.897V275.609H372.647V276.897H367.557Z" fill="white"></path>
                    <path d="M377.799 275.609V276.897H382.889V275.609H377.799Z" fill="white"></path>
                    <path
                      d="M336.739 184.484C336.977 186.104 337.197 187.605 337.197 189.013C337.443 196.924 337.627 201.401 337.627 201.401V201.524C337.627 201.774 337.595 202.297 337.547 203.075C337.501 203.82 337.441 204.801 337.381 206.001C337.32 206.43 337.259 206.86 337.259 207.289C337.225 207.782 337.186 208.304 337.145 208.854C337.039 210.287 336.918 211.911 336.829 213.728C336.785 215.195 336.515 216.725 336.23 218.343C336.122 218.959 336.011 219.587 335.91 220.229C335.48 222.56 335.051 225.074 334.622 227.773C334.317 229.448 333.847 231.147 333.358 232.913C333.06 233.992 332.754 235.097 332.475 236.236C332.26 236.974 332.052 237.727 331.842 238.491C331.213 240.775 330.558 243.153 329.592 245.497C329.303 246.413 328.976 247.29 328.641 248.19C328.55 248.435 328.458 248.682 328.366 248.931C324.502 259.419 318.492 270.642 310.457 281.374C309.415 282.785 308.311 284.196 307.207 285.606C296.658 298.792 282.797 310.812 267.096 319.583C251.457 328.414 233.916 333.934 217.173 335.957C211.469 336.632 205.827 337 200.43 337H199.939C189.635 337 179.945 335.957 171.297 334.118C158.173 331.051 147.562 327.126 140.509 323.508C139.096 322.789 137.794 322.15 136.622 321.575C134.893 320.728 133.449 320.02 132.352 319.399C130.574 318.295 129.654 317.681 129.654 317.681C129.654 317.681 128.734 317.068 126.894 315.964C126.396 315.665 125.844 315.313 125.238 314.926C124.725 314.598 124.173 314.245 123.582 313.879C123.212 313.677 122.842 313.438 122.461 313.193C122.149 312.991 121.829 312.785 121.497 312.591C121.185 312.336 120.846 312.08 120.5 311.819C120.098 311.515 119.684 311.203 119.289 310.874C118.618 310.357 117.925 309.83 117.206 309.283C116.216 308.53 115.177 307.74 114.075 306.887C113.673 306.565 113.259 306.243 112.838 305.916C112.297 305.496 111.745 305.067 111.193 304.618C110.694 304.182 110.211 303.73 109.72 303.269C109.245 302.824 108.762 302.372 108.249 301.92C107.043 300.752 105.768 299.561 104.438 298.318C103.603 297.538 102.746 296.737 101.871 295.909C100.405 294.402 98.9688 292.781 97.4827 291.104C96.7917 290.324 96.0899 289.532 95.3696 288.734C93.407 286.465 91.4445 283.95 89.4819 281.313C82.7968 272.298 76.4797 261.565 71.7572 249.361L71.5732 248.809C66.6054 236.052 63.4162 221.762 62.6189 207.227C62.5576 206.798 62.5575 206.369 62.5575 205.94C62.4349 204.468 62.4349 202.997 62.4349 201.465V197.599C62.5576 189.197 63.4776 180.672 65.1335 172.515C65.1948 172.3 65.2408 172.07 65.2868 171.84C65.3328 171.61 65.3788 171.381 65.4401 171.166C65.7467 169.51 66.1147 167.916 66.544 166.321C68.2613 159.268 70.5305 152.522 73.2291 146.144C79.7915 130.505 88.9299 117.38 97.8842 107.384C98.8391 106.404 99.7632 105.413 100.673 104.438C101.984 103.033 103.266 101.659 104.569 100.392C105.527 99.538 106.463 98.6947 107.381 97.867C108.639 96.7335 109.865 95.6291 111.07 94.5658C111.575 94.1501 112.066 93.72 112.549 93.2964C113.063 92.8451 113.569 92.4011 114.075 91.9899C115.118 91.2539 116.1 90.5181 117.081 89.7821C117.527 89.4613 117.961 89.1499 118.383 88.8467C119.818 87.8167 121.123 86.8799 122.355 85.9797C122.728 85.7217 123.087 85.4502 123.439 85.1841C123.841 84.8811 124.232 84.585 124.624 84.3237C125.422 83.8944 126.096 83.5266 126.771 83.0973C127.811 82.5031 128.731 81.949 129.53 81.4671C129.721 81.352 129.906 81.2411 130.083 81.1347C131.923 80.0307 132.904 79.4789 132.904 79.4789C132.904 79.4789 133.824 78.8654 135.664 77.8228C137.464 76.8629 140.203 75.6095 143.709 74.0052L143.944 73.8979C151.058 70.5248 161.791 66.845 175.038 64.1466C182.459 62.7973 190.739 62 199.51 62H200.062C206.747 62.0613 213.8 62.552 220.914 63.5946C237.596 66.0478 254.953 72.0579 270.408 81.3187C285.925 90.518 299.418 102.906 309.599 116.338C319.779 129.83 326.955 144.12 330.88 157.06C331.915 159.697 332.556 162.378 333.173 164.956C333.288 165.435 333.402 165.911 333.518 166.382C333.748 167.418 334.002 168.43 334.25 169.418C334.399 170.009 334.545 170.592 334.683 171.166C334.744 171.381 334.79 171.61 334.836 171.84C334.882 172.07 334.928 172.3 334.99 172.515C335.173 173.311 335.296 174.106 335.418 174.901L335.419 174.907C335.608 176.574 335.845 178.195 336.07 179.74C336.209 180.695 336.344 181.621 336.461 182.512C336.548 183.189 336.645 183.846 336.739 184.484Z"
                      fill="#003D5B"></path>
                    <path
                      d="M324.195 189.995C324.195 188.155 323.827 186.254 323.582 184.107C323.275 181.961 322.969 179.692 322.601 177.238C322.417 175.705 321.987 174.172 321.619 172.577C321.619 172.455 321.558 172.332 321.497 172.209C321.251 171.351 321.067 170.431 320.822 169.511C320.577 168.468 320.331 167.426 320.086 166.383C319.657 164.604 319.166 162.826 318.492 161.109C314.996 149.395 308.433 136.454 299.172 124.311C289.973 112.107 277.706 100.884 263.662 92.5428C249.678 84.1407 233.977 78.7436 218.89 76.5358C212.389 75.5545 206.072 75.1251 200 75.1251H199.51C191.537 75.1251 184.054 75.8612 177.308 77.0265C165.348 79.541 155.597 82.7913 149.157 85.8577C145.968 87.391 143.392 88.4949 141.674 89.3535C140.018 90.3348 139.16 90.8868 139.16 90.8868C139.16 90.8868 138.301 91.3775 136.584 92.3588C135.787 92.8494 134.744 93.4626 133.579 94.1372C132.966 94.5052 132.352 94.8732 131.677 95.3025C131.064 95.7318 130.328 96.2839 129.654 96.7745C128.182 97.8171 126.587 98.9822 124.87 100.27C124.011 100.883 123.03 101.558 122.171 102.233C121.251 102.969 120.393 103.766 119.473 104.625C117.571 106.281 115.609 107.998 113.524 109.899C111.561 111.861 109.598 114.008 107.452 116.277C99.2948 125.354 91.0151 137.19 85.066 151.357C83.0421 156.202 81.2634 161.231 79.7915 166.506C79.3008 168.346 78.8102 170.185 78.4422 172.025C78.4422 172.271 78.3196 172.455 78.3196 172.7C76.4797 180.918 75.4371 189.443 75.3145 198.029C75.3145 199.255 75.3145 200.482 75.3145 201.647C75.5598 216.796 78.6262 231.699 83.778 244.823C84.3299 246.234 84.8819 247.644 85.4952 248.993C89.911 259.235 95.5536 268.189 101.319 275.733C101.625 276.162 101.993 276.592 102.3 277.021C103.22 278.247 104.201 279.351 105.183 280.517C105.489 280.823 105.796 281.191 106.041 281.498C107.758 283.46 109.353 285.362 111.009 287.079C113.033 288.98 114.934 290.758 116.774 292.476C117.694 293.334 118.553 294.193 119.411 294.929C120.331 295.665 121.251 296.34 122.049 297.014C123.766 298.363 125.299 299.529 126.71 300.633C127.384 301.185 128.059 301.675 128.734 302.166C129.408 302.595 130.022 302.963 130.635 303.331C131.8 304.067 132.781 304.68 133.64 305.232C135.296 306.214 136.093 306.766 136.093 306.766C136.093 306.766 137.013 307.317 138.608 308.299C140.264 309.219 142.84 310.445 145.968 312.04C152.346 315.29 161.975 318.786 173.873 321.607C181.601 323.263 190.433 324.183 199.816 324.183H200.246C205.152 324.183 210.242 323.876 215.394 323.263C230.543 321.423 246.366 316.455 260.595 308.421C273.291 301.307 284.637 291.924 293.652 281.559C294.818 280.271 295.86 278.983 296.903 277.696C297.026 277.512 297.21 277.328 297.332 277.082C297.639 276.653 298.007 276.223 298.314 275.794C305.121 267.024 310.457 257.825 314.198 249.055C314.934 247.399 315.548 245.804 316.1 244.21C316.468 243.228 316.836 242.247 317.142 241.266C318.369 238.445 318.982 235.562 319.718 232.864C320.393 230.165 321.251 227.651 321.681 225.198C322.11 222.744 322.478 220.475 322.785 218.329C323.091 216.182 323.582 214.281 323.643 212.503C324.011 206.554 324.257 202.751 324.318 201.586C324.318 201.341 324.318 201.279 324.318 201.279C324.318 201.279 324.195 197.17 323.889 190.056L324.195 189.995ZM319.657 206.002C319.657 206.431 319.595 206.799 319.534 207.29C319.473 208.639 319.35 210.172 319.227 211.889C319.227 213.606 318.737 215.508 318.43 217.531C318.062 219.555 317.694 221.763 317.326 224.094C316.897 226.486 316.1 228.877 315.425 231.453C314.689 234.029 314.076 236.789 312.91 239.487C312.604 240.53 312.174 241.573 311.807 242.615L311.254 243.965C310.641 245.559 309.966 247.153 309.231 248.809C305.428 257.273 300.092 266.043 293.407 274.384C291.567 276.714 289.543 279.045 287.458 281.253C279.301 290.023 269.365 297.873 258.449 304.006C244.772 311.733 229.562 316.517 214.965 318.234C209.997 318.847 205.152 319.154 200.368 319.154H199.939C190.923 319.154 182.398 318.234 174.977 316.701C163.57 314.002 154.247 310.629 148.175 307.44C145.17 305.907 142.717 304.742 141.061 303.822C139.466 302.84 138.669 302.35 138.669 302.35C138.669 302.35 137.872 301.798 136.277 300.817C135.541 300.326 134.56 299.713 133.395 298.977C132.843 298.67 132.229 298.241 131.555 297.873C130.942 297.443 130.328 296.892 129.654 296.401C128.304 295.358 126.771 294.193 125.115 292.905C124.318 292.292 123.459 291.617 122.539 290.942C121.681 290.207 120.883 289.409 119.963 288.551C118.246 286.956 116.345 285.239 114.382 283.399C113.708 282.663 113.033 281.927 112.358 281.13C111.193 279.842 110.028 278.431 108.74 277.082C102.3 269.416 95.7377 259.849 90.6472 248.687C89.9112 247.092 89.2364 245.498 88.5618 243.842C88.4391 243.474 88.2553 243.106 88.1326 242.799C88.1326 242.677 88.0711 242.615 88.0098 242.492C83.778 231.576 81.0182 219.494 80.2209 207.106C80.2209 206.676 80.2208 206.247 80.1595 205.818C80.0981 204.285 80.0369 202.813 80.0369 201.341C80.0369 200.114 80.0369 198.949 80.0369 197.722C80.1595 186.928 81.8155 176.196 84.6981 166.138C86.0474 161.538 87.5806 157.061 89.4205 152.829C95.1243 139.276 103.097 127.868 110.886 119.098C112.91 116.952 114.812 114.866 116.713 112.904C118.737 111.125 120.638 109.408 122.478 107.875C123.398 107.078 124.195 106.28 125.054 105.545C125.974 104.87 126.832 104.318 127.691 103.705C129.347 102.478 130.88 101.374 132.291 100.332C132.965 99.8409 133.64 99.3502 134.253 98.9209C134.928 98.5529 135.48 98.185 136.093 97.817C137.259 97.1424 138.178 96.5904 138.976 96.0998C140.57 95.1798 141.368 94.6891 141.368 94.6891C141.368 94.6891 142.226 94.1986 143.76 93.2173C145.416 92.3587 147.869 91.3162 150.997 89.8443C157.191 86.8391 166.575 83.7726 178.044 81.3194C184.545 80.1542 191.782 79.4796 199.387 79.4796H199.878C205.765 79.4796 211.837 79.9089 218.093 80.8289C232.628 82.9754 247.716 88.1883 261.147 96.2838C274.64 104.318 286.415 115.112 295.308 126.826C304.201 138.54 310.457 150.989 313.83 162.213C314.382 163.501 314.75 164.788 315.057 166.076C315.425 167.548 315.732 168.959 316.1 170.369C316.713 172.945 317.449 175.398 317.817 177.79C318.123 180.182 318.43 182.39 318.737 184.414C318.982 186.499 319.411 188.339 319.35 190.056C319.595 196.925 319.779 200.85 319.779 200.85C319.779 200.85 319.779 200.973 319.779 201.279C319.779 201.954 319.657 203.487 319.473 205.756L319.657 206.002Z"
                      fill="white"></path>
                    <path d="M360.197 166.382H39.804V248.932H360.197V166.382Z" fill="#4EC9BA"></path>
                    <path d="M44.2808 174.603H45.5074V172.579H47.4701V171.168H44.2808V174.603Z" fill="white"></path>
                    <path d="M44.2808 179.693V184.783H45.5688V179.693H44.2808Z" fill="white"></path>
                    <path d="M44.2808 194.963V189.873H45.5688V194.963H44.2808Z" fill="white"></path>
                    <path d="M44.2808 200.054V205.144H45.5688V200.054H44.2808Z" fill="white"></path>
                    <path d="M44.2808 215.263V210.173H45.5688V215.263H44.2808Z" fill="white"></path>
                    <path d="M44.2808 220.292V225.383H45.5688V220.292H44.2808Z" fill="white"></path>
                    <path d="M44.2808 235.563V230.473H45.5688V235.563H44.2808Z" fill="white"></path>
                    <path d="M47.4701 244.089H44.2808V240.654H45.5074V242.678H47.4701V244.089Z" fill="white"></path>
                    <path d="M52.6216 172.517V171.168H57.7734V172.517H52.6216Z" fill="white"></path>
                    <path d="M62.9252 171.168V172.517H68.0769V171.168H62.9252Z" fill="white"></path>
                    <path d="M73.2901 172.517V171.168H78.4419V172.517H73.2901Z" fill="white"></path>
                    <path d="M83.655 171.168V172.517H88.8068V171.168H83.655Z" fill="white"></path>
                    <path d="M93.9586 172.517V171.168H99.1104V172.517H93.9586Z" fill="white"></path>
                    <path d="M104.324 171.168V172.517H109.475V171.168H104.324Z" fill="white"></path>
                    <path d="M114.688 172.517V171.168H119.84V172.517H114.688Z" fill="white"></path>
                    <path d="M124.992 171.168V172.517H130.144V171.168H124.992Z" fill="white"></path>
                    <path d="M135.357 172.517V171.168H140.509V172.517H135.357Z" fill="white"></path>
                    <path d="M145.661 171.168V172.517H150.812V171.168H145.661Z" fill="white"></path>
                    <path d="M156.025 172.517V171.168H161.177V172.517H156.025Z" fill="white"></path>
                    <path d="M166.39 171.168V172.517H171.542V171.168H166.39Z" fill="white"></path>
                    <path d="M176.694 172.517V171.168H181.846V172.517H176.694Z" fill="white"></path>
                    <path d="M187.059 171.168V172.517H192.211V171.168H187.059Z" fill="white"></path>
                    <path d="M197.424 172.517V171.168H202.576V172.517H197.424Z" fill="white"></path>
                    <path d="M207.728 171.168V172.517H212.879V171.168H207.728Z" fill="white"></path>
                    <path d="M218.093 172.517V171.168H223.244V172.517H218.093Z" fill="white"></path>
                    <path d="M228.457 171.168V172.517H233.609V171.168H228.457Z" fill="white"></path>
                    <path d="M238.761 172.517V171.168H243.913V172.517H238.761Z" fill="white"></path>
                    <path d="M249.126 171.168V172.517H254.278V171.168H249.126Z" fill="white"></path>
                    <path d="M259.491 172.517V171.168H264.643V172.517H259.491Z" fill="white"></path>
                    <path d="M269.794 171.168V172.517H274.946V171.168H269.794Z" fill="white"></path>
                    <path d="M280.159 172.517V171.168H285.311V172.517H280.159Z" fill="white"></path>
                    <path d="M290.524 171.168V172.517H295.676V171.168H290.524Z" fill="white"></path>
                    <path d="M300.828 172.517V171.168H305.98V172.517H300.828Z" fill="white"></path>
                    <path d="M311.193 171.168V172.517H316.345V171.168H311.193Z" fill="white"></path>
                    <path d="M321.496 172.517V171.168H326.648V172.517H321.496Z" fill="white"></path>
                    <path d="M331.861 171.168V172.517H337.013V171.168H331.861Z" fill="white"></path>
                    <path d="M342.226 172.517V171.168H347.378V172.517H342.226Z" fill="white"></path>
                    <path d="M354.493 174.603H355.781V171.168H352.592V172.579H354.493V174.603Z" fill="white"></path>
                    <path d="M354.493 184.783V179.693H355.781V184.783H354.493Z" fill="white"></path>
                    <path d="M354.493 189.873V194.963H355.781V189.873H354.493Z" fill="white"></path>
                    <path d="M354.493 205.144V200.054H355.781V205.144H354.493Z" fill="white"></path>
                    <path d="M354.493 210.173V215.263H355.781V210.173H354.493Z" fill="white"></path>
                    <path d="M354.493 225.383V220.292H355.781V225.383H354.493Z" fill="white"></path>
                    <path d="M354.493 230.473V235.563H355.781V230.473H354.493Z" fill="white"></path>
                    <path d="M355.781 244.089H352.592V242.678H354.493V240.655H355.781V244.089Z" fill="white"></path>
                    <path d="M52.6216 242.679V244.028H57.7734V242.679H52.6216Z" fill="white"></path>
                    <path d="M62.9252 244.028V242.679H68.0769V244.028H62.9252Z" fill="white"></path>
                    <path d="M73.2901 242.679V244.028H78.4419V242.679H73.2901Z" fill="white"></path>
                    <path d="M83.655 244.028V242.679H88.8068V244.028H83.655Z" fill="white"></path>
                    <path d="M93.9586 242.679V244.028H99.1104V242.679H93.9586Z" fill="white"></path>
                    <path d="M104.324 244.028V242.679H109.475V244.028H104.324Z" fill="white"></path>
                    <path d="M114.688 242.679V244.028H119.84V242.679H114.688Z" fill="white"></path>
                    <path d="M124.992 244.028V242.679H130.144V244.028H124.992Z" fill="white"></path>
                    <path d="M135.357 242.679V244.028H140.509V242.679H135.357Z" fill="white"></path>
                    <path d="M145.661 244.028V242.679H150.812V244.028H145.661Z" fill="white"></path>
                    <path d="M156.025 242.679V244.028H161.177V242.679H156.025Z" fill="white"></path>
                    <path d="M166.39 244.028V242.679H171.542V244.028H166.39Z" fill="white"></path>
                    <path d="M176.694 242.679V244.028H181.846V242.679H176.694Z" fill="white"></path>
                    <path d="M187.059 244.028V242.679H192.211V244.028H187.059Z" fill="white"></path>
                    <path d="M197.424 242.679V244.028H202.576V242.679H197.424Z" fill="white"></path>
                    <path d="M207.728 244.028V242.679H212.879V244.028H207.728Z" fill="white"></path>
                    <path d="M218.093 242.679V244.028H223.244V242.679H218.093Z" fill="white"></path>
                    <path d="M228.457 244.028V242.679H233.609V244.028H228.457Z" fill="white"></path>
                    <path d="M238.761 242.679V244.028H243.913V242.679H238.761Z" fill="white"></path>
                    <path d="M249.126 244.028V242.679H254.278V244.028H249.126Z" fill="white"></path>
                    <path d="M259.491 242.679V244.028H264.643V242.679H259.491Z" fill="white"></path>
                    <path d="M269.794 244.028V242.679H274.946V244.028H269.794Z" fill="white"></path>
                    <path d="M280.159 242.679V244.028H285.311V242.679H280.159Z" fill="white"></path>
                    <path d="M290.524 244.028V242.679H295.676V244.028H290.524Z" fill="white"></path>
                    <path d="M300.828 242.679V244.028H305.98V242.679H300.828Z" fill="white"></path>
                    <path d="M311.193 244.028V242.679H316.345V244.028H311.193Z" fill="white"></path>
                    <path d="M321.496 242.679V244.028H326.648V242.679H321.496Z" fill="white"></path>
                    <path d="M331.861 244.028V242.679H337.013V244.028H331.861Z" fill="white"></path>
                    <path d="M342.226 242.679V244.028H347.378V242.679H342.226Z" fill="white"></path>
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M37.5344 251.201H362.527V164.052H37.5344V251.201ZM357.866 246.601H42.0729V168.652H357.866V246.601Z" fill="white"></path>
                  </g>
                  <defs>
                    <clipPath id="clip0_1319_661">
                      <rect width="400" height="400"></rect>
                    </clipPath>
                  </defs>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                    fill="#E4572E"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                    fill="#E4572E"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                    fill="#EDAE49"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                    fill="#EDAE49"></path>
                </svg>
              </div>
              <!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index --><!-- ngIf: $ctrl.showNewBadgeBackgrounds --><!-- ngInclude: '/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg' -->
              <div ng-if="$ctrl.showNewBadgeBackgrounds" ng-repeat="x in [].constructor(18) track by $index" ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/new_' + ($index + 1) + '.svg'" class="ng-scope">
                <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" class="ng-scope">
                  <path
                    d="M119.915 44.9037C146.039 44.3371 172.795 37.758 199.496 25.3646V25.3672L199.502 25.3646C226.203 37.758 252.96 44.3371 279.072 44.9037C280.348 44.9257 281.635 44.9477 282.911 44.9477C308.177 44.9477 332.585 39.2763 355.624 28.0821C383.733 144.139 380.538 224.22 345.719 279.554C314.26 329.573 258.762 355.768 199.513 379.966H199.502L199.496 379.964V379.972C140.248 355.784 84.7605 329.589 53.2689 279.559C18.461 224.215 15.2766 144.145 43.3859 28.0986L43.3896 28.1004L43.3914 28.093C66.4189 39.2763 90.8323 44.9477 116.104 44.9477C117.363 44.9477 118.633 44.9258 119.903 44.9039L119.915 44.9037Z"
                    fill="#4EC9BA"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M367.618 0L369.472 7.1126C403.273 137.268 400.71 226.971 361.42 289.427C328.141 342.318 272.187 370.262 207.152 396.903C206.058 397.346 204.959 397.791 203.858 398.238C202.412 398.825 200.962 399.413 199.507 400H199.496C198.301 399.518 197.11 399.034 195.922 398.551C194.563 397.999 193.207 397.449 191.852 396.903C126.817 370.257 70.8516 342.318 37.5836 289.427C-1.71769 226.971 -4.26958 137.268 29.5319 7.1126L31.3744 0L37.6441 3.82859C84.0125 32.169 136.722 33.8522 190.878 8.91137C193.749 7.59117 196.615 6.19395 199.496 4.71972C202.378 6.19395 205.244 7.59117 208.114 8.91137C262.276 33.8522 314.98 32.1745 361.349 3.82859L367.618 0ZM199.513 388.217C264.262 361.89 320.018 334.771 352.186 283.624C389.079 224.985 391.812 140.09 360.705 16.8326C335.181 31.0303 307.825 37.9119 279.248 37.2683C253.081 36.7017 226.302 29.8476 199.502 16.9096C172.702 29.8476 145.923 36.7017 119.755 37.2683C91.1897 37.9119 63.8229 31.0248 38.3096 16.8326C7.19195 140.096 9.92532 224.985 46.8177 283.624C79.0023 334.782 134.742 361.89 199.502 388.217H199.513Z"
                    fill="#4EC9BA"></path>
                </svg>
              </div><!-- end ngIf: $ctrl.showNewBadgeBackgrounds --><!-- end ngRepeat: x in [].constructor(18) track by $index -->
              <!-- Old svg backgrounds -->
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/circle2a.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/circle2a.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#113248" d="M399.953,199.979v-0.002c0-110.441-89.531-199.98-199.978-199.98C89.531-0.003,0,89.536,0,199.977v0.002
	H399.953z"></path>
                  <path fill="#6F8DA3" d="M0,199.979c0.002,110.446,89.53,199.979,199.975,199.979c110.447,0,199.978-89.532,199.978-199.979H0z"></path>
                  <path fill="#FFFFFF" d="M200.165,381.506C99.906,381.604,18.56,300.433,18.446,200.173C18.347,99.909,99.519,18.562,199.78,18.451
	c100.261-0.1,181.625,81.073,181.722,181.333C381.606,300.05,300.426,381.4,200.165,381.506z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/circle2b.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/circle2b.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#077581" d="M399.174,199.592v-0.002C399.174,89.364,309.816,0,199.585,0C89.355,0,0,89.364,0,199.59v0.002H399.174z"></path>
                  <path fill="#053244" d="M0,199.592c0.002,110.231,89.355,199.588,199.585,199.588c110.231,0,199.587-89.357,199.589-199.588H0z"></path>
                  <path fill="#F9F9FA" d="M199.775,380.766c-100.064,0.1-181.252-80.915-181.365-180.979C18.311,99.718,99.325,18.53,199.391,18.418
	c100.065-0.099,181.271,80.915,181.368,180.98C380.863,299.468,299.84,380.659,199.775,380.766z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/circle2c.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/circle2c.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#CD4127" d="M399.174,199.592v-0.002C399.174,89.364,309.816,0,199.585,0C89.355,0,0,89.364,0,199.59v0.002H399.174z"></path>
                  <path fill="#7C1E16" d="M0,199.592c0.002,110.231,89.355,199.588,199.585,199.588c110.231,0,199.587-89.357,199.589-199.588H0z"></path>
                  <path fill="#FEF5F9" d="M199.775,380.766c-100.064,0.1-181.252-80.915-181.365-180.979C18.311,99.718,99.325,18.53,199.391,18.418
	c100.065-0.099,181.271,80.915,181.368,180.98C380.863,299.468,299.84,380.659,199.775,380.766z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/shield1a.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/shield1a.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#D6E1F1" d="M361.699,341.677c0,1.367,0,4.993-5.436,6.489l-146.406,41.693c-4.02,1.146-6.762,1.612-9.46,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.733,348.162c-4.905-1.395-5.434-4.998-5.434-6.485V221.144h323.399V341.677z"></path>
                  <path fill="#242956" d="M29.771,341.677c0,4.813,2.626,12.126,11.627,14.69l146.405,41.693c5.07,1.299,8.907,1.939,12.594,1.939
	c3.72,0,7.28-0.652,11.798-1.939l146.407-41.693c6.623-1.823,11.625-6.767,11.625-14.69V91.009h-0.018
	c0-23.142-5.66-27.189-20.627-32.179c-10.004-3.334-43.09-12.898-64.471-19.025V0H114.883v39.805
	C93.508,45.932,60.42,55.496,50.416,58.83c-14.972,4.99-20.631,10.458-20.631,32.179h-0.014V341.677z M361.699,322.217
	c0,1.367,0,4.991-5.436,6.487l-146.406,41.695c-4.02,1.145-6.762,1.61-9.46,1.61c-2.742,0-5.854-0.491-10.372-1.644L43.733,328.702
	c-4.905-1.396-5.434-5-5.434-6.485V221.144h323.399V322.217z M356.264,348.166l-146.406,41.693c-4.02,1.146-6.762,1.612-9.46,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.733,348.162c-4.905-1.395-5.434-4.998-5.434-6.485v-5.952
	c0.938,0.459,1.965,0.857,3.099,1.181l146.405,41.695c5.07,1.298,8.907,1.938,12.594,1.938c3.72,0,7.278-0.652,11.798-1.938
	l146.407-41.695c1.089-0.299,2.11-0.717,3.097-1.183v5.954C361.699,343.044,361.699,346.67,356.264,348.166z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/shield1b.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/shield1b.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#19C0E5" d="M361.699,341.677c0,1.367,0,4.993-5.434,6.489l-146.409,41.693c-4.02,1.146-6.762,1.612-9.458,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.733,348.162c-4.904-1.395-5.433-4.998-5.433-6.485V221.144h323.398V341.677z"></path>
                  <path fill="#1E1E1E" d="M29.772,341.677c0,4.813,2.626,12.126,11.627,14.69l146.405,41.693c5.07,1.299,8.906,1.939,12.594,1.939
	c3.721,0,7.281-0.652,11.797-1.939l146.408-41.693c6.622-1.823,11.624-6.767,11.624-14.69V91.009h-0.018
	c0-23.142-5.659-27.189-20.628-32.179c-10.003-3.334-43.09-12.898-64.47-19.025V0H114.884v39.805
	c-21.375,6.126-54.463,15.69-64.467,19.025c-14.972,4.99-20.631,10.458-20.631,32.179h-0.014V341.677z M361.699,322.217
	c0,1.367,0,4.991-5.434,6.487l-146.409,41.695c-4.02,1.145-6.762,1.61-9.458,1.61c-2.742,0-5.854-0.491-10.372-1.644L43.733,328.702
	c-4.904-1.396-5.433-5-5.433-6.485V221.144h323.398V322.217z M356.266,348.166l-146.409,41.693c-4.02,1.146-6.762,1.612-9.458,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.733,348.162c-4.904-1.395-5.433-4.998-5.433-6.485v-5.952
	c0.938,0.459,1.965,0.857,3.099,1.181l146.405,41.695c5.07,1.298,8.906,1.938,12.594,1.938c3.721,0,7.277-0.652,11.797-1.938
	l146.408-41.695c1.089-0.299,2.109-0.717,3.096-1.183v5.954C361.699,343.044,361.699,346.67,356.266,348.166z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/shield1c.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/shield1c.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#F0EFEF" d="M361.699,341.677c0,1.367,0,4.993-5.436,6.489l-146.406,41.693c-4.02,1.146-6.762,1.612-9.459,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.734,348.162c-4.905-1.395-5.434-4.998-5.434-6.485V221.144h323.398V341.677z"></path>
                  <path fill="#414142" d="M29.771,341.677c0,4.813,2.626,12.126,11.627,14.69l146.405,41.693c5.07,1.299,8.906,1.939,12.594,1.939
	c3.72,0,7.28-0.652,11.798-1.939l146.408-41.693c6.623-1.823,11.625-6.767,11.625-14.69V91.009h-0.018
	c0-23.142-5.66-27.189-20.627-32.179c-10.004-3.334-43.09-12.898-64.471-19.025V0H114.884v39.805
	C93.508,45.932,60.42,55.496,50.416,58.83c-14.972,4.99-20.631,10.458-20.631,32.179h-0.014V341.677z M361.699,322.217
	c0,1.367,0,4.991-5.436,6.487l-146.406,41.695c-4.02,1.145-6.762,1.61-9.46,1.61c-2.742,0-5.854-0.491-10.372-1.644L43.733,328.702
	c-4.904-1.396-5.434-5-5.434-6.485V221.144h323.399V322.217z M356.264,348.166l-146.406,41.693c-4.02,1.146-6.762,1.612-9.46,1.612
	c-2.742,0-5.854-0.493-10.372-1.644L43.733,348.162c-4.904-1.395-5.434-4.998-5.434-6.485v-5.952
	c0.938,0.459,1.966,0.857,3.099,1.181l146.405,41.695c5.07,1.298,8.906,1.938,12.594,1.938c3.72,0,7.278-0.652,11.798-1.938
	l146.408-41.695c1.088-0.299,2.109-0.717,3.096-1.183v5.954C361.699,343.044,361.699,346.67,356.264,348.166z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/hex1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/hex1.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <polygon fill="#E54C42" points="200.002,397.744 371.416,298.781 371.416,100.85 200.002,1.886 "></polygon>
                  <polygon fill="#C63130" points="200,1.884 28.588,100.85 28.588,298.781 200,397.744 200.002,397.744 200.002,1.886 "></polygon>
                  <circle fill="#FFFFFF" cx="200.002" cy="195.324" r="121.052"></circle>
                  <path fill="#9B3535" d="M200.06,400h-0.012c-4.299,0-8.429-2.431-8.891-2.711l-3.749-2.022L34.024,306.559
	c-1.067-0.508-4.702-2.453-6.948-6.35c-2.468-4.8-2.321-10.839-2.295-11.51l-0.074-13.298l-0.091-166.303
	c-0.096-1.172-0.228-5.296,2.025-9.195c2.146-3.722,6.325-6.085,6.792-6.344l3.631-2.236L190.58,2.844
	C191.55,2.178,195.054,0,199.553,0c4.296,0,8.435,2.438,8.893,2.716l13.707,7.618l144.105,83.098
	c1.063,0.502,4.706,2.447,6.953,6.35c2.15,3.721,2.106,8.519,2.092,9.052l0.123,4.265l-0.13,177.186
	c0.093,1.176,0.228,5.301-2.019,9.19c-2.154,3.726-6.334,6.088-6.806,6.347l-13.425,8.081L209.024,397.16
	C208.056,397.821,204.557,400,200.06,400z M199.553,8.019c-2.356,0-4.396,1.411-4.415,1.425l-0.394,0.258L41.167,98.218
	l-3.703,2.277c-0.847,0.476-3.007,1.913-3.875,3.418c-1.181,2.039-0.981,4.513-0.978,4.535l0.026,0.462l0.089,166.467l0.072,13.448
	c-0.042,1.42,0.117,5.202,1.319,7.549c1.1,1.896,3.356,2.942,3.377,2.953l0.387,0.192l153.445,88.751l3.82,2.063
	c0.838,0.49,3.159,1.645,4.901,1.645h0.012c2.347,0,4.388-1.406,4.403-1.42l0.39-0.26l144.122-83.307l13.509-8.127
	c0.816-0.458,2.974-1.893,3.849-3.4c1.173-2.036,0.974-4.51,0.969-4.534l-0.026-0.469l0.131-177.259l-0.12-4.349
	c0.01-0.973-0.15-3.56-1.025-5.067c-1.189-2.069-3.445-3.114-3.471-3.121l-0.379-0.195L218.199,17.313L204.41,9.648
	C203.612,9.174,201.293,8.019,199.553,8.019z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/hex2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/hex2.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <polygon fill="#9BA3BE" points="202,2.071 201.998,2.069 30.586,101.035 30.586,298.967 201.998,397.929 202,397.929
	373.414,298.967 373.414,101.035 "></polygon>
                  <circle fill="#D6E1F1" cx="202" cy="199.999" r="147.702"></circle>
                  <g>
                    <g>
                      <path fill="#242956" d="M202.06,400h-0.012c-4.3,0-8.43-2.432-8.892-2.712l-3.748-2.021l-153.384-88.71
			c-1.067-0.507-4.702-2.452-6.948-6.348c-2.468-4.802-2.321-10.838-2.295-11.51L26.708,275.4l-0.091-166.302
			c-0.096-1.172-0.228-5.296,2.025-9.195c2.146-3.722,6.325-6.085,6.792-6.344l3.631-2.235l153.513-88.48
			C193.55,2.178,197.054,0,201.553,0c4.296,0,8.435,2.438,8.893,2.716l13.707,7.618l144.105,83.097
			c1.063,0.502,4.705,2.447,6.953,6.35c2.149,3.721,2.105,8.519,2.092,9.052l0.123,4.265l-0.13,177.185
			c0.093,1.176,0.228,5.3-2.019,9.192c-2.155,3.724-6.334,6.087-6.807,6.346l-13.425,8.08l-144.021,83.259
			C210.056,397.82,206.557,400,202.06,400z M201.553,8.018c-2.356,0-4.396,1.412-4.415,1.426l-0.394,0.257L43.166,98.217
			l-3.703,2.277c-0.847,0.476-3.007,1.914-3.875,3.418c-1.181,2.04-0.981,4.513-0.978,4.536l0.026,0.462l0.089,166.467l0.071,13.446
			c-0.042,1.423,0.117,5.202,1.319,7.55c1.1,1.897,3.356,2.942,3.377,2.953l0.387,0.193l153.445,88.75l3.82,2.064
			c0.838,0.489,3.159,1.644,4.901,1.644h0.012c2.348,0,4.389-1.406,4.403-1.42l0.39-0.259l144.121-83.307l13.51-8.127
			c0.816-0.458,2.974-1.894,3.848-3.4c1.174-2.036,0.975-4.511,0.97-4.535l-0.026-0.467l0.131-177.26l-0.121-4.349
			c0.011-0.973-0.15-3.56-1.024-5.067c-1.189-2.069-3.446-3.114-3.471-3.121l-0.38-0.196l-144.21-83.157L206.41,9.648
			C205.612,9.174,203.293,8.018,201.553,8.018z"></path>
                    </g>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/hex3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/hex3.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#F3E8E8" d="M199.889,375.189c-4.499,0-8.003-2.176-8.974-2.844l-0.906-0.404L56.517,294.736l-1.452-1.052
	c-1.062-0.506-4.7-2.454-6.948-6.35c-1.12-1.938-1.637-4.157-1.882-5.927l-0.033-6.074L46.12,122.795l0.093-0.905
	c-0.093-1.173-0.226-5.298,2.024-9.193c2.148-3.721,6.329-6.085,6.799-6.343l13.45-8.062l1.28-1.007l120.018-69.173l1.132-0.507
	c0.971-0.666,4.475-2.844,8.974-2.844c3.106,0,6.111,1.269,7.721,2.08l3.955,2.198l134.856,77.764
	c1.537,1.066,3.779,2.898,5.176,5.317c2.249,3.896,2.116,8.019,2.023,9.192l0.303,2.939l-0.112,155.041
	c-0.018,1.372-0.234,5.396-2.094,8.618c-0.75,1.3-1.658,2.364-2.571,3.25l-7.02,4.224l-133.769,77.331
	C207.128,373.402,203.575,375.189,199.889,375.189z"></path>
                  <path fill="#944050" d="M375.426,113.098l-0.123-4.265c0.015-0.533,0.059-5.331-2.092-9.052c-2.247-3.902-5.89-5.848-6.953-6.35
	L222.152,10.334l-13.707-7.618C207.987,2.438,203.849,0,199.553,0c-4.499,0-8.003,2.178-8.974,2.844L37.066,91.323l-3.631,2.236
	c-0.467,0.259-4.646,2.622-6.792,6.344c-2.253,3.899-2.122,8.023-2.025,9.195L24.708,275.4l0.074,13.299
	c-0.026,0.672-0.173,6.709,2.295,11.51c2.246,3.896,5.881,5.841,6.948,6.349l153.384,88.709l3.748,2.022
	c0.462,0.28,4.592,2.711,8.892,2.711h0.012c4.497,0,7.996-2.179,8.965-2.84l144.022-83.259l13.425-8.08
	c0.472-0.26,4.651-2.622,6.806-6.347c2.246-3.892,2.111-8.017,2.019-9.192L375.426,113.098z M199.889,375.189
	c-4.499,0-8.003-2.176-8.974-2.844l-0.906-0.404L56.517,294.736l-1.452-1.052c-1.062-0.506-4.7-2.454-6.948-6.35
	c-1.12-1.938-1.637-4.157-1.882-5.927l-0.033-6.074L46.12,122.795l0.093-0.905c-0.093-1.173-0.226-5.298,2.024-9.193
	c2.148-3.721,6.329-6.085,6.799-6.343l13.45-8.062l1.28-1.007l120.018-69.173l1.132-0.507c0.971-0.666,4.475-2.844,8.974-2.844
	c3.106,0,6.111,1.269,7.721,2.08l3.955,2.198l134.856,77.764c1.537,1.066,3.779,2.898,5.176,5.317
	c2.249,3.896,2.116,8.019,2.023,9.192l0.303,2.939l-0.112,155.041c-0.018,1.372-0.234,5.396-2.094,8.618
	c-0.75,1.3-1.658,2.364-2.571,3.25l-7.02,4.224l-133.769,77.331C207.128,373.402,203.575,375.189,199.889,375.189z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/circle1b.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/circle1b.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#A6A8AC" d="M400.504,200.255c0,110.598-89.655,200.255-200.254,200.255C89.653,400.511,0,310.854,0,200.255
	C0,89.662,89.653,0,200.25,0C310.849,0,400.504,89.662,400.504,200.255z"></path>
                  <path fill="#818080" d="M249.374,383.591c-101.259,27.125-205.32-32.95-232.458-134.206
	C-10.21,148.122,49.867,44.061,151.125,16.925C252.384-10.2,356.461,49.871,383.584,151.133
	C410.716,252.395,350.632,356.461,249.374,383.591z"></path>
                  <g>
                    <path fill="#616161" d="M242.228,344.612c-0.553,0-1.113,0.08-1.659,0.225c-3.4,0.911-5.426,4.416-4.514,7.814
		c0.89,3.327,4.454,5.418,7.814,4.513c1.649-0.447,3.029-1.492,3.877-2.967c0.856-1.476,1.08-3.194,0.641-4.847
		C247.64,346.566,245.108,344.612,242.228,344.612z"></path>
                    <path fill="#616161" d="M200.259,342.747c-0.717,0-1.439,0.103-2.143,0.291c-4.398,1.177-7.015,5.706-5.834,10.099
		c1.148,4.299,5.754,7,10.1,5.829c2.129-0.576,3.91-1.928,5.008-3.831c1.107-1.909,1.399-4.13,0.828-6.264
		C207.253,345.271,203.983,342.747,200.259,342.747z"></path>
                    <path fill="#616161" d="M158.29,344.612c-0.555,0-1.115,0.08-1.659,0.225c-3.4,0.911-5.428,4.416-4.515,7.814
		c0.888,3.327,4.454,5.418,7.816,4.513c1.649-0.447,3.027-1.492,3.878-2.967c0.852-1.476,1.075-3.194,0.637-4.847
		C163.699,346.566,161.169,344.612,158.29,344.612z"></path>
                  </g>
                  <path fill="#F2F2F2" d="M16.897,249.385c7.338,27.381,20.31,51.744,37.323,72.192h291.996
	c20.012-24.122,33.895-52.994,40.133-83.959H14.153C14.943,241.542,15.847,245.466,16.897,249.385z"></path>
                  <g>
                    <path fill="#616161" d="M36.928,181.674c0.209,1.532-0.86,2.943-2.39,3.154c-1.53,0.211-2.943-0.86-3.153-2.388
		c-0.212-1.534,0.857-2.943,2.391-3.153C35.304,179.075,36.717,180.146,36.928,181.674z"></path>
                    <path fill="#616161" d="M39.765,164.712c0.049,1.544-1.16,2.837-2.708,2.887c-1.542,0.049-2.837-1.162-2.888-2.704
		c-0.049-1.546,1.162-2.837,2.708-2.888C38.42,161.958,39.716,163.168,39.765,164.712z"></path>
                    <circle fill="#616161" cx="41.569" cy="147.938" r="2.799"></circle>
                    <path fill="#616161" d="M50.661,132.141c-0.276,1.518-1.728,2.53-3.249,2.257c-1.521-0.272-2.531-1.726-2.261-3.245
		c0.272-1.518,1.725-2.532,3.247-2.261C49.919,129.164,50.935,130.619,50.661,132.141z"></path>
                    <circle fill="#616161" cx="55.912" cy="116.107" r="2.798"></circle>
                    <path fill="#616161" d="M68.09,102.543c-0.586,1.432-2.214,2.114-3.648,1.533c-1.433-0.583-2.116-2.214-1.537-3.645
		c0.583-1.431,2.214-2.115,3.65-1.535C67.982,99.481,68.673,101.109,68.09,102.543z"></path>
                    <path fill="#616161" d="M79.026,89.271c-0.731,1.362-2.422,1.872-3.786,1.145c-1.364-0.729-1.875-2.422-1.149-3.781
		c0.732-1.366,2.421-1.879,3.791-1.148C79.241,86.214,79.756,87.907,79.026,89.271z"></path>
                    <path fill="#616161" d="M91.293,77.217c-0.871,1.277-2.608,1.608-3.889,0.743c-1.28-0.871-1.61-2.61-0.747-3.884
		c0.871-1.279,2.606-1.612,3.894-0.745C91.824,74.199,92.157,75.935,91.293,77.217z"></path>
                    <path fill="#616161" d="M104.75,66.51c-1,1.178-2.762,1.328-3.943,0.332c-1.183-0.996-1.33-2.762-0.338-3.939
		c1-1.181,2.76-1.33,3.948-0.333C105.597,63.563,105.747,65.325,104.75,66.51z"></path>
                    <path fill="#616161" d="M119.252,57.267c-1.115,1.069-2.882,1.033-3.954-0.079c-1.075-1.12-1.033-2.888,0.073-3.959
		c1.117-1.069,2.884-1.031,3.96,0.084C120.402,54.428,120.367,56.193,119.252,57.267z"></path>
                    <path fill="#616161" d="M134.644,49.591c-1.223,0.946-2.978,0.726-3.929-0.494c-0.947-1.221-0.722-2.978,0.49-3.925
		c1.225-0.948,2.975-0.728,3.931,0.494C136.082,46.889,135.864,48.639,134.644,49.591z"></path>
                    <path fill="#616161" d="M150.751,43.565c-1.313,0.814-3.034,0.413-3.854-0.9c-0.816-1.314-0.41-3.036,0.897-3.854
		c1.317-0.812,3.034-0.412,3.859,0.905C152.464,41.028,152.065,42.749,150.751,43.565z"></path>
                    <path fill="#616161" d="M167.399,39.259c-1.392,0.672-3.06,0.092-3.737-1.301c-0.677-1.389-0.091-3.062,1.294-3.737
		c1.396-0.67,3.062-0.091,3.744,1.303C169.369,36.915,168.793,38.584,167.399,39.259z"></path>
                    <path fill="#616161" d="M184.406,36.715c-1.453,0.525-3.049-0.229-3.58-1.685c-0.527-1.454,0.234-3.053,1.679-3.58
		c1.458-0.522,3.057,0.229,3.589,1.685C186.614,34.59,185.863,36.188,184.406,36.715z"></path>
                    <path fill="#616161" d="M201.588,35.965c-1.5,0.368-3.011-0.548-3.382-2.052c-0.374-1.5,0.546-3.011,2.04-3.387
		c1.507-0.366,3.019,0.548,3.394,2.054C204.005,34.078,203.091,35.592,201.588,35.965z"></path>
                    <path fill="#616161" d="M218.753,37.012c-1.53,0.208-2.937-0.858-3.147-2.396c-0.217-1.53,0.858-2.937,2.381-3.153
		c1.537-0.206,2.943,0.86,3.16,2.397C221.354,35.39,220.286,36.797,218.753,37.012z"></path>
                    <path fill="#616161" d="M235.715,39.849c-1.542,0.047-2.83-1.16-2.879-2.711c-0.056-1.544,1.16-2.83,2.695-2.886
		c1.552-0.045,2.839,1.164,2.892,2.715C238.47,38.509,237.263,39.795,235.715,39.849z"></path>
                    <path fill="#616161" d="M252.289,44.443c-1.54-0.113-2.693-1.45-2.584-2.996c0.108-1.546,1.452-2.696,2.985-2.591
		c1.544,0.12,2.701,1.455,2.593,3.002C255.168,43.396,253.832,44.549,252.289,44.443z"></path>
                    <path fill="#616161" d="M268.29,50.743c-1.52-0.272-2.526-1.724-2.254-3.249c0.267-1.525,1.722-2.528,3.236-2.265
		c1.528,0.279,2.535,1.731,2.268,3.256C271.265,50.005,269.813,51.013,268.29,50.743z"></path>
                    <path fill="#616161" d="M283.546,58.681c-1.483-0.429-2.335-1.975-1.903-3.465c0.427-1.488,1.979-2.334,3.458-1.916
		c1.489,0.439,2.338,1.987,1.912,3.476C286.58,58.259,285.032,59.11,283.546,58.681z"></path>
                    <path fill="#616161" d="M297.888,68.172c-1.431-0.581-2.115-2.21-1.53-3.648c0.577-1.434,2.21-2.115,3.64-1.539
		c1.434,0.592,2.117,2.219,1.538,3.655C300.951,68.068,299.321,68.752,297.888,68.172z"></path>
                    <path fill="#616161" d="M311.157,79.11c-1.362-0.728-1.87-2.42-1.141-3.788c0.726-1.368,2.423-1.874,3.779-1.151
		c1.365,0.738,1.879,2.429,1.149,3.795C314.216,79.325,312.525,79.838,311.157,79.11z"></path>
                    <path fill="#616161" d="M323.212,91.374c-1.277-0.865-1.608-2.6-0.736-3.885c0.867-1.282,2.603-1.609,3.877-0.749
		c1.28,0.877,1.615,2.612,0.746,3.893C326.231,91.908,324.497,92.241,323.212,91.374z"></path>
                    <path fill="#616161" d="M333.919,104.831c-1.18-0.996-1.328-2.753-0.328-3.939c1-1.187,2.759-1.33,3.937-0.34
		c1.183,1.005,1.334,2.764,0.336,3.95C336.865,105.679,335.105,105.829,333.919,104.831z"></path>
                    <path fill="#616161" d="M343.162,119.334c-1.069-1.115-1.034-2.875,0.084-3.954c1.118-1.077,2.884-1.033,3.953,0.071
		c1.07,1.127,1.035,2.889-0.082,3.966C346.003,120.484,344.239,120.449,343.162,119.334z"></path>
                    <path fill="#616161" d="M350.837,134.726c-0.945-1.221-0.729-2.971,0.498-3.926c1.223-0.954,2.975-0.726,3.924,0.489
		c0.947,1.227,0.726,2.978-0.494,3.929C353.542,136.167,351.793,135.946,350.837,134.726z"></path>
                    <path fill="#616161" d="M356.861,150.833c-0.812-1.312-0.413-3.032,0.904-3.851c1.317-0.822,3.032-0.412,3.853,0.894
		c0.812,1.322,0.411,3.041-0.902,3.857C359.4,152.55,357.686,152.148,356.861,150.833z"></path>
                    <path fill="#616161" d="M361.168,167.481c-0.67-1.389-0.095-3.057,1.307-3.735c1.393-0.677,3.057-0.092,3.733,1.291
		c0.672,1.401,0.091,3.069-1.3,3.744C363.513,169.455,361.854,168.875,361.168,167.481z"></path>
                    <path fill="#616161" d="M363.713,184.49c-0.52-1.452,0.224-3.051,1.689-3.58c1.457-0.527,3.048,0.229,3.576,1.675
		c0.523,1.464-0.23,3.062-1.684,3.587C365.838,186.697,364.245,185.947,363.713,184.49z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/circle1c.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/circle1c.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#2B8383" d="M400.002,200.005c0,110.461-89.545,200.006-200.003,200.006C89.542,400.011,0,310.466,0,200.005
	C0,89.552,89.542,0,199.999,0C310.457,0,400.002,89.552,400.002,200.005z"></path>
                  <path fill="#075B60" d="M249.061,383.112C147.929,410.203,44,350.201,16.895,249.072C-10.198,147.937,49.804,44.007,150.935,16.904
	c101.133-27.092,205.079,32.903,232.169,134.04C410.203,252.082,350.193,356.014,249.061,383.112z"></path>
                  <g>
                    <path fill="#228485" d="M241.924,344.182c-0.55,0-1.109,0.081-1.657,0.226c-3.395,0.907-5.421,4.411-4.507,7.807
		c0.888,3.318,4.45,5.409,7.806,4.507c1.644-0.449,3.022-1.492,3.87-2.965c0.856-1.474,1.077-3.191,0.642-4.84
		C247.331,346.133,244.8,344.182,241.924,344.182z"></path>
                    <path fill="#228485" d="M200.008,342.322c-0.716,0-1.436,0.101-2.138,0.287c-4.394,1.177-7.007,5.701-5.827,10.089
		c1.147,4.295,5.746,6.992,10.088,5.82c2.124-0.574,3.902-1.923,5-3.829c1.104-1.906,1.399-4.121,0.828-6.25
		C206.994,344.841,203.729,342.322,200.008,342.322z"></path>
                    <path fill="#228485" d="M158.093,344.182c-0.556,0-1.114,0.081-1.658,0.226c-3.395,0.907-5.421,4.411-4.508,7.807
		c0.887,3.318,4.447,5.409,7.805,4.507c1.648-0.449,3.023-1.492,3.875-2.965c0.85-1.474,1.075-3.191,0.637-4.84
		C163.492,346.133,160.968,344.182,158.093,344.182z"></path>
                  </g>
                  <path fill="#9BC4C2" d="M16.875,249.072c7.329,27.348,20.286,51.682,37.276,72.104h291.631
	c19.988-24.094,33.854-52.927,40.083-83.853H14.135C14.924,241.24,15.827,245.159,16.875,249.072z"></path>
                  <g>
                    <path fill="#228485" d="M36.882,181.448c0.209,1.529-0.859,2.94-2.386,3.151c-1.53,0.211-2.94-0.86-3.149-2.388
		c-0.212-1.53,0.856-2.938,2.387-3.147C35.259,178.853,36.671,179.921,36.882,181.448z"></path>
                    <path fill="#228485" d="M39.716,164.506c0.046,1.543-1.16,2.834-2.706,2.885c-1.541,0.049-2.833-1.159-2.885-2.701
		c-0.046-1.545,1.163-2.833,2.706-2.885C38.372,161.754,39.665,162.966,39.716,164.506z"></path>
                    <path fill="#228485" d="M44.305,147.958c-0.116,1.537-1.453,2.694-2.992,2.582c-1.539-0.112-2.695-1.449-2.586-2.989
		c0.116-1.537,1.447-2.693,2.993-2.582C43.257,145.081,44.416,146.416,44.305,147.958z"></path>
                    <path fill="#228485" d="M50.597,131.976c-0.275,1.517-1.724,2.526-3.244,2.254c-1.52-0.271-2.528-1.723-2.258-3.24
		c0.271-1.519,1.722-2.53,3.242-2.259C49.857,129.003,50.871,130.457,50.597,131.976z"></path>
                    <path fill="#228485" d="M58.524,116.74c-0.429,1.48-1.976,2.33-3.46,1.905c-1.484-0.431-2.334-1.98-1.906-3.459
		c0.429-1.483,1.977-2.334,3.461-1.909C58.103,113.707,58.957,115.253,58.524,116.74z"></path>
                    <path fill="#228485" d="M68.006,102.414c-0.586,1.433-2.212,2.113-3.645,1.532c-1.43-0.58-2.113-2.208-1.535-3.639
		c0.582-1.43,2.211-2.114,3.646-1.533C67.896,99.358,68.588,100.982,68.006,102.414z"></path>
                    <path fill="#228485" d="M78.929,89.16c-0.731,1.362-2.42,1.87-3.782,1.144c-1.363-0.729-1.873-2.418-1.148-3.775
		c0.732-1.365,2.417-1.878,3.785-1.146C79.141,86.108,79.657,87.798,78.929,89.16z"></path>
                    <path fill="#228485" d="M91.178,77.121c-0.868,1.276-2.604,1.608-3.882,0.743c-1.28-0.869-1.611-2.607-0.747-3.879
		c0.87-1.277,2.604-1.612,3.89-0.744C91.709,74.108,92.042,75.84,91.178,77.121z"></path>
                    <path fill="#228485" d="M104.62,66.428c-1,1.176-2.759,1.326-3.938,0.33c-1.183-0.994-1.328-2.758-0.34-3.934
		c0.999-1.18,2.758-1.328,3.944-0.333C105.464,63.484,105.613,65.244,104.62,66.428z"></path>
                    <path fill="#228485" d="M119.103,57.195c-1.112,1.068-2.879,1.031-3.947-0.078c-1.074-1.119-1.031-2.885,0.072-3.955
		c1.115-1.067,2.88-1.03,3.955,0.085C120.25,54.361,120.216,56.123,119.103,57.195z"></path>
                    <path fill="#228485" d="M134.477,49.531c-1.224,0.943-2.975,0.725-3.927-0.494c-0.945-1.219-0.72-2.975,0.491-3.92
		c1.224-0.947,2.971-0.728,3.924,0.493C135.912,46.829,135.693,48.578,134.477,49.531z"></path>
                    <path fill="#228485" d="M150.562,43.511c-1.312,0.813-3.029,0.412-3.849-0.899c-0.815-1.312-0.409-3.033,0.896-3.85
		c1.313-0.811,3.03-0.412,3.854,0.904C152.274,40.978,151.875,42.696,150.562,43.511z"></path>
                    <path fill="#228485" d="M167.191,39.209c-1.393,0.672-3.058,0.092-3.733-1.298c-0.676-1.386-0.09-3.059,1.293-3.734
		c1.394-0.669,3.058-0.09,3.738,1.302C169.157,36.868,168.583,38.537,167.191,39.209z"></path>
                    <path fill="#228485" d="M184.176,36.669c-1.452,0.526-3.047-0.229-3.576-1.682c-0.525-1.451,0.233-3.051,1.675-3.576
		c1.458-0.521,3.054,0.229,3.585,1.684C186.38,34.548,185.63,36.144,184.176,36.669z"></path>
                    <path fill="#228485" d="M201.338,35.919c-1.501,0.369-3.008-0.545-3.379-2.047c-0.376-1.5,0.545-3.008,2.036-3.383
		c1.506-0.367,3.014,0.548,3.388,2.051C203.748,34.036,202.835,35.547,201.338,35.919z"></path>
                    <path fill="#228485" d="M218.479,36.966c-1.528,0.207-2.933-0.857-3.143-2.393c-0.217-1.527,0.857-2.932,2.375-3.148
		c1.536-0.206,2.943,0.859,3.158,2.394C221.074,35.345,220.008,36.751,218.479,36.966z"></path>
                    <path fill="#228485" d="M235.419,39.798c-1.538,0.049-2.823-1.158-2.874-2.707c-0.055-1.541,1.16-2.826,2.69-2.881
		c1.549-0.045,2.836,1.163,2.892,2.711C238.17,38.461,236.969,39.746,235.419,39.798z"></path>
                    <path fill="#228485" d="M251.976,44.388c-1.539-0.114-2.691-1.45-2.582-2.993c0.109-1.543,1.447-2.691,2.979-2.587
		c1.544,0.119,2.7,1.453,2.591,2.999C254.85,43.341,253.514,44.493,251.976,44.388z"></path>
                    <path fill="#228485" d="M267.956,50.679c-1.521-0.272-2.523-1.721-2.254-3.244c0.268-1.523,1.722-2.524,3.234-2.262
		c1.527,0.279,2.531,1.729,2.265,3.252C270.924,49.943,269.477,50.951,267.956,50.679z"></path>
                    <path fill="#228485" d="M283.19,58.609c-1.48-0.43-2.332-1.975-1.897-3.46c0.425-1.486,1.972-2.333,3.453-1.915
		c1.482,0.44,2.332,1.984,1.905,3.471C286.221,58.185,284.676,59.037,283.19,58.609z"></path>
                    <path fill="#228485" d="M297.516,68.088c-1.431-0.581-2.113-2.207-1.526-3.643c0.577-1.433,2.207-2.114,3.631-1.537
		c1.435,0.59,2.117,2.215,1.54,3.649C300.573,67.982,298.949,68.666,297.516,68.088z"></path>
                    <path fill="#228485" d="M310.771,79.012c-1.364-0.726-1.867-2.418-1.143-3.783c0.728-1.367,2.424-1.871,3.773-1.15
		c1.369,0.738,1.88,2.426,1.15,3.789C313.824,79.227,312.138,79.738,310.771,79.012z"></path>
                    <path fill="#228485" d="M322.808,91.26c-1.271-0.865-1.608-2.597-0.733-3.88c0.862-1.282,2.598-1.608,3.872-0.749
		c1.277,0.878,1.609,2.61,0.745,3.89C325.824,91.793,324.091,92.125,322.808,91.26z"></path>
                    <path fill="#228485" d="M333.5,104.7c-1.174-0.994-1.325-2.75-0.323-3.936c0.996-1.183,2.755-1.326,3.929-0.34
		c1.18,1.004,1.332,2.763,0.336,3.945C336.442,105.546,334.688,105.696,333.5,104.7z"></path>
                    <path fill="#228485" d="M342.73,119.186c-1.066-1.114-1.029-2.873,0.088-3.948c1.115-1.076,2.878-1.032,3.947,0.071
		c1.068,1.126,1.031,2.887-0.08,3.96C345.57,120.334,343.81,120.298,342.73,119.186z"></path>
                    <path fill="#228485" d="M350.399,134.559c-0.945-1.221-0.73-2.97,0.497-3.923c1.219-0.95,2.968-0.722,3.918,0.489
		c0.943,1.227,0.727,2.975-0.493,3.927C353.099,135.998,351.352,135.778,350.399,134.559z"></path>
                    <path fill="#228485" d="M356.415,150.644c-0.812-1.309-0.415-3.026,0.902-3.846c1.316-0.82,3.03-0.409,3.848,0.893
		c0.812,1.32,0.415,3.038-0.901,3.851C358.95,152.359,357.24,151.959,356.415,150.644z"></path>
                    <path fill="#228485" d="M360.717,167.272c-0.669-1.387-0.096-3.053,1.304-3.731c1.391-0.677,3.056-0.091,3.73,1.29
		c0.669,1.4,0.09,3.064-1.297,3.739C363.061,169.244,361.4,168.665,360.717,167.272z"></path>
                    <path fill="#228485" d="M363.255,184.26c-0.515-1.449,0.227-3.047,1.688-3.576c1.457-0.527,3.046,0.229,3.574,1.672
		c0.524,1.463-0.231,3.06-1.685,3.585C365.381,186.463,363.791,185.716,363.255,184.26z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/shield2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/shield2.svg'" class="ng-scope"><svg viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#1E9895" d="M29.953,64.268l170.128-51.95l169.01,36.65c0,0,18.017,157.198,1.019,207.561
	c-16.993,50.363-119.541,125.965-170.032,125.965c-50.492,0-169.614-63.266-169.614-135.145
	C30.463,175.475,29.953,64.268,29.953,64.268z"></path>
                  <path opacity="0.4" fill="#04424A" d="M200.075,387.945l-51.95-19.137v-0.338c-27.678-12.365-52.777-28.162-72.838-45.881
	c-31.483-27.805-48.818-58.822-48.818-87.336V72.439l0.55-0.233c1.728-7.79,7.62-14.04,15.463-16.159l0.146-0.125l2.091-0.394
	c51.44-9.092,113.178-29.843,145.401-41.402c3.324-1.2,6.681-1.809,9.962-1.809c3.28,0,6.536,0.588,9.942,1.805
	c32.282,11.577,94.096,32.353,145.549,41.429l2.207,0.391l0.167,0.153c8.485,2.385,14.797,9.747,15.699,18.678l0.04,0.78v159.7
	c0,28.514-17.338,59.531-48.814,87.336c-21.194,18.719-48.014,35.299-77.557,47.936l-0.37,0.15L200.075,387.945z M158.858,356.199
	l41.217,15.18l41.309-15.215c27.964-11.992,53.272-27.623,73.198-45.227c28.093-24.809,43.562-51.688,43.562-75.684V76.027
	c-0.401-2.623-2.465-4.708-5.116-5.124l-2.91-0.461l-0.076-0.091c-51.99-9.519-113.103-30.061-145.248-41.594
	c-3.447-1.229-6.093-1.205-9.407-0.005c-32.122,11.52-93.171,32.043-145.145,41.575l-0.086,0.103l-2.921,0.474
	c-2.97,0.468-5.138,2.962-5.193,5.956l0.138,3.352l-0.168,0.204v154.84c0,23.996,15.474,50.875,43.563,75.684
	C105.521,328.557,130.861,344.207,158.858,356.199z"></path>
                  <path fill="#04424A" d="M385.849,59.964c-0.286-5.966-5.014-10.756-10.954-11.135l-0.016-0.015
	C318.94,36.729,253.485,16.637,216.375,3.193c-0.002-0.002-0.005-0.002-0.008-0.003c-12.072-4.307-22.171-4.199-32.583,0h-0.003
	C146.677,16.633,79.612,40.119,25.118,48.814l-0.014,0.015c-5.94,0.379-10.668,5.169-10.953,11.135l-0.028,0.03
	c0,0,0,94.949,0,175.278c0,74.807,102.636,147.223,182.002,164.041v-0.002c0.04,0.012,0.081,0.018,0.121,0.029
	c0.546,0.191,1.113,0.348,1.695,0.453c0.09,0.018,0.177,0.027,0.262,0.041c0.593,0.096,1.196,0.16,1.812,0.164
	c0.017,0,0.03,0.002,0.042,0.002c0.009,0,0.013,0,0.021,0c0.002,0,0.012,0,0.014,0c0.017,0,0.027-0.002,0.042-0.002
	c0.618-0.004,1.221-0.068,1.813-0.164c0.088-0.014,0.177-0.023,0.261-0.041c0.584-0.105,1.151-0.262,1.7-0.453
	c0.039-0.012,0.082-0.018,0.119-0.029v0.002c109.588-32.959,181.851-95.738,181.851-164.041c0-80.329,0-175.278,0-175.278
	L385.849,59.964z M365.912,235.271c0,26.254-16.4,55.201-46.189,81.512c-20.848,18.414-46.73,34.322-75.467,46.619l-44.183,16.275
	l-44.179-16.27v-0.006c-28.734-12.297-54.62-28.205-75.468-46.619c-29.785-26.311-46.188-55.258-46.188-81.512V77.615l0.047-0.021
	l0.013-0.013c-0.008-0.197-0.03-0.388-0.03-0.588c0-6.952,5.098-12.698,11.754-13.749l0.01-0.012l0.04-0.033
	C97.298,54.144,158.063,33.9,192.74,21.46h0.002c5.783-2.089,10.465-1.5,14.668,0h0.004c34.711,12.452,95.551,32.719,146.806,41.762
	l0.005,0.009l0.012,0.012c6.2,0.979,11.038,6.027,11.676,12.329V235.271z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/1.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <polygon fill="#002F46" points="342.65,0 342.65,308.25 200,400 57.35,308.25 75.85,294.2 97.67,308.25 200,374.07 302.33,308.25
		324.15,294.2 324.15,19.76 	"></polygon>
                    <polygon fill="#627F96" points="342.65,0 324.15,19.76 75.85,19.76 75.85,294.2 57.35,308.25 57.35,0 	"></polygon>
                    <polygon fill="#E3E7E5" points="324.15,19.76 324.15,294.2 302.33,308.25 200,374.07 97.67,308.25 75.85,294.2 75.85,19.76 	"></polygon>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/2.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <polygon fill="#21574B" points="342.6,0 324.1,19.8 324.1,294.2 302.3,308.3 200,374.1 97.7,308.3 75.8,294.2 57.3,308.3 200,400
	342.6,308.3 "></polygon>
                    <polygon fill="#578677" points="342.6,0 324.1,19.8 75.8,19.8 75.8,294.2 57.3,308.3 57.3,0 "></polygon>
                    <polygon fill="#8CB2B0" points="324.1,19.8 324.1,294.2 302.3,308.3 200,374.1 97.7,308.3 75.8,294.2 75.8,19.8 	"></polygon>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/3.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <polygon fill="#923F55" points="342.6,0 342.6,308.3 200,400 57.3,308.3 75.8,294.2 97.7,308.3 200,374.1 302.3,308.3 324.1,294.2
	324.1,19.8 "></polygon>
                    <polygon fill="#AC5E75" points="342.6,0 324.1,19.8 75.8,19.8 75.8,294.2 57.3,308.3 57.3,0 "></polygon>
                    <polygon fill="#F5E0E3" points="324.1,19.8 324.1,294.2 302.3,308.3 200,374.1 97.7,308.3 75.8,294.2 75.8,19.8 "></polygon>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/4.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E8F3F5" d="M61.6,13v249.4c0,68.9,62,124.7,138.4,124.7c76.4,0,138.4-55.8,138.4-124.7V13H61.6z"></path>
                  <path fill="#8DB5C2" d="M200,400c-83.5,0-151.4-61.8-151.4-137.7V13c0-7.2,5.8-13,13-13h276.8c7.2,0,13,5.8,13,13v249.4
	C351.4,338.3,283.5,400,200,400z M74.6,25.9v236.4C74.6,323.9,130.8,374,200,374s125.4-50.1,125.4-111.7V25.9H74.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/5.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D9CFD0" d="M61.6,13v249.4c0,68.9,62,124.7,138.4,124.7s138.4-55.8,138.4-124.7V13H61.6z"></path>
                  <path fill="#893F50" d="M200,400c-83.5,0-151.4-61.8-151.4-137.7V13c0-7.2,5.8-13,13-13h276.8c7.2,0,13,5.8,13,13v249.4
	C351.4,338.3,283.5,400,200,400z M74.6,25.9v236.4C74.6,323.9,130.8,374,200,374s125.4-50.1,125.4-111.7V25.9H74.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/6.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/6.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D7DADA" d="M61.59,12.98v249.37c0,68.86,61.97,124.68,138.41,124.68c76.44,0,138.41-55.82,138.41-124.68V12.98H61.59z"></path>
                  <path fill="#3B3F40" d="M200,400c-83.48,0-151.39-61.75-151.39-137.66V12.97C48.61,5.81,54.42,0,61.59,0h276.83
		c7.17,0,12.97,5.81,12.97,12.97v249.37C351.39,338.25,283.48,400,200,400z M74.56,25.95v236.39c0,61.6,56.27,111.71,125.44,111.71
		c69.17,0,125.44-50.11,125.44-111.71V25.95H74.56z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/7.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/7.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <circle fill="#EFCDC5" cx="200" cy="200" r="200"></circle>
                  <path fill="#DC8D88" d="M323.3,78.5C291.9,46.6,248.2,26.8,200,26.8c-48.6,0-92.6,20.1-124,52.5C176.2,102.9,271.6,89.8,323.3,78.5z"></path>
                  <path fill="#DC8D88" d="M54.2,293.3c30.8,48,84.7,79.9,145.8,79.9c61.3,0,115.3-32,146.1-80.2C220.7,256.6,98.6,281.6,54.2,293.3z
	 M127.7,323.6c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.5,0,4.4,2,4.4,4.4C132.1,321.6,130.1,323.6,127.7,323.6z M146,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C150.4,321.6,148.4,323.6,146,323.6z M163.5,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C167.9,321.6,165.9,323.6,163.5,323.6z M181.7,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.5,0,4.4,2,4.4,4.4C186.1,321.6,184.1,323.6,181.7,323.6z M200,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C204.4,321.6,202.4,323.6,200,323.6z M218.8,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.5,0,4.4,2,4.4,4.4C223.2,321.6,221.2,323.6,218.8,323.6z M237.7,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C242.1,321.6,240.1,323.6,237.7,323.6z M255.5,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.5,0,4.4,2,4.4,4.4C259.9,321.6,257.9,323.6,255.5,323.6z M273.5,323.6
	c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4c2.4,0,4.4,2,4.4,4.4C277.9,321.6,275.9,323.6,273.5,323.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/8.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/8.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <circle fill="#ABCED4" cx="200" cy="200" r="200"></circle>
                  <path fill="#5D99AA" d="M200,373.2c61.3,0,115.2-32,146-80.2c-125.4-36.4-247.3-11.4-291.8,0.3C85,341.3,138.9,373.2,200,373.2z"></path>
                  <polygon fill="#24798D" points="199.5,346.4 206.5,342.7 205.2,350.5 210.8,356 203,357.1 199.5,364.2 196,357.1 188.2,356
	193.8,350.5 192.5,342.7 "></polygon>
                  <polygon fill="#24798D" points="167.6,337.2 172,334.8 171.2,339.8 174.8,343.4 169.8,344.1 167.6,348.6 165.3,344.1 160.3,343.4
	163.9,339.8 163.1,334.8 "></polygon>
                  <polygon fill="#24798D" points="232.4,337.2 236.9,334.8 236.1,339.8 239.7,343.4 234.7,344.1 232.4,348.6 230.2,344.1 225.2,343.4
	228.8,339.8 228,334.8 "></polygon>
                  <path fill="#5D99AA" d="M323.3,78.5C291.9,46.6,248.2,26.8,200,26.8c-48.6,0-92.5,20.1-124,52.4C176.3,102.9,271.5,89.8,323.3,78.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/9.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/9.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <circle fill="#D9DAD9" cx="200" cy="200" r="200"></circle>
                  <path fill="#A2A3A3" d="M200,373.2c61.3,0,115.2-32,146-80.2c-125.4-36.4-247.3-11.4-291.8,0.3C85,341.3,138.9,373.2,200,373.2z"></path>
                  <polygon fill="#686767" points="199.5,346.4 206.5,342.7 205.2,350.5 210.8,356 203,357.1 199.5,364.2 196,357.1 188.2,356
	193.8,350.5 192.5,342.7 "></polygon>
                  <polygon fill="#686767" points="167.6,337.2 172,334.8 171.2,339.8 174.8,343.4 169.8,344.1 167.6,348.6 165.3,344.1 160.3,343.4
	163.9,339.8 163.1,334.8 "></polygon>
                  <polygon fill="#686767" points="232.4,337.2 236.9,334.8 236.1,339.8 239.7,343.4 234.7,344.1 232.4,348.6 230.2,344.1 225.2,343.4
	228.8,339.8 228,334.8 "></polygon>
                  <path fill="#A2A3A3" d="M323.3,78.5C291.9,46.6,248.2,26.8,200,26.8c-48.6,0-92.5,20.1-124,52.4C176.3,102.9,271.5,89.8,323.3,78.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/10.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/10.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#30773A" d="M58.4,58.8C22.3,95,0.1,144.9,0.1,200v0.1c16.9-19.9,30.5-42.2,40.3-66C50.2,110.3,56.4,84.9,58.4,58.8z"></path>
                  <path fill="#30773A" d="M0.1,200.3c0.1,55.1,22.5,105,58.6,141.2c-2.1-26-8.3-51.4-18.2-75.2S17,220.1,0.1,200.3z"></path>
                  <path fill="#30773A" d="M58.5,58.7C110.6,54.5,160,34,199.7,0.1C144.5,0.2,94.7,22.6,58.5,58.7z"></path>
                  <path fill="#30773A" d="M58.9,341.6c36.1,36.1,86,58.3,141.1,58.3h0.1c-19.9-16.9-42.2-30.5-66-40.3
		C110.2,349.8,84.9,343.6,58.9,341.6z"></path>
                  <path fill="#30773A" d="M200,0.1h-0.1c39.8,33.8,89.2,54.2,141.3,58.4C305,22.4,255.1,0.1,200,0.1z"></path>
                  <path fill="#30773A" d="M200.3,399.9c55.1-0.1,105-22.5,141.2-58.6c-26,2.1-51.4,8.3-75.2,18.2C242.4,369.4,220.1,383,200.3,399.9z"></path>
                  <path fill="#30773A" d="M399.9,199.7c-0.1-55.2-22.5-105-58.7-141.2c2.1,26,8.3,51.4,18.2,75.2C369.4,157.6,383,179.8,399.9,199.7z"></path>
                  <path fill="#30773A" d="M341.6,341.2c36-36.2,58.3-86.1,58.3-141.2v-0.1c-16.9,19.9-30.5,42.2-40.3,66
		C349.8,289.8,343.6,315.1,341.6,341.2z"></path>
                  <path fill="#39994A" d="M399.9,199.7v0.2c-16.9,19.9-30.5,42.2-40.3,66c-9.8,23.9-16,49.2-18,75.3l-0.1,0.1c-26,2.1-51.4,8.3-75.2,18.2
	c-23.8,9.9-46.1,23.5-66,40.5h-0.1c-19.9-16.9-42.2-30.5-66.1-40.3c-23.8-9.8-49.2-16-75.2-18c-0.1-0.1-0.1-0.1-0.2-0.1
	c-2.1-26-8.3-51.4-18.2-75.2s-23.5-46.1-40.5-66v-0.1c16.9-19.9,30.5-42.2,40.3-66.1s16-49.2,18-75.2c0,0,0.1-0.1,0.1-0.1
	C110.6,54.5,160,34,199.7,0.1h0.2c39.8,33.8,89.2,54.2,141.3,58.4c0,0,0.1,0,0.1,0.1c2.1,26,8.3,51.4,18.2,75.2
	C369.4,157.6,383,179.9,399.9,199.7z"></path>
                  <path fill="#30773A" d="M200.7,354.2c-84.8,0-153.9-69-153.9-153.9s69-153.9,153.9-153.9s153.9,69,153.9,153.9S285.5,354.2,200.7,354.2
	z M200.7,48.5c-83.7,0-151.8,68.1-151.8,151.8S117,352,200.7,352S352.5,284,352.5,200.3S284.4,48.5,200.7,48.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/11.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/11.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8F94AC" d="M58.4,58.8C22.3,95,0.1,144.9,0.1,200v0.1c16.9-19.9,30.5-42.2,40.3-66C50.2,110.3,56.4,84.9,58.4,58.8z"></path>
                  <path fill="#8F94AC" d="M0.1,200.3c0.1,55.1,22.5,105,58.6,141.2c-2.1-26-8.3-51.4-18.2-75.2S17,220.1,0.1,200.3z"></path>
                  <path fill="#8F94AC" d="M58.5,58.7C110.6,54.5,160,34,199.7,0.1C144.5,0.2,94.7,22.6,58.5,58.7z"></path>
                  <path fill="#8F94AC" d="M58.9,341.6c36.1,36.1,86,58.3,141.1,58.3h0.1c-19.9-16.9-42.2-30.5-66-40.3
		C110.2,349.8,84.9,343.6,58.9,341.6z"></path>
                  <path fill="#8F94AC" d="M200,0.1h-0.1c39.8,33.8,89.2,54.2,141.3,58.4C305,22.4,255.1,0.1,200,0.1z"></path>
                  <path fill="#8F94AC" d="M200.3,399.9c55.1-0.1,105-22.5,141.2-58.6c-26,2.1-51.4,8.3-75.2,18.2C242.4,369.4,220.1,383,200.3,399.9z"></path>
                  <path fill="#8F94AC" d="M399.9,199.7c-0.1-55.2-22.5-105-58.7-141.2c2.1,26,8.3,51.4,18.2,75.2C369.4,157.6,383,179.8,399.9,199.7z"></path>
                  <path fill="#8F94AC" d="M341.6,341.2c36-36.2,58.3-86.1,58.3-141.2v-0.1c-16.9,19.9-30.5,42.2-40.3,66
		C349.8,289.8,343.6,315.1,341.6,341.2z"></path>
                  <path fill="#BECAD8" d="M399.9,199.7v0.2c-16.9,19.9-30.5,42.2-40.3,66c-9.8,23.9-16,49.2-18,75.3l-0.1,0.1c-26,2.1-51.4,8.3-75.2,18.2
	c-23.8,9.9-46.1,23.5-66,40.5h-0.1c-19.9-16.9-42.2-30.5-66.1-40.3c-23.8-9.8-49.2-16-75.2-18c-0.1-0.1-0.1-0.1-0.2-0.1
	c-2.1-26-8.3-51.4-18.2-75.2s-23.5-46.1-40.5-66v-0.1c16.9-19.9,30.5-42.2,40.3-66.1s16-49.2,18-75.2c0,0,0.1-0.1,0.1-0.1
	C110.6,54.5,160,34,199.7,0.1h0.2c39.8,33.8,89.2,54.2,141.3,58.4c0,0,0.1,0,0.1,0.1c2.1,26,8.3,51.4,18.2,75.2
	C369.4,157.6,383,179.9,399.9,199.7z"></path>
                  <path fill="#8F94AC" d="M200.7,354.2c-84.8,0-153.9-69-153.9-153.9s69-153.9,153.9-153.9s153.9,69,153.9,153.9S285.5,354.2,200.7,354.2
	z M200.7,48.5c-83.7,0-151.8,68.1-151.8,151.8S117,352,200.7,352S352.5,284,352.5,200.3S284.4,48.5,200.7,48.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/12.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/12.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8DB5C2" d="M58.4,58.8C22.3,95,0.1,144.9,0.1,200v0.1c16.9-19.9,30.5-42.2,40.3-66C50.2,110.3,56.4,84.9,58.4,58.8z"></path>
                  <path fill="#8DB5C2" d="M0.1,200.3c0.1,55.1,22.5,105,58.6,141.2c-2.1-26-8.3-51.4-18.2-75.2S17,220.1,0.1,200.3z"></path>
                  <path fill="#8DB5C2" d="M58.5,58.7C110.6,54.5,160,34,199.7,0.1C144.5,0.2,94.7,22.6,58.5,58.7z"></path>
                  <path fill="#8DB5C2" d="M58.9,341.6c36.1,36.1,86,58.3,141.1,58.3h0.1c-19.9-16.9-42.2-30.5-66-40.3
		C110.2,349.8,84.9,343.6,58.9,341.6z"></path>
                  <path fill="#8DB5C2" d="M200,0.1h-0.1c39.8,33.8,89.2,54.2,141.3,58.4C305,22.4,255.1,0.1,200,0.1z"></path>
                  <path fill="#8DB5C2" d="M200.3,399.9c55.1-0.1,105-22.5,141.2-58.6c-26,2.1-51.4,8.3-75.2,18.2C242.4,369.4,220.1,383,200.3,399.9z"></path>
                  <path fill="#8DB5C2" d="M399.9,199.7c-0.1-55.2-22.5-105-58.7-141.2c2.1,26,8.3,51.4,18.2,75.2C369.4,157.6,383,179.8,399.9,199.7z"></path>
                  <path fill="#8DB5C2" d="M341.6,341.2c36-36.2,58.3-86.1,58.3-141.2v-0.1c-16.9,19.9-30.5,42.2-40.3,66
		C349.8,289.8,343.6,315.1,341.6,341.2z"></path>
                  <path fill="#E8F3F5" d="M399.9,199.7v0.2c-16.9,19.9-30.5,42.2-40.3,66c-9.8,23.9-16,49.2-18,75.3l-0.1,0.1c-26,2.1-51.4,8.3-75.2,18.2
	c-23.8,9.9-46.1,23.5-66,40.5h-0.1c-19.9-16.9-42.2-30.5-66.1-40.3c-23.8-9.8-49.2-16-75.2-18c-0.1-0.1-0.1-0.1-0.2-0.1
	c-2.1-26-8.3-51.4-18.2-75.2s-23.5-46.1-40.5-66v-0.1c16.9-19.9,30.5-42.2,40.3-66.1s16-49.2,18-75.2c0,0,0.1-0.1,0.1-0.1
	C110.6,54.5,160,34,199.7,0.1h0.2c39.8,33.8,89.2,54.2,141.3,58.4c0,0,0.1,0,0.1,0.1c2.1,26,8.3,51.4,18.2,75.2
	C369.4,157.6,383,179.9,399.9,199.7z"></path>
                  <path fill="#8DB5C2" d="M200.7,354.2c-84.8,0-153.9-69-153.9-153.9s69-153.9,153.9-153.9s153.9,69,153.9,153.9S285.5,354.2,200.7,354.2
	z M200.7,48.5c-83.7,0-151.8,68.1-151.8,151.8S117,352,200.7,352S352.5,284,352.5,200.3S284.4,48.5,200.7,48.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/13.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/13.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#22315B" d="M200,400c-0.8,0-1.6-0.1-2.4-0.2c-70.5-13.9-118.6-47.4-146.8-102.3C26.8,250.8,16,188.6,16,95.6
	c0-5.4,3.5-10.1,8.7-11.6L69,70.6V47.9c0-5.4,3.5-10.1,8.7-11.6L196.5,0.5c2.3-0.7,4.7-0.7,7,0l118.8,35.8c5.1,1.5,8.6,6.3,8.6,11.6
	v22.7l44.3,13.3c5.1,1.6,8.6,6.3,8.6,11.6c0,93-10.7,155.2-34.8,201.9c-28.3,54.9-76.3,88.3-146.8,102.3
	C201.6,399.9,200.8,400,200,400z"></path>
                  <path fill="#5D6CB0" d="M200,24.8L93.3,56.9v22.7c0,5.4-3.5,10.1-8.7,11.6l-44.3,13.3c1.1,147.3,29.4,244,159.6,270.8
	c130.2-26.9,158.6-123.5,159.6-270.8l-44.3-13.3c-5.1-1.6-8.7-6.3-8.7-11.6V57L200,24.8z M161.9,73.9l-3.3,4.4l-3.3-4.4l-4.4-3.3
	l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L161.9,73.9z M202.7,66.3l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L202.7,66.3z
	 M244.7,75l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L244.7,75z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/14.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/14.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D29B61" d="M200,400c-0.8,0-1.6-0.1-2.4-0.2c-70.5-13.9-118.6-47.4-146.8-102.3C26.8,250.8,16,188.6,16,95.6
	c0-5.4,3.5-10.1,8.7-11.6L69,70.6V47.9c0-5.4,3.5-10.1,8.7-11.6L196.5,0.5c2.3-0.7,4.7-0.7,7,0l118.8,35.8c5.1,1.5,8.6,6.3,8.6,11.6
	v22.7l44.3,13.3c5.1,1.6,8.6,6.3,8.6,11.6c0,93-10.7,155.2-34.8,201.9c-28.3,54.9-76.3,88.3-146.8,102.3
	C201.6,399.9,200.8,400,200,400z"></path>
                  <path fill="#F1DBC8" d="M200,24.8L93.3,56.9v22.7c0,5.4-3.5,10.1-8.7,11.6l-44.3,13.3c1.1,147.3,29.4,244,159.6,270.8
	c130.2-26.9,158.6-123.5,159.6-270.8l-44.3-13.3c-5.1-1.6-8.7-6.3-8.7-11.6V57L200,24.8z M161.9,73.9l-3.3,4.4l-3.3-4.4l-4.4-3.3
	l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L161.9,73.9z M202.7,66.3l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L202.7,66.3z
	 M244.7,75l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L244.7,75z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/15.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/15.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#585958" d="M200,400c-0.8,0-1.6-0.1-2.4-0.2c-70.5-13.9-118.6-47.4-146.8-102.3C26.8,250.8,16,188.6,16,95.6
	c0-5.4,3.5-10.1,8.7-11.6L69,70.6V47.9c0-5.4,3.5-10.1,8.7-11.6L196.5,0.5c2.3-0.7,4.7-0.7,7,0l118.8,35.8c5.1,1.5,8.6,6.3,8.6,11.6
	v22.7l44.3,13.3c5.1,1.6,8.6,6.3,8.6,11.6c0,93-10.7,155.2-34.8,201.9c-28.3,54.9-76.3,88.3-146.8,102.3
	C201.6,399.9,200.8,400,200,400z"></path>
                  <path fill="#DFE1E1" d="M200,24.8L93.3,56.9v22.7c0,5.4-3.5,10.1-8.7,11.6l-44.3,13.3c1.1,147.3,29.4,244,159.6,270.8
	c130.2-26.9,158.6-123.5,159.6-270.8l-44.3-13.3c-5.1-1.6-8.7-6.3-8.7-11.6V57L200,24.8z M161.9,73.9l-3.3,4.4l-3.3-4.4l-4.4-3.3
	l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L161.9,73.9z M202.7,66.3l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L202.7,66.3z
	 M244.7,75l-3.3,4.4l-3.3-4.4l-4.4-3.3l4.4-3.3l3.3-4.4l3.3,4.4l4.4,3.3L244.7,75z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/16.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/16.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#3A3F40" d="M391.2,217.7c0-3.4,1.5-6.7,4.4-8.9c2.9-2.2,4.4-5.5,4.4-8.9c0-3.3-1.5-6.6-4.4-8.9c-2.9-2.2-4.4-5.5-4.4-8.9
	c0-2.7,1-5.4,3-7.5c2-2.2,3-4.9,3-7.5c0-4-2.1-7.9-6-9.9c-3.9-2-6-5.9-6-9.9c0-2.1,0.6-4.1,1.8-6c1.2-1.9,1.8-4,1.8-6
	c0-4.7-2.9-9.1-7.8-10.6c-4.8-1.5-7.8-5.9-7.8-10.6c0-1.4,0.3-2.9,0.9-4.3c0.6-1.4,0.9-2.9,0.9-4.3c0-5.4-4-10.3-9.7-11
	c-5.7-0.7-9.7-5.6-9.7-11c0-0.8,0.1-1.7,0.3-2.5c1.6-7-3.8-13.6-10.8-13.6c-0.2,0-0.4,0-0.6,0c-6.4,0.3-11.6-4.8-11.6-11.1
	c0-0.2,0-0.4,0-0.6c0.3-6.5-4.9-11.7-11.1-11.7c-0.8,0-1.6,0.1-2.5,0.3c-0.8,0.2-1.7,0.3-2.5,0.3c-5.5,0-10.3-4.1-11-9.7
	c-0.7-5.8-5.6-9.7-11-9.7c-1.4,0-2.9,0.3-4.3,0.9c-1.4,0.6-2.9,0.9-4.3,0.9c-4.7,0-9.1-3-10.6-7.8c-1.5-4.9-6-7.8-10.6-7.8
	c-2,0-4.1,0.6-6,1.8c-1.9,1.2-4,1.8-6,1.8c-4,0-7.9-2.2-9.9-6c-2-3.9-5.9-6-9.9-6c-2.7,0-5.4,1-7.5,3c-4.8,4.5-12.4,3.8-16.4-1.4
	C206.6,1.5,203.3,0,200,0s-6.6,1.5-8.9,4.4c-2.2,2.9-5.5,4.4-8.9,4.4c-2.7,0-5.4-1-7.5-3c-2.2-2-4.9-3-7.5-3c-4,0-7.9,2.1-9.9,6
	c-2,3.9-5.9,6-9.9,6c-2,0-4.1-0.6-6-1.8c-1.9-1.2-4-1.8-6-1.8c-4.7,0-9.1,2.9-10.6,7.8c-1.5,4.8-5.9,7.8-10.6,7.8
	c-1.4,0-2.9-0.3-4.3-0.9c-1.4-0.6-2.9-0.9-4.3-0.9c-5.4,0-10.3,4-11,9.7c-0.7,5.7-5.5,9.7-11,9.7c-0.8,0-1.7-0.1-2.5-0.3
	c-7-1.6-13.6,3.7-13.6,10.8c0,0.2,0,0.4,0,0.6c0.3,6.4-4.8,11.7-11.1,11.7c-0.2,0-0.4,0-0.5,0c-6.5-0.3-11.7,4.9-11.7,11.1
	c0,0.8,0.1,1.7,0.3,2.5c0.2,0.8,0.3,1.7,0.3,2.5c0,5.5-4.1,10.3-9.7,11c-5.8,0.7-9.7,5.7-9.7,11c0,1.4,0.3,2.9,0.9,4.3
	c0.6,1.4,0.9,2.9,0.9,4.3c0,4.7-3,9.1-7.8,10.6c-4.9,1.5-7.8,6-7.8,10.6c0,2,0.6,4.1,1.8,6c1.2,1.9,1.8,3.9,1.8,6c0,4-2.2,7.9-6,9.9
	c-3.9,2-6,5.9-6,9.9c0,2.7,1,5.4,3,7.5c2,2.1,3,4.9,3,7.5c0,3.4-1.5,6.7-4.4,8.9C1.5,193.4,0,196.7,0,200c0,3.3,1.5,6.6,4.4,8.9
	c2.9,2.2,4.4,5.5,4.4,8.9c0,2.7-1,5.4-3,7.5c-2,2.2-3,4.9-3,7.5c0,4,2.1,7.9,6,9.9c3.9,2,6,5.9,6,9.9c0,2.1-0.6,4.1-1.8,6
	c-1.2,1.9-1.8,4-1.8,6c0,4.7,2.9,9.1,7.8,10.6c4.8,1.5,7.8,5.9,7.8,10.6c0,1.4-0.3,2.9-0.9,4.3c-0.6,1.4-0.9,2.9-0.9,4.3
	c0,5.4,4,10.3,9.7,11c5.7,0.7,9.7,5.5,9.7,11c0,0.8-0.1,1.6-0.3,2.5c-1.6,7,3.7,13.6,10.8,13.6c0.2,0,0.4,0,0.6,0
	c6.4-0.3,11.6,4.8,11.6,11.1c0,0.2,0,0.4,0,0.6c-0.3,6.5,4.9,11.7,11.1,11.7c0.8,0,1.7-0.1,2.5-0.3c0.8-0.2,1.7-0.3,2.5-0.3
	c5.5,0,10.3,4.1,11,9.7c0.7,5.8,5.7,9.7,11,9.7c1.4,0,2.9-0.3,4.3-0.9c1.4-0.6,2.9-0.9,4.3-0.9c4.7,0,9.1,3,10.6,7.8
	c1.5,4.9,6,7.8,10.6,7.8c2,0,4.1-0.6,6-1.8c1.9-1.2,4-1.8,6-1.8c4,0,7.9,2.2,9.9,6c2,3.9,5.9,6,9.9,6c2.7,0,5.4-1,7.5-3
	c2.1-2,4.9-3,7.5-3c3.4,0,6.7,1.5,8.9,4.4c2.2,2.9,5.5,4.4,8.9,4.4s6.6-1.5,8.9-4.4c2.2-2.9,5.5-4.4,8.9-4.4c2.7,0,5.4,1,7.5,3
	c2.2,2,4.9,3,7.5,3c4,0,7.9-2.1,9.9-6c2-3.9,5.9-6,9.9-6c2.1,0,4.2,0.6,6,1.8c1.9,1.2,4,1.8,6,1.8c4.7,0,9.1-3,10.6-7.8
	c1.5-4.8,5.9-7.8,10.6-7.8c1.4,0,2.9,0.3,4.3,0.9s2.9,0.9,4.3,0.9c5.4,0,10.3-4,11-9.7c0.7-5.7,5.5-9.7,11-9.7
	c0.8,0,1.6,0.1,2.5,0.3c7,1.6,13.6-3.7,13.6-10.8c0-0.2,0-0.4,0-0.6c-0.3-6.4,4.8-11.6,11.1-11.6c0.2,0,0.4,0,0.6,0
	c6.5,0.3,11.6-4.9,11.6-11.1c0-0.8-0.1-1.6-0.3-2.5c-0.2-0.8-0.3-1.7-0.3-2.5c0-5.5,4.1-10.3,9.7-11c5.8-0.7,9.7-5.6,9.7-11
	c0-1.4-0.3-2.9-0.9-4.3c-0.6-1.4-0.9-2.9-0.9-4.3c0-4.7,3-9.1,7.8-10.6c4.9-1.5,7.8-6,7.8-10.6c0-2-0.6-4.1-1.8-6
	c-1.2-1.9-1.8-3.9-1.8-6c0-4,2.2-7.9,6-9.9c3.9-2,6-5.9,6-9.9c0-2.7-1-5.4-3-7.5C392.2,223.1,391.2,220.4,391.2,217.7z"></path>
                  <path fill="#D5D7D7" d="M200,21.5c-98.6,0-178.5,79.9-178.5,178.5c0,98.6,79.9,178.5,178.5,178.5S378.5,298.6,378.5,200
	C378.5,101.4,298.6,21.5,200,21.5z M163.7,63.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3L168,60L163.7,63.2z M203.4,55.7
	l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3l4.3,3.2L203.4,55.7z M244,64.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3
	l3.2,4.3l4.3,3.2L244,64.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/17.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/17.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#923F55" d="M391.2,217.7c0-3.4,1.5-6.7,4.4-8.9c2.9-2.2,4.4-5.5,4.4-8.9c0-3.3-1.5-6.6-4.4-8.9c-2.9-2.2-4.4-5.5-4.4-8.9
	c0-2.7,1-5.4,3-7.5c2-2.2,3-4.9,3-7.5c0-4-2.1-7.9-6-9.9c-3.9-2-6-5.9-6-9.9c0-2.1,0.6-4.1,1.8-6c1.2-1.9,1.8-4,1.8-6
	c0-4.7-2.9-9.1-7.8-10.6c-4.8-1.5-7.8-5.9-7.8-10.6c0-1.4,0.3-2.9,0.9-4.3c0.6-1.4,0.9-2.9,0.9-4.3c0-5.4-4-10.3-9.7-11
	c-5.7-0.7-9.7-5.6-9.7-11c0-0.8,0.1-1.7,0.3-2.5c1.6-7-3.8-13.6-10.8-13.6c-0.2,0-0.4,0-0.6,0c-6.4,0.3-11.6-4.8-11.6-11.1
	c0-0.2,0-0.4,0-0.6c0.3-6.5-4.9-11.7-11.1-11.7c-0.8,0-1.6,0.1-2.5,0.3c-0.8,0.2-1.7,0.3-2.5,0.3c-5.5,0-10.3-4.1-11-9.7
	c-0.7-5.8-5.6-9.7-11-9.7c-1.4,0-2.9,0.3-4.3,0.9c-1.4,0.6-2.9,0.9-4.3,0.9c-4.7,0-9.1-3-10.6-7.8c-1.5-4.9-6-7.8-10.6-7.8
	c-2,0-4.1,0.6-6,1.8c-1.9,1.2-4,1.8-6,1.8c-4,0-7.9-2.2-9.9-6c-2-3.9-5.9-6-9.9-6c-2.7,0-5.4,1-7.5,3c-4.8,4.5-12.4,3.8-16.4-1.4
	C206.6,1.5,203.3,0,200,0s-6.6,1.5-8.9,4.4c-2.2,2.9-5.5,4.4-8.9,4.4c-2.7,0-5.4-1-7.5-3c-2.2-2-4.9-3-7.5-3c-4,0-7.9,2.1-9.9,6
	c-2,3.9-5.9,6-9.9,6c-2,0-4.1-0.6-6-1.8c-1.9-1.2-4-1.8-6-1.8c-4.7,0-9.1,2.9-10.6,7.8c-1.5,4.8-5.9,7.8-10.6,7.8
	c-1.4,0-2.9-0.3-4.3-0.9c-1.4-0.6-2.9-0.9-4.3-0.9c-5.4,0-10.3,4-11,9.7c-0.7,5.7-5.5,9.7-11,9.7c-0.8,0-1.7-0.1-2.5-0.3
	c-7-1.6-13.6,3.7-13.6,10.8c0,0.2,0,0.4,0,0.6c0.3,6.4-4.8,11.7-11.1,11.7c-0.2,0-0.4,0-0.5,0c-6.5-0.3-11.7,4.9-11.7,11.1
	c0,0.8,0.1,1.7,0.3,2.5c0.2,0.8,0.3,1.7,0.3,2.5c0,5.5-4.1,10.3-9.7,11c-5.8,0.7-9.7,5.7-9.7,11c0,1.4,0.3,2.9,0.9,4.3
	c0.6,1.4,0.9,2.9,0.9,4.3c0,4.7-3,9.1-7.8,10.6c-4.9,1.5-7.8,6-7.8,10.6c0,2,0.6,4.1,1.8,6c1.2,1.9,1.8,3.9,1.8,6c0,4-2.2,7.9-6,9.9
	c-3.9,2-6,5.9-6,9.9c0,2.7,1,5.4,3,7.5c2,2.1,3,4.9,3,7.5c0,3.4-1.5,6.7-4.4,8.9C1.5,193.4,0,196.7,0,200c0,3.3,1.5,6.6,4.4,8.9
	c2.9,2.2,4.4,5.5,4.4,8.9c0,2.7-1,5.4-3,7.5c-2,2.2-3,4.9-3,7.5c0,4,2.1,7.9,6,9.9c3.9,2,6,5.9,6,9.9c0,2.1-0.6,4.1-1.8,6
	c-1.2,1.9-1.8,4-1.8,6c0,4.7,2.9,9.1,7.8,10.6c4.8,1.5,7.8,5.9,7.8,10.6c0,1.4-0.3,2.9-0.9,4.3c-0.6,1.4-0.9,2.9-0.9,4.3
	c0,5.4,4,10.3,9.7,11c5.7,0.7,9.7,5.5,9.7,11c0,0.8-0.1,1.6-0.3,2.5c-1.6,7,3.7,13.6,10.8,13.6c0.2,0,0.4,0,0.6,0
	c6.4-0.3,11.6,4.8,11.6,11.1c0,0.2,0,0.4,0,0.6c-0.3,6.5,4.9,11.7,11.1,11.7c0.8,0,1.7-0.1,2.5-0.3c0.8-0.2,1.7-0.3,2.5-0.3
	c5.5,0,10.3,4.1,11,9.7c0.7,5.8,5.7,9.7,11,9.7c1.4,0,2.9-0.3,4.3-0.9c1.4-0.6,2.9-0.9,4.3-0.9c4.7,0,9.1,3,10.6,7.8
	c1.5,4.9,6,7.8,10.6,7.8c2,0,4.1-0.6,6-1.8c1.9-1.2,4-1.8,6-1.8c4,0,7.9,2.2,9.9,6c2,3.9,5.9,6,9.9,6c2.7,0,5.4-1,7.5-3
	c2.1-2,4.9-3,7.5-3c3.4,0,6.7,1.5,8.9,4.4c2.2,2.9,5.5,4.4,8.9,4.4s6.6-1.5,8.9-4.4c2.2-2.9,5.5-4.4,8.9-4.4c2.7,0,5.4,1,7.5,3
	c2.2,2,4.9,3,7.5,3c4,0,7.9-2.1,9.9-6c2-3.9,5.9-6,9.9-6c2.1,0,4.2,0.6,6,1.8c1.9,1.2,4,1.8,6,1.8c4.7,0,9.1-3,10.6-7.8
	c1.5-4.8,5.9-7.8,10.6-7.8c1.4,0,2.9,0.3,4.3,0.9s2.9,0.9,4.3,0.9c5.4,0,10.3-4,11-9.7c0.7-5.7,5.5-9.7,11-9.7
	c0.8,0,1.6,0.1,2.5,0.3c7,1.6,13.6-3.7,13.6-10.8c0-0.2,0-0.4,0-0.6c-0.3-6.4,4.8-11.6,11.1-11.6c0.2,0,0.4,0,0.6,0
	c6.5,0.3,11.6-4.9,11.6-11.1c0-0.8-0.1-1.6-0.3-2.5c-0.2-0.8-0.3-1.7-0.3-2.5c0-5.5,4.1-10.3,9.7-11c5.8-0.7,9.7-5.6,9.7-11
	c0-1.4-0.3-2.9-0.9-4.3c-0.6-1.4-0.9-2.9-0.9-4.3c0-4.7,3-9.1,7.8-10.6c4.9-1.5,7.8-6,7.8-10.6c0-2-0.6-4.1-1.8-6
	c-1.2-1.9-1.8-3.9-1.8-6c0-4,2.2-7.9,6-9.9c3.9-2,6-5.9,6-9.9c0-2.7-1-5.4-3-7.5C392.2,223.1,391.2,220.4,391.2,217.7z"></path>
                  <path fill="#E09FBF" d="M200,21.5c-98.6,0-178.5,79.9-178.5,178.5c0,98.6,79.9,178.5,178.5,178.5S378.5,298.6,378.5,200
	C378.5,101.4,298.6,21.5,200,21.5z M163.7,63.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3L168,60L163.7,63.2z M203.4,55.7
	l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3l4.3,3.2L203.4,55.7z M244,64.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3
	l3.2,4.3l4.3,3.2L244,64.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/18.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/18.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8DB5C2" d="M391.2,217.7c0-3.4,1.5-6.7,4.4-8.9c2.9-2.2,4.4-5.5,4.4-8.9c0-3.3-1.5-6.6-4.4-8.9c-2.9-2.2-4.4-5.5-4.4-8.9
	c0-2.7,1-5.4,3-7.5c2-2.2,3-4.9,3-7.5c0-4-2.1-7.9-6-9.9c-3.9-2-6-5.9-6-9.9c0-2.1,0.6-4.1,1.8-6c1.2-1.9,1.8-4,1.8-6
	c0-4.7-2.9-9.1-7.8-10.6c-4.8-1.5-7.8-5.9-7.8-10.6c0-1.4,0.3-2.9,0.9-4.3c0.6-1.4,0.9-2.9,0.9-4.3c0-5.4-4-10.3-9.7-11
	c-5.7-0.7-9.7-5.6-9.7-11c0-0.8,0.1-1.7,0.3-2.5c1.6-7-3.8-13.6-10.8-13.6c-0.2,0-0.4,0-0.6,0c-6.4,0.3-11.6-4.8-11.6-11.1
	c0-0.2,0-0.4,0-0.6c0.3-6.5-4.9-11.7-11.1-11.7c-0.8,0-1.6,0.1-2.5,0.3c-0.8,0.2-1.7,0.3-2.5,0.3c-5.5,0-10.3-4.1-11-9.7
	c-0.7-5.8-5.6-9.7-11-9.7c-1.4,0-2.9,0.3-4.3,0.9c-1.4,0.6-2.9,0.9-4.3,0.9c-4.7,0-9.1-3-10.6-7.8c-1.5-4.9-6-7.8-10.6-7.8
	c-2,0-4.1,0.6-6,1.8c-1.9,1.2-4,1.8-6,1.8c-4,0-7.9-2.2-9.9-6c-2-3.9-5.9-6-9.9-6c-2.7,0-5.4,1-7.5,3c-4.8,4.5-12.4,3.8-16.4-1.4
	C206.6,1.5,203.3,0,200,0s-6.6,1.5-8.9,4.4c-2.2,2.9-5.5,4.4-8.9,4.4c-2.7,0-5.4-1-7.5-3c-2.2-2-4.9-3-7.5-3c-4,0-7.9,2.1-9.9,6
	c-2,3.9-5.9,6-9.9,6c-2,0-4.1-0.6-6-1.8c-1.9-1.2-4-1.8-6-1.8c-4.7,0-9.1,2.9-10.6,7.8c-1.5,4.8-5.9,7.8-10.6,7.8
	c-1.4,0-2.9-0.3-4.3-0.9c-1.4-0.6-2.9-0.9-4.3-0.9c-5.4,0-10.3,4-11,9.7c-0.7,5.7-5.5,9.7-11,9.7c-0.8,0-1.7-0.1-2.5-0.3
	c-7-1.6-13.6,3.7-13.6,10.8c0,0.2,0,0.4,0,0.6c0.3,6.4-4.8,11.7-11.1,11.7c-0.2,0-0.4,0-0.5,0c-6.5-0.3-11.7,4.9-11.7,11.1
	c0,0.8,0.1,1.7,0.3,2.5c0.2,0.8,0.3,1.7,0.3,2.5c0,5.5-4.1,10.3-9.7,11c-5.8,0.7-9.7,5.7-9.7,11c0,1.4,0.3,2.9,0.9,4.3
	c0.6,1.4,0.9,2.9,0.9,4.3c0,4.7-3,9.1-7.8,10.6c-4.9,1.5-7.8,6-7.8,10.6c0,2,0.6,4.1,1.8,6c1.2,1.9,1.8,3.9,1.8,6c0,4-2.2,7.9-6,9.9
	c-3.9,2-6,5.9-6,9.9c0,2.7,1,5.4,3,7.5c2,2.1,3,4.9,3,7.5c0,3.4-1.5,6.7-4.4,8.9C1.5,193.4,0,196.7,0,200c0,3.3,1.5,6.6,4.4,8.9
	c2.9,2.2,4.4,5.5,4.4,8.9c0,2.7-1,5.4-3,7.5c-2,2.2-3,4.9-3,7.5c0,4,2.1,7.9,6,9.9c3.9,2,6,5.9,6,9.9c0,2.1-0.6,4.1-1.8,6
	c-1.2,1.9-1.8,4-1.8,6c0,4.7,2.9,9.1,7.8,10.6c4.8,1.5,7.8,5.9,7.8,10.6c0,1.4-0.3,2.9-0.9,4.3c-0.6,1.4-0.9,2.9-0.9,4.3
	c0,5.4,4,10.3,9.7,11c5.7,0.7,9.7,5.5,9.7,11c0,0.8-0.1,1.6-0.3,2.5c-1.6,7,3.7,13.6,10.8,13.6c0.2,0,0.4,0,0.6,0
	c6.4-0.3,11.6,4.8,11.6,11.1c0,0.2,0,0.4,0,0.6c-0.3,6.5,4.9,11.7,11.1,11.7c0.8,0,1.7-0.1,2.5-0.3c0.8-0.2,1.7-0.3,2.5-0.3
	c5.5,0,10.3,4.1,11,9.7c0.7,5.8,5.7,9.7,11,9.7c1.4,0,2.9-0.3,4.3-0.9c1.4-0.6,2.9-0.9,4.3-0.9c4.7,0,9.1,3,10.6,7.8
	c1.5,4.9,6,7.8,10.6,7.8c2,0,4.1-0.6,6-1.8c1.9-1.2,4-1.8,6-1.8c4,0,7.9,2.2,9.9,6c2,3.9,5.9,6,9.9,6c2.7,0,5.4-1,7.5-3
	c2.1-2,4.9-3,7.5-3c3.4,0,6.7,1.5,8.9,4.4c2.2,2.9,5.5,4.4,8.9,4.4s6.6-1.5,8.9-4.4c2.2-2.9,5.5-4.4,8.9-4.4c2.7,0,5.4,1,7.5,3
	c2.2,2,4.9,3,7.5,3c4,0,7.9-2.1,9.9-6c2-3.9,5.9-6,9.9-6c2.1,0,4.2,0.6,6,1.8c1.9,1.2,4,1.8,6,1.8c4.7,0,9.1-3,10.6-7.8
	c1.5-4.8,5.9-7.8,10.6-7.8c1.4,0,2.9,0.3,4.3,0.9s2.9,0.9,4.3,0.9c5.4,0,10.3-4,11-9.7c0.7-5.7,5.5-9.7,11-9.7
	c0.8,0,1.6,0.1,2.5,0.3c7,1.6,13.6-3.7,13.6-10.8c0-0.2,0-0.4,0-0.6c-0.3-6.4,4.8-11.6,11.1-11.6c0.2,0,0.4,0,0.6,0
	c6.5,0.3,11.6-4.9,11.6-11.1c0-0.8-0.1-1.6-0.3-2.5c-0.2-0.8-0.3-1.7-0.3-2.5c0-5.5,4.1-10.3,9.7-11c5.8-0.7,9.7-5.6,9.7-11
	c0-1.4-0.3-2.9-0.9-4.3c-0.6-1.4-0.9-2.9-0.9-4.3c0-4.7,3-9.1,7.8-10.6c4.9-1.5,7.8-6,7.8-10.6c0-2-0.6-4.1-1.8-6
	c-1.2-1.9-1.8-3.9-1.8-6c0-4,2.2-7.9,6-9.9c3.9-2,6-5.9,6-9.9c0-2.7-1-5.4-3-7.5C392.2,223.1,391.2,220.4,391.2,217.7z"></path>
                  <path fill="#E8F3F5" d="M200,21.5c-98.6,0-178.5,79.9-178.5,178.5c0,98.6,79.9,178.5,178.5,178.5S378.5,298.6,378.5,200
	C378.5,101.4,298.6,21.5,200,21.5z M163.7,63.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3L168,60L163.7,63.2z M203.4,55.7
	l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3l3.2,4.3l4.3,3.2L203.4,55.7z M244,64.2l-3.2,4.3l-3.2-4.3l-4.3-3.2l4.3-3.2l3.2-4.3
	l3.2,4.3l4.3,3.2L244,64.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/19.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/19.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#EFC562" d="M382.4,38.1c-31.7,0-63.3-3.9-94-11.6c-29-7.3-58.7-10.9-88.4-10.9c-29.7,0-59.3,3.6-88.3,10.9
	c-15.4,3.9-31,6.7-46.7,8.7c-15.7,1.9-31.5,2.9-47.4,2.9C7.8,38.1,0,46.1,0,55.7c0,0.6,0,1.2,0.1,1.9l30.4,288.6
	c0.8,7.1,5.7,13,12.5,15c51.2,15.4,104.1,23,157,23c52.9,0,105.8-7.7,157.1-23c3.4-1,6.3-3,8.5-5.6c2.2-2.6,3.6-5.9,4-9.4
	l30.4-288.6C401,47.2,392.8,38.1,382.4,38.1z"></path>
                  <path fill="#F0EFD3" d="M363.3,55.1c-28.4,0-56.6-3.5-84.1-10.4C253.2,38.3,226.6,35,200,35c-26.6,0-53.1,3.3-79.1,9.7
	c-13.8,3.4-27.7,6-41.8,7.8c-14,1.7-28.2,2.6-42.4,2.6C28,55.1,21,62.3,21,70.9c0,0.6,0,1.1,0.1,1.7l27.2,258.3
	c0.7,6.3,5.1,11.6,11.2,13.5C105.3,358.1,152.6,365,200,365c47.4,0,94.7-6.9,140.6-20.6c3-0.9,5.7-2.7,7.6-5c2-2.4,3.2-5.3,3.5-8.4
	L379,72.6C379.9,63.2,372.6,55.1,363.3,55.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/20.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/20.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#00899D" d="M382.4,38.1c-31.7,0-63.3-3.9-94-11.6c-29-7.3-58.7-10.9-88.4-10.9c-29.7,0-59.3,3.6-88.3,10.9
	c-15.4,3.9-31,6.7-46.7,8.7c-15.7,1.9-31.5,2.9-47.4,2.9C7.8,38.1,0,46.1,0,55.7c0,0.6,0,1.2,0.1,1.9l30.4,288.6
	c0.8,7.1,5.7,13,12.5,15c51.2,15.4,104.1,23,157,23c52.9,0,105.8-7.7,157.1-23c3.4-1,6.3-3,8.5-5.6c2.2-2.6,3.6-5.9,4-9.4
	l30.4-288.6C401,47.2,392.8,38.1,382.4,38.1z"></path>
                  <path fill="#DFE1E1" d="M363.3,55.1c-28.4,0-56.6-3.5-84.1-10.4C253.2,38.3,226.6,35,200,35c-26.6,0-53.1,3.3-79.1,9.7
	c-13.8,3.4-27.7,6-41.8,7.8c-14,1.7-28.2,2.6-42.4,2.6C28,55.1,21,62.3,21,70.9c0,0.6,0,1.1,0.1,1.7l27.2,258.3
	c0.7,6.3,5.1,11.6,11.2,13.5C105.3,358.1,152.6,365,200,365c47.4,0,94.7-6.9,140.6-20.6c3-0.9,5.7-2.7,7.6-5c2-2.4,3.2-5.3,3.5-8.4
	L379,72.6C379.9,63.2,372.6,55.1,363.3,55.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/21.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/21.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8D4792" d="M382.4,38.1c-31.7,0-63.3-3.9-94-11.6c-29-7.3-58.7-10.9-88.4-10.9c-29.7,0-59.3,3.6-88.3,10.9
	c-15.4,3.9-31,6.7-46.7,8.7c-15.7,1.9-31.5,2.9-47.4,2.9C7.8,38.1,0,46.1,0,55.7c0,0.6,0,1.2,0.1,1.9l30.4,288.6
	c0.8,7.1,5.7,13,12.5,15c51.2,15.4,104.1,23,157,23c52.9,0,105.8-7.7,157.1-23c3.4-1,6.3-3,8.5-5.6c2.2-2.6,3.6-5.9,4-9.4
	l30.4-288.6C401,47.2,392.8,38.1,382.4,38.1z"></path>
                  <path fill="#C4AACD" d="M363.3,55.1c-28.4,0-56.6-3.5-84.1-10.4C253.2,38.3,226.6,35,200,35c-26.6,0-53.1,3.3-79.1,9.7
	c-13.8,3.4-27.7,6-41.8,7.8c-14,1.7-28.2,2.6-42.4,2.6C28,55.1,21,62.3,21,70.9c0,0.6,0,1.1,0.1,1.7l27.2,258.3
	c0.7,6.3,5.1,11.6,11.2,13.5C105.3,358.1,152.6,365,200,365c47.4,0,94.7-6.9,140.6-20.6c3-0.9,5.7-2.7,7.6-5c2-2.4,3.2-5.3,3.5-8.4
	L379,72.6C379.9,63.2,372.6,55.1,363.3,55.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/22.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/22.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#805998" d="M200,395.3C45.5,352.1,34.2,267.3,34.2,84.7c0-13.5,0.6-26.8,1.9-39.8C86.8,19,142.1,4.7,200,4.7
	S313.2,19,363.9,44.9c1.2,13.1,1.9,26.4,1.9,39.8C365.8,267.3,354.5,352.1,200,395.3z"></path>
                  <path fill="#A78BBC" d="M200,400c-0.4,0-0.9-0.1-1.3-0.2C122.4,378.5,78,345.9,54.8,294.2C31.4,241.9,29.5,168.4,29.5,84.7
	c0-13.4,0.6-27,1.9-40.3c0.1-1.6,1.1-3,2.6-3.8C86.7,13.7,142.6,0,200,0s113.3,13.7,166,40.7c1.4,0.7,2.4,2.2,2.6,3.8
	c1.3,13.3,1.9,26.8,1.9,40.3c0,83.7-1.9,157.1-25.3,209.5C322,346,277.6,378.5,201.3,399.8C200.9,399.9,200.4,400,200,400z
	 M40.6,47.9C39.5,60.1,39,72.4,39,84.7c0,82.5,1.8,155,24.5,205.6c22.1,49.3,62.9,79.3,136.5,100c73.6-20.8,114.5-50.7,136.5-100
	C359.2,239.7,361,167.3,361,84.7c0-12.3-0.5-24.7-1.6-36.8C308.7,22.4,255.1,9.5,200,9.5S91.3,22.4,40.6,47.9z"></path>
                  <path fill="#A68BBC" d="M51.9,111C98.5,95.7,148.3,87.3,200,87.3c51.7,0,101.5,8.3,148,23.7c0-5.1,0-10.3,0-15.5
	c0-12-0.6-23.9-1.7-35.6C301.2,36.8,251.8,24,200,24S98.8,36.8,53.6,59.9c-1.1,11.7-1.7,23.5-1.7,35.6
	C51.9,100.8,51.9,105.9,51.9,111"></path>
                  <path fill="#A68BBC" d="M198.8,99.9c-51.2,0-100.5,7.8-146.9,22.4l0,0l0,0c0,0-0.1,0-0.1,0h0.1c1.3,146,17.2,216,148.1,252.6
	C330.7,338.3,346.7,268.5,348.1,123C301,108,250.9,99.9,198.8,99.9z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/23.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/23.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8BA9BC" d="M200,400C41.7,355.8,30.2,268.9,30.2,81.9c0-13.8,0.6-27.4,1.9-40.8C84,14.6,140.7,0,200,0s116,14.6,167.9,41.1
	c1.3,13.4,1.9,27,1.9,40.8C369.8,268.9,358.3,355.8,200,400z"></path>
                  <path fill="#002F46" d="M43.5,105.9c49.2-16.2,101.9-25,156.5-25c54.7,0,107.3,8.8,156.5,25c0-5.4,0-10.8,0-16.4
		c0-12.7-0.6-25.3-1.8-37.6C307,27.5,254.7,14,200,14S93.1,27.5,45.2,51.9c-1.2,12.3-1.8,24.9-1.8,37.6
		C43.5,95.1,43.5,100.6,43.5,105.9"></path>
                  <path fill="#8BA9BC" d="M357.4,107.1l-1.1-0.4c-50.3-16.6-102.8-25-156.2-25c-53.4,0-106,8.4-156.3,25l-0.3-0.8l-0.8,0
		c0-5.4,0-10.8,0-16.4c0-12.6,0.6-25.3,1.8-37.7l0-0.5l0.4-0.2c49.3-25.2,101.5-38,155.2-38s105.8,12.8,155.2,38l0.4,0.2l0,0.5
		c1.2,12.4,1.8,25.1,1.8,37.7c0,5.6,0,11,0,16.4L357.4,107.1z M200,80.1c53.2,0,105.6,8.3,155.6,24.7c0-5,0-10.1,0-15.2
		c0-12.4-0.6-24.8-1.7-37.1c-48.9-25-100.7-37.6-154-37.6S95,27.5,46,52.5c-1.1,12.2-1.7,24.7-1.7,37.1c0,5.2,0,10.2,0,15.2
		C94.4,88.4,146.8,80.1,200,80.1z"></path>
                  <path fill="#002F46" d="M198.8,94.2c-54.1,0-106.3,8.3-155.3,23.6l0,0l0,0c0,0-0.1,0-0.1,0h0.1c1.4,154.4,18.2,228.4,156.6,267
		c138.1-38.6,155.1-112.4,156.5-266.3C306.8,102.7,253.8,94.2,198.8,94.2z"></path>
                  <path fill="#8BA9BC" d="M200,385.7l-0.2-0.1C60.2,346.7,44,270.7,42.6,118.7h-4.5l5-1.7c50.3-15.8,102.6-23.7,155.7-23.7
		c53.9,0,107.1,8.2,158,24.4l0.6,0.2l0,0.6c-1.4,152.1-17.4,228-157.2,267.1L200,385.7z M44.3,118.4
		C45.7,269.7,61.7,345.2,200,383.9c138.3-38.7,154.2-114,155.7-264.7C305.1,103.1,252.3,95,198.8,95C146.1,95,94.1,102.9,44.3,118.4
		z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/24.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/24.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#C2433C" d="M200,400C41.7,355.8,30.2,268.9,30.2,81.9c0-13.8,0.6-27.4,1.9-40.8C84,14.6,140.7,0,200,0s116,14.6,167.9,41.1
	c1.3,13.4,1.9,27,1.9,40.8C369.8,268.9,358.3,355.8,200,400z"></path>
                  <path fill="#E0BCBC" d="M48.3,108.9C96,93.1,147,84.6,200,84.6c53,0,103.9,8.5,151.6,24.2c0-5.2,0-10.5,0-15.9
	c0-12.3-0.6-24.5-1.7-36.4c-46.4-23.7-97-36.7-150-36.7S96.4,32.8,50,56.5c-1.1,12-1.7,24.1-1.7,36.4
	C48.3,98.3,48.3,103.6,48.3,108.9"></path>
                  <path fill="#E0BCBC" d="M351.7,121.1c-48.2-15.4-99.6-23.7-152.9-23.7c-52.4,0-103,8-150.5,22.9l0,0l0,0c0,0-0.1,0-0.1,0h0.1
	C49.7,269.9,65.9,341.6,200,379C333.8,341.7,350.3,270.2,351.7,121.1L351.7,121.1L351.7,121.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/25.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/25.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#507F99" d="M200,0c-41.3,0-82.6,3.4-123.4,10.3C76.6,46.6,47.2,76,10.9,76v52v144v50.9c18.1,0,34.6,7.4,46.5,19.3
	s19.3,28.3,19.3,46.5c40.8,7.6,82.1,11.5,123.4,11.5s82.6-3.8,123.4-11.5c0-36.3,29.4-65.7,65.7-65.7v-51V128V76
	c-18.1,0-34.6-7.3-46.5-19.3c-11.9-11.9-19.3-28.3-19.3-46.5C282.6,3.4,241.3,0,200,0L200,0z"></path>
                  <path fill="#DFE1E1" d="M305.4,27.4c-34.9-5.1-70.3-7.7-105.4-7.7s-70.5,2.6-105.5,7.7c-6.6,32.5-31.8,58.4-64,66V128v144v33.4
	c15.3,3.6,29.3,11.4,40.7,22.8c12.1,12.1,20.1,27.1,23.4,43.5c34.8,5.7,70.2,8.6,105.4,8.6s70.5-2.9,105.4-8.6
	c6.6-32.6,31.8-58.6,64-66.3V272V128V93.4c-15.3-3.6-29.3-11.4-40.7-22.8C316.7,58.7,308.7,43.7,305.4,27.4z"></path>
                  <path fill="#7DACC7" d="M30.6,126.1v2v142.4c112.8-8.7,226.1-8.7,338.9,0V128v-2C256.7,115.3,143.3,115.3,30.6,126.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/26.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/26.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#276951" d="M200,0c-41.3,0-82.6,3.4-123.4,10.3C76.6,46.6,47.2,76,10.9,76v52v144v50.9c18.1,0,34.6,7.4,46.5,19.3
	s19.3,28.3,19.3,46.5c40.8,7.6,82.1,11.5,123.4,11.5s82.6-3.8,123.4-11.5c0-36.3,29.4-65.7,65.7-65.7v-51V128V76
	c-18.1,0-34.6-7.3-46.5-19.3c-11.9-11.9-19.3-28.3-19.3-46.5C282.6,3.4,241.3,0,200,0L200,0z"></path>
                  <path fill="#A5CDB2" d="M305.4,27.4c-34.9-5.1-70.3-7.7-105.4-7.7s-70.5,2.6-105.5,7.7c-6.6,32.5-31.8,58.4-64,66V128v144v33.4
	c15.3,3.6,29.3,11.4,40.7,22.8c12.1,12.1,20.1,27.1,23.4,43.5c34.8,5.7,70.2,8.6,105.4,8.6s70.5-2.9,105.4-8.6
	c6.6-32.6,31.8-58.6,64-66.3V272V128V93.4c-15.3-3.6-29.3-11.4-40.7-22.8C316.7,58.7,308.7,43.7,305.4,27.4z"></path>
                  <path fill="#43A075" d="M30.6,126.1v2v142.4c112.8-8.7,226.1-8.7,338.9,0V128v-2C256.7,115.3,143.3,115.3,30.6,126.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/27.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/27.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E7AB32" d="M200,0c-41.3,0-82.6,3.4-123.4,10.3C76.6,46.6,47.2,76,10.9,76v52v144v50.9c18.1,0,34.6,7.4,46.5,19.3
	s19.3,28.3,19.3,46.5c40.8,7.6,82.1,11.5,123.4,11.5s82.6-3.8,123.4-11.5c0-36.3,29.4-65.7,65.7-65.7v-51V128V76
	c-18.1,0-34.6-7.3-46.5-19.3c-11.9-11.9-19.3-28.3-19.3-46.5C282.6,3.4,241.3,0,200,0L200,0z"></path>
                  <path fill="#F3E8B8" d="M305.4,27.4c-34.9-5.1-70.3-7.7-105.4-7.7s-70.5,2.6-105.5,7.7c-6.6,32.5-31.8,58.4-64,66V128v144v33.4
	c15.3,3.6,29.3,11.4,40.7,22.8c12.1,12.1,20.1,27.1,23.4,43.5c34.8,5.7,70.2,8.6,105.4,8.6s70.5-2.9,105.4-8.6
	c6.6-32.6,31.8-58.6,64-66.3V272V128V93.4c-15.3-3.6-29.3-11.4-40.7-22.8C316.7,58.7,308.7,43.7,305.4,27.4z"></path>
                  <path fill="#F9E378" d="M30.6,126.1v2v142.4c112.8-8.7,226.1-8.7,338.9,0V128v-2C256.7,115.3,143.3,115.3,30.6,126.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/28.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/28.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#C2433C" d="M200,0C144.3,0,99.2,22.1,99.2,48.2H21.7c-11.5,0-20.9,9.3-20.9,20.9v167.5C0.8,326.9,90,400,200,400
	s199.2-73.1,199.2-163.4V69.1c0-11.5-9.3-20.8-20.9-20.8h-77.5C300.8,23.1,255.7,0,200,0L200,0z"></path>
                  <path fill="#EECAC3" d="M300.8,70.9h-22.6V48.4c-0.4-1.5-4.7-8-19.6-14.6c-16-7.2-36.9-11.1-58.6-11.1c-23.2,0-45.6,4.4-61.5,12.1
	c-13.6,6.6-16.7,12.7-16.7,13.5v22.6H99.2H23.5v165.7c0,77.6,79.2,140.8,176.5,140.8s176.6-63.1,176.6-140.8V70.9H300.8z
	 M205.4,70.8L200,81.6l-5.4-10.9l-12-1.8l8.7-8.4l-2-11.9l10.7,5.6l10.7-5.6l-2.1,11.9l8.7,8.4L205.4,70.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/29.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/29.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#30773A" d="M200,0C144.3,0,99.2,22.1,99.2,48.2H21.7c-11.5,0-20.9,9.3-20.9,20.9v167.5C0.8,326.9,90,400,200,400
	s199.2-73.1,199.2-163.4V69.1c0-11.5-9.3-20.8-20.9-20.8h-77.5C300.8,23.1,255.7,0,200,0L200,0z"></path>
                  <path fill="#85BA82" d="M300.8,70.9h-22.6V48.4c-0.4-1.5-4.7-8-19.6-14.6c-16-7.2-36.9-11.1-58.6-11.1c-23.2,0-45.6,4.4-61.5,12.1
	c-13.6,6.6-16.7,12.7-16.7,13.5v22.6H99.2H23.5v165.7c0,77.6,79.2,140.8,176.5,140.8s176.6-63.1,176.6-140.8V70.9H300.8z
	 M205.4,70.8L200,81.6l-5.4-10.9l-12-1.8l8.7-8.4l-2-11.9l10.7,5.6l10.7-5.6l-2.1,11.9l8.7,8.4L205.4,70.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/30.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/30.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#EFC562" d="M200,0C144.3,0,99.2,22.1,99.2,48.2H21.7c-11.5,0-20.9,9.3-20.9,20.9v167.5C0.8,326.9,90,400,200,400
	s199.2-73.1,199.2-163.4V69.1c0-11.5-9.3-20.8-20.9-20.8h-77.5C300.8,23.1,255.7,0,200,0L200,0z"></path>
                  <path fill="#F0ECB8" d="M300.8,70.9h-22.6V48.4c-0.4-1.5-4.7-8-19.6-14.6c-16-7.2-36.9-11.1-58.6-11.1c-23.2,0-45.6,4.4-61.5,12.1
	c-13.6,6.6-16.7,12.7-16.7,13.5v22.6H99.2H23.5v165.7c0,77.6,79.2,140.8,176.5,140.8s176.6-63.1,176.6-140.8V70.9H300.8z
	 M205.4,70.8L200,81.6l-5.4-10.9l-12-1.8l8.7-8.4l-2-11.9l10.7,5.6l10.7-5.6l-2.1,11.9l8.7,8.4L205.4,70.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/31.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/31.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#638170" d="M329.4,400H22.3c-6.4,0-11.5-5.1-11.5-11.5V59.8C10.8,26.8,37.7,0,70.7,0h307c6.4,0,11.5,5.1,11.5,11.5v328.6
	C389.2,373.1,362.3,400,329.4,400z"></path>
                  <path fill="#AED2B8" d="M70.7,23c-20.3,0-36.9,16.5-36.9,36.9V377h295.6c20.3,0,36.9-16.5,36.9-36.9V23H70.7z M67,64.8
	c-4.6,0-8.3-3.7-8.3-8.3s3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3S71.6,64.8,67,64.8z M330.8,351.2c-4.6,0-8.3-3.7-8.3-8.3
	c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3C339.1,347.5,335.4,351.2,330.8,351.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/32.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/32.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8DB5C2" d="M329.4,400H22.3c-6.4,0-11.5-5.1-11.5-11.5V59.8C10.8,26.8,37.7,0,70.7,0h307c6.4,0,11.5,5.1,11.5,11.5v328.6
	C389.2,373.1,362.3,400,329.4,400z"></path>
                  <path fill="#E8F3F5" d="M70.7,23c-20.3,0-36.9,16.5-36.9,36.9V377h295.6c20.3,0,36.9-16.5,36.9-36.9V23H70.7z M67,64.8
	c-4.6,0-8.3-3.7-8.3-8.3s3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3S71.6,64.8,67,64.8z M330.8,351.2c-4.6,0-8.3-3.7-8.3-8.3
	c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3C339.1,347.5,335.4,351.2,330.8,351.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/33.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/33.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#923F55" d="M329.4,400H22.3c-6.4,0-11.5-5.1-11.5-11.5V59.8C10.8,26.8,37.7,0,70.7,0h307c6.4,0,11.5,5.1,11.5,11.5v328.6
	C389.2,373.1,362.3,400,329.4,400z"></path>
                  <path fill="#F5E0E3" d="M70.7,23c-20.3,0-36.9,16.5-36.9,36.9V377h295.6c20.3,0,36.9-16.5,36.9-36.9V23H70.7z M67,64.8
	c-4.6,0-8.3-3.7-8.3-8.3s3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3S71.6,64.8,67,64.8z M330.8,351.2c-4.6,0-8.3-3.7-8.3-8.3
	c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3C339.1,347.5,335.4,351.2,330.8,351.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/34.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/34.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#77B26D" d="M396,200c0,108-87.8,195.5-196.1,195.5c-57.5,0-109.2-24.6-145.1-63.9L396,200z"></path>
                  <polygon fill="#77B26D" points="396,3.3 396,52.5 3.8,194.5 3.8,3.3 101.4,27.7 108,52.3 291.8,52.3 298.4,27.7 "></polygon>
                  <path fill="#D7EAE1" d="M396,67.1v120.5L46.9,322.2C21.6,290.8,5.9,251.6,4,208.7L396,67.1z"></path>
                  <path fill="#428C4F" d="M399.9,3c-0.2-1-0.9-1.8-1.6-2.3c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3c0,0,0,0-0.1,0c-0.2-0.1-0.4-0.1-0.6-0.2
	c0,0-0.1,0-0.1,0c-0.2,0-0.4-0.1-0.6-0.1c0,0-0.1,0-0.1,0c0,0,0,0,0,0c-0.2,0-0.3,0-0.5,0.1c-0.1,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0
	l-97.6,24.4c0,0,0,0,0,0c-0.2,0.1-0.4,0.1-0.7,0.2c0,0-0.1,0-0.1,0c-0.2,0.1-0.4,0.2-0.6,0.4c0,0-0.1,0-0.1,0.1
	c-0.2,0.1-0.3,0.3-0.5,0.4c0,0,0,0-0.1,0.1c-0.1,0.2-0.3,0.3-0.4,0.5c0,0,0,0.1-0.1,0.1c-0.1,0.2-0.2,0.3-0.3,0.5
	c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.2L288.9,49H200h-88.9l-5.8-21.7c0,0,0,0,0,0c-0.1-0.2-0.1-0.4-0.2-0.6c0,0,0-0.1,0-0.1
	c-0.1-0.2-0.2-0.4-0.4-0.6c0,0,0-0.1-0.1-0.1c-0.1-0.2-0.3-0.3-0.4-0.5c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.3
	c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.1-0.4-0.2c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1,0-0.2-0.1L4.9,0.1c0,0,0,0-0.1,0
	C4.7,0.1,4.5,0.1,4.3,0C4.2,0,4.1,0,4,0c0,0-0.1,0-0.1,0C3.8,0,3.7,0,3.6,0c-0.1,0-0.3,0-0.4,0C3.1,0.1,3,0.1,2.9,0.2
	c-0.1,0-0.2,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2C2,0.5,1.9,0.6,1.8,0.6C1.7,0.7,1.6,0.8,1.5,0.8C1.4,0.9,1.3,1,1.2,1.1
	C1.1,1.2,1.1,1.3,1,1.3C0.9,1.4,0.8,1.5,0.7,1.7C0.7,1.8,0.6,1.9,0.5,2C0.5,2.1,0.4,2.2,0.4,2.3c0,0.1-0.1,0.2-0.1,0.3
	c0,0.1-0.1,0.2-0.1,0.3c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3C0,3.5,0,3.7,0,3.9c0,0,0,0,0,0v196.6c0,0,0,0.1,0,0.1
	C0,310.6,89.7,400,200,400s200-89.4,200-199.4V4.2C400,3.8,400,3.4,399.9,3z M98.4,31.6l6,22.4c0,0.1,0.1,0.2,0.1,0.4
	c0,0.1,0,0.1,0.1,0.2c0.2,0.4,0.5,0.8,0.8,1.2c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.1,0.1,0.2,0.1
	c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3,0.1c0.2,0,0.5,0.1,0.7,0.1H200h91.9
	c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1-0.1,0.2-0.1,0.4-0.2
	c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.1-0.1,0.2-0.2c0.2-0.2,0.3-0.3,0.4-0.5c0,0,0-0.1,0.1-0.1
	c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.2,0.1-0.3l6-22.4l90.5-22.6v44.9L7.8,193V8.9L98.4,31.6z M392.2,68.5
	v120.6L50.5,320.8c-25.4-31.3-41-70.6-42.5-113.5L392.2,68.5z M200,392.2C200,392.2,200,392.2,200,392.2
	C200,392.2,200,392.2,200,392.2c-55.9,0-106.3-23.9-141.5-62.1l333.6-128.6C391.7,306.7,305.7,392.2,200,392.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/35.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/35.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#F0EFD3" d="M396,200c0,108-87.8,195.5-196.1,195.5c-57.5,0-109.2-24.6-145.1-63.9L396,200z"></path>
                  <polygon fill="#F9E8B8" points="396,3.3 396,52.5 3.8,194.5 3.8,3.3 101.4,27.7 108,52.3 291.8,52.3 298.4,27.7 "></polygon>
                  <path fill="#F4D678" d="M396,67.1v120.5L46.9,322.2C21.6,290.9,5.9,251.6,4,208.7L396,67.1z"></path>
                  <path fill="#D4A625" d="M400,4c0-0.3,0-0.7-0.1-1c-0.4-1.8-2-2.9-3.8-3c0,0,0,0,0,0c0,0,0,0,0,0c-0.2,0-0.4,0-0.6,0.1
	c-0.1,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l-97.6,24.4c0,0-0.1,0-0.1,0c-0.2,0.1-0.4,0.1-0.6,0.2c0,0-0.1,0-0.1,0.1
	c-0.2,0.1-0.4,0.2-0.5,0.3c0,0-0.1,0.1-0.1,0.1c-0.2,0.1-0.3,0.3-0.5,0.4c0,0-0.1,0.1-0.1,0.1c-0.1,0.2-0.3,0.3-0.4,0.5
	c0,0-0.1,0.1-0.1,0.1c-0.1,0.2-0.2,0.3-0.2,0.5c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2L288.9,49H200h-88.9l-5.8-21.7
	c0,0,0,0,0,0c-0.1-0.3-0.2-0.5-0.3-0.7c0,0,0,0,0,0c-0.4-0.9-1.2-1.6-2.2-1.9c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.3-0.1L4.9,0.1
	c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0C4.4,0,4.1,0,3.9,0c0,0,0,0,0,0c0,0,0,0-0.1,0C3.6,0,3.4,0,3.2,0.1c0,0-0.1,0-0.1,0
	c-0.2,0-0.4,0.1-0.6,0.2c0,0-0.1,0-0.1,0.1C2.1,0.4,1.9,0.5,1.8,0.6c0,0-0.1,0.1-0.1,0.1C1.5,0.9,1.3,1,1.2,1.1c0,0-0.1,0.1-0.1,0.1
	C0.9,1.4,0.8,1.5,0.7,1.7c0,0.1-0.1,0.1-0.1,0.2C0.5,2,0.4,2.2,0.3,2.3c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.2-0.1,0.4
	c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3C0,3.5,0,3.7,0,3.9c0,0,0,0,0,0v196.6c0,0,0,0.1,0,0.1C0,310.6,89.7,400,200,400
	c110.2,0,199.9-89.4,200-199.3c0,0,0-0.1,0-0.1V4z M7.9,207.3L392.2,68.5v120.6L50.5,320.8C25.1,289.5,9.4,250.2,7.9,207.3z
	 M98.4,31.6l6,22.4c0,0.1,0.1,0.2,0.1,0.4c0,0.1,0,0.1,0.1,0.2c0.2,0.4,0.5,0.8,0.8,1.2c0,0,0.1,0.1,0.1,0.1
	c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.3,0.1,0.4,0.1
	c0.1,0,0.2,0,0.3,0.1c0.2,0,0.5,0.1,0.7,0.1H200h91.9c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1
	c0.1,0,0.2-0.1,0.3-0.1c0.1-0.1,0.2-0.1,0.4-0.2c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.1-0.1,0.2-0.2
	c0.2-0.2,0.3-0.3,0.4-0.5c0,0,0-0.1,0.1-0.1c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0.1-0.2,0.1-0.3l6-22.4l90.5-22.6
	v44.9L7.8,193V8.9L98.4,31.6z M200,392.2C200,392.2,200,392.2,200,392.2C200,392.2,200,392.2,200,392.2
	c-55.9,0-106.3-23.9-141.5-62.1l333.6-128.6C391.7,306.7,305.7,392.2,200,392.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/36.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/36.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#AED0D7" d="M396,200c0,108-87.8,195.5-196.1,195.5c-57.5,0-109.2-24.6-145.1-63.9L396,200z"></path>
                  <polygon fill="#AED0D7" points="396,3.3 396,52.5 3.8,194.5 3.8,3.3 101.4,27.7 108,52.3 291.8,52.3 298.4,27.7 "></polygon>
                  <path fill="#E8F3F5" d="M396,67.1v120.5L46.9,322.2C21.6,290.9,5.9,251.6,4,208.7L396,67.1z"></path>
                  <path fill="#005269" d="M400,4c0-0.3,0-0.7-0.1-1c-0.4-1.8-2-2.9-3.8-3l0,0l0,0c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.1
	l-97.6,24.4h-0.1c-0.2,0.1-0.4,0.1-0.6,0.2c0,0-0.1,0-0.1,0.1c-0.2,0.1-0.4,0.2-0.5,0.3l-0.1,0.1c-0.2,0.1-0.3,0.3-0.5,0.4l-0.1,0.1
	c-0.1,0.2-0.3,0.3-0.4,0.5l-0.1,0.1c-0.1,0.2-0.2,0.3-0.2,0.5c0,0.1-0.1,0.1-0.1,0.2s-0.1,0.1-0.1,0.2L288.9,49H200h-88.9l-5.8-21.7
	l0,0c-0.1-0.3-0.2-0.5-0.3-0.7l0,0c-0.4-0.9-1.2-1.6-2.2-1.9l0,0c-0.1,0-0.2-0.1-0.3-0.1L4.9,0.1H4.8c-0.1,0-0.1,0-0.2,0
	C4.4,0,4.1,0,3.9,0l0,0c0,0,0,0-0.1,0C3.6,0,3.4,0,3.2,0.1H3.1c-0.2,0-0.4,0.1-0.6,0.2c0,0-0.1,0-0.1,0.1c-0.3,0-0.5,0.1-0.6,0.2
	L1.7,0.7C1.5,0.9,1.3,1,1.2,1.1L1.1,1.2C0.9,1.4,0.8,1.5,0.7,1.7c0,0.1-0.1,0.1-0.1,0.2C0.5,2,0.4,2.2,0.3,2.3
	c0,0.1-0.1,0.2-0.1,0.3S0.1,2.8,0.1,3v0.1c0,0.1,0,0.2,0,0.3C0,3.5,0,3.7,0,3.9l0,0v196.6v0.1C0,310.6,89.7,400,200,400
	c110.2,0,199.9-89.4,200-199.3v-0.1V4z M7.9,207.3L392.2,68.5v120.6L50.5,320.8C25.1,289.5,9.4,250.2,7.9,207.3z M98.4,31.6l6,22.4
	c0,0.1,0.1,0.2,0.1,0.4c0,0.1,0,0.1,0.1,0.2c0.2,0.4,0.5,0.8,0.8,1.2l0.1,0.1c0.1,0.1,0.3,0.2,0.4,0.3s0.1,0.1,0.2,0.1
	c0.1,0.1,0.2,0.1,0.4,0.2c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.3,0.1,0.4,0.1s0.2,0,0.3,0.1c0.2,0,0.5,0.1,0.7,0.1H200h91.9
	c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1s0.2-0.1,0.3-0.1c0.1-0.1,0.2-0.1,0.4-0.2c0.1,0,0.2-0.1,0.2-0.2
	c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.1-0.1,0.2-0.2c0.2-0.2,0.3-0.3,0.4-0.5c0,0,0-0.1,0.1-0.1c0.1-0.2,0.2-0.3,0.3-0.5
	c0-0.1,0.1-0.2,0.1-0.3s0.1-0.2,0.1-0.3l6-22.4l90.5-22.6v44.9L7.8,193V8.9L98.4,31.6z M200,392.2L200,392.2L200,392.2
	c-55.9,0-106.3-23.9-141.5-62.1l333.6-128.6C391.7,306.7,305.7,392.2,200,392.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/37.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/37.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#E6D84E" points="378.5,223.5 400,200 378.5,176.5 393.2,148.2 366.3,131.1 373.2,100 342.8,90.4 341.4,58.6 309.6,57.2
	300,26.8 268.9,33.7 251.8,6.8 223.5,21.5 200,0 176.5,21.5 148.2,6.8 131.1,33.7 100,26.8 90.4,57.2 58.6,58.6 57.2,90.4 26.8,100
	33.7,131.1 6.8,148.2 21.5,176.5 0,200 21.5,223.5 6.8,251.8 33.7,268.9 26.8,300 57.2,309.6 58.6,341.4 90.4,342.8 100,373.2
	131.1,366.3 148.2,393.2 176.5,378.5 200,400 223.5,378.5 251.8,393.2 268.9,366.3 300,373.2 309.6,342.8 341.4,341.4 342.8,309.6
	373.2,300 366.3,268.9 393.2,251.8 "></polygon>
                  <path fill="#ECEFC0" d="M200,22.3c-98.2,0-177.8,79.6-177.8,177.7c0,98.2,79.6,177.8,177.8,177.8c98.2,0,177.8-79.6,177.8-177.8
	C377.8,101.8,298.2,22.3,200,22.3z M200,365.8c-91.6,0-165.8-74.3-165.8-165.8S108.4,34.2,200,34.2S365.8,108.4,365.8,200
	S291.6,365.8,200,365.8z"></path>
                  <path fill="#D6C441" d="M200,34.2c-91.6,0-165.8,74.2-165.8,165.8S108.4,365.8,200,365.8S365.8,291.6,365.8,200S291.6,34.2,200,34.2z"></path>
                  <path fill="#F8EB57" d="M200,40.1c-88.3,0-159.9,71.6-159.9,159.9S111.7,359.9,200,359.9S359.9,288.3,359.9,200S288.3,40.1,200,40.1z
	 M49.6,198.7c0.7-1.8,2.8-2.6,4.5-1.9c1.8,0.7,2.6,2.8,1.9,4.5c-0.7,1.8-2.8,2.6-4.5,1.9C49.7,202.5,48.9,200.4,49.6,198.7z
	 M58.3,228.1c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.7-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C58.2,224.3,59,226.4,58.3,228.1z
	 M66.8,257.8c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.7-2.6,4.5-1.9C66.7,254,67.6,256,66.8,257.8z
	 M81.3,284.1c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.7-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C81.2,280.3,82.1,282.3,81.3,284.1z
	 M98.8,305.7c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C98.7,301.9,99.5,303.9,98.8,305.7z
	 M119.6,322.8c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C119.5,319,120.4,321,119.6,322.8z
	 M147.3,337.3c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C147.2,333.5,148,335.5,147.3,337.3z
	 M174,345.9c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C173.8,342.1,174.7,344.2,174,345.9z
	 M200,350.8c-1.9,0-3.4-1.5-3.4-3.5c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.4,1.5,3.4,3.4C203.4,349.3,201.9,350.8,200,350.8z M231,347.3
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.6-3.4,3.4-3.4c1.9,0,3.5,1.5,3.5,3.4C234.5,345.8,232.9,347.3,231,347.3z M257.2,339.2
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.6-3.5,3.4-3.5c1.9,0,3.5,1.5,3.5,3.5C260.7,337.6,259.2,339.2,257.2,339.2z M283.5,324.9
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.5,3.5,3.4C287,323.4,285.4,324.9,283.5,324.9z M304,307.5
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.5,3.4-3.5c1.9,0,3.5,1.5,3.5,3.5C307.5,305.9,305.9,307.5,304,307.5z M322.6,285.7
	c-1.9,0-3.5-1.5-3.5-3.4c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.4,1.5,3.4,3.5C326,284.1,324.5,285.7,322.6,285.7z M336,259.8
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.6,3.5,3.4C339.5,258.3,338,259.8,336,259.8z M344.7,230.4
	c-1.9,0-3.4-1.6-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.6,3.5,3.4C348.2,228.8,346.6,230.4,344.7,230.4z M347.2,203.4
	c-1.9,0-3.5-1.5-3.5-3.4c0-1.9,1.5-3.4,3.5-3.4c1.9,0,3.4,1.6,3.4,3.4C350.6,201.9,349.1,203.4,347.2,203.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/38.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/38.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#55519C" points="378.5,223.5 400,200 378.5,176.5 393.2,148.2 366.3,131.1 373.2,100 342.8,90.4 341.4,58.6 309.6,57.2
	300,26.8 268.9,33.7 251.8,6.8 223.5,21.5 200,0 176.5,21.5 148.2,6.8 131.1,33.7 100,26.8 90.4,57.2 58.6,58.6 57.2,90.4 26.8,100
	33.7,131.1 6.8,148.2 21.5,176.5 0,200 21.5,223.5 6.8,251.8 33.7,268.9 26.8,300 57.2,309.6 58.6,341.4 90.4,342.8 100,373.2
	131.1,366.3 148.2,393.2 176.5,378.5 200,400 223.5,378.5 251.8,393.2 268.9,366.3 300,373.2 309.6,342.8 341.4,341.4 342.8,309.6
	373.2,300 366.3,268.9 393.2,251.8 "></polygon>
                  <path fill="#9490C2" d="M200,22.3c-98.2,0-177.8,79.6-177.8,177.7c0,98.2,79.6,177.8,177.8,177.8c98.2,0,177.8-79.6,177.8-177.8
	C377.8,101.8,298.2,22.3,200,22.3z M200,365.8c-91.6,0-165.8-74.3-165.8-165.8S108.4,34.2,200,34.2S365.8,108.4,365.8,200
	S291.6,365.8,200,365.8z"></path>
                  <path fill="#383A6E" d="M200,34.2c-91.6,0-165.8,74.2-165.8,165.8S108.4,365.8,200,365.8S365.8,291.6,365.8,200S291.6,34.2,200,34.2z"></path>
                  <path fill="#55519C" d="M200,40.1c-88.3,0-159.9,71.6-159.9,159.9S111.7,359.9,200,359.9S359.9,288.3,359.9,200S288.3,40.1,200,40.1z
	 M49.6,198.7c0.7-1.8,2.8-2.6,4.5-1.9c1.8,0.7,2.6,2.8,1.9,4.5c-0.7,1.8-2.8,2.6-4.5,1.9C49.7,202.5,48.9,200.4,49.6,198.7z
	 M58.3,228.1c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.7-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C58.2,224.3,59,226.4,58.3,228.1z
	 M66.8,257.8c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.7-2.6,4.5-1.9C66.7,254,67.6,256,66.8,257.8z
	 M81.3,284.1c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.7-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C81.2,280.3,82.1,282.3,81.3,284.1z
	 M98.8,305.7c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C98.7,301.9,99.5,303.9,98.8,305.7z
	 M119.6,322.8c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C119.5,319,120.4,321,119.6,322.8z
	 M147.3,337.3c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C147.2,333.5,148,335.5,147.3,337.3z
	 M174,345.9c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C173.8,342.1,174.7,344.2,174,345.9z
	 M200,350.8c-1.9,0-3.4-1.5-3.4-3.5c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.4,1.5,3.4,3.4C203.4,349.3,201.9,350.8,200,350.8z M231,347.3
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.6-3.4,3.4-3.4c1.9,0,3.5,1.5,3.5,3.4C234.5,345.8,232.9,347.3,231,347.3z M257.2,339.2
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.6-3.5,3.4-3.5c1.9,0,3.5,1.5,3.5,3.5C260.7,337.6,259.2,339.2,257.2,339.2z M283.5,324.9
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.5,3.5,3.4C287,323.4,285.4,324.9,283.5,324.9z M304,307.5
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.5,3.4-3.5c1.9,0,3.5,1.5,3.5,3.5C307.5,305.9,305.9,307.5,304,307.5z M322.6,285.7
	c-1.9,0-3.5-1.5-3.5-3.4c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.4,1.5,3.4,3.5C326,284.1,324.5,285.7,322.6,285.7z M336,259.8
	c-1.9,0-3.4-1.5-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.6,3.5,3.4C339.5,258.3,338,259.8,336,259.8z M344.7,230.4
	c-1.9,0-3.4-1.6-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4c1.9,0,3.5,1.6,3.5,3.4C348.2,228.8,346.6,230.4,344.7,230.4z M347.2,203.4
	c-1.9,0-3.5-1.5-3.5-3.4c0-1.9,1.5-3.4,3.5-3.4c1.9,0,3.4,1.6,3.4,3.4C350.6,201.9,349.1,203.4,347.2,203.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/39.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/39.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#60AEA1" points="378.5,223.5 400,200 378.5,176.5 393.2,148.2 366.3,131.1 373.2,100 342.8,90.4 341.4,58.6 309.6,57.2
	300,26.8 268.9,33.7 251.8,6.8 223.5,21.5 200,0 176.5,21.5 148.2,6.8 131.1,33.7 100,26.8 90.4,57.2 58.6,58.6 57.2,90.4 26.8,100
	33.7,131.1 6.8,148.2 21.5,176.5 0,200 21.5,223.5 6.8,251.8 33.7,268.9 26.8,300 57.2,309.6 58.6,341.4 90.4,342.8 100,373.2
	131.1,366.3 148.2,393.2 176.5,378.5 200,400 223.5,378.5 251.8,393.2 268.9,366.3 300,373.2 309.6,342.8 341.4,341.4 342.8,309.6
	373.2,300 366.3,268.9 393.2,251.8 "></polygon>
                  <path fill="#4E8D84" d="M200,24.2c-97.2,0-175.9,78.8-175.9,175.8c0,97.2,78.8,175.9,175.9,175.9S375.9,297.2,375.9,200
	S297.2,24.2,200,24.2z M200,374c-96.1,0-174-78-174-174S103.9,26,200,26s174,77.9,174,174S296.1,374,200,374z"></path>
                  <path fill="#4E8D84" d="M200,34.2c-91.6,0-165.8,74.2-165.8,165.8S108.4,365.8,200,365.8S365.8,291.6,365.8,200S291.6,34.2,200,34.2z"></path>
                  <path fill="#60AEA1" d="M200,40.1c-88.3,0-159.9,71.6-159.9,159.9S111.7,359.9,200,359.9S359.9,288.3,359.9,200S288.3,40.1,200,40.1z
	 M49.6,198.7c0.7-1.8,2.8-2.6,4.5-1.9c1.8,0.7,2.6,2.8,1.9,4.5c-0.7,1.8-2.8,2.6-4.5,1.9C49.7,202.5,48.9,200.4,49.6,198.7z
	 M58.3,228.1c-0.7,1.8-2.7,2.6-4.5,1.9c-1.8-0.7-2.6-2.7-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C58.2,224.3,59,226.4,58.3,228.1z
	 M66.8,257.8c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.7-2.6,4.5-1.9C66.7,254,67.6,256,66.8,257.8z
	 M81.3,284.1c-0.7,1.8-2.7,2.6-4.5,1.9s-2.6-2.7-1.9-4.5s2.8-2.6,4.5-1.9C81.2,280.3,82.1,282.3,81.3,284.1z M98.8,305.7
	c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C98.7,301.9,99.5,303.9,98.8,305.7z M119.6,322.8
	c-0.7,1.8-2.7,2.6-4.5,1.9s-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C119.5,319,120.4,321,119.6,322.8z M147.3,337.3
	c-0.7,1.8-2.7,2.6-4.5,1.9s-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9C147.2,333.5,148,335.5,147.3,337.3z M174,345.9
	c-0.7,1.8-2.8,2.6-4.5,1.9c-1.8-0.7-2.6-2.8-1.9-4.5c0.7-1.8,2.8-2.6,4.5-1.9S174.7,344.2,174,345.9z M200,350.8
	c-1.9,0-3.4-1.5-3.4-3.5c0-1.9,1.5-3.4,3.4-3.4s3.4,1.5,3.4,3.4C203.4,349.3,201.9,350.8,200,350.8z M231,347.3
	c-1.9,0-3.4-1.5-3.4-3.4s1.6-3.4,3.4-3.4c1.9,0,3.5,1.5,3.5,3.4S232.9,347.3,231,347.3z M257.2,339.2c-1.9,0-3.4-1.5-3.4-3.4
	s1.6-3.5,3.4-3.5c1.9,0,3.5,1.5,3.5,3.5C260.7,337.6,259.2,339.2,257.2,339.2z M283.5,324.9c-1.9,0-3.4-1.5-3.4-3.4s1.5-3.4,3.4-3.4
	s3.5,1.5,3.5,3.4S285.4,324.9,283.5,324.9z M304,307.5c-1.9,0-3.4-1.5-3.4-3.4s1.5-3.5,3.4-3.5s3.5,1.5,3.5,3.5
	C307.5,305.9,305.9,307.5,304,307.5z M322.6,285.7c-1.9,0-3.5-1.5-3.5-3.4s1.5-3.5,3.5-3.5c1.9,0,3.4,1.5,3.4,3.5
	C326,284.1,324.5,285.7,322.6,285.7z M336,259.8c-1.9,0-3.4-1.5-3.4-3.4s1.5-3.4,3.4-3.4s3.5,1.6,3.5,3.4
	C339.5,258.3,338,259.8,336,259.8z M344.7,230.4c-1.9,0-3.4-1.6-3.4-3.4c0-1.9,1.5-3.4,3.4-3.4s3.5,1.6,3.5,3.4
	C348.2,228.8,346.6,230.4,344.7,230.4z M347.2,203.4c-1.9,0-3.5-1.5-3.5-3.4s1.5-3.4,3.5-3.4c1.9,0,3.4,1.6,3.4,3.4
	C350.6,201.9,349.1,203.4,347.2,203.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/40.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/40.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#C2433C" d="M327.9,0C304.5,18.3,275,29.2,243,29.2c-15,0-29.4-2.4-43-6.8c-13.5,4.4-28,6.8-43,6.8
	c-32,0-61.5-10.9-84.9-29.3C41,57.2,23.2,121.3,23.2,192.5v0.5C23.2,342.7,200,400,200,400s176.8-57.3,176.8-207.1v-0.5
	C376.8,121.3,359,57.2,327.9,0z"></path>
                  <path fill="#EDC9C2" d="M319.4,23c-21.3,16.7-51,21.2-80.2,21.2c-13.7,0-26.9-2.2-39.2-6.2c-12.3,4-25.5,6.2-39.2,6.2
	c-29.2,0-62.5-7.3-83.9-24c-28.4,52.2-38.2,108.1-38.2,173v0.4C38.7,330.2,200,386.2,200,386.2s161.3-56,161.3-192.6v-0.4
	C361.3,128.2,347.8,75.2,319.4,23z M171.6,351.1l-2.1,4.4l-2.1-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3l-0.8,4.8l3.5,3.4
	L171.6,351.1z M203.4,363.6l-3.4,6.8l-3.3-6.8l-7.5-1.1l5.4-5.3l-1.3-7.5l6.7,3.5l6.7-3.5l-1.3,7.5l5.4,5.3L203.4,363.6z
	 M233.7,351.1l-2.1,4.4l-2.1-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3L235,347l3.5,3.4L233.7,351.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/41.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/41.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#07425F" d="M327.9,0C304.5,18.3,275,29.2,243,29.2c-15,0-29.4-2.4-43-6.8c-13.5,4.4-28,6.8-43,6.8
	c-32,0-61.5-10.9-84.9-29.3C41,57.2,23.2,121.3,23.2,192.5v0.5C23.2,342.7,200,400,200,400s176.8-57.3,176.8-207.1v-0.5
	C376.8,121.3,359,57.2,327.9,0z"></path>
                  <path fill="#78A2BC" d="M319.4,23c-21.3,16.7-51,21.2-80.2,21.2c-13.7,0-26.9-2.2-39.2-6.2c-12.3,4-25.5,6.2-39.2,6.2
	c-29.2,0-62.5-7.3-83.9-24c-28.4,52.2-38.2,108.1-38.2,173v0.4C38.7,330.2,200,386.2,200,386.2s161.3-56,161.3-192.6v-0.4
	C361.3,128.2,347.8,75.2,319.4,23z M171.1,351.1l-2.1,4.4l-2.2-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3l-0.8,4.8l3.5,3.4
	L171.1,351.1z M202.9,363.6l-3.3,6.8l-3.4-6.8l-7.5-1.1l5.4-5.3l-1.3-7.5l6.7,3.5l6.7-3.5l-1.3,7.5l5.4,5.3L202.9,363.6z
	 M233.2,351.1l-2.2,4.4l-2.1-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3l-0.8,4.8l3.5,3.4L233.2,351.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/42.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/42.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E6A91E" d="M327.9,0C304.5,18.3,275,29.2,243,29.2c-15,0-29.4-2.4-43-6.8c-13.5,4.4-28,6.8-43,6.8
	c-32,0-61.5-10.9-84.9-29.3C41,57.2,23.2,121.3,23.2,192.5v0.5C23.2,342.7,200,400,200,400s176.8-57.3,176.8-207.1v-0.5
	C376.8,121.3,359,57.2,327.9,0z"></path>
                  <path fill="#FEFACD" d="M319.4,23c-21.3,16.7-51,21.2-80.2,21.2c-13.7,0-26.9-2.2-39.2-6.2c-12.3,4-25.5,6.2-39.2,6.2
	c-29.2,0-62.5-7.3-83.9-24c-28.4,52.2-38.2,108.1-38.2,173v0.4C38.7,330.2,200,386.2,200,386.2s161.3-56,161.3-192.6v-0.4
	C361.3,128.2,347.8,75.2,319.4,23z M171.1,351.1l-2.1,4.4l-2.2-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3l-0.8,4.8l3.5,3.4
	L171.1,351.1z M202.9,363.6l-3.3,6.8l-3.4-6.8l-7.5-1.1l5.4-5.3l-1.3-7.5l6.7,3.5l6.7-3.5l-1.3,7.5l5.4,5.3L202.9,363.6z
	 M233.2,351.1l-2.2,4.4l-2.1-4.4l-4.8-0.7l3.5-3.4l-0.8-4.8l4.3,2.3l4.3-2.3l-0.8,4.8l3.5,3.4L233.2,351.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/43.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/43.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#4C5B99" d="M396,201.4L350.8,62.2c-10.9-33.6-42.3-56.4-77.6-56.4H126.8c-35.4,0-66.7,22.8-77.6,56.4L4,201.4
	c-10.9,33.6,1,70.5,29.6,91.2l118.4,86c28.6,20.8,67.3,20.8,95.9,0l118.4-86C395,271.8,406.9,235,396,201.4z"></path>
                  <path fill="#A9B3C9" d="M374,195.1L337.2,81.8c-10.9-33.6-42.3-56.4-77.6-56.4H140.4c-35.4,0-66.7,22.8-77.6,56.4L26,195.1
	c-10.9,33.6,1,70.5,29.7,91.3l96.4,70c28.6,20.8,67.3,20.8,95.9,0l96.4-70C373,265.5,384.9,228.7,374,195.1z M39.2,235.4
	c-0.1,0-0.2,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-1.1-5-1.7-10.2-1.8-15.3c0-0.6,0.4-1,1-1h0c0.6,0,1,0.5,1,1c0.1,5,0.6,10,1.7,14.9
	C40.1,234.8,39.7,235.3,39.2,235.4z M39.6,204.3c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.6-3,1.4-6,2.3-8.9l1.9-5.9c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.7,1.3l-1.9,5.9C40.9,198.5,40.2,201.4,39.6,204.3z
	 M51.9,262.9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-3-4.2-5.6-8.7-7.7-13.4c-0.2-0.5,0-1.1,0.5-1.3
	c0.5-0.2,1.1,0,1.3,0.5c2,4.6,4.6,9,7.5,13C52.5,261.9,52.3,262.6,51.9,262.9z M53.2,160.8l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7
	c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7C53.1,159.7,53.4,160.3,53.2,160.8z M65.4,116.7
	l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.6,1.3l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7c-0.1,0-0.2,0-0.3,0
	C65.5,117.8,65.2,117.2,65.4,116.7z M56.9,147c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7
	c0.5,0.2,0.8,0.8,0.7,1.3l-4.7,14.5C57.8,146.8,57.4,147,56.9,147z M74.3,283.4c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2
	l-5.5-4c-2.3-1.7-4.6-3.5-6.7-5.5c-0.4-0.4-0.4-1-0.1-1.4c0.4-0.4,1-0.4,1.4-0.1c2,1.9,4.2,3.7,6.5,5.3l5.5,4
	C74.5,282.3,74.6,282.9,74.3,283.4z M83.6,75c-2.7,4.2-5,8.7-6.8,13.4c-0.2,0.4-0.5,0.7-1,0.7c-0.1,0-0.3,0-0.4-0.1
	c-0.5-0.2-0.8-0.8-0.6-1.3c1.8-4.8,4.2-9.4,7-13.8c0.3-0.5,0.9-0.6,1.4-0.3C83.8,73.9,83.9,74.6,83.6,75z M99,301.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C99.2,300.2,99.3,300.9,99,301.3z M104.5,53.7c-4.2,2.8-8.1,6-11.6,9.6c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3
	c-0.4-0.4-0.4-1,0-1.4c3.6-3.7,7.6-7,11.9-9.8c0.5-0.3,1.1-0.2,1.4,0.3C105.1,52.8,105,53.4,104.5,53.7z M123.6,319.2
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C123.8,318.1,124,318.8,123.6,319.2z M132.2,42.5c-4.9,0.9-9.8,2.3-14.4,4.2c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.2-0.9-0.6
	c-0.2-0.5,0-1.1,0.6-1.3c4.8-1.9,9.7-3.4,14.8-4.3c0.6-0.1,1.1,0.3,1.2,0.8S132.8,42.4,132.2,42.5z M148.3,337.1
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.4-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C148.5,336.1,148.6,336.7,148.3,337.1z M147.2,41.2c-0.6,0-1-0.5-1-1s0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1H147.2z
	 M174.4,352.6c-0.1,0.4-0.5,0.7-0.9,0.7c-0.1,0-0.2,0-0.4-0.1c-4.8-1.8-9.4-4.2-13.8-6.9c-0.5-0.3-0.6-0.9-0.3-1.4
	c0.3-0.5,0.9-0.6,1.4-0.3c4.2,2.7,8.7,5,13.4,6.7C174.4,351.5,174.6,352.1,174.4,352.6z M176.6,40.2c0-0.6,0.5-1,1-1h15.3
	c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C177.1,41.2,176.6,40.8,176.6,40.2z M203.4,358.1c-1.1,0-2.3,0.1-3.4,0.1c-4,0-8-0.3-12-1
	c-0.5-0.1-0.9-0.6-0.8-1.2c0.1-0.5,0.6-0.9,1.2-0.8c4.9,0.8,10,1.1,15,0.8c0.5,0,1,0.4,1.1,1C204.4,357.6,204,358,203.4,358.1z
	 M207.1,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C207.6,41.2,207.1,40.8,207.1,40.2z M233.2,350.5
	c-4.6,2.3-9.5,4-14.5,5.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.9-0.3-1-0.8c-0.1-0.5,0.2-1.1,0.7-1.2c4.9-1.2,9.6-3,14.1-5.2
	c0.5-0.3,1.1,0,1.4,0.5S233.7,350.2,233.2,350.5z M237.6,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3
	C238.1,41.2,237.6,40.8,237.6,40.2z M258.6,333.4l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.2-0.8-0.4
	c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C259.1,332.5,259,333.1,258.6,333.4z M347.8,160.6
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5c0.2,0.5-0.1,1.1-0.7,1.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5
	C347,161.3,347.3,160.7,347.8,160.6z M328.9,102.6c0.5-0.2,1.1,0.1,1.3,0.7l4.7,14.5c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.2,0-0.3,0
	c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5C328.1,103.3,328.4,102.7,328.9,102.6z M283.3,315.5l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C283.8,314.5,283.7,315.2,283.3,315.5z
	 M284.5,46.5c-0.2,0.4-0.5,0.6-0.9,0.6c-0.1,0-0.3,0-0.4-0.1c-4.6-2-9.4-3.4-14.3-4.4c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.1-0.5,0.6-0.9,1.2-0.8c5,1,10,2.5,14.7,4.5C284.5,45.4,284.7,46,284.5,46.5z M307.9,297.6l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C308.5,296.6,308.4,297.3,307.9,297.6z
	 M309.2,64.1c-0.2,0.2-0.5,0.3-0.7,0.3c-0.3,0-0.5-0.1-0.7-0.3c-3.5-3.6-7.3-6.9-11.4-9.8c-0.5-0.3-0.6-1-0.3-1.4
	c0.3-0.5,1-0.6,1.4-0.3c4.2,2.9,8.2,6.3,11.7,10C309.6,63.1,309.6,63.7,309.2,64.1z M317.3,74.5c0.5-0.3,1.1-0.2,1.4,0.3
	c2.7,4.4,5,9,6.8,13.9c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.3-1-0.7c-1.7-4.7-4-9.2-6.6-13.5
	C316.7,75.4,316.8,74.8,317.3,74.5z M338.5,274.9c-1.9,1.7-3.8,3.3-5.9,4.7l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.2-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c2-1.4,3.9-3,5.7-4.6c0.4-0.4,1.1-0.3,1.4,0.1
	C338.9,273.9,338.9,274.5,338.5,274.9z M343.7,148c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5c-0.2-0.5,0.1-1.1,0.7-1.3
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5C344.5,147.3,344.2,147.8,343.7,148z M356.8,250.3c-2.2,4.7-4.8,9.1-7.9,13.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2c-0.5-0.3-0.5-1-0.2-1.4c3-4,5.6-8.4,7.7-12.9c0.2-0.5,0.8-0.7,1.3-0.5
	C356.8,249.2,357,249.8,356.8,250.3z M356.6,190.8c-0.2-0.5,0.1-1.1,0.7-1.3c0.5-0.2,1.1,0.1,1.3,0.6l1.6,4.9
	c1.1,3.3,1.9,6.6,2.5,9.9c0.1,0.6-0.3,1.1-0.8,1.2c-0.1,0-0.1,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-0.6-3.3-1.4-6.5-2.4-9.7L356.6,190.8z
	 M361.8,235.7c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.2,0-0.2,0c-0.5-0.1-0.9-0.7-0.8-1.2c1.1-4.9,1.8-9.9,1.9-14.9c0-0.6,0.5-1,1-1
	c0.6,0,1,0.5,1,1C363.6,225.5,363,230.7,361.8,235.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/44.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/44.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E0C690" d="M396,201.4L350.8,62.2c-10.9-33.6-42.3-56.4-77.6-56.4H126.8c-35.4,0-66.7,22.8-77.6,56.4L4,201.4
	c-10.9,33.6,1,70.5,29.6,91.2l118.4,86c28.6,20.8,67.3,20.8,95.9,0l118.4-86C395,271.8,406.9,235,396,201.4z"></path>
                  <path fill="#CCA236" d="M374,195.1L337.2,81.8c-10.9-33.6-42.3-56.4-77.6-56.4H140.4c-35.4,0-66.7,22.8-77.6,56.4L26,195.1
	c-10.9,33.6,1,70.5,29.7,91.3l96.4,70c28.6,20.8,67.3,20.8,95.9,0l96.4-70C373,265.5,384.9,228.7,374,195.1z M39.2,235.4
	c-0.1,0-0.2,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-1.1-5-1.7-10.2-1.8-15.3c0-0.6,0.4-1,1-1h0c0.6,0,1,0.5,1,1c0.1,5,0.6,10,1.7,14.9
	C40.1,234.8,39.7,235.3,39.2,235.4z M39.6,204.3c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.6-3,1.4-6,2.3-8.9l1.9-5.9c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.7,1.3l-1.9,5.9C40.9,198.5,40.2,201.4,39.6,204.3z
	 M51.9,262.9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-3-4.2-5.6-8.7-7.7-13.4c-0.2-0.5,0-1.1,0.5-1.3
	c0.5-0.2,1.1,0,1.3,0.5c2,4.6,4.6,9,7.5,13C52.5,261.9,52.3,262.6,51.9,262.9z M53.2,160.8l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7
	c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7C53.1,159.7,53.4,160.3,53.2,160.8z M65.4,116.7
	l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.6,1.3l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7c-0.1,0-0.2,0-0.3,0
	C65.5,117.8,65.2,117.2,65.4,116.7z M56.9,147c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7
	c0.5,0.2,0.8,0.8,0.7,1.3l-4.7,14.5C57.8,146.8,57.4,147,56.9,147z M74.3,283.4c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2
	l-5.5-4c-2.3-1.7-4.6-3.5-6.7-5.5c-0.4-0.4-0.4-1-0.1-1.4c0.4-0.4,1-0.4,1.4-0.1c2,1.9,4.2,3.7,6.5,5.3l5.5,4
	C74.5,282.3,74.6,282.9,74.3,283.4z M83.6,75c-2.7,4.2-5,8.7-6.8,13.4c-0.2,0.4-0.5,0.7-1,0.7c-0.1,0-0.3,0-0.4-0.1
	c-0.5-0.2-0.8-0.8-0.6-1.3c1.8-4.8,4.2-9.4,7-13.8c0.3-0.5,0.9-0.6,1.4-0.3C83.8,73.9,83.9,74.6,83.6,75z M99,301.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C99.2,300.2,99.3,300.9,99,301.3z M104.5,53.7c-4.2,2.8-8.1,6-11.6,9.6c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3
	c-0.4-0.4-0.4-1,0-1.4c3.6-3.7,7.6-7,11.9-9.8c0.5-0.3,1.1-0.2,1.4,0.3C105.1,52.8,105,53.4,104.5,53.7z M123.6,319.2
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C123.8,318.1,124,318.8,123.6,319.2z M132.2,42.5c-4.9,0.9-9.8,2.3-14.4,4.2c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.2-0.9-0.6
	c-0.2-0.5,0-1.1,0.6-1.3c4.8-1.9,9.7-3.4,14.8-4.3c0.6-0.1,1.1,0.3,1.2,0.8S132.8,42.4,132.2,42.5z M148.3,337.1
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.4-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C148.5,336.1,148.6,336.7,148.3,337.1z M147.2,41.2c-0.6,0-1-0.5-1-1s0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1H147.2z
	 M174.4,352.6c-0.1,0.4-0.5,0.7-0.9,0.7c-0.1,0-0.2,0-0.4-0.1c-4.8-1.8-9.4-4.2-13.8-6.9c-0.5-0.3-0.6-0.9-0.3-1.4
	c0.3-0.5,0.9-0.6,1.4-0.3c4.2,2.7,8.7,5,13.4,6.7C174.4,351.5,174.6,352.1,174.4,352.6z M176.6,40.2c0-0.6,0.5-1,1-1h15.3
	c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C177.1,41.2,176.6,40.8,176.6,40.2z M203.4,358.1c-1.1,0-2.3,0.1-3.4,0.1c-4,0-8-0.3-12-1
	c-0.5-0.1-0.9-0.6-0.8-1.2c0.1-0.5,0.6-0.9,1.2-0.8c4.9,0.8,10,1.1,15,0.8c0.5,0,1,0.4,1.1,1C204.4,357.6,204,358,203.4,358.1z
	 M207.1,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C207.6,41.2,207.1,40.8,207.1,40.2z M233.2,350.5
	c-4.6,2.3-9.5,4-14.5,5.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.9-0.3-1-0.8c-0.1-0.5,0.2-1.1,0.7-1.2c4.9-1.2,9.6-3,14.1-5.2
	c0.5-0.3,1.1,0,1.4,0.5S233.7,350.2,233.2,350.5z M237.6,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3
	C238.1,41.2,237.6,40.8,237.6,40.2z M258.6,333.4l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.2-0.8-0.4
	c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C259.1,332.5,259,333.1,258.6,333.4z M347.8,160.6
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5c0.2,0.5-0.1,1.1-0.7,1.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5
	C347,161.3,347.3,160.7,347.8,160.6z M328.9,102.6c0.5-0.2,1.1,0.1,1.3,0.7l4.7,14.5c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.2,0-0.3,0
	c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5C328.1,103.3,328.4,102.7,328.9,102.6z M283.3,315.5l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C283.8,314.5,283.7,315.2,283.3,315.5z
	 M284.5,46.5c-0.2,0.4-0.5,0.6-0.9,0.6c-0.1,0-0.3,0-0.4-0.1c-4.6-2-9.4-3.4-14.3-4.4c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.1-0.5,0.6-0.9,1.2-0.8c5,1,10,2.5,14.7,4.5C284.5,45.4,284.7,46,284.5,46.5z M307.9,297.6l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C308.5,296.6,308.4,297.3,307.9,297.6z
	 M309.2,64.1c-0.2,0.2-0.5,0.3-0.7,0.3c-0.3,0-0.5-0.1-0.7-0.3c-3.5-3.6-7.3-6.9-11.4-9.8c-0.5-0.3-0.6-1-0.3-1.4
	c0.3-0.5,1-0.6,1.4-0.3c4.2,2.9,8.2,6.3,11.7,10C309.6,63.1,309.6,63.7,309.2,64.1z M317.3,74.5c0.5-0.3,1.1-0.2,1.4,0.3
	c2.7,4.4,5,9,6.8,13.9c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.3-1-0.7c-1.7-4.7-4-9.2-6.6-13.5
	C316.7,75.4,316.8,74.8,317.3,74.5z M338.5,274.9c-1.9,1.7-3.8,3.3-5.9,4.7l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.2-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c2-1.4,3.9-3,5.7-4.6c0.4-0.4,1.1-0.3,1.4,0.1
	C338.9,273.9,338.9,274.5,338.5,274.9z M343.7,148c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5c-0.2-0.5,0.1-1.1,0.7-1.3
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5C344.5,147.3,344.2,147.8,343.7,148z M356.8,250.3c-2.2,4.7-4.8,9.1-7.9,13.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2c-0.5-0.3-0.5-1-0.2-1.4c3-4,5.6-8.4,7.7-12.9c0.2-0.5,0.8-0.7,1.3-0.5
	C356.8,249.2,357,249.8,356.8,250.3z M356.6,190.8c-0.2-0.5,0.1-1.1,0.7-1.3c0.5-0.2,1.1,0.1,1.3,0.6l1.6,4.9
	c1.1,3.3,1.9,6.6,2.5,9.9c0.1,0.6-0.3,1.1-0.8,1.2c-0.1,0-0.1,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-0.6-3.3-1.4-6.5-2.4-9.7L356.6,190.8z
	 M361.8,235.7c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.2,0-0.2,0c-0.5-0.1-0.9-0.7-0.8-1.2c1.1-4.9,1.8-9.9,1.9-14.9c0-0.6,0.5-1,1-1
	c0.6,0,1,0.5,1,1C363.6,225.5,363,230.7,361.8,235.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/45.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/45.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#ABADAD" d="M396,201.4L350.8,62.2c-10.9-33.6-42.3-56.4-77.6-56.4H126.8c-35.4,0-66.7,22.8-77.6,56.4L4,201.4
	c-10.9,33.6,1,70.5,29.6,91.2l118.4,86c28.6,20.8,67.3,20.8,95.9,0l118.4-86C395,271.8,406.9,235,396,201.4z"></path>
                  <path fill="#D7D8D7" d="M374,195.1L337.2,81.8c-10.9-33.6-42.3-56.4-77.6-56.4H140.4c-35.4,0-66.7,22.8-77.6,56.4L26,195.1
	c-10.9,33.6,1,70.5,29.7,91.3l96.4,70c28.6,20.8,67.3,20.8,95.9,0l96.4-70C373,265.5,384.9,228.7,374,195.1z M39.2,235.4
	c-0.1,0-0.2,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-1.1-5-1.7-10.2-1.8-15.3c0-0.6,0.4-1,1-1h0c0.6,0,1,0.5,1,1c0.1,5,0.6,10,1.7,14.9
	C40.1,234.8,39.7,235.3,39.2,235.4z M39.6,204.3c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.1,0-0.2,0c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.6-3,1.4-6,2.3-8.9l1.9-5.9c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.7,1.3l-1.9,5.9C40.9,198.5,40.2,201.4,39.6,204.3z
	 M51.9,262.9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-3-4.2-5.6-8.7-7.7-13.4c-0.2-0.5,0-1.1,0.5-1.3
	c0.5-0.2,1.1,0,1.3,0.5c2,4.6,4.6,9,7.5,13C52.5,261.9,52.3,262.6,51.9,262.9z M53.2,160.8l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7
	c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7C53.1,159.7,53.4,160.3,53.2,160.8z M65.4,116.7
	l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7c0.5,0.2,0.8,0.8,0.6,1.3l-4.7,14.5c-0.1,0.4-0.5,0.7-1,0.7c-0.1,0-0.2,0-0.3,0
	C65.5,117.8,65.2,117.2,65.4,116.7z M56.9,147c-0.1,0-0.2,0-0.3,0c-0.5-0.2-0.8-0.8-0.7-1.3l4.7-14.5c0.2-0.5,0.8-0.8,1.3-0.7
	c0.5,0.2,0.8,0.8,0.7,1.3l-4.7,14.5C57.8,146.8,57.4,147,56.9,147z M74.3,283.4c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2
	l-5.5-4c-2.3-1.7-4.6-3.5-6.7-5.5c-0.4-0.4-0.4-1-0.1-1.4c0.4-0.4,1-0.4,1.4-0.1c2,1.9,4.2,3.7,6.5,5.3l5.5,4
	C74.5,282.3,74.6,282.9,74.3,283.4z M83.6,75c-2.7,4.2-5,8.7-6.8,13.4c-0.2,0.4-0.5,0.7-1,0.7c-0.1,0-0.3,0-0.4-0.1
	c-0.5-0.2-0.8-0.8-0.6-1.3c1.8-4.8,4.2-9.4,7-13.8c0.3-0.5,0.9-0.6,1.4-0.3C83.8,73.9,83.9,74.6,83.6,75z M99,301.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C99.2,300.2,99.3,300.9,99,301.3z M104.5,53.7c-4.2,2.8-8.1,6-11.6,9.6c-0.2,0.2-0.5,0.3-0.7,0.3s-0.5-0.1-0.7-0.3
	c-0.4-0.4-0.4-1,0-1.4c3.6-3.7,7.6-7,11.9-9.8c0.5-0.3,1.1-0.2,1.4,0.3C105.1,52.8,105,53.4,104.5,53.7z M123.6,319.2
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.5-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C123.8,318.1,124,318.8,123.6,319.2z M132.2,42.5c-4.9,0.9-9.8,2.3-14.4,4.2c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.2-0.9-0.6
	c-0.2-0.5,0-1.1,0.6-1.3c4.8-1.9,9.7-3.4,14.8-4.3c0.6-0.1,1.1,0.3,1.2,0.8S132.8,42.4,132.2,42.5z M148.3,337.1
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2l-12.3-9c-0.4-0.3-0.5-1-0.2-1.4c0.3-0.5,1-0.5,1.4-0.2l12.3,9
	C148.5,336.1,148.6,336.7,148.3,337.1z M147.2,41.2c-0.6,0-1-0.5-1-1s0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1H147.2z
	 M174.4,352.6c-0.1,0.4-0.5,0.7-0.9,0.7c-0.1,0-0.2,0-0.4-0.1c-4.8-1.8-9.4-4.2-13.8-6.9c-0.5-0.3-0.6-0.9-0.3-1.4
	c0.3-0.5,0.9-0.6,1.4-0.3c4.2,2.7,8.7,5,13.4,6.7C174.4,351.5,174.6,352.1,174.4,352.6z M176.6,40.2c0-0.6,0.5-1,1-1h15.3
	c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C177.1,41.2,176.6,40.8,176.6,40.2z M203.4,358.1c-1.1,0-2.3,0.1-3.4,0.1c-4,0-8-0.3-12-1
	c-0.5-0.1-0.9-0.6-0.8-1.2c0.1-0.5,0.6-0.9,1.2-0.8c4.9,0.8,10,1.1,15,0.8c0.5,0,1,0.4,1.1,1C204.4,357.6,204,358,203.4,358.1z
	 M207.1,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3C207.6,41.2,207.1,40.8,207.1,40.2z M233.2,350.5
	c-4.6,2.3-9.5,4-14.5,5.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.9-0.3-1-0.8c-0.1-0.5,0.2-1.1,0.7-1.2c4.9-1.2,9.6-3,14.1-5.2
	c0.5-0.3,1.1,0,1.4,0.5S233.7,350.2,233.2,350.5z M237.6,40.2c0-0.6,0.5-1,1-1h15.3c0.6,0,1,0.5,1,1s-0.5,1-1,1h-15.3
	C238.1,41.2,237.6,40.8,237.6,40.2z M258.6,333.4l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.2-0.8-0.4
	c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C259.1,332.5,259,333.1,258.6,333.4z M347.8,160.6
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5c0.2,0.5-0.1,1.1-0.7,1.3c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5
	C347,161.3,347.3,160.7,347.8,160.6z M328.9,102.6c0.5-0.2,1.1,0.1,1.3,0.7l4.7,14.5c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.2,0-0.3,0
	c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5C328.1,103.3,328.4,102.7,328.9,102.6z M283.3,315.5l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C283.8,314.5,283.7,315.2,283.3,315.5z
	 M284.5,46.5c-0.2,0.4-0.5,0.6-0.9,0.6c-0.1,0-0.3,0-0.4-0.1c-4.6-2-9.4-3.4-14.3-4.4c-0.5-0.1-0.9-0.6-0.8-1.2
	c0.1-0.5,0.6-0.9,1.2-0.8c5,1,10,2.5,14.7,4.5C284.5,45.4,284.7,46,284.5,46.5z M307.9,297.6l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c0.5-0.3,1.1-0.2,1.4,0.2C308.5,296.6,308.4,297.3,307.9,297.6z
	 M309.2,64.1c-0.2,0.2-0.5,0.3-0.7,0.3c-0.3,0-0.5-0.1-0.7-0.3c-3.5-3.6-7.3-6.9-11.4-9.8c-0.5-0.3-0.6-1-0.3-1.4
	c0.3-0.5,1-0.6,1.4-0.3c4.2,2.9,8.2,6.3,11.7,10C309.6,63.1,309.6,63.7,309.2,64.1z M317.3,74.5c0.5-0.3,1.1-0.2,1.4,0.3
	c2.7,4.4,5,9,6.8,13.9c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.3,0.1-0.4,0.1c-0.4,0-0.8-0.3-1-0.7c-1.7-4.7-4-9.2-6.6-13.5
	C316.7,75.4,316.8,74.8,317.3,74.5z M338.5,274.9c-1.9,1.7-3.8,3.3-5.9,4.7l-12.3,9c-0.2,0.1-0.4,0.2-0.6,0.2
	c-0.3,0-0.6-0.2-0.8-0.4c-0.3-0.5-0.2-1.1,0.2-1.4l12.3-9c2-1.4,3.9-3,5.7-4.6c0.4-0.4,1.1-0.3,1.4,0.1
	C338.9,273.9,338.9,274.5,338.5,274.9z M343.7,148c-0.1,0-0.2,0-0.3,0c-0.4,0-0.8-0.3-1-0.7l-4.7-14.5c-0.2-0.5,0.1-1.1,0.7-1.3
	c0.5-0.2,1.1,0.1,1.3,0.6l4.7,14.5C344.5,147.3,344.2,147.8,343.7,148z M356.8,250.3c-2.2,4.7-4.8,9.1-7.9,13.3
	c-0.2,0.3-0.5,0.4-0.8,0.4c-0.2,0-0.4-0.1-0.6-0.2c-0.5-0.3-0.5-1-0.2-1.4c3-4,5.6-8.4,7.7-12.9c0.2-0.5,0.8-0.7,1.3-0.5
	C356.8,249.2,357,249.8,356.8,250.3z M356.6,190.8c-0.2-0.5,0.1-1.1,0.7-1.3c0.5-0.2,1.1,0.1,1.3,0.6l1.6,4.9
	c1.1,3.3,1.9,6.6,2.5,9.9c0.1,0.6-0.3,1.1-0.8,1.2c-0.1,0-0.1,0-0.2,0c-0.5,0-0.9-0.3-1-0.8c-0.6-3.3-1.4-6.5-2.4-9.7L356.6,190.8z
	 M361.8,235.7c-0.1,0.5-0.5,0.8-1,0.8c-0.1,0-0.2,0-0.2,0c-0.5-0.1-0.9-0.7-0.8-1.2c1.1-4.9,1.8-9.9,1.9-14.9c0-0.6,0.5-1,1-1
	c0.6,0,1,0.5,1,1C363.6,225.5,363,230.7,361.8,235.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/46.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/46.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#B1A6BB" d="M342.6,321.9c0.2-0.3,0.5-0.5,0.7-0.8c1-1.2,2-2.4,2.9-3.5c0.2-0.3,0.4-0.5,0.6-0.8c2.3-2.9,4.5-5.9,6.7-8.9
	c0.2-0.3,0.4-0.5,0.5-0.8c0.9-1.3,1.8-2.6,2.6-3.9c0.2-0.3,0.4-0.6,0.6-0.9c1-1.5,2-3,2.9-4.6l0,0l0,0
	c17.4-28.5,27.4-61.9,27.4-97.7c0-48.4-18.3-92.4-48.3-125.7l0,0l0,0c-4.3-4.8-8.8-9.3-13.6-13.6c0,0,0,0,0,0c-1.1-1-2.3-2-3.5-3.1
	c-0.1-0.1-0.3-0.3-0.5-0.4c-1-0.9-2.1-1.8-3.1-2.6c-0.2-0.2-0.5-0.4-0.7-0.6c-1-0.8-1.9-1.6-2.9-2.3c-0.3-0.2-0.6-0.5-0.9-0.7
	c-0.9-0.7-1.9-1.4-2.8-2.1c-0.3-0.3-0.7-0.5-1-0.7c-0.9-0.7-1.9-1.3-2.8-2c-0.4-0.3-0.7-0.5-1.1-0.8c-0.9-0.6-1.9-1.3-2.8-1.9
	c-0.4-0.3-0.8-0.5-1.1-0.8c-0.9-0.6-1.9-1.2-2.8-1.8c-0.4-0.3-0.8-0.5-1.2-0.7c-1-0.6-1.9-1.2-2.9-1.7c-0.4-0.2-0.8-0.5-1.2-0.7
	c-1-0.6-2-1.1-3-1.7c-0.4-0.2-0.8-0.4-1.1-0.6c-1-0.6-2.1-1.1-3.1-1.7c-0.3-0.2-0.7-0.4-1-0.5c-1.1-0.6-2.3-1.2-3.4-1.7
	c-0.3-0.1-0.5-0.3-0.8-0.4c-1.4-0.6-2.7-1.3-4.1-1.9c-0.1,0-0.1-0.1-0.2-0.1c-2.9-1.3-5.9-2.6-8.9-3.8c-0.1-0.1-0.3-0.1-0.5-0.2
	c-1.3-0.5-2.6-1-4-1.5c-0.4-0.1-0.8-0.3-1.2-0.4c-1.1-0.4-2.2-0.8-3.3-1.1c-0.5-0.2-1-0.3-1.5-0.5c-1-0.3-2-0.6-3-1
	c-0.6-0.2-1.1-0.3-1.7-0.5c-0.9-0.3-1.9-0.6-2.9-0.8c-0.6-0.2-1.2-0.3-1.9-0.5c-0.9-0.3-1.9-0.5-2.8-0.7c-0.6-0.2-1.3-0.3-1.9-0.5
	c-0.9-0.2-1.8-0.4-2.8-0.6c-0.7-0.1-1.3-0.3-2-0.4c-0.9-0.2-1.8-0.4-2.7-0.6c-0.7-0.1-1.4-0.3-2-0.4c-0.9-0.2-1.8-0.3-2.7-0.5
	c-0.7-0.1-1.4-0.2-2.1-0.3c-0.9-0.1-1.8-0.3-2.8-0.4c-0.7-0.1-1.4-0.2-2.1-0.3c-0.9-0.1-1.9-0.2-2.8-0.3c-0.7-0.1-1.4-0.2-2.1-0.2
	c-0.9-0.1-1.9-0.2-2.9-0.3c-0.7-0.1-1.4-0.1-2.1-0.2c-1-0.1-2-0.1-3-0.2c-0.6,0-1.3-0.1-1.9-0.1c-1.1-0.1-2.3-0.1-3.4-0.1
	c-0.5,0-1.1-0.1-1.6-0.1c-1.7,0-3.3-0.1-5-0.1c-1.7,0-3.4,0-5,0.1c-0.5,0-1.1,0-1.6,0.1c-1.1,0-2.3,0.1-3.4,0.1
	c-0.6,0-1.3,0.1-1.9,0.1c-1,0.1-2,0.1-3.1,0.2c-0.7,0.1-1.4,0.1-2,0.2c-1,0.1-1.9,0.2-2.9,0.3c-0.7,0.1-1.4,0.1-2.1,0.2
	c-0.9,0.1-1.9,0.2-2.9,0.4c-0.7,0.1-1.4,0.2-2.1,0.3c-0.9,0.1-1.9,0.3-2.8,0.4c-0.7,0.1-1.4,0.2-2,0.3c-0.9,0.2-1.9,0.3-2.8,0.5
	c-0.7,0.1-1.3,0.3-2,0.4c-0.9,0.2-1.9,0.4-2.8,0.6c-0.6,0.1-1.3,0.3-1.9,0.4c-1,0.2-1.9,0.4-2.9,0.7c-0.6,0.1-1.2,0.3-1.8,0.4
	c-1,0.3-2,0.5-3,0.8c-0.6,0.1-1.1,0.3-1.6,0.5c-1.1,0.3-2.1,0.6-3.2,0.9c-0.5,0.1-0.9,0.3-1.4,0.4c-1.2,0.4-2.3,0.7-3.5,1.1
	c-0.4,0.1-0.7,0.2-1,0.3c-1.4,0.5-2.9,1-4.3,1.5c-0.1,0-0.1,0-0.2,0.1c-4.6,1.7-9.1,3.5-13.5,5.5c-0.1,0.1-0.3,0.1-0.4,0.2
	c-1.3,0.6-2.6,1.2-3.9,1.9c-0.2,0.1-0.5,0.2-0.7,0.4c-1.2,0.6-2.4,1.2-3.6,1.8c-0.3,0.1-0.6,0.3-0.8,0.4c-1.1,0.6-2.3,1.2-3.4,1.8
	c-0.3,0.2-0.6,0.3-0.9,0.5c-1.1,0.6-2.2,1.3-3.3,1.9c-0.3,0.2-0.6,0.3-0.8,0.5c-1.1,0.7-2.2,1.3-3.3,2c-0.3,0.2-0.5,0.3-0.8,0.5
	c-1.1,0.7-2.2,1.4-3.3,2.1c-0.2,0.2-0.5,0.3-0.7,0.5c-1.1,0.8-2.2,1.5-3.3,2.3c-0.2,0.1-0.4,0.3-0.6,0.4c-1.2,0.8-2.3,1.7-3.5,2.5
	c-0.1,0.1-0.2,0.2-0.3,0.2c-10.3,7.6-19.9,16.3-28.4,25.8l0,0l0,0C30.5,108,12.4,151.9,12.4,200c0,35.8,10,69.3,27.4,97.7l0,0l0,0
	c1,1.6,1.9,3.1,2.9,4.6c0.2,0.3,0.4,0.6,0.6,0.9c0.9,1.3,1.8,2.7,2.7,4c0.2,0.2,0.3,0.4,0.5,0.7c2.1,3,4.4,6,6.7,8.9
	c0.2,0.3,0.4,0.5,0.6,0.8c1,1.2,2,2.4,3,3.6c0.2,0.3,0.4,0.5,0.6,0.8c2.4,2.8,4.9,5.6,7.5,8.2c0.2,0.2,0.4,0.4,0.6,0.6
	c1.1,1.1,2.2,2.2,3.3,3.3c0.3,0.3,0.5,0.5,0.8,0.8c1.3,1.2,2.5,2.4,3.8,3.6c0.1,0,0.1,0.1,0.2,0.1c1.4,1.3,2.8,2.5,4.2,3.7
	c0.2,0.2,0.4,0.3,0.6,0.5c1.2,1,2.4,2,3.6,3c0.3,0.3,0.7,0.5,1,0.8c1.2,1,2.5,2,3.7,2.9c0.2,0.1,0.4,0.3,0.6,0.5
	c1.5,1.1,3,2.2,4.5,3.3c0.2,0.1,0.3,0.2,0.4,0.3c1.3,0.9,2.7,1.9,4,2.8c0.4,0.3,0.7,0.5,1.1,0.7c1.2,0.8,2.5,1.6,3.7,2.4
	c0.3,0.2,0.6,0.4,1,0.6c1.6,1,3.2,1.9,4.8,2.8c0,0,0.1,0,0.1,0c1.5,0.9,3.1,1.7,4.6,2.6c0.4,0.2,0.8,0.4,1.3,0.7
	c1.2,0.6,2.5,1.3,3.8,1.9c0.4,0.2,0.8,0.4,1.3,0.6c3.3,1.6,6.6,3.1,10,4.5c0.4,0.2,0.9,0.4,1.3,0.5c1.3,0.5,2.6,1,3.9,1.5
	c0.5,0.2,1,0.4,1.5,0.6c1.5,0.5,2.9,1.1,4.4,1.6c0.2,0.1,0.5,0.2,0.7,0.3c1.7,0.6,3.5,1.1,5.2,1.7c0.4,0.1,0.9,0.3,1.3,0.4
	c1.3,0.4,2.7,0.8,4,1.2c0.6,0.1,1.1,0.3,1.6,0.4c1.4,0.4,2.8,0.7,4.2,1.1c0.4,0.1,0.8,0.2,1.2,0.3c1.8,0.4,3.6,0.8,5.4,1.2
	c0.4,0.1,0.8,0.1,1.2,0.2c1.4,0.3,2.9,0.5,4.3,0.8c0.6,0.1,1.2,0.2,1.8,0.3c1.4,0.2,2.7,0.4,4.1,0.6c0.5,0.1,1,0.1,1.5,0.2
	c1.8,0.2,3.7,0.5,5.6,0.6c0.3,0,0.6,0,0.9,0.1c1.6,0.1,3.2,0.3,4.8,0.4c0.6,0,1.2,0.1,1.8,0.1c1.4,0.1,2.7,0.1,4.1,0.2
	c0.6,0,1.1,0,1.7,0.1c1.9,0.1,3.8,0.1,5.7,0.1c0,0,0,0,0,0s0,0,0,0c1.9,0,3.8,0,5.7-0.1c0.6,0,1.1,0,1.7-0.1c1.4,0,2.7-0.1,4.1-0.2
	c0.6,0,1.2-0.1,1.8-0.1c1.6-0.1,3.2-0.3,4.8-0.4c0.3,0,0.6,0,0.9-0.1c1.9-0.2,3.7-0.4,5.6-0.6c0.5-0.1,1-0.1,1.5-0.2
	c1.4-0.2,2.7-0.4,4.1-0.6c0.6-0.1,1.2-0.2,1.8-0.3c1.4-0.3,2.9-0.5,4.3-0.8c0.4-0.1,0.8-0.1,1.2-0.2c1.8-0.4,3.6-0.8,5.4-1.2
	c0.4-0.1,0.8-0.2,1.2-0.3c1.4-0.3,2.8-0.7,4.2-1c0.6-0.1,1.1-0.3,1.6-0.5c1.4-0.4,2.7-0.8,4-1.2c0.4-0.1,0.9-0.3,1.3-0.4
	c1.8-0.5,3.5-1.1,5.2-1.7c0.3-0.1,0.5-0.2,0.8-0.3c1.5-0.5,2.9-1,4.4-1.6c0.5-0.2,1-0.4,1.5-0.6c1.3-0.5,2.6-1,3.8-1.5
	c0.4-0.2,0.9-0.4,1.3-0.5c3.4-1.4,6.7-2.9,10-4.5c0.4-0.2,0.9-0.4,1.3-0.6c1.3-0.6,2.5-1.3,3.7-1.9c0.4-0.2,0.8-0.4,1.3-0.7
	c1.6-0.8,3.1-1.7,4.6-2.6c0,0,0.1,0,0.1-0.1c1.6-0.9,3.2-1.9,4.8-2.8c0.3-0.2,0.7-0.4,1-0.6c1.2-0.8,2.5-1.5,3.7-2.3
	c0.4-0.3,0.8-0.5,1.1-0.8c1.4-0.9,2.7-1.8,4-2.7c0.2-0.1,0.3-0.2,0.5-0.3c1.5-1.1,3-2.2,4.5-3.3c0.2-0.2,0.5-0.3,0.7-0.5
	c1.2-0.9,2.4-1.9,3.6-2.9c0.3-0.3,0.7-0.5,1-0.8c1.2-1,2.4-2,3.6-3c0.2-0.2,0.4-0.3,0.6-0.5c1.4-1.2,2.8-2.5,4.2-3.7
	c0.1-0.1,0.2-0.2,0.3-0.3c1.3-1.1,2.5-2.3,3.7-3.5c0.3-0.3,0.6-0.6,0.9-0.8c1.1-1.1,2.2-2.1,3.2-3.3c0.2-0.2,0.4-0.5,0.6-0.7
	C337.8,327.4,340.2,324.7,342.6,321.9z"></path>
                  <path fill="#685395" d="M76.1,323.9l-17.5,17.5c-0.7-0.7-1.3-1.3-2-2l-0.7-0.7c-2.7-2.8-5.4-5.8-7.9-8.8l-0.7-0.8
	c-1.1-1.3-2.1-2.5-3.2-3.9l-0.7-0.8c-2.5-3.1-4.9-6.3-7.1-9.5l-0.5-0.7c-1-1.4-1.9-2.8-2.9-4.2l-0.6-0.9c-1.1-1.6-2.1-3.3-3.1-4.9
	C10.1,272.9,0,236.9,0,200h24.8c0,32.3,8.8,63.8,25.6,91.2c0.9,1.5,1.8,2.9,2.7,4.3l0.5,0.8c0.8,1.3,1.7,2.5,2.5,3.7l0.4,0.6
	c2,2.8,4.1,5.6,6.3,8.4l0.6,0.7c0.9,1.1,1.8,2.3,2.8,3.4l0.6,0.7c2.3,2.6,4.6,5.2,7,7.7l0.6,0.6C74.9,322.7,75.5,323.3,76.1,323.9z"></path>
                  <path fill="#514086" d="M200,375.3V400h-0.3c-1.9,0-3.9,0-5.8-0.1l-1.8-0.1c-1.5-0.1-2.9-0.1-4.4-0.2l-1.9-0.1
	c-1.7-0.1-3.4-0.3-5.1-0.4l-0.9-0.1c-2-0.2-4-0.4-5.9-0.7l-1.6-0.2c-1.5-0.2-2.9-0.4-4.4-0.6c-0.6-0.1-1.2-0.2-1.9-0.3
	c-1.5-0.3-3.1-0.5-4.6-0.8l-1.3-0.3c-1.9-0.4-3.9-0.8-5.8-1.2l-1.3-0.3c-1.5-0.4-3-0.7-4.5-1.1l-1.8-0.5c-1.4-0.4-2.9-0.8-4.3-1.2
	l-1.4-0.4c-1.9-0.6-3.7-1.2-5.6-1.8l-0.8-0.3c-1.6-0.5-3.2-1.1-4.7-1.7l-1.5-0.6c-1.4-0.5-2.8-1.1-4.2-1.7l-1.4-0.6
	c-3.6-1.5-7.2-3.1-10.6-4.8l-1.3-0.7c-1.3-0.6-2.7-1.3-4-2l-1.3-0.7c-1.7-0.9-3.3-1.8-4.9-2.7l-0.1-0.1c-1.7-1-3.4-2-5.1-3l-1-0.6
	c-1.3-0.8-2.7-1.7-4-2.5l-1.2-0.8c-1.5-1-2.9-1.9-4.3-3l-0.5-0.3c-1.6-1.1-3.2-2.3-4.8-3.5l-0.6-0.5c-1.3-1-2.7-2.1-4-3.1l-1-0.8
	c-1.3-1.1-2.6-2.1-3.9-3.2l-0.6-0.5c-1.5-1.3-3.1-2.6-4.5-4l-0.2-0.2c-1.3-1.2-2.7-2.5-4-3.8l-0.9-0.8l-1.5-1.5v0l17.5-17.5
	c0.4,0.5,0.9,0.9,1.3,1.3l0.8,0.7c1.2,1.1,2.3,2.3,3.5,3.4l0.2,0.2c1.3,1.1,2.6,2.3,3.9,3.5l0.6,0.5c1.1,1,2.3,1.9,3.4,2.8l0.9,0.7
	c1.1,0.9,2.3,1.8,3.5,2.7l0.6,0.4c1.4,1,2.8,2.1,4.2,3.1l0.4,0.3c1.2,0.9,2.5,1.7,3.8,2.6l1,0.7c1.2,0.8,2.3,1.5,3.5,2.2l0.9,0.6
	c1.4,0.9,2.9,1.8,4.4,2.6l0.2,0.1c1.3,0.7,2.8,1.5,4.2,2.3l1.2,0.6c1.1,0.6,2.3,1.2,3.5,1.8l1.2,0.6c3.1,1.5,6.2,2.9,9.3,4.2
	l1.2,0.5c1.2,0.5,2.4,1,3.6,1.4l1.4,0.5c1.4,0.5,2.8,1,4.1,1.5l0.7,0.3c1.6,0.5,3.2,1,4.9,1.6l1.2,0.4c1.2,0.4,2.5,0.7,3.8,1.1
	l1.5,0.4c1.3,0.3,2.6,0.7,3.9,1l1.2,0.3c1.7,0.4,3.3,0.7,5,1.1l1.1,0.2c1.3,0.3,2.7,0.5,4,0.7l1.6,0.3c1.3,0.2,2.6,0.4,3.9,0.6
	l1.4,0.2c1.7,0.2,3.4,0.4,5.2,0.6l0.8,0.1c1.5,0.1,3,0.3,4.5,0.4l1.7,0.1c1.3,0.1,2.6,0.1,3.9,0.2l1.6,0.1
	C196.4,375.2,198.2,375.2,200,375.3L200,375.3L200,375.3z"></path>
                  <path fill="#392F73" d="M341.4,341.4l-1.4,1.4l-0.9,0.9c-1.3,1.3-2.6,2.5-3.9,3.7l-0.3,0.3c-1.5,1.4-3,2.7-4.5,4l-0.6,0.5
	c-1.3,1.1-2.5,2.1-3.8,3.2l-1.1,0.9c-1.3,1-2.6,2-3.9,3l-0.7,0.5c-1.6,1.2-3.2,2.4-4.8,3.5l-0.4,0.3c-1.5,1-2.9,2-4.4,3l-1.2,0.8
	c-1.3,0.8-2.6,1.7-3.9,2.5l-1.1,0.7c-1.7,1-3.4,2-5.1,3l-0.3,0.1c-1.5,0.8-3.1,1.8-4.8,2.6l-1.3,0.7c-1.3,0.7-2.6,1.4-4,2l-1.4,0.7
	c-3.5,1.7-7.1,3.3-10.6,4.8l-1.4,0.6c-1.4,0.5-2.7,1.1-4.1,1.6l-1.6,0.6c-1.6,0.6-3.1,1.1-4.7,1.7l-0.8,0.3
	c-1.9,0.6-3.7,1.2-5.6,1.8l-1.4,0.4c-1.4,0.4-2.9,0.8-4.3,1.2c-0.6,0.1-1.2,0.3-1.8,0.5c-1.5,0.4-2.9,0.8-4.4,1.1l-1.3,0.3
	c-1.9,0.4-3.8,0.9-5.8,1.3l-1.3,0.2c-1.5,0.3-3.1,0.6-4.6,0.9l-1.9,0.3c-1.4,0.2-2.9,0.5-4.4,0.6l-1.6,0.2c-2,0.3-4,0.5-5.9,0.7
	l-0.9,0.1c-1.7,0.1-3.4,0.3-5.1,0.4l-1.9,0.1c-1.4,0.1-2.9,0.2-4.4,0.2l-1.8,0.1c-1.9,0.1-3.9,0.1-5.8,0.1H200v-24.8h0
	c1.8,0,3.6,0,5.3-0.1l1.6-0.1c1.3-0.1,2.6-0.1,3.8-0.2l1.7-0.1c1.5-0.1,3-0.2,4.5-0.4l0.8-0.1c1.8-0.2,3.5-0.4,5.2-0.6l1.4-0.2
	c1.3-0.2,2.6-0.4,3.8-0.6l1.6-0.3c1.4-0.2,2.7-0.5,4-0.7l1.1-0.2c1.7-0.3,3.4-0.7,5.1-1.1l1.1-0.3c1.3-0.3,2.6-0.6,3.9-1l1.5-0.4
	c1.3-0.4,2.5-0.7,3.8-1.1l1.2-0.4c1.6-0.5,3.3-1,4.9-1.6l0.7-0.3c1.4-0.5,2.7-1,4.1-1.5l1.3-0.5c1.3-0.5,2.5-1,3.7-1.5l1.2-0.5
	c3.1-1.3,6.2-2.7,9.3-4.2l1.2-0.6c1.2-0.6,2.3-1.2,3.5-1.8l1.2-0.6c1.5-0.8,2.9-1.6,4.3-2.4l0.3-0.1c1.3-0.8,2.8-1.7,4.3-2.5
	l0.9-0.6c1.2-0.7,2.3-1.5,3.4-2.2l1.1-0.7c1.3-0.8,2.5-1.7,3.7-2.5l0.3-0.3c1.5-1.1,2.9-2.1,4.3-3.1l0.6-0.5
	c1.2-0.9,2.3-1.8,3.5-2.7l0.9-0.8c1.1-0.9,2.3-1.9,3.4-2.8l0.6-0.5c1.3-1.1,2.6-2.3,3.9-3.5l0.3-0.3c1.1-1,2.3-2.1,3.4-3.2l0.8-0.8
	c0.4-0.4,0.8-0.8,1.2-1.3L341.4,341.4z"></path>
                  <path fill="#514086" d="M400,200c0,36.8-10.1,72.8-29.2,104.1l-0.3,0.5c-0.9,1.5-1.9,3-2.8,4.4l-0.5,0.8c-1,1.5-1.9,2.9-2.9,4.3
	l-0.5,0.8c-2.3,3.2-4.6,6.4-7.1,9.5l-0.7,0.9c-1,1.3-2.1,2.5-3.1,3.8l-0.7,0.9c-2.6,3-5.2,5.9-7.9,8.7l-0.7,0.7
	c-0.7,0.7-1.4,1.4-2,2l-17.5-17.5c0.6-0.6,1.2-1.2,1.8-1.8l0.6-0.6c2.4-2.5,4.7-5,6.9-7.6l0.7-0.8c0.9-1.1,1.8-2.2,2.7-3.3l0.6-0.7
	c2.1-2.7,4.3-5.5,6.2-8.3l0.5-0.7c0.8-1.2,1.7-2.4,2.5-3.6l0.6-0.8c0.9-1.4,1.8-2.9,2.7-4.3l0.2-0.3c16.6-27.3,25.4-58.8,25.4-90.9
	L400,200L400,200z"></path>
                  <path fill="#685395" d="M400,200h-24.8c0-43.5-16-85.2-45.2-117.4c-2-2.2-4.1-4.4-6.2-6.5l17.5-17.5c2.4,2.4,4.8,4.9,7.1,7.4
	C381.7,102.8,400,150.4,400,200z"></path>
                  <path fill="#7F64A1" d="M341.4,58.6l-17.5,17.5c-2.1-2.1-4.2-4.1-6.4-6.1l-0.3-0.3c-1-0.8-2-1.8-3.1-2.7l-0.5-0.4
	c-1-0.8-1.9-1.6-2.9-2.4l-0.7-0.5c-0.9-0.7-1.8-1.5-2.7-2.2l-0.8-0.6c-0.9-0.7-1.8-1.3-2.7-2l-0.8-0.6c-1-0.7-1.9-1.4-2.8-2l-1-0.7
	c-0.9-0.6-1.7-1.2-2.6-1.8l-1.1-0.7c-0.9-0.5-1.8-1.1-2.6-1.7l-1.1-0.7c-0.9-0.5-1.8-1.1-2.7-1.6l-1.1-0.7c-0.9-0.5-1.9-1-2.8-1.6
	l-1.1-0.6c-1-0.5-1.9-1-2.9-1.6l-1-0.5c-1.1-0.5-2.1-1.1-3.2-1.6l-0.8-0.4c-1.2-0.6-2.5-1.2-3.8-1.8l-0.3-0.1
	c-2.6-1.2-5.5-2.4-8.2-3.5l-0.5-0.2c-1.2-0.5-2.4-0.9-3.7-1.4l-1.1-0.4c-1-0.4-2-0.7-3.1-1.1l-1.4-0.5c-0.9-0.3-1.9-0.6-2.8-0.9
	l-1.6-0.5c-0.9-0.3-1.8-0.5-2.7-0.8l-1.7-0.5c-0.9-0.3-1.7-0.5-2.6-0.7l-1.8-0.4c-0.8-0.2-1.7-0.4-2.6-0.6c-0.6-0.1-1.2-0.3-1.9-0.4
	c-0.8-0.2-1.7-0.4-2.6-0.5c-0.6-0.1-1.3-0.3-1.9-0.4c-0.9-0.1-1.7-0.3-2.6-0.4c-0.6-0.1-1.3-0.2-1.9-0.3c-0.9-0.1-1.7-0.3-2.6-0.4
	l-1.9-0.3c-0.9-0.1-1.8-0.2-2.6-0.3l-0.5,0c-0.5-0.1-1-0.1-1.5-0.2c-0.9-0.1-1.8-0.2-2.7-0.3l-1.9-0.2c-0.8-0.1-1.6-0.1-2.5-0.2
	l-2.2-0.1c-1.1-0.1-2.1-0.1-3.2-0.1l-1.5-0.1c-1.6,0-3.1-0.1-4.7-0.1V0c1.8,0,3.6,0,5.4,0.1l1.7,0.1c1.2,0,2.4,0.1,3.6,0.1
	c0.5,0,0.9,0.1,1.4,0.1l1,0.1c0.9,0.1,1.9,0.1,2.9,0.2c0.5,0,1.1,0.1,1.6,0.1l0.6,0.1c1,0.1,2,0.2,3.1,0.3c0.6,0.1,1.2,0.1,1.8,0.2
	l0.4,0c1,0.1,2,0.3,3,0.4c0.6,0.1,1.2,0.2,1.8,0.3l0.4,0.1c1,0.1,2,0.3,2.9,0.4c0.7,0.1,1.5,0.2,2.2,0.4c1,0.2,1.9,0.3,2.9,0.5
	c0.7,0.1,1.5,0.3,2.2,0.4c1,0.2,1.9,0.4,2.9,0.6c0.7,0.2,1.4,0.3,2.1,0.5c1,0.2,2,0.4,2.9,0.7c0.7,0.2,1.4,0.3,2.1,0.5
	c1,0.3,2,0.5,3,0.8l0.3,0.1c0.6,0.2,1.1,0.3,1.7,0.5c1,0.3,2,0.6,3.1,0.9l1.8,0.5c1.1,0.3,2.1,0.7,3.2,1l1.6,0.5
	c1.2,0.4,2.4,0.8,3.5,1.2l1.3,0.4c1.4,0.5,2.8,1.1,4.2,1.6l0.5,0.2c3.1,1.2,6.3,2.6,9.5,4l0.3,0.1c1.4,0.6,2.8,1.3,4.3,2l0.9,0.4
	c1.2,0.6,2.5,1.2,3.7,1.9l1.1,0.6c1.1,0.6,2.3,1.2,3.4,1.8l1.2,0.7c1.1,0.6,2.1,1.2,3.2,1.8l1.2,0.7c1,0.6,2.1,1.2,3.1,1.9l1.3,0.8
	c1,0.6,2,1.3,3,1.9l1.2,0.8c1,0.7,2,1.3,3,2l1.2,0.8c1,0.7,2,1.4,3,2.1l1.1,0.8c1,0.7,2,1.5,3,2.3l1,0.7c1.1,0.8,2.1,1.7,3.1,2.5
	l0.8,0.6c1.1,0.9,2.2,1.8,3.3,2.8l0.5,0.4c1.2,1,2.4,2.1,3.6,3.2l0.3,0.3C336.6,53.9,339,56.2,341.4,58.6z"></path>
                  <path fill="#977AB3" d="M200,0v24.8c-1.6,0-3.1,0-4.7,0.1l-1.5,0.1c-1,0-2.1,0.1-3.2,0.1l-2.1,0.1c-0.9,0-1.7,0.1-2.6,0.2l-1.9,0.2
	c-0.9,0.1-1.8,0.1-2.7,0.3l-1.9,0.2c-0.9,0.1-1.8,0.2-2.7,0.3l-1.9,0.3c-0.9,0.1-1.8,0.3-2.6,0.4c-0.6,0.1-1.3,0.2-1.9,0.3
	c-0.9,0.1-1.7,0.3-2.6,0.5c-0.6,0.1-1.3,0.2-1.9,0.3c-0.9,0.2-1.8,0.4-2.6,0.5l-1.8,0.4c-0.9,0.2-1.8,0.4-2.7,0.6l-1.7,0.4
	c-0.9,0.2-1.9,0.5-2.8,0.7l-1.5,0.4c-1,0.3-2,0.6-2.9,0.9l-1.4,0.4c-1.1,0.3-2.2,0.7-3.3,1l-1,0.3c-1.3,0.4-2.7,0.9-4,1.4l-0.3,0.1
	c-4.1,1.5-8.4,3.2-12.5,5.1l-0.4,0.2c-1.2,0.5-2.4,1.1-3.6,1.7l-0.7,0.3c-1.1,0.5-2.2,1.1-3.3,1.7l-0.8,0.4
	c-1.1,0.5-2.1,1.1-3.2,1.7l-0.8,0.5c-1,0.6-2,1.1-3.1,1.8l-0.7,0.4c-1.2,0.7-2.2,1.3-3.2,1.9l-0.7,0.5c-1,0.7-2.1,1.3-3.1,2
	l-0.7,0.4c-1.1,0.7-2.1,1.4-3.1,2.2l-0.5,0.3c-1.1,0.8-2.2,1.6-3.3,2.4l-0.2,0.2c-7.1,5.2-13.8,11-20.1,17.2L58.6,58.6
	c7.1-7.1,14.7-13.7,22.8-19.6l0.3-0.2c1.3-1,2.6-1.9,3.8-2.7l0.6-0.4c1.2-0.8,2.4-1.6,3.6-2.4l0.6-0.4c1.3-0.9,2.5-1.6,3.7-2.3
	l0.8-0.5c1.2-0.7,2.3-1.5,3.5-2.1l0.9-0.5c1.1-0.7,2.3-1.4,3.5-2l0.9-0.5c1.2-0.6,2.4-1.3,3.6-1.9l0.9-0.5c1.3-0.6,2.5-1.3,3.8-1.9
	l0.8-0.4c1.4-0.7,2.8-1.3,4.2-2l0.4-0.2c4.7-2.1,9.6-4.1,14.4-5.9l0.3-0.1c1.6-0.6,3.1-1.1,4.5-1.6l1.1-0.3c1.3-0.4,2.5-0.8,3.8-1.2
	l1.5-0.5c1.1-0.3,2.2-0.7,3.4-1l1.8-0.5c1.1-0.3,2.1-0.6,3.2-0.8l1.8-0.4c1.2-0.3,2.2-0.5,3.2-0.7c0.7-0.2,1.4-0.3,2-0.5
	c1-0.2,2-0.4,3-0.6c0.7-0.2,1.4-0.3,2.1-0.4c1-0.2,2-0.3,3-0.5c0.7-0.1,1.4-0.3,2.2-0.4c1-0.2,2-0.3,3-0.5l0.2,0
	c0.6-0.1,1.3-0.2,2-0.3c1-0.1,2-0.3,3-0.4l0.5-0.1c0.6-0.1,1.1-0.1,1.7-0.2c1-0.1,2.1-0.2,3.1-0.3l0.5-0.1c0.6,0,1.1-0.1,1.7-0.1
	c1-0.1,2-0.2,2.9-0.2l2.3-0.2c1.2-0.1,2.4-0.1,3.6-0.1l1.7-0.1C196.4,0,198.2,0,200,0z"></path>
                  <path fill="#7F64A1" d="M76.1,76.1c-2.3,2.3-4.4,4.6-6.6,6.9c-28.8,32.2-44.7,73.7-44.7,117H0c0-49.3,18.1-96.8,51.1-133.5
	c2.4-2.7,4.9-5.3,7.5-7.9L76.1,76.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/47.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/47.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <path fill="#E6CFCB" d="M342.63,321.88c0.23-0.27,0.46-0.55,0.69-0.82c0.99-1.17,1.97-2.35,2.93-3.55c0.21-0.27,0.43-0.53,0.64-0.8
		c2.31-2.9,4.53-5.87,6.66-8.9c0.18-0.25,0.35-0.5,0.52-0.76c0.89-1.28,1.76-2.57,2.62-3.87c0.2-0.31,0.4-0.61,0.6-0.92
		c0.99-1.52,1.96-3.05,2.91-4.59c0,0,0.01-0.01,0.01-0.01l0,0c17.38-28.45,27.39-61.88,27.39-97.66c0-48.35-18.3-92.43-48.34-125.7
		l0,0c0,0,0,0,0,0c-4.29-4.75-8.82-9.28-13.57-13.57c-0.01-0.01-0.03-0.02-0.04-0.03c-1.14-1.03-2.3-2.05-3.47-3.06
		c-0.15-0.13-0.31-0.26-0.47-0.4c-1.03-0.88-2.07-1.75-3.12-2.61c-0.24-0.2-0.49-0.39-0.73-0.59c-0.97-0.78-1.94-1.56-2.93-2.32
		c-0.3-0.23-0.6-0.46-0.91-0.7c-0.94-0.72-1.88-1.43-2.84-2.14c-0.34-0.25-0.67-0.49-1.01-0.74c-0.93-0.68-1.86-1.34-2.8-2
		c-0.36-0.25-0.73-0.51-1.09-0.76c-0.93-0.64-1.86-1.27-2.81-1.9c-0.38-0.25-0.76-0.5-1.14-0.75c-0.94-0.61-1.88-1.21-2.83-1.81
		c-0.39-0.25-0.78-0.49-1.18-0.73c-0.96-0.59-1.92-1.17-2.89-1.74c-0.39-0.23-0.78-0.46-1.17-0.69c-0.99-0.58-1.98-1.14-2.98-1.7
		c-0.38-0.21-0.76-0.43-1.14-0.64c-1.04-0.57-2.09-1.13-3.14-1.68c-0.34-0.18-0.68-0.36-1.03-0.54c-1.14-0.59-2.28-1.16-3.43-1.72
		c-0.27-0.13-0.54-0.27-0.81-0.4c-1.35-0.65-2.71-1.29-4.08-1.92c-0.07-0.03-0.14-0.07-0.21-0.1c-2.93-1.33-5.9-2.59-8.91-3.77
		c-0.15-0.06-0.31-0.12-0.47-0.18c-1.32-0.51-2.64-1.01-3.97-1.5c-0.4-0.15-0.81-0.28-1.21-0.43c-1.09-0.39-2.18-0.77-3.28-1.14
		c-0.51-0.17-1.02-0.33-1.53-0.5c-1-0.33-2-0.65-3.01-0.96c-0.57-0.17-1.14-0.34-1.72-0.51c-0.95-0.28-1.91-0.56-2.87-0.83
		c-0.62-0.17-1.23-0.34-1.85-0.5c-0.93-0.25-1.85-0.49-2.78-0.73c-0.65-0.16-1.3-0.32-1.94-0.47c-0.91-0.22-1.83-0.43-2.75-0.64
		c-0.67-0.15-1.33-0.29-2-0.44c-0.91-0.19-1.82-0.38-2.74-0.56c-0.68-0.13-1.36-0.27-2.04-0.39c-0.91-0.17-1.82-0.33-2.74-0.48
		c-0.69-0.12-1.39-0.23-2.08-0.34c-0.92-0.15-1.84-0.28-2.76-0.41c-0.69-0.1-1.39-0.2-2.09-0.29c-0.93-0.12-1.87-0.23-2.81-0.34
		c-0.69-0.08-1.38-0.16-2.08-0.24c-0.95-0.1-1.91-0.19-2.87-0.27c-0.68-0.06-1.36-0.13-2.05-0.18c-1.01-0.08-2.02-0.14-3.03-0.2
		c-0.64-0.04-1.27-0.09-1.92-0.12c-1.13-0.06-2.26-0.1-3.4-0.14c-0.53-0.02-1.05-0.05-1.58-0.06c-1.67-0.04-3.34-0.07-5.02-0.07
		c-1.68,0-3.36,0.02-5.03,0.07c-0.53,0.01-1.06,0.04-1.59,0.06c-1.13,0.04-2.27,0.08-3.4,0.14c-0.64,0.03-1.28,0.08-1.92,0.12
		c-1.02,0.06-2.03,0.13-3.05,0.21c-0.68,0.05-1.35,0.12-2.02,0.18c-0.97,0.09-1.94,0.17-2.91,0.28c-0.68,0.07-1.37,0.15-2.05,0.23
		c-0.95,0.11-1.9,0.22-2.85,0.35c-0.69,0.09-1.37,0.19-2.05,0.29c-0.94,0.13-1.88,0.27-2.81,0.42c-0.68,0.11-1.35,0.22-2.03,0.34
		c-0.94,0.16-1.88,0.33-2.82,0.5c-0.66,0.12-1.32,0.25-1.97,0.38c-0.95,0.19-1.89,0.38-2.84,0.58c-0.64,0.14-1.28,0.27-1.91,0.42
		c-0.96,0.22-1.92,0.44-2.88,0.67c-0.6,0.15-1.2,0.29-1.8,0.44c-1,0.25-2,0.52-2.99,0.78c-0.55,0.15-1.1,0.29-1.65,0.45
		c-1.06,0.3-2.12,0.61-3.17,0.92c-0.48,0.14-0.95,0.28-1.43,0.42c-1.17,0.36-2.34,0.74-3.51,1.12c-0.35,0.11-0.69,0.22-1.04,0.34
		c-1.45,0.49-2.89,0.99-4.32,1.51c-0.06,0.02-0.12,0.04-0.18,0.06c-4.59,1.67-9.1,3.52-13.51,5.53c-0.13,0.06-0.27,0.13-0.4,0.19
		c-1.31,0.6-2.62,1.22-3.91,1.85c-0.23,0.11-0.46,0.23-0.7,0.35c-1.2,0.59-2.39,1.19-3.57,1.8c-0.27,0.14-0.55,0.29-0.82,0.43
		c-1.14,0.6-2.27,1.2-3.39,1.82c-0.29,0.16-0.57,0.32-0.86,0.48c-1.11,0.62-2.21,1.25-3.3,1.89c-0.28,0.17-0.57,0.33-0.85,0.5
		c-1.1,0.65-2.19,1.31-3.27,1.98c-0.26,0.16-0.53,0.33-0.79,0.49c-1.1,0.69-2.2,1.4-3.28,2.11c-0.23,0.15-0.46,0.3-0.7,0.46
		c-1.13,0.75-2.24,1.51-3.35,2.28c-0.18,0.13-0.37,0.25-0.55,0.38c-1.18,0.82-2.34,1.66-3.5,2.51c-0.11,0.08-0.21,0.16-0.32,0.23
		c-10.34,7.63-19.86,16.29-28.42,25.84c0,0,0,0,0,0l0,0C30.5,108,12.38,151.88,12.38,200c0,35.79,10.03,69.25,27.42,97.7l0,0
		c0,0,0,0,0,0c0.95,1.56,1.93,3.09,2.92,4.62c0.19,0.29,0.38,0.57,0.57,0.86c0.88,1.33,1.78,2.66,2.69,3.97
		c0.15,0.22,0.3,0.44,0.46,0.66c2.14,3.05,4.38,6.03,6.7,8.94c0.2,0.25,0.41,0.51,0.61,0.76c0.98,1.22,1.98,2.42,2.99,3.62
		c0.21,0.25,0.42,0.5,0.63,0.75c2.41,2.82,4.9,5.57,7.47,8.24c0.21,0.21,0.41,0.42,0.62,0.64c1.08,1.11,2.18,2.21,3.29,3.3
		c0.27,0.26,0.54,0.53,0.81,0.79c1.25,1.21,2.52,2.41,3.8,3.59c0.05,0.05,0.1,0.1,0.16,0.14c1.39,1.27,2.8,2.52,4.23,3.74
		c0.19,0.17,0.39,0.33,0.58,0.49c1.2,1.02,2.4,2.02,3.62,3.01c0.32,0.26,0.65,0.52,0.97,0.78c1.23,0.98,2.47,1.95,3.72,2.9
		c0.2,0.15,0.4,0.31,0.61,0.46c1.49,1.12,2.99,2.22,4.52,3.3c0.15,0.1,0.29,0.2,0.44,0.31c1.33,0.94,2.68,1.86,4.04,2.76
		c0.37,0.25,0.74,0.49,1.11,0.73c1.23,0.8,2.47,1.59,3.72,2.37c0.32,0.2,0.64,0.4,0.96,0.6c1.58,0.97,3.17,1.92,4.78,2.84
		c0.03,0.02,0.06,0.03,0.09,0.05c1.53,0.88,3.08,1.73,4.63,2.56c0.41,0.22,0.83,0.44,1.25,0.66c1.24,0.65,2.49,1.29,3.75,1.92
		c0.42,0.21,0.83,0.42,1.25,0.62c3.27,1.6,6.59,3.1,9.97,4.51c0.44,0.18,0.88,0.36,1.32,0.54c1.28,0.52,2.56,1.03,3.85,1.52
		c0.49,0.19,0.99,0.38,1.48,0.56c1.47,0.55,2.95,1.08,4.44,1.59c0.24,0.08,0.48,0.17,0.72,0.25c1.73,0.59,3.48,1.15,5.23,1.69
		c0.44,0.13,0.88,0.26,1.31,0.39c1.34,0.4,2.68,0.79,4.03,1.16c0.55,0.15,1.09,0.3,1.64,0.44c1.39,0.37,2.78,0.72,4.18,1.06
		c0.41,0.1,0.81,0.2,1.22,0.3c1.79,0.42,3.59,0.81,5.39,1.18c0.4,0.08,0.8,0.15,1.2,0.23c1.43,0.28,2.86,0.54,4.3,0.79
		c0.58,0.1,1.16,0.2,1.75,0.29c1.36,0.22,2.73,0.42,4.1,0.61c0.51,0.07,1.01,0.15,1.52,0.21c1.84,0.24,3.7,0.46,5.56,0.65
		c0.29,0.03,0.58,0.05,0.87,0.08c1.58,0.15,3.17,0.28,4.77,0.4c0.59,0.04,1.19,0.08,1.79,0.11c1.37,0.08,2.74,0.15,4.11,0.2
		c0.57,0.02,1.15,0.05,1.72,0.07c1.89,0.06,3.79,0.09,5.69,0.09c0.01,0,0.02,0,0.03,0s0.02,0,0.03,0c1.9,0,3.8-0.04,5.69-0.09
		c0.58-0.02,1.15-0.04,1.73-0.07c1.37-0.05,2.74-0.12,4.11-0.2c0.6-0.04,1.19-0.07,1.79-0.11c1.6-0.11,3.2-0.25,4.79-0.4
		c0.28-0.03,0.57-0.05,0.86-0.08c1.86-0.19,3.71-0.41,5.56-0.65c0.51-0.07,1.02-0.14,1.53-0.21c1.37-0.19,2.73-0.39,4.09-0.61
		c0.59-0.09,1.17-0.19,1.75-0.29c1.44-0.25,2.88-0.51,4.31-0.79c0.4-0.08,0.79-0.15,1.19-0.23c1.81-0.37,3.61-0.76,5.4-1.18
		c0.41-0.1,0.83-0.2,1.24-0.3c1.4-0.34,2.78-0.69,4.17-1.05c0.55-0.15,1.1-0.29,1.65-0.45c1.35-0.37,2.69-0.76,4.02-1.16
		c0.44-0.13,0.88-0.26,1.32-0.39c1.75-0.54,3.5-1.1,5.23-1.69c0.25-0.09,0.5-0.18,0.75-0.27c1.48-0.51,2.94-1.04,4.4-1.58
		c0.5-0.19,1-0.38,1.5-0.57c1.28-0.49,2.56-1,3.83-1.52c0.44-0.18,0.89-0.36,1.33-0.54c3.37-1.41,6.69-2.91,9.95-4.51
		c0.43-0.21,0.85-0.42,1.28-0.64c1.25-0.62,2.49-1.26,3.73-1.91c0.42-0.22,0.84-0.44,1.26-0.66c1.56-0.83,3.1-1.68,4.63-2.56
		c0.03-0.02,0.07-0.04,0.1-0.06c1.6-0.92,3.18-1.86,4.76-2.83c0.34-0.21,0.67-0.42,1.01-0.63c1.23-0.77,2.45-1.54,3.66-2.34
		c0.39-0.25,0.77-0.5,1.15-0.76c1.35-0.9,2.68-1.81,4-2.73c0.16-0.11,0.31-0.22,0.47-0.33c1.51-1.07,3.01-2.17,4.49-3.28
		c0.23-0.17,0.45-0.34,0.67-0.52c1.23-0.93,2.44-1.88,3.65-2.85c0.34-0.27,0.68-0.54,1.01-0.82c1.21-0.98,2.41-1.98,3.59-2.98
		c0.2-0.17,0.4-0.34,0.6-0.51c1.42-1.22,2.82-2.46,4.2-3.72c0.09-0.08,0.18-0.17,0.27-0.25c1.25-1.14,2.47-2.3,3.69-3.48
		c0.29-0.28,0.57-0.56,0.86-0.84c1.09-1.07,2.17-2.15,3.24-3.25c0.22-0.22,0.44-0.45,0.65-0.67
		C337.75,327.42,340.23,324.69,342.63,321.88z"></path>
                    <path fill="#D87A5B" d="M76.1,323.9l-17.5,17.5c-0.7-0.67-1.35-1.33-2.02-2.02l-0.69-0.7c-2.68-2.8-5.37-5.75-7.94-8.76l-0.69-0.8
		c-1.07-1.26-2.11-2.53-3.16-3.85l-0.67-0.8c-2.46-3.1-4.86-6.32-7.12-9.54l-0.5-0.7c-0.97-1.39-1.92-2.8-2.87-4.23l-0.59-0.89
		c-1.07-1.64-2.11-3.27-3.12-4.93C10.11,272.87,0,236.85,0,200.01h24.75c0,32.29,8.85,63.84,25.61,91.24
		c0.89,1.47,1.81,2.89,2.74,4.32l0.53,0.8c0.82,1.26,1.66,2.49,2.49,3.71l0.44,0.61c1.98,2.82,4.09,5.64,6.26,8.36l0.57,0.72
		c0.91,1.12,1.83,2.25,2.78,3.37l0.59,0.7c2.25,2.63,4.61,5.22,6.99,7.69l0.57,0.59C74.92,322.74,75.51,323.33,76.1,323.9z"></path>
                    <path fill="#D0633F" d="M199.99,375.25V400h-0.3c-1.94,0-3.87-0.04-5.79-0.1l-1.83-0.08c-1.47-0.06-2.93-0.13-4.38-0.23l-1.9-0.11
		c-1.69-0.11-3.41-0.27-5.08-0.42l-0.91-0.08c-2-0.21-3.98-0.44-5.94-0.7l-1.64-0.23c-1.47-0.19-2.91-0.42-4.36-0.65
		c-0.61-0.1-1.24-0.21-1.87-0.3c-1.54-0.27-3.07-0.55-4.59-0.84l-1.28-0.27c-1.92-0.38-3.85-0.8-5.75-1.24l-1.31-0.32
		c-1.49-0.36-2.97-0.72-4.46-1.12l-1.75-0.48c-1.43-0.4-2.86-0.8-4.28-1.24l-1.41-0.42c-1.87-0.57-3.73-1.16-5.58-1.79l-0.78-0.29
		c-1.58-0.53-3.16-1.1-4.72-1.69l-1.5-0.57c-1.45-0.55-2.82-1.1-4.19-1.66l-1.39-0.57c-3.58-1.49-7.16-3.1-10.64-4.82l-1.35-0.67
		c-1.31-0.65-2.65-1.33-3.98-2.04l-1.31-0.7c-1.68-0.88-3.33-1.79-4.95-2.72l-0.1-0.06c-1.71-0.97-3.41-2-5.1-3.03l-1.01-0.63
		c-1.35-0.84-2.67-1.68-3.98-2.53l-1.16-0.78c-1.47-0.97-2.91-1.94-4.32-2.95l-0.46-0.32c-1.64-1.14-3.24-2.32-4.84-3.52l-0.63-0.48
		c-1.35-1.03-2.67-2.06-3.98-3.1l-1.03-0.82c-1.3-1.07-2.59-2.13-3.87-3.22l-0.59-0.51c-1.54-1.33-3.05-2.65-4.53-4l-0.19-0.19
		c-1.35-1.22-2.68-2.49-4.02-3.79l-0.88-0.84l-1.49-1.49v-0.02l17.5-17.5c0.44,0.46,0.88,0.89,1.31,1.31l0.76,0.74
		c1.16,1.12,2.34,2.25,3.54,3.35l0.19,0.17c1.26,1.14,2.57,2.3,3.9,3.47l0.55,0.46c1.1,0.95,2.25,1.89,3.39,2.8l0.91,0.74
		c1.12,0.91,2.28,1.81,3.47,2.7l0.57,0.44c1.39,1.05,2.78,2.08,4.21,3.08l0.42,0.29c1.24,0.88,2.49,1.73,3.77,2.57l1.03,0.69
		c1.16,0.76,2.32,1.5,3.48,2.23l0.91,0.57c1.45,0.88,2.93,1.77,4.44,2.63l0.21,0.13c1.31,0.74,2.76,1.52,4.21,2.3l1.18,0.63
		c1.14,0.59,2.3,1.2,3.48,1.79l1.18,0.59c3.05,1.49,6.17,2.89,9.29,4.19l1.22,0.5c1.2,0.5,2.4,0.97,3.6,1.43l1.39,0.53
		c1.39,0.51,2.76,1.01,4.15,1.49l0.7,0.27c1.58,0.53,3.22,1.05,4.85,1.56l1.24,0.36c1.24,0.36,2.49,0.72,3.75,1.09l1.54,0.42
		c1.28,0.32,2.59,0.67,3.88,0.97l1.16,0.29c1.66,0.38,3.33,0.74,5.03,1.09l1.12,0.23c1.33,0.25,2.67,0.5,4.02,0.74l1.62,0.27
		c1.3,0.21,2.57,0.38,3.85,0.57l1.43,0.19c1.71,0.23,3.45,0.44,5.18,0.61l0.82,0.08c1.49,0.13,2.97,0.27,4.46,0.36l1.68,0.11
		c1.28,0.08,2.55,0.13,3.85,0.19l1.62,0.06c1.75,0.06,3.52,0.1,5.31,0.1H199.99z"></path>
                    <path fill="#CE4A1B" d="M341.4,341.42l-1.43,1.43l-0.93,0.89c-1.29,1.26-2.59,2.49-3.92,3.71l-0.27,0.25
		c-1.49,1.35-2.99,2.67-4.49,3.98l-0.65,0.55c-1.26,1.07-2.53,2.11-3.83,3.16l-1.09,0.88c-1.28,1.03-2.57,2.04-3.88,3.03l-0.72,0.55
		c-1.56,1.2-3.16,2.36-4.78,3.5l-0.4,0.29c-1.5,1.05-2.93,2.02-4.36,2.97l-1.24,0.82c-1.3,0.84-2.59,1.68-3.9,2.49l-1.08,0.69
		c-1.66,1.01-3.35,2.02-5.06,2.99l-0.25,0.15c-1.49,0.84-3.12,1.75-4.78,2.65l-1.33,0.7c-1.33,0.69-2.65,1.37-3.98,2.04l-1.37,0.67
		c-3.48,1.71-7.06,3.33-10.6,4.82l-1.41,0.57c-1.37,0.55-2.74,1.1-4.11,1.62l-1.58,0.61c-1.58,0.57-3.14,1.14-4.7,1.69l-0.8,0.27
		c-1.87,0.65-3.73,1.24-5.6,1.81l-1.39,0.42c-1.43,0.44-2.88,0.84-4.3,1.24c-0.57,0.15-1.16,0.32-1.75,0.48
		c-1.48,0.38-2.95,0.76-4.45,1.12l-1.31,0.32c-1.9,0.44-3.83,0.86-5.75,1.26l-1.28,0.23c-1.52,0.3-3.05,0.59-4.59,0.86l-1.87,0.3
		c-1.45,0.23-2.91,0.46-4.36,0.65l-1.62,0.23c-1.98,0.27-3.96,0.5-5.94,0.7l-0.93,0.08c-1.68,0.15-3.37,0.3-5.08,0.42l-1.9,0.11
		c-1.45,0.1-2.91,0.17-4.38,0.23l-1.83,0.08c-1.92,0.06-3.85,0.1-5.79,0.1h-0.32v-24.75h0.04c1.77,0,3.56-0.04,5.31-0.1l1.64-0.06
		c1.28-0.06,2.55-0.11,3.83-0.19l1.68-0.11c1.5-0.1,2.99-0.23,4.47-0.36l0.78-0.08c1.75-0.17,3.48-0.38,5.22-0.61l1.43-0.19
		c1.28-0.19,2.55-0.38,3.83-0.57l1.62-0.29c1.35-0.23,2.7-0.48,4.04-0.72l1.1-0.23c1.69-0.34,3.37-0.7,5.05-1.09l1.14-0.29
		c1.31-0.32,2.61-0.65,3.9-0.99l1.5-0.4c1.3-0.36,2.53-0.72,3.79-1.09l1.24-0.38c1.62-0.5,3.26-1.01,4.87-1.56l0.72-0.27
		c1.35-0.46,2.72-0.95,4.09-1.47l1.3-0.49c1.29-0.5,2.49-0.97,3.67-1.45l1.24-0.51c3.12-1.29,6.24-2.72,9.29-4.21l1.22-0.61
		c1.16-0.57,2.3-1.16,3.46-1.77l1.18-0.61c1.45-0.78,2.89-1.58,4.32-2.4l0.25-0.13c1.33-0.76,2.82-1.66,4.28-2.55l0.93-0.59
		c1.16-0.72,2.3-1.45,3.43-2.19l1.08-0.7c1.26-0.84,2.49-1.69,3.73-2.55l0.34-0.25c1.5-1.07,2.91-2.09,4.3-3.12l0.59-0.48
		c1.18-0.88,2.32-1.77,3.45-2.67l0.93-0.76c1.14-0.91,2.25-1.85,3.35-2.8l0.57-0.48c1.33-1.14,2.63-2.28,3.92-3.47l0.3-0.29
		c1.1-1.03,2.27-2.11,3.39-3.2l0.82-0.8c0.42-0.42,0.84-0.84,1.24-1.26L341.4,341.42z"></path>
                    <path fill="#D0633F" d="M400,200.01c0,36.82-10.11,72.83-29.23,104.11l-0.3,0.51c-0.93,1.52-1.87,2.95-2.8,4.4l-0.55,0.84
		c-0.99,1.52-1.94,2.89-2.89,4.26l-0.55,0.8c-2.25,3.2-4.65,6.4-7.1,9.48l-0.69,0.86c-1.01,1.28-2.06,2.53-3.12,3.79l-0.72,0.88
		c-2.57,2.99-5.24,5.92-7.94,8.72l-0.69,0.72c-0.67,0.69-1.35,1.37-2.02,2.04l-17.52-17.52c0.61-0.59,1.2-1.18,1.77-1.77l0.63-0.63
		c2.36-2.46,4.68-5.03,6.93-7.65l0.67-0.78c0.91-1.09,1.83-2.19,2.72-3.31l0.61-0.74c2.15-2.7,4.25-5.5,6.23-8.32l0.48-0.69
		c0.84-1.22,1.66-2.42,2.46-3.64l0.57-0.84c0.91-1.43,1.83-2.86,2.72-4.3l0.19-0.32c16.6-27.32,25.4-58.76,25.4-90.89H400z"></path>
                    <path fill="#D87A5B" d="M400,200.01h-24.75c0-43.47-16.05-85.16-45.16-117.42c-2-2.21-4.06-4.38-6.19-6.49l17.5-17.5
		c2.42,2.38,4.78,4.87,7.06,7.41C381.68,102.81,400,150.39,400,200.01z"></path>
                    <path fill="#DD917A" d="M341.4,58.6l-17.5,17.5c-2.08-2.09-4.23-4.13-6.4-6.09l-0.25-0.25c-0.95-0.84-2.02-1.79-3.12-2.72l-0.46-0.4
		c-0.95-0.8-1.9-1.62-2.89-2.42l-0.67-0.53c-0.93-0.74-1.83-1.47-2.74-2.19l-0.84-0.63c-0.89-0.69-1.79-1.35-2.67-2.02l-0.8-0.57
		c-1.03-0.74-1.9-1.37-2.78-1.98l-1.03-0.72c-0.86-0.59-1.73-1.18-2.61-1.75l-1.07-0.72c-0.88-0.55-1.75-1.12-2.65-1.68l-1.1-0.69
		c-0.89-0.55-1.79-1.09-2.68-1.62l-1.1-0.67c-0.91-0.53-1.85-1.05-2.78-1.58l-1.07-0.59c-0.97-0.53-1.94-1.05-2.93-1.56l-0.95-0.51
		c-1.07-0.55-2.13-1.09-3.22-1.6l-0.76-0.38c-1.24-0.61-2.51-1.2-3.79-1.79l-0.29-0.13c-2.65-1.2-5.46-2.38-8.24-3.48l-0.46-0.17
		c-1.2-0.48-2.44-0.93-3.67-1.39l-1.12-0.4c-1.03-0.36-2.04-0.72-3.07-1.07l-1.43-0.46c-0.93-0.3-1.88-0.61-2.82-0.89l-1.6-0.48
		c-0.89-0.27-1.77-0.53-2.67-0.78l-1.73-0.46c-0.88-0.25-1.73-0.46-2.61-0.69l-1.83-0.44c-0.84-0.21-1.68-0.4-2.55-0.59
		c-0.61-0.15-1.24-0.29-1.87-0.42c-0.84-0.17-1.69-0.36-2.55-0.51c-0.63-0.13-1.28-0.25-1.9-0.38c-0.86-0.15-1.69-0.3-2.55-0.44
		c-0.65-0.11-1.29-0.23-1.94-0.32c-0.86-0.13-1.73-0.27-2.59-0.38l-1.94-0.29c-0.88-0.11-1.75-0.21-2.63-0.32l-0.46-0.04
		c-0.5-0.06-0.97-0.11-1.47-0.17c-0.91-0.1-1.79-0.17-2.68-0.25l-1.92-0.17c-0.82-0.08-1.64-0.13-2.46-0.17l-2.17-0.13
		c-1.05-0.06-2.11-0.1-3.16-0.13l-1.48-0.06c-1.56-0.04-3.14-0.06-4.7-0.06V0c1.79,0,3.58,0.02,5.35,0.08l1.69,0.08
		c1.2,0.04,2.4,0.08,3.62,0.13c0.46,0.04,0.93,0.06,1.41,0.1l1.01,0.06c0.95,0.06,1.9,0.13,2.86,0.21c0.53,0.04,1.08,0.08,1.62,0.13
		l0.55,0.06c1.01,0.08,2.04,0.17,3.05,0.29c0.59,0.06,1.2,0.13,1.79,0.21l0.44,0.04c0.99,0.11,2,0.25,2.99,0.36
		c0.59,0.08,1.18,0.17,1.77,0.25l0.44,0.08c0.99,0.13,1.96,0.29,2.95,0.44c0.72,0.11,1.47,0.23,2.21,0.36
		c0.97,0.17,1.94,0.34,2.91,0.51c0.74,0.13,1.47,0.29,2.19,0.42c0.97,0.19,1.94,0.4,2.91,0.61c0.72,0.15,1.43,0.3,2.13,0.46
		c0.99,0.21,1.96,0.44,2.93,0.69c0.7,0.15,1.39,0.32,2.08,0.49c0.99,0.25,1.98,0.51,2.97,0.78l0.3,0.08
		c0.57,0.15,1.12,0.3,1.68,0.46c1.01,0.29,2.04,0.59,3.07,0.89l1.83,0.53c1.07,0.34,2.13,0.69,3.2,1.03l1.62,0.51
		c1.2,0.4,2.36,0.82,3.52,1.24l1.28,0.44c1.43,0.51,2.84,1.05,4.23,1.6l0.55,0.21c3.12,1.24,6.32,2.59,9.46,4l0.3,0.15
		c1.37,0.63,2.82,1.31,4.26,2l0.86,0.42c1.24,0.61,2.46,1.22,3.66,1.85l1.09,0.57c1.14,0.59,2.27,1.2,3.37,1.81l1.22,0.67
		c1.07,0.61,2.13,1.2,3.18,1.81l1.24,0.74c1.03,0.61,2.06,1.22,3.08,1.87l1.26,0.78c1.01,0.63,2,1.26,3.01,1.92l1.22,0.8
		c1.01,0.67,2,1.33,2.99,2.02l1.16,0.8c1.01,0.7,2,1.43,2.99,2.13l1.1,0.8c0.99,0.74,2,1.5,3.01,2.28l0.95,0.72
		c1.07,0.82,2.09,1.66,3.14,2.49l0.76,0.61c1.12,0.91,2.23,1.85,3.33,2.8l0.48,0.4c1.24,1.05,2.44,2.11,3.62,3.18l0.27,0.25
		C336.58,53.88,339.02,56.19,341.4,58.6z"></path>
                    <path fill="#E2A393" d="M199.99,0v24.77c-1.56,0-3.14,0.02-4.7,0.06l-1.5,0.06c-1.03,0.04-2.09,0.08-3.16,0.13l-2.08,0.13
		c-0.86,0.04-1.71,0.1-2.55,0.17l-1.88,0.17c-0.91,0.08-1.83,0.15-2.72,0.25l-1.92,0.23c-0.88,0.1-1.77,0.21-2.67,0.32l-1.9,0.27
		c-0.88,0.11-1.75,0.25-2.63,0.4c-0.65,0.1-1.28,0.19-1.9,0.3c-0.86,0.15-1.73,0.3-2.61,0.48c-0.65,0.11-1.26,0.23-1.87,0.34
		c-0.88,0.17-1.75,0.36-2.65,0.55l-1.77,0.38c-0.89,0.21-1.81,0.42-2.68,0.63l-1.69,0.42c-0.93,0.23-1.87,0.48-2.8,0.72l-1.54,0.42
		c-0.99,0.29-1.96,0.57-2.95,0.86l-1.35,0.4c-1.09,0.34-2.17,0.69-3.26,1.05l-0.99,0.32c-1.33,0.44-2.68,0.91-4.02,1.41l-0.29,0.1
		c-4.11,1.5-8.36,3.24-12.49,5.12l-0.4,0.19c-1.2,0.55-2.42,1.12-3.64,1.71l-0.67,0.32c-1.1,0.55-2.21,1.1-3.31,1.68l-0.76,0.4
		c-1.07,0.55-2.11,1.12-3.16,1.71l-0.84,0.46c-1.01,0.57-2.04,1.14-3.05,1.75l-0.67,0.38c-1.16,0.7-2.19,1.31-3.2,1.94L107,51.46
		c-1.03,0.65-2.06,1.29-3.07,1.96l-0.65,0.42c-1.07,0.72-2.11,1.43-3.14,2.15l-0.51,0.34c-1.1,0.78-2.19,1.56-3.27,2.36l-0.21,0.15
		c-7.12,5.25-13.84,11.02-20.07,17.25l-17.5-17.5c7.08-7.1,14.72-13.65,22.77-19.61l0.25-0.17c1.33-0.97,2.57-1.87,3.83-2.74
		l0.59-0.42c1.18-0.82,2.38-1.64,3.58-2.44l0.59-0.38c1.29-0.86,2.48-1.6,3.66-2.34l0.82-0.51c1.18-0.74,2.34-1.45,3.5-2.13
		l0.91-0.53c1.14-0.69,2.32-1.35,3.5-2.02l0.93-0.51c1.18-0.65,2.4-1.29,3.62-1.94l0.86-0.46c1.28-0.65,2.53-1.29,3.81-1.92
		l0.76-0.36c1.37-0.67,2.76-1.33,4.15-1.96l0.44-0.21c4.72-2.15,9.56-4.13,14.41-5.9l0.27-0.1c1.58-0.57,3.05-1.09,4.53-1.58
		l1.07-0.34c1.28-0.42,2.51-0.82,3.77-1.22l1.54-0.46c1.1-0.32,2.23-0.65,3.35-0.97l1.77-0.48c1.07-0.29,2.13-0.57,3.2-0.84
		l1.75-0.44c1.18-0.29,2.21-0.51,3.24-0.74c0.67-0.15,1.35-0.3,2.04-0.46c1.01-0.21,2.02-0.42,3.03-0.61
		c0.7-0.15,1.41-0.29,2.11-0.42c0.99-0.17,1.98-0.34,2.99-0.51c0.72-0.13,1.45-0.25,2.17-0.36c0.99-0.17,2-0.3,2.99-0.46l0.23-0.04
		c0.65-0.1,1.29-0.17,1.96-0.27c1.01-0.13,2.02-0.25,3.03-0.38l0.51-0.06c0.57-0.06,1.12-0.13,1.69-0.19
		c1.01-0.1,2.06-0.19,3.08-0.29l0.48-0.06c0.55-0.04,1.12-0.1,1.68-0.13c0.99-0.08,1.98-0.15,2.95-0.21l2.32-0.15
		c1.22-0.06,2.44-0.1,3.64-0.13l1.69-0.08C196.41,0.02,198.2,0,199.99,0z"></path>
                    <path fill="#DD917A" d="M76.08,76.1c-2.27,2.27-4.45,4.57-6.59,6.95c-28.84,32.18-44.74,73.7-44.74,116.96H0
		c0-49.35,18.14-96.76,51.08-133.49c2.42-2.7,4.93-5.35,7.5-7.92L76.08,76.1z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/48.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/48.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <path fill="#B4D1B0" d="M342.63,321.88c0.23-0.27,0.46-0.55,0.69-0.82c0.99-1.17,1.97-2.35,2.93-3.55c0.21-0.27,0.43-0.53,0.64-0.8
		c2.31-2.9,4.53-5.87,6.66-8.9c0.18-0.25,0.35-0.5,0.52-0.76c0.89-1.28,1.76-2.57,2.62-3.87c0.2-0.31,0.4-0.61,0.6-0.92
		c0.99-1.52,1.96-3.05,2.91-4.59c0,0,0.01-0.01,0.01-0.01l0,0c17.38-28.45,27.39-61.88,27.39-97.66c0-48.35-18.3-92.43-48.34-125.7
		l0,0c0,0,0,0,0,0c-4.29-4.75-8.82-9.28-13.57-13.57c-0.01-0.01-0.03-0.02-0.04-0.03c-1.14-1.03-2.3-2.05-3.47-3.06
		c-0.15-0.13-0.31-0.26-0.47-0.4c-1.03-0.88-2.07-1.75-3.12-2.61c-0.24-0.2-0.49-0.39-0.73-0.59c-0.97-0.78-1.94-1.56-2.93-2.32
		c-0.3-0.23-0.6-0.46-0.91-0.7c-0.94-0.72-1.88-1.43-2.84-2.14c-0.34-0.25-0.67-0.49-1.01-0.74c-0.93-0.68-1.86-1.34-2.8-2
		c-0.36-0.25-0.73-0.51-1.09-0.76c-0.93-0.64-1.86-1.27-2.81-1.9c-0.38-0.25-0.76-0.5-1.14-0.75c-0.94-0.61-1.88-1.21-2.83-1.81
		c-0.39-0.25-0.78-0.49-1.18-0.73c-0.96-0.59-1.92-1.17-2.89-1.74c-0.39-0.23-0.78-0.46-1.17-0.69c-0.99-0.58-1.98-1.14-2.98-1.7
		c-0.38-0.21-0.76-0.43-1.14-0.64c-1.04-0.57-2.09-1.13-3.14-1.68c-0.34-0.18-0.68-0.36-1.03-0.54c-1.14-0.59-2.28-1.16-3.43-1.72
		c-0.27-0.13-0.54-0.27-0.81-0.4c-1.35-0.65-2.71-1.29-4.08-1.92c-0.07-0.03-0.14-0.07-0.21-0.1c-2.93-1.33-5.9-2.59-8.91-3.77
		c-0.15-0.06-0.31-0.12-0.47-0.18c-1.32-0.51-2.64-1.01-3.97-1.5c-0.4-0.15-0.81-0.28-1.21-0.43c-1.09-0.39-2.18-0.77-3.28-1.14
		c-0.51-0.17-1.02-0.33-1.53-0.5c-1-0.33-2-0.65-3.01-0.96c-0.57-0.17-1.14-0.34-1.72-0.51c-0.95-0.28-1.91-0.56-2.87-0.83
		c-0.62-0.17-1.23-0.34-1.85-0.5c-0.93-0.25-1.85-0.49-2.78-0.73c-0.65-0.16-1.3-0.32-1.94-0.47c-0.91-0.22-1.83-0.43-2.75-0.64
		c-0.67-0.15-1.33-0.29-2-0.44c-0.91-0.19-1.82-0.38-2.74-0.56c-0.68-0.13-1.36-0.27-2.04-0.39c-0.91-0.17-1.82-0.33-2.74-0.48
		c-0.69-0.12-1.39-0.23-2.08-0.34c-0.92-0.15-1.84-0.28-2.76-0.41c-0.69-0.1-1.39-0.2-2.09-0.29c-0.93-0.12-1.87-0.23-2.81-0.34
		c-0.69-0.08-1.38-0.16-2.08-0.24c-0.95-0.1-1.91-0.19-2.87-0.27c-0.68-0.06-1.36-0.13-2.05-0.18c-1.01-0.08-2.02-0.14-3.03-0.2
		c-0.64-0.04-1.27-0.09-1.92-0.12c-1.13-0.06-2.26-0.1-3.4-0.14c-0.53-0.02-1.05-0.05-1.58-0.06c-1.67-0.04-3.34-0.07-5.02-0.07
		c-1.68,0-3.36,0.02-5.03,0.07c-0.53,0.01-1.06,0.04-1.59,0.06c-1.13,0.04-2.27,0.08-3.4,0.14c-0.64,0.03-1.28,0.08-1.92,0.12
		c-1.02,0.06-2.03,0.13-3.05,0.21c-0.68,0.05-1.35,0.12-2.02,0.18c-0.97,0.09-1.94,0.17-2.91,0.28c-0.68,0.07-1.37,0.15-2.05,0.23
		c-0.95,0.11-1.9,0.22-2.85,0.35c-0.69,0.09-1.37,0.19-2.05,0.29c-0.94,0.13-1.88,0.27-2.81,0.42c-0.68,0.11-1.35,0.22-2.03,0.34
		c-0.94,0.16-1.88,0.33-2.82,0.5c-0.66,0.12-1.32,0.25-1.97,0.38c-0.95,0.19-1.89,0.38-2.84,0.58c-0.64,0.14-1.28,0.27-1.91,0.42
		c-0.96,0.22-1.92,0.44-2.88,0.67c-0.6,0.15-1.2,0.29-1.8,0.44c-1,0.25-2,0.52-2.99,0.78c-0.55,0.15-1.1,0.29-1.65,0.45
		c-1.06,0.3-2.12,0.61-3.17,0.92c-0.48,0.14-0.95,0.28-1.43,0.42c-1.17,0.36-2.34,0.74-3.51,1.12c-0.35,0.11-0.69,0.22-1.04,0.34
		c-1.45,0.49-2.89,0.99-4.32,1.51c-0.06,0.02-0.12,0.04-0.18,0.06c-4.59,1.67-9.1,3.52-13.51,5.53c-0.13,0.06-0.27,0.13-0.4,0.19
		c-1.31,0.6-2.62,1.22-3.91,1.85c-0.23,0.11-0.46,0.23-0.7,0.35c-1.2,0.59-2.39,1.19-3.57,1.8c-0.27,0.14-0.55,0.29-0.82,0.43
		c-1.14,0.6-2.27,1.2-3.39,1.82c-0.29,0.16-0.57,0.32-0.86,0.48c-1.11,0.62-2.21,1.25-3.3,1.89c-0.28,0.17-0.57,0.33-0.85,0.5
		c-1.1,0.65-2.19,1.31-3.27,1.98c-0.26,0.16-0.53,0.33-0.79,0.49c-1.1,0.69-2.2,1.4-3.28,2.11c-0.23,0.15-0.46,0.3-0.7,0.46
		c-1.13,0.75-2.24,1.51-3.35,2.28c-0.18,0.13-0.37,0.25-0.55,0.38c-1.18,0.82-2.34,1.66-3.5,2.51c-0.11,0.08-0.21,0.16-0.32,0.23
		c-10.34,7.63-19.86,16.29-28.42,25.84c0,0,0,0,0,0l0,0C30.5,108,12.38,151.88,12.38,200c0,35.79,10.03,69.25,27.42,97.7l0,0
		c0,0,0,0,0,0c0.95,1.56,1.93,3.09,2.92,4.62c0.19,0.29,0.38,0.57,0.57,0.86c0.88,1.33,1.78,2.66,2.69,3.97
		c0.15,0.22,0.3,0.44,0.46,0.66c2.14,3.05,4.38,6.03,6.7,8.94c0.2,0.25,0.41,0.51,0.61,0.76c0.98,1.22,1.98,2.42,2.99,3.62
		c0.21,0.25,0.42,0.5,0.63,0.75c2.41,2.82,4.9,5.57,7.47,8.24c0.21,0.21,0.41,0.42,0.62,0.64c1.08,1.11,2.18,2.21,3.29,3.3
		c0.27,0.26,0.54,0.53,0.81,0.79c1.25,1.21,2.52,2.41,3.8,3.59c0.05,0.05,0.1,0.1,0.16,0.14c1.39,1.27,2.8,2.52,4.23,3.74
		c0.19,0.17,0.39,0.33,0.58,0.49c1.2,1.02,2.4,2.02,3.62,3.01c0.32,0.26,0.65,0.52,0.97,0.78c1.23,0.98,2.47,1.95,3.72,2.9
		c0.2,0.15,0.4,0.31,0.61,0.46c1.49,1.12,2.99,2.22,4.52,3.3c0.15,0.1,0.29,0.2,0.44,0.31c1.33,0.94,2.68,1.86,4.04,2.76
		c0.37,0.25,0.74,0.49,1.11,0.73c1.23,0.8,2.47,1.59,3.72,2.37c0.32,0.2,0.64,0.4,0.96,0.6c1.58,0.97,3.17,1.92,4.78,2.84
		c0.03,0.02,0.06,0.03,0.09,0.05c1.53,0.88,3.08,1.73,4.63,2.56c0.41,0.22,0.83,0.44,1.25,0.66c1.24,0.65,2.49,1.29,3.75,1.92
		c0.42,0.21,0.83,0.42,1.25,0.62c3.27,1.6,6.59,3.1,9.97,4.51c0.44,0.18,0.88,0.36,1.32,0.54c1.28,0.52,2.56,1.03,3.85,1.52
		c0.49,0.19,0.99,0.38,1.48,0.56c1.47,0.55,2.95,1.08,4.44,1.59c0.24,0.08,0.48,0.17,0.72,0.25c1.73,0.59,3.48,1.15,5.23,1.69
		c0.44,0.13,0.88,0.26,1.31,0.39c1.34,0.4,2.68,0.79,4.03,1.16c0.55,0.15,1.09,0.3,1.64,0.44c1.39,0.37,2.78,0.72,4.18,1.06
		c0.41,0.1,0.81,0.2,1.22,0.3c1.79,0.42,3.59,0.81,5.39,1.18c0.4,0.08,0.8,0.15,1.2,0.23c1.43,0.28,2.86,0.54,4.3,0.79
		c0.58,0.1,1.16,0.2,1.75,0.29c1.36,0.22,2.73,0.42,4.1,0.61c0.51,0.07,1.01,0.15,1.52,0.21c1.84,0.24,3.7,0.46,5.56,0.65
		c0.29,0.03,0.58,0.05,0.87,0.08c1.58,0.15,3.17,0.28,4.77,0.4c0.59,0.04,1.19,0.08,1.79,0.11c1.37,0.08,2.74,0.15,4.11,0.2
		c0.57,0.02,1.15,0.05,1.72,0.07c1.89,0.06,3.79,0.09,5.69,0.09c0.01,0,0.02,0,0.03,0s0.02,0,0.03,0c1.9,0,3.8-0.04,5.69-0.09
		c0.58-0.02,1.15-0.04,1.73-0.07c1.37-0.05,2.74-0.12,4.11-0.2c0.6-0.04,1.19-0.07,1.79-0.11c1.6-0.11,3.2-0.25,4.79-0.4
		c0.28-0.03,0.57-0.05,0.86-0.08c1.86-0.19,3.71-0.41,5.56-0.65c0.51-0.07,1.02-0.14,1.53-0.21c1.37-0.19,2.73-0.39,4.09-0.61
		c0.59-0.09,1.17-0.19,1.75-0.29c1.44-0.25,2.88-0.51,4.31-0.79c0.4-0.08,0.79-0.15,1.19-0.23c1.81-0.37,3.61-0.76,5.4-1.18
		c0.41-0.1,0.83-0.2,1.24-0.3c1.4-0.34,2.78-0.69,4.17-1.05c0.55-0.15,1.1-0.29,1.65-0.45c1.35-0.37,2.69-0.76,4.02-1.16
		c0.44-0.13,0.88-0.26,1.32-0.39c1.75-0.54,3.5-1.1,5.23-1.69c0.25-0.09,0.5-0.18,0.75-0.27c1.48-0.51,2.94-1.04,4.4-1.58
		c0.5-0.19,1-0.38,1.5-0.57c1.28-0.49,2.56-1,3.83-1.52c0.44-0.18,0.89-0.36,1.33-0.54c3.37-1.41,6.69-2.91,9.95-4.51
		c0.43-0.21,0.85-0.42,1.28-0.64c1.25-0.62,2.49-1.26,3.73-1.91c0.42-0.22,0.84-0.44,1.26-0.66c1.56-0.83,3.1-1.68,4.63-2.56
		c0.03-0.02,0.07-0.04,0.1-0.06c1.6-0.92,3.18-1.86,4.76-2.83c0.34-0.21,0.67-0.42,1.01-0.63c1.23-0.77,2.45-1.54,3.66-2.34
		c0.39-0.25,0.77-0.5,1.15-0.76c1.35-0.9,2.68-1.81,4-2.73c0.16-0.11,0.31-0.22,0.47-0.33c1.51-1.07,3.01-2.17,4.49-3.28
		c0.23-0.17,0.45-0.34,0.67-0.52c1.23-0.93,2.44-1.88,3.65-2.85c0.34-0.27,0.68-0.54,1.01-0.82c1.21-0.98,2.41-1.98,3.59-2.98
		c0.2-0.17,0.4-0.34,0.6-0.51c1.42-1.22,2.82-2.46,4.2-3.72c0.09-0.08,0.18-0.17,0.27-0.25c1.25-1.14,2.47-2.3,3.69-3.48
		c0.29-0.28,0.57-0.56,0.86-0.84c1.09-1.07,2.17-2.15,3.24-3.25c0.22-0.22,0.44-0.45,0.65-0.67
		C337.75,327.42,340.23,324.69,342.63,321.88z"></path>
                    <path fill="#7AA152" d="M76.1,323.9l-17.5,17.5c-0.7-0.67-1.35-1.33-2.02-2.02l-0.69-0.7c-2.68-2.8-5.37-5.75-7.94-8.76l-0.69-0.8
		c-1.07-1.26-2.11-2.53-3.16-3.85l-0.67-0.8c-2.46-3.1-4.86-6.32-7.12-9.54l-0.5-0.7c-0.97-1.39-1.92-2.8-2.87-4.23l-0.59-0.89
		c-1.07-1.64-2.11-3.27-3.12-4.93C10.11,272.87,0,236.85,0,200.01h24.75c0,32.29,8.85,63.84,25.61,91.24
		c0.89,1.47,1.81,2.89,2.74,4.32l0.53,0.8c0.82,1.26,1.66,2.49,2.49,3.71l0.44,0.61c1.98,2.82,4.09,5.64,6.26,8.36l0.57,0.72
		c0.91,1.12,1.83,2.25,2.78,3.37l0.59,0.7c2.25,2.63,4.61,5.22,6.99,7.69l0.57,0.59C74.92,322.74,75.51,323.33,76.1,323.9z"></path>
                    <path fill="#608D3C" d="M199.99,375.25V400h-0.3c-1.94,0-3.87-0.04-5.79-0.1l-1.83-0.08c-1.47-0.06-2.93-0.13-4.38-0.23l-1.9-0.11
		c-1.69-0.11-3.41-0.27-5.08-0.42l-0.91-0.08c-2-0.21-3.98-0.44-5.94-0.7l-1.64-0.23c-1.47-0.19-2.91-0.42-4.36-0.65
		c-0.61-0.1-1.24-0.21-1.87-0.3c-1.54-0.27-3.07-0.55-4.59-0.84l-1.28-0.27c-1.92-0.38-3.85-0.8-5.75-1.24l-1.31-0.32
		c-1.49-0.36-2.97-0.72-4.46-1.12l-1.75-0.48c-1.43-0.4-2.86-0.8-4.28-1.24l-1.41-0.42c-1.87-0.57-3.73-1.16-5.58-1.79l-0.78-0.29
		c-1.58-0.53-3.16-1.1-4.72-1.69l-1.5-0.57c-1.45-0.55-2.82-1.1-4.19-1.66l-1.39-0.57c-3.58-1.49-7.16-3.1-10.64-4.82l-1.35-0.67
		c-1.31-0.65-2.65-1.33-3.98-2.04l-1.31-0.7c-1.68-0.88-3.33-1.79-4.95-2.72l-0.1-0.06c-1.71-0.97-3.41-2-5.1-3.03l-1.01-0.63
		c-1.35-0.84-2.67-1.68-3.98-2.53l-1.16-0.78c-1.47-0.97-2.91-1.94-4.32-2.95l-0.46-0.32c-1.64-1.14-3.24-2.32-4.84-3.52l-0.63-0.48
		c-1.35-1.03-2.67-2.06-3.98-3.1l-1.03-0.82c-1.3-1.07-2.59-2.13-3.87-3.22l-0.59-0.51c-1.54-1.33-3.05-2.65-4.53-4l-0.19-0.19
		c-1.35-1.22-2.68-2.49-4.02-3.79l-0.88-0.84l-1.49-1.49v-0.02l17.5-17.5c0.44,0.46,0.88,0.89,1.31,1.31l0.76,0.74
		c1.16,1.12,2.34,2.25,3.54,3.35l0.19,0.17c1.26,1.14,2.57,2.3,3.9,3.47l0.55,0.46c1.1,0.95,2.25,1.88,3.39,2.8l0.91,0.74
		c1.12,0.91,2.28,1.81,3.47,2.7l0.57,0.44c1.39,1.05,2.78,2.08,4.21,3.08l0.42,0.29c1.24,0.88,2.49,1.73,3.77,2.57l1.03,0.69
		c1.16,0.76,2.32,1.5,3.48,2.23l0.91,0.57c1.45,0.88,2.93,1.77,4.44,2.63l0.21,0.13c1.31,0.74,2.76,1.52,4.21,2.3l1.18,0.63
		c1.14,0.59,2.3,1.2,3.48,1.79l1.18,0.59c3.05,1.49,6.17,2.89,9.29,4.19l1.22,0.5c1.2,0.5,2.4,0.97,3.6,1.43l1.39,0.53
		c1.39,0.51,2.76,1.01,4.15,1.49l0.7,0.27c1.58,0.53,3.22,1.05,4.85,1.56l1.24,0.36c1.24,0.36,2.49,0.72,3.75,1.09l1.54,0.42
		c1.28,0.32,2.59,0.67,3.88,0.97l1.16,0.29c1.66,0.38,3.33,0.74,5.03,1.09l1.12,0.23c1.33,0.25,2.67,0.5,4.02,0.74l1.62,0.27
		c1.3,0.21,2.57,0.38,3.85,0.57l1.43,0.19c1.71,0.23,3.45,0.44,5.18,0.61l0.82,0.08c1.49,0.13,2.97,0.27,4.46,0.36l1.68,0.11
		c1.28,0.08,2.55,0.13,3.85,0.19l1.62,0.06c1.75,0.06,3.52,0.1,5.31,0.1H199.99z"></path>
                    <path fill="#4C7930" d="M341.4,341.42l-1.43,1.43l-0.93,0.89c-1.29,1.26-2.59,2.49-3.92,3.71l-0.27,0.25
		c-1.49,1.35-2.99,2.67-4.49,3.98l-0.65,0.55c-1.26,1.07-2.53,2.11-3.83,3.16l-1.09,0.88c-1.28,1.03-2.57,2.04-3.88,3.03l-0.72,0.55
		c-1.56,1.2-3.16,2.36-4.78,3.5l-0.4,0.29c-1.5,1.05-2.93,2.02-4.36,2.97l-1.24,0.82c-1.3,0.84-2.59,1.68-3.9,2.49l-1.08,0.69
		c-1.66,1.01-3.35,2.02-5.06,2.99l-0.25,0.15c-1.49,0.84-3.12,1.75-4.78,2.65l-1.33,0.7c-1.33,0.69-2.65,1.37-3.98,2.04l-1.37,0.67
		c-3.48,1.71-7.06,3.33-10.6,4.82l-1.41,0.57c-1.37,0.55-2.74,1.1-4.11,1.62l-1.58,0.61c-1.58,0.57-3.14,1.14-4.7,1.69l-0.8,0.27
		c-1.87,0.65-3.73,1.24-5.6,1.81l-1.39,0.42c-1.43,0.44-2.88,0.84-4.3,1.24c-0.57,0.15-1.16,0.32-1.75,0.48
		c-1.48,0.38-2.95,0.76-4.45,1.12l-1.31,0.32c-1.9,0.44-3.83,0.86-5.75,1.26l-1.28,0.23c-1.52,0.3-3.05,0.59-4.59,0.86l-1.87,0.3
		c-1.45,0.23-2.91,0.46-4.36,0.65l-1.62,0.23c-1.98,0.27-3.96,0.5-5.94,0.7l-0.93,0.08c-1.68,0.15-3.37,0.3-5.08,0.42l-1.9,0.11
		c-1.45,0.1-2.91,0.17-4.38,0.23l-1.83,0.08c-1.92,0.06-3.85,0.1-5.79,0.1h-0.32v-24.75h0.04c1.77,0,3.56-0.04,5.31-0.1l1.64-0.06
		c1.28-0.06,2.55-0.11,3.83-0.19l1.68-0.11c1.5-0.1,2.99-0.23,4.47-0.36l0.78-0.08c1.75-0.17,3.48-0.38,5.22-0.61l1.43-0.19
		c1.28-0.19,2.55-0.38,3.83-0.57l1.62-0.29c1.35-0.23,2.7-0.48,4.04-0.72l1.1-0.23c1.69-0.34,3.37-0.7,5.05-1.09l1.14-0.29
		c1.31-0.32,2.61-0.65,3.9-0.99l1.5-0.4c1.3-0.36,2.53-0.72,3.79-1.09l1.24-0.38c1.62-0.5,3.26-1.01,4.87-1.56l0.72-0.27
		c1.35-0.46,2.72-0.95,4.09-1.47l1.3-0.49c1.29-0.5,2.49-0.97,3.67-1.45l1.24-0.51c3.12-1.29,6.24-2.72,9.29-4.21l1.22-0.61
		c1.16-0.57,2.3-1.16,3.46-1.77l1.18-0.61c1.45-0.78,2.89-1.58,4.32-2.4l0.25-0.13c1.33-0.76,2.82-1.66,4.28-2.55l0.93-0.59
		c1.16-0.72,2.3-1.45,3.43-2.19l1.08-0.7c1.26-0.84,2.49-1.69,3.73-2.55l0.34-0.25c1.5-1.07,2.91-2.09,4.3-3.12l0.59-0.48
		c1.18-0.88,2.32-1.77,3.45-2.67l0.93-0.76c1.14-0.91,2.25-1.85,3.35-2.8l0.57-0.48c1.33-1.14,2.63-2.28,3.92-3.47l0.3-0.29
		c1.1-1.03,2.27-2.11,3.39-3.2l0.82-0.8c0.42-0.42,0.84-0.84,1.24-1.26L341.4,341.42z"></path>
                    <path fill="#608D3C" d="M400,200.01c0,36.82-10.11,72.83-29.23,104.11l-0.3,0.51c-0.93,1.52-1.87,2.95-2.8,4.4l-0.55,0.84
		c-0.99,1.52-1.94,2.89-2.89,4.26l-0.55,0.8c-2.25,3.2-4.65,6.4-7.1,9.48l-0.69,0.86c-1.01,1.28-2.06,2.53-3.12,3.79l-0.72,0.88
		c-2.57,2.99-5.24,5.92-7.94,8.72l-0.69,0.72c-0.67,0.69-1.35,1.37-2.02,2.04l-17.52-17.52c0.61-0.59,1.2-1.18,1.77-1.77l0.63-0.63
		c2.36-2.46,4.68-5.03,6.93-7.65l0.67-0.78c0.91-1.09,1.83-2.19,2.72-3.31l0.61-0.74c2.15-2.7,4.25-5.5,6.23-8.32l0.48-0.69
		c0.84-1.22,1.66-2.42,2.46-3.64l0.57-0.84c0.91-1.43,1.83-2.86,2.72-4.3l0.19-0.32c16.6-27.32,25.4-58.76,25.4-90.89H400z"></path>
                    <path fill="#7AA152" d="M400,200.01h-24.75c0-43.47-16.05-85.16-45.16-117.42c-2-2.21-4.06-4.38-6.19-6.49l17.5-17.5
		c2.42,2.38,4.78,4.87,7.06,7.41C381.68,102.81,400,150.39,400,200.01z"></path>
                    <path fill="#99B96E" d="M341.4,58.6l-17.5,17.5c-2.08-2.09-4.23-4.13-6.4-6.09l-0.25-0.25c-0.95-0.84-2.02-1.79-3.12-2.72l-0.46-0.4
		c-0.95-0.8-1.9-1.62-2.89-2.42l-0.67-0.53c-0.93-0.74-1.83-1.47-2.74-2.19l-0.84-0.63c-0.89-0.69-1.79-1.35-2.67-2.02l-0.8-0.57
		c-1.03-0.74-1.9-1.37-2.78-1.98l-1.03-0.72c-0.86-0.59-1.73-1.18-2.61-1.75l-1.07-0.72c-0.88-0.55-1.75-1.12-2.65-1.68l-1.1-0.69
		c-0.89-0.55-1.79-1.09-2.68-1.62l-1.1-0.67c-0.91-0.53-1.85-1.05-2.78-1.58l-1.07-0.59c-0.97-0.53-1.94-1.05-2.93-1.56l-0.95-0.51
		c-1.07-0.55-2.13-1.09-3.22-1.6l-0.76-0.38c-1.24-0.61-2.51-1.2-3.79-1.79l-0.29-0.13c-2.65-1.2-5.46-2.38-8.24-3.48l-0.46-0.17
		c-1.2-0.48-2.44-0.93-3.67-1.39l-1.12-0.4c-1.03-0.36-2.04-0.72-3.07-1.07l-1.43-0.46c-0.93-0.3-1.88-0.61-2.82-0.89l-1.6-0.48
		c-0.89-0.27-1.77-0.53-2.67-0.78l-1.73-0.46c-0.88-0.25-1.73-0.46-2.61-0.69l-1.83-0.44c-0.84-0.21-1.68-0.4-2.55-0.59
		c-0.61-0.15-1.24-0.29-1.87-0.42c-0.84-0.17-1.69-0.36-2.55-0.51c-0.63-0.13-1.28-0.25-1.9-0.38c-0.86-0.15-1.69-0.3-2.55-0.44
		c-0.65-0.11-1.29-0.23-1.94-0.32c-0.86-0.13-1.73-0.27-2.59-0.38l-1.94-0.29c-0.88-0.11-1.75-0.21-2.63-0.32l-0.46-0.04
		c-0.5-0.06-0.97-0.11-1.47-0.17c-0.91-0.1-1.79-0.17-2.68-0.25l-1.92-0.17c-0.82-0.08-1.64-0.13-2.46-0.17l-2.17-0.13
		c-1.05-0.06-2.11-0.1-3.16-0.13l-1.48-0.06c-1.56-0.04-3.14-0.06-4.7-0.06V0c1.79,0,3.58,0.02,5.35,0.08l1.69,0.08
		c1.2,0.04,2.4,0.08,3.62,0.13c0.46,0.04,0.93,0.06,1.41,0.1l1.01,0.06c0.95,0.06,1.9,0.13,2.86,0.21c0.53,0.04,1.08,0.08,1.62,0.13
		l0.55,0.06c1.01,0.08,2.04,0.17,3.05,0.29c0.59,0.06,1.2,0.13,1.79,0.21l0.44,0.04c0.99,0.11,2,0.25,2.99,0.36
		c0.59,0.08,1.18,0.17,1.77,0.25l0.44,0.08c0.99,0.13,1.96,0.29,2.95,0.44c0.72,0.11,1.47,0.23,2.21,0.36
		c0.97,0.17,1.94,0.34,2.91,0.51c0.74,0.13,1.47,0.29,2.19,0.42c0.97,0.19,1.94,0.4,2.91,0.61c0.72,0.15,1.43,0.3,2.13,0.46
		c0.99,0.21,1.96,0.44,2.93,0.69c0.7,0.15,1.39,0.32,2.08,0.49c0.99,0.25,1.98,0.51,2.97,0.78l0.3,0.08
		c0.57,0.15,1.12,0.3,1.68,0.46c1.01,0.29,2.04,0.59,3.07,0.89l1.83,0.53c1.07,0.34,2.13,0.69,3.2,1.03l1.62,0.51
		c1.2,0.4,2.36,0.82,3.52,1.24l1.28,0.44c1.43,0.51,2.84,1.05,4.23,1.6l0.55,0.21c3.12,1.24,6.32,2.59,9.46,4l0.3,0.15
		c1.37,0.63,2.82,1.31,4.26,2l0.86,0.42c1.24,0.61,2.46,1.22,3.66,1.85l1.09,0.57c1.14,0.59,2.27,1.2,3.37,1.81l1.22,0.67
		c1.07,0.61,2.13,1.2,3.18,1.81l1.24,0.74c1.03,0.61,2.06,1.22,3.08,1.87l1.26,0.78c1.01,0.63,2,1.26,3.01,1.92l1.22,0.8
		c1.01,0.67,2,1.33,2.99,2.02l1.16,0.8c1.01,0.7,2,1.43,2.99,2.13l1.1,0.8c0.99,0.74,2,1.5,3.01,2.28l0.95,0.72
		c1.07,0.82,2.09,1.66,3.14,2.49l0.76,0.61c1.12,0.91,2.23,1.85,3.33,2.8l0.48,0.4c1.24,1.05,2.44,2.11,3.62,3.18l0.27,0.25
		C336.58,53.88,339.02,56.19,341.4,58.6z"></path>
                    <path fill="#AFCC89" d="M199.99,0v24.77c-1.56,0-3.14,0.02-4.7,0.06l-1.5,0.06c-1.03,0.04-2.09,0.08-3.16,0.13l-2.08,0.13
		c-0.86,0.04-1.71,0.1-2.55,0.17l-1.88,0.17c-0.91,0.08-1.83,0.15-2.72,0.25l-1.92,0.23c-0.88,0.1-1.77,0.21-2.67,0.32l-1.9,0.27
		c-0.88,0.11-1.75,0.25-2.63,0.4c-0.65,0.1-1.28,0.19-1.9,0.3c-0.86,0.15-1.73,0.3-2.61,0.48c-0.65,0.11-1.26,0.23-1.87,0.34
		c-0.88,0.17-1.75,0.36-2.65,0.55l-1.77,0.38c-0.89,0.21-1.81,0.42-2.68,0.63l-1.69,0.42c-0.93,0.23-1.87,0.48-2.8,0.72l-1.54,0.42
		c-0.99,0.29-1.96,0.57-2.95,0.86l-1.35,0.4c-1.09,0.34-2.17,0.69-3.26,1.05l-0.99,0.32c-1.33,0.44-2.68,0.91-4.02,1.41l-0.29,0.1
		c-4.11,1.5-8.36,3.24-12.49,5.12l-0.4,0.19c-1.2,0.55-2.42,1.12-3.64,1.71l-0.67,0.32c-1.1,0.55-2.21,1.1-3.31,1.68l-0.76,0.4
		c-1.07,0.55-2.11,1.12-3.16,1.71l-0.84,0.46c-1.01,0.57-2.04,1.14-3.05,1.75l-0.67,0.38c-1.16,0.7-2.19,1.31-3.2,1.94L107,51.46
		c-1.03,0.65-2.06,1.29-3.07,1.96l-0.65,0.42c-1.07,0.72-2.11,1.43-3.14,2.15l-0.51,0.34c-1.1,0.78-2.19,1.56-3.27,2.36l-0.21,0.15
		c-7.12,5.25-13.84,11.02-20.07,17.25l-17.5-17.5c7.08-7.1,14.72-13.65,22.77-19.61l0.25-0.17c1.33-0.97,2.57-1.87,3.83-2.74
		l0.59-0.42c1.18-0.82,2.38-1.64,3.58-2.44l0.59-0.38c1.29-0.86,2.48-1.6,3.66-2.34l0.82-0.51c1.18-0.74,2.34-1.45,3.5-2.13
		l0.91-0.53c1.14-0.69,2.32-1.35,3.5-2.02l0.93-0.51c1.18-0.65,2.4-1.29,3.62-1.94l0.86-0.46c1.28-0.65,2.53-1.29,3.81-1.92
		l0.76-0.36c1.37-0.67,2.76-1.33,4.15-1.96l0.44-0.21c4.72-2.15,9.56-4.13,14.41-5.9l0.27-0.1c1.58-0.57,3.05-1.09,4.53-1.58
		l1.07-0.34c1.28-0.42,2.51-0.82,3.77-1.22l1.54-0.46c1.1-0.32,2.23-0.65,3.35-0.97l1.77-0.48c1.07-0.29,2.13-0.57,3.2-0.84
		l1.75-0.44c1.18-0.29,2.21-0.51,3.24-0.74c0.67-0.15,1.35-0.3,2.04-0.46c1.01-0.21,2.02-0.42,3.03-0.61
		c0.7-0.15,1.41-0.29,2.11-0.42c0.99-0.17,1.98-0.34,2.99-0.51c0.72-0.13,1.45-0.25,2.17-0.36c0.99-0.17,2-0.3,2.99-0.46l0.23-0.04
		c0.65-0.1,1.29-0.17,1.96-0.27c1.01-0.13,2.02-0.25,3.03-0.38l0.51-0.06c0.57-0.06,1.12-0.13,1.69-0.19
		c1.01-0.1,2.06-0.19,3.08-0.29l0.48-0.06c0.55-0.04,1.12-0.1,1.68-0.13c0.99-0.08,1.98-0.15,2.95-0.21l2.32-0.15
		c1.22-0.06,2.44-0.1,3.64-0.13l1.69-0.08C196.41,0.02,198.2,0,199.99,0z"></path>
                    <path fill="#99B96E" d="M76.08,76.1c-2.27,2.27-4.45,4.57-6.59,6.95c-28.84,32.18-44.74,73.7-44.74,116.96H0
		c0-49.35,18.14-96.76,51.08-133.49c2.42-2.7,4.93-5.35,7.5-7.92L76.08,76.1z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/49.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/49.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#2C57A4" points="200,1.1 234.9,24.4 276.1,16.2 299.5,51.1 340.7,59.3 348.9,100.5 383.8,123.9 375.6,165.1 398.9,200
	375.6,234.9 383.8,276.1 348.9,299.5 340.7,340.7 299.5,348.9 276.1,383.8 234.9,375.6 200,398.9 165.1,375.6 123.9,383.8
	100.5,348.9 59.3,340.7 51.1,299.5 16.2,276.1 24.4,234.9 1.1,200 24.4,165.1 16.2,123.9 51.1,100.5 59.3,59.3 100.5,51.1
	123.9,16.2 165.1,24.4 "></polygon>
                  <path fill="#AFC4E5" d="M200,400l-35.1-23.5l-41.4,8.2L100,349.7l-41.4-8.2L50.3,300l-35.1-23.5l8.2-41.4L0,200l23.5-35.1l-8.2-41.4
	L50.3,100l8.2-41.4l41.4-8.3l23.5-35.1l41.4,8.2L200,0l35.1,23.5l41.4-8.2L300,50.3l41.4,8.2l8.2,41.4l35.1,23.5l-8.2,41.4L400,200
	l-23.5,35.1l8.2,41.4L349.7,300l-8.2,41.4l-41.4,8.2l-23.5,35.1l-41.4-8.2L200,400z M165.3,374.7l0.3,0.2l34.4,23l34.7-23.2l41,8.1
	l23.2-34.7l41-8.1l8.2-41l34.7-23.2l-8.1-41l23.2-34.8l-23.2-34.7l8.1-41l-34.7-23.2l-8.2-41l-41-8.2l-23.2-34.7l-41,8.1l-0.3-0.2
	L200,2.1l-34.8,23.2l-41-8.1l-23.2,34.7l-41,8.2l-8.2,41l-34.7,23.2l8.1,41L2.1,200l23.2,34.7l-8.1,41l34.7,23.2l8.2,41l41,8.1
	l0.2,0.3l23,34.4L165.3,374.7z"></path>
                  <path fill="#B0C5E6" d="M200,384.1c-0.2,0-0.4-0.1-0.6-0.2l-31.8-21.3l-37.5,7.5c-0.4,0.1-0.8-0.1-1-0.4l-21.3-31.8l-37.5-7.5
	c-0.4-0.1-0.7-0.4-0.8-0.8l-7.5-37.5l-31.8-21.3c-0.3-0.2-0.5-0.6-0.4-1l7.5-37.5l-21.3-31.8c-0.2-0.3-0.2-0.8,0-1.1l21.3-31.8
	l-7.5-37.5c-0.1-0.4,0.1-0.8,0.4-1l31.8-21.3l7.5-37.5c0.1-0.4,0.4-0.7,0.8-0.8l37.5-7.5l21.3-31.8c0.2-0.3,0.6-0.5,1-0.4l37.5,7.5
	l31.8-21.3c0.3-0.2,0.8-0.2,1.1,0l31.8,21.3l37.5-7.5c0.4-0.1,0.8,0.1,1,0.4l21.3,31.8l37.5,7.5c0.4,0.1,0.7,0.4,0.8,0.8l7.5,37.5
	l31.8,21.3c0.3,0.2,0.5,0.6,0.4,1l-7.5,37.5l21.3,31.8c0.2,0.3,0.2,0.8,0,1.1l-21.3,31.8l7.5,37.5c0.1,0.4-0.1,0.8-0.4,1l-31.8,21.3
	l-7.5,37.5c-0.1,0.4-0.4,0.7-0.8,0.8l-37.5,7.5l-21.3,31.8c-0.2,0.3-0.6,0.5-1,0.4l-37.5-7.5l-31.8,21.3
	C200.4,384,200.2,384.1,200,384.1z M167.9,360.6c0.2,0,0.4,0.1,0.6,0.2l31.6,21.1l31.6-21.1c0.2-0.1,0.5-0.2,0.8-0.1l37.3,7.4
	l21.1-31.6c0.1-0.2,0.4-0.4,0.6-0.4l37.3-7.4l7.4-37.3c0-0.3,0.2-0.5,0.4-0.6l31.6-21.1l-7.4-37.3c0-0.3,0-0.5,0.1-0.8l21.1-31.6
	l-21.1-31.6c-0.1-0.2-0.2-0.5-0.1-0.8l7.4-37.3l-31.6-21.1c-0.2-0.2-0.4-0.4-0.4-0.6l-7.4-37.3l-37.3-7.4c-0.3,0-0.5-0.2-0.6-0.4
	l-21.1-31.6l-37.3,7.4c-0.3,0-0.5,0-0.8-0.2L200,18.1l-31.6,21.1c-0.2,0.2-0.5,0.2-0.8,0.2l-37.3-7.4l-21.1,31.6
	c-0.2,0.2-0.4,0.4-0.6,0.4l-37.3,7.4L64,108.6c0,0.3-0.2,0.5-0.4,0.6L32,130.4l7.4,37.3c0,0.3,0,0.5-0.2,0.8L18.1,200l21.1,31.6
	c0.2,0.2,0.2,0.5,0.2,0.8L32,269.6l31.6,21.1c0.2,0.1,0.4,0.4,0.4,0.6l7.4,37.3l37.3,7.4c0.3,0,0.5,0.2,0.6,0.4l21.1,31.6l37.3-7.4
	C167.7,360.6,167.8,360.6,167.9,360.6z"></path>
                  <path fill="#B0C5E6" d="M200,379.1c-0.2,0-0.4-0.1-0.6-0.2l-30.9-20.7l-36.5,7.3c-0.4,0.1-0.8-0.1-1-0.4l-20.7-30.9l-36.5-7.3
	c-0.4-0.1-0.7-0.4-0.8-0.8l-7.3-36.5L34.9,269c-0.3-0.2-0.5-0.6-0.4-1l7.3-36.5l-20.7-30.9c-0.2-0.3-0.2-0.8,0-1.1l20.7-30.9
	L34.5,132c-0.1-0.4,0.1-0.8,0.4-1l30.9-20.7l7.3-36.5c0.1-0.4,0.4-0.7,0.8-0.8l36.5-7.3L131,34.9c0.2-0.3,0.6-0.5,1-0.4l36.5,7.3
	l30.9-20.7c0.3-0.2,0.8-0.2,1.1,0l30.9,20.7l36.5-7.3c0.4-0.1,0.8,0.1,1,0.4l20.7,30.9l36.5,7.3c0.4,0.1,0.7,0.4,0.8,0.8l7.3,36.5
	l30.9,20.7c0.3,0.2,0.5,0.6,0.4,1l-7.3,36.5l20.7,30.9c0.2,0.3,0.2,0.8,0,1.1l-20.7,30.9l7.3,36.5c0.1,0.4-0.1,0.8-0.4,1l-30.9,20.7
	l-7.3,36.5c-0.1,0.4-0.4,0.7-0.8,0.8l-36.5,7.3L269,365.1c-0.2,0.3-0.6,0.5-1,0.4l-36.5-7.3L200.6,379
	C200.4,379.1,200.2,379.1,200,379.1z M168.7,356.2c0.2,0,0.4,0.1,0.6,0.2l30.7,20.5l30.7-20.5c0.2-0.1,0.5-0.2,0.8-0.1l36.2,7.2
	l20.5-30.7c0.1-0.2,0.4-0.4,0.6-0.4l36.2-7.2l7.2-36.2c0-0.3,0.2-0.5,0.4-0.6l30.7-20.5l-7.2-36.2c0-0.3,0-0.5,0.1-0.8l20.5-30.7
	l-20.5-30.7c-0.1-0.2-0.2-0.5-0.1-0.8l7.2-36.2l-30.7-20.5c-0.2-0.2-0.4-0.4-0.4-0.6l-7.2-36.2l-36.2-7.2c-0.3-0.1-0.5-0.2-0.6-0.4
	l-20.5-30.7l-36.2,7.2c-0.3,0-0.5,0-0.8-0.2L200,23.1l-30.7,20.5c-0.2,0.2-0.5,0.2-0.8,0.2l-36.2-7.2l-20.5,30.7
	c-0.2,0.2-0.4,0.4-0.6,0.4l-36.2,7.2l-7.2,36.2c-0.1,0.3-0.2,0.5-0.4,0.6l-30.7,20.5l7.2,36.2c0,0.3,0,0.5-0.2,0.8L23.1,200
	l20.5,30.7c0.2,0.2,0.2,0.5,0.2,0.8l-7.2,36.2l30.7,20.5c0.2,0.1,0.4,0.4,0.4,0.6l7.2,36.2l36.2,7.2c0.3,0,0.5,0.2,0.6,0.4
	l20.5,30.7l36.2-7.2C168.6,356.2,168.7,356.2,168.7,356.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/50.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/50.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <g>
                    <polygon fill="#9573A5" points="200,0.9 235,24.2 276.2,16 299.6,51 340.8,59.2 349,100.4 384,123.8 375.8,165 399.1,200 375.8,235
		384,276.2 349,299.6 340.8,340.8 299.6,349 276.2,384 235,375.8 200,399.1 165,375.8 123.8,384 100.4,349 59.2,340.8 51,299.6
		16,276.2 24.2,235 0.9,200 24.2,165 16,123.8 51,100.4 59.2,59.2 100.4,51 123.8,16 165,24.2 	"></polygon>
                    <path fill="#D4C7E0" d="M200,400c-0.2,0-0.3,0-0.5-0.1l-34.7-23.1l-40.9,8.1c-0.4,0.1-0.7-0.1-0.9-0.4l-23.2-34.7L59,341.7
		c-0.3-0.1-0.6-0.3-0.7-0.7l-8.1-40.9l-34.7-23.2c-0.3-0.2-0.4-0.6-0.4-0.9l8.1-40.9L0.2,200.5c-0.2-0.3-0.2-0.7,0-1l23.1-34.7
		L15.2,124c-0.1-0.3,0.1-0.7,0.4-0.9l34.7-23.2L58.3,59c0.1-0.3,0.3-0.6,0.7-0.7l40.9-8.1l23.2-34.7c0.2-0.3,0.6-0.4,0.9-0.4
		l40.9,8.1l34.7-23.1c0.3-0.2,0.7-0.2,1,0l34.7,23.1l40.9-8.1c0.4-0.1,0.7,0.1,0.9,0.4l23.2,34.7l40.9,8.1c0.4,0.1,0.6,0.3,0.7,0.7
		l8.1,40.9l34.6,23.2c0.3,0.2,0.4,0.6,0.4,0.9l-8.1,40.9l23.1,34.7c0.2,0.3,0.2,0.7,0,1l-23.1,34.7l8.1,40.9
		c0.1,0.4-0.1,0.7-0.4,0.9l-34.6,23.2l-8.1,40.9c-0.1,0.4-0.3,0.6-0.7,0.7l-40.9,8.1l-23.2,34.6c-0.2,0.3-0.5,0.4-0.9,0.4l-40.9-8.1
		l-34.7,23.1C200.3,400,200.2,400,200,400z M165,374.9c0.2,0,0.3,0,0.5,0.1l34.5,23l34.5-23c0.2-0.1,0.4-0.2,0.7-0.1l40.7,8.1
		l23-34.5c0.1-0.2,0.3-0.3,0.6-0.4l40.7-8.1l8.1-40.7c0-0.2,0.2-0.4,0.4-0.6l34.5-23l-8.1-40.7c0-0.2,0-0.5,0.1-0.7l23-34.5
		l-23-34.5c-0.1-0.2-0.2-0.4-0.1-0.7l8.1-40.7l-34.5-23c-0.2-0.1-0.3-0.3-0.4-0.6L340,59.9l-40.7-8.1c-0.2,0-0.4-0.2-0.6-0.4
		l-23-34.5l-40.7,8.1c-0.2,0-0.5,0-0.7-0.1L200,1.9l-34.5,23c-0.2,0.1-0.4,0.2-0.7,0.1L124.2,17l-23,34.5c-0.1,0.2-0.3,0.3-0.6,0.4
		l-40.7,8.1l-8.1,40.7c0,0.2-0.2,0.4-0.4,0.6l-34.5,23l8.1,40.7c0,0.2,0,0.5-0.1,0.7L1.9,200l23,34.5c0.1,0.2,0.2,0.4,0.1,0.7
		L17,275.8l34.5,23c0.2,0.1,0.3,0.3,0.4,0.6l8.1,40.7l40.7,8.1c0.2,0,0.4,0.2,0.6,0.4l23,34.5l40.7-8.1
		C164.9,374.9,165,374.9,165,374.9z"></path>
                  </g>
                  <path fill="#D4C7E0" d="M200,384.3c-0.2,0-0.4-0.1-0.6-0.2l-31.8-21.3l-37.6,7.5c-0.4,0.1-0.8-0.1-1-0.4L107.8,338l-37.6-7.5
	c-0.4-0.1-0.7-0.4-0.8-0.8L62,292.2L30.1,271c-0.3-0.2-0.5-0.6-0.4-1l7.5-37.6l-21.3-31.8c-0.2-0.3-0.2-0.8,0-1.1l21.3-31.8
	l-7.5-37.6c-0.1-0.4,0.1-0.8,0.4-1L62,107.8l7.5-37.6c0.1-0.4,0.4-0.7,0.8-0.8l37.6-7.5L129,30.1c0.2-0.3,0.6-0.5,1-0.4l37.6,7.5
	l31.8-21.3c0.3-0.2,0.8-0.2,1.1,0l31.8,21.3l37.6-7.5c0.4-0.1,0.8,0.1,1,0.4L292.2,62l37.5,7.5c0.4,0.1,0.7,0.4,0.8,0.8l7.5,37.6
	l31.8,21.3c0.3,0.2,0.5,0.6,0.4,1l-7.5,37.6l21.3,31.8c0.2,0.3,0.2,0.8,0,1.1l-21.3,31.8l7.5,37.6c0.1,0.4-0.1,0.8-0.4,1L338,292.2
	l-7.5,37.5c-0.1,0.4-0.4,0.7-0.8,0.8l-37.5,7.5L271,369.9c-0.2,0.3-0.6,0.5-1,0.4l-37.6-7.5l-31.8,21.3
	C200.4,384.2,200.2,384.3,200,384.3z M167.8,360.8c0.2,0,0.4,0.1,0.6,0.2l31.6,21.1l31.6-21.1c0.2-0.1,0.5-0.2,0.8-0.1l37.3,7.4
	l21.1-31.6c0.1-0.2,0.4-0.4,0.6-0.4l37.3-7.4l7.4-37.3c0-0.3,0.2-0.5,0.4-0.6l31.6-21.1l-7.4-37.3c0-0.3,0-0.5,0.1-0.8l21.1-31.6
	l-21.1-31.6c-0.1-0.2-0.2-0.5-0.1-0.8l7.4-37.3l-31.6-21.1c-0.2-0.2-0.4-0.4-0.4-0.6l-7.4-37.3l-37.3-7.4c-0.3,0-0.5-0.2-0.6-0.4
	l-21.1-31.6l-37.3,7.4c-0.3,0-0.5,0-0.8-0.2L200,17.9l-31.6,21.1c-0.2,0.2-0.5,0.2-0.8,0.2l-37.3-7.4l-21.1,31.6
	c-0.2,0.2-0.4,0.4-0.6,0.4l-37.3,7.4l-7.4,37.3c0,0.3-0.2,0.5-0.4,0.6l-31.6,21.1l7.4,37.3c0,0.3,0,0.5-0.2,0.8L17.9,200l21.1,31.6
	c0.2,0.2,0.2,0.5,0.2,0.8l-7.4,37.3l31.6,21.1c0.2,0.1,0.4,0.4,0.4,0.6l7.4,37.3l37.3,7.4c0.3,0,0.5,0.2,0.6,0.4l21.1,31.6l37.3-7.4
	C167.7,360.8,167.8,360.8,167.8,360.8z"></path>
                  <path fill="#D4C7E0" d="M200,379.3c-0.2,0-0.4-0.1-0.6-0.2l-31-20.7l-36.5,7.3c-0.4,0.1-0.8-0.1-1-0.4l-20.7-31L73.7,327
	c-0.4-0.1-0.7-0.4-0.8-0.8l-7.3-36.5l-31-20.7c-0.3-0.2-0.5-0.6-0.4-1l7.3-36.5l-20.7-31c-0.2-0.3-0.2-0.8,0-1.1l20.7-31L34.3,132
	c-0.1-0.4,0.1-0.8,0.4-1l31-20.7L73,73.7c0.1-0.4,0.4-0.7,0.8-0.8l36.5-7.3l20.7-31c0.2-0.3,0.6-0.5,1-0.4l36.5,7.3l31-20.7
	c0.3-0.2,0.8-0.2,1.1,0l31,20.7l36.5-7.3c0.4-0.1,0.8,0.1,1,0.4l20.7,31l36.5,7.3c0.4,0.1,0.7,0.4,0.8,0.8l7.3,36.5l31,20.7
	c0.3,0.2,0.5,0.6,0.4,1l-7.3,36.5l20.7,31c0.2,0.3,0.2,0.8,0,1.1l-20.7,31l7.3,36.5c0.1,0.4-0.1,0.8-0.4,1l-31,20.7l-7.3,36.5
	c-0.1,0.4-0.4,0.7-0.8,0.8l-36.5,7.3l-20.7,31c-0.2,0.3-0.6,0.5-1,0.4l-36.5-7.3l-31,20.7C200.4,379.2,200.2,379.3,200,379.3z
	 M168.7,356.4c0.2,0,0.4,0.1,0.6,0.2l30.8,20.5l30.8-20.5c0.2-0.1,0.5-0.2,0.8-0.1l36.3,7.2l20.5-30.8c0.1-0.2,0.4-0.4,0.6-0.4
	l36.3-7.2l7.2-36.3c0-0.3,0.2-0.5,0.4-0.6l30.8-20.5l-7.2-36.3c0-0.3,0-0.5,0.1-0.8l20.5-30.7l-20.5-30.8c-0.1-0.2-0.2-0.5-0.1-0.8
	l7.2-36.3l-30.8-20.6c-0.2-0.2-0.4-0.4-0.4-0.6l-7.2-36.3l-36.3-7.2c-0.3-0.1-0.5-0.2-0.6-0.4l-20.5-30.8l-36.3,7.2
	c-0.3,0-0.5,0-0.8-0.2L200,22.9l-30.8,20.5c-0.2,0.2-0.5,0.2-0.8,0.2l-36.3-7.2l-20.6,30.7c-0.2,0.2-0.4,0.4-0.6,0.4l-36.3,7.2
	L67.6,111c-0.1,0.3-0.2,0.5-0.4,0.6l-30.7,20.5l7.2,36.3c0,0.3,0,0.5-0.2,0.8L22.9,200l20.5,30.8c0.2,0.2,0.2,0.5,0.2,0.8l-7.2,36.3
	l30.7,20.5c0.2,0.1,0.4,0.4,0.4,0.6l7.2,36.3l36.3,7.2c0.3,0,0.5,0.2,0.6,0.4l20.5,30.8l36.3-7.2
	C168.6,356.4,168.6,356.4,168.7,356.4z"></path>
                  <path fill="#9573A5" d="M18.8,0.8"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/51.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/51.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#F1CB6B" points="200,1.2 234.9,24.5 276.1,16.3 299.4,51.2 340.6,59.4 348.8,100.6 383.7,123.9 375.5,165.1 398.8,200
	375.5,234.9 383.7,276.1 348.8,299.4 340.6,340.6 299.4,348.8 276.1,383.7 234.9,375.5 200,398.8 165.1,375.5 123.9,383.7
	100.6,348.8 59.4,340.6 51.2,299.4 16.3,276.1 24.5,234.9 1.2,200 24.5,165.1 16.3,123.9 51.2,100.6 59.4,59.4 100.6,51.2
	123.9,16.3 165.1,24.5 "></polygon>
                  <path fill="#F0EFD3" d="M200,400l-35.1-23.5l-41.4,8.2L100,349.7l-41.4-8.2L50.3,300l-35.1-23.5l8.2-41.4L0,200l23.5-35.1l-8.2-41.4
	L50.3,100l8.2-41.4l41.4-8.2l23.5-35.1l41.4,8.2L200,0l35.1,23.5l41.4-8.2L300,50.3l41.4,8.2l8.2,41.4l35.1,23.5l-8.2,41.4L400,200
	l-23.5,35.1l8.2,41.4L349.7,300l-8.2,41.4l-41.4,8.2l-23.5,35.1l-41.4-8.2L200,400z M165.3,374.4l34.7,23.2l34.7-23.2l40.9,8.1
	l23.2-34.7l40.9-8.1l8.1-40.9l34.7-23.2l-8.1-40.9l0.2-0.3l23-34.3l-23.2-34.7l8.1-40.9l-34.7-23.2l-8.1-40.9l-40.9-8.2l-23.2-34.7
	l-40.9,8.1l-0.3-0.2L200,2.4l-34.7,23.2l-40.9-8.1l-23.2,34.7l-40.9,8.1l-8.1,40.9l-34.7,23.2l8.1,40.9L2.4,200l23.2,34.7l-8.1,40.9
	l34.7,23.2l8.1,40.9l40.9,8.1l23.2,34.7L165.3,374.4z"></path>
                  <path fill="#F0EFD3" d="M200,384c-0.2,0-0.4-0.1-0.6-0.2l-31.8-21.2l-37.5,7.5c-0.4,0.1-0.8-0.1-1-0.4l-21.2-31.8l-37.5-7.5
	c-0.4-0.1-0.7-0.4-0.8-0.8l-7.5-37.5l-31.8-21.2c-0.3-0.2-0.5-0.6-0.4-1l7.5-37.5l-21.2-31.8c-0.2-0.3-0.2-0.8,0-1.1l21.2-31.8
	L30,130.2c-0.1-0.4,0.1-0.8,0.4-1l31.8-21.2l7.5-37.5c0.1-0.4,0.4-0.7,0.8-0.8l37.5-7.5l21.2-31.8c0.2-0.3,0.6-0.5,1-0.4l37.5,7.5
	l31.8-21.2c0.3-0.2,0.8-0.2,1.1,0l31.8,21.2l37.5-7.5c0.4-0.1,0.8,0.1,1,0.4l21.2,31.8l37.5,7.5c0.4,0.1,0.7,0.4,0.8,0.8l7.5,37.5
	l31.8,21.2c0.3,0.2,0.5,0.6,0.4,1l-7.5,37.5l21.2,31.8c0.2,0.3,0.2,0.8,0,1.1l-21.2,31.8l7.5,37.5c0.1,0.4-0.1,0.8-0.4,1l-31.8,21.2
	l-7.5,37.5c-0.1,0.4-0.4,0.7-0.8,0.8l-37.5,7.5l-21.2,31.8c-0.2,0.3-0.6,0.5-1,0.4l-37.5-7.5l-31.8,21.2
	C200.4,383.9,200.2,384,200,384z M167.9,360.5c0.2,0,0.4,0.1,0.6,0.2l31.6,21.1l31.6-21.1c0.2-0.1,0.5-0.2,0.8-0.1l37.2,7.4
	l21.1-31.6c0.1-0.2,0.4-0.4,0.6-0.4l37.2-7.4l7.4-37.2c0-0.3,0.2-0.5,0.4-0.6l31.6-21.1l-7.4-37.2c0-0.3,0-0.5,0.1-0.8l21.1-31.6
	l-21.1-31.6c-0.1-0.2-0.2-0.5-0.1-0.8l7.4-37.2l-31.6-21.1c-0.2-0.2-0.4-0.4-0.4-0.6l-7.4-37.2L291.3,64c-0.3,0-0.5-0.2-0.6-0.4
	l-21.1-31.6l-37.2,7.4c-0.3,0-0.5,0-0.8-0.2L200,18.2l-31.6,21.1c-0.2,0.2-0.5,0.2-0.8,0.2l-37.2-7.4l-21.1,31.6
	c-0.2,0.2-0.4,0.4-0.6,0.4l-37.2,7.4l-7.4,37.2c-0.1,0.3-0.2,0.5-0.4,0.6l-31.6,21.1l7.4,37.2c0,0.3,0,0.5-0.2,0.8L18.2,200
	l21.1,31.6c0.2,0.2,0.2,0.5,0.2,0.8l-7.4,37.2l31.6,21.1c0.2,0.1,0.4,0.4,0.4,0.6l7.4,37.2l37.2,7.4c0.3,0,0.5,0.2,0.6,0.4
	l21.1,31.6l37.2-7.4C167.7,360.5,167.8,360.5,167.9,360.5z"></path>
                  <path fill="#F0EFD3" d="M200,379c-0.2,0-0.4-0.1-0.6-0.2l-30.9-20.6l-36.5,7.3c-0.4,0.1-0.8-0.1-1-0.4l-20.7-30.9l-36.5-7.3
	c-0.4-0.1-0.7-0.4-0.8-0.8l-7.3-36.5L35,269c-0.3-0.2-0.5-0.6-0.4-1l7.3-36.5l-20.6-30.9c-0.2-0.3-0.2-0.8,0-1.1l20.6-30.9
	l-7.3-36.5c-0.1-0.4,0.1-0.8,0.4-1l30.9-20.7l7.3-36.5c0.1-0.4,0.4-0.7,0.8-0.8l36.5-7.3L131.1,35c0.2-0.3,0.6-0.5,1-0.4l36.5,7.3
	l30.9-20.6c0.3-0.2,0.8-0.2,1.1,0l30.9,20.6l36.5-7.3c0.4-0.1,0.8,0.1,1,0.4l20.6,30.9l36.5,7.3c0.4,0.1,0.7,0.4,0.8,0.8l7.3,36.5
	l30.9,20.7c0.3,0.2,0.5,0.6,0.4,1l-7.3,36.5l20.6,30.9c0.2,0.3,0.2,0.8,0,1.1l-20.6,30.9l7.3,36.5c0.1,0.4-0.1,0.8-0.4,1l-30.9,20.7
	l-7.3,36.5c-0.1,0.4-0.4,0.7-0.8,0.8l-36.5,7.3L268.9,365c-0.2,0.3-0.6,0.5-1,0.4l-36.5-7.3l-30.9,20.6
	C200.4,378.9,200.2,379,200,379z M168.8,356.1c0.2,0,0.4,0.1,0.6,0.2l30.7,20.5l30.7-20.5c0.2-0.1,0.5-0.2,0.8-0.1l36.2,7.2
	l20.5-30.7c0.1-0.2,0.4-0.4,0.6-0.4L325,325l7.2-36.2c0-0.3,0.2-0.5,0.4-0.6l30.7-20.5l-7.2-36.2c0-0.3,0-0.5,0.1-0.8l20.5-30.7
	l-20.5-30.7c-0.1-0.2-0.2-0.5-0.1-0.8l7.2-36.2l-30.7-20.5c-0.2-0.2-0.4-0.4-0.4-0.6L325,75l-36.2-7.2c-0.3-0.1-0.5-0.2-0.6-0.4
	l-20.5-30.7l-36.2,7.2c-0.3,0-0.5,0-0.8-0.2L200,23.2l-30.7,20.5c-0.2,0.2-0.5,0.2-0.8,0.2l-36.2-7.2l-20.5,30.7
	c-0.2,0.2-0.4,0.4-0.6,0.4L75,75l-7.2,36.2c-0.1,0.3-0.2,0.5-0.4,0.6l-30.7,20.5l7.2,36.2c0,0.3,0,0.5-0.2,0.8L23.2,200l20.5,30.7
	c0.2,0.2,0.2,0.5,0.2,0.8l-7.2,36.2l30.7,20.5c0.2,0.1,0.4,0.4,0.4,0.6L75,325l36.2,7.2c0.3,0,0.5,0.2,0.6,0.4l20.5,30.7l36.2-7.2
	C168.6,356.1,168.7,356.1,168.8,356.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/52.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/52.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#4A9AC9" d="M394.7,52.3V200c0,107.5-87.2,194.7-194.7,194.7S5.3,307.5,5.3,200V52.3c26,0,47-21,47-47h295.3
	C347.7,31.3,368.7,52.3,394.7,52.3z"></path>
                  <path fill="#D1E8ED" d="M381.2,63.2V200c0,99.6-80.7,180.3-180.3,180.3S20.5,299.6,20.5,200V63.2c24.1,0,43.5-19.5,43.5-43.5h273.6
	C337.6,43.7,357.1,63.2,381.2,63.2z"></path>
                  <path fill="#354750" d="M394.7,47c-23,0-41.7-18.7-41.7-41.7c0-2.9-2.4-5.3-5.3-5.3H52.3C49.4,0,47,2.4,47,5.3C47,28.3,28.3,47,5.3,47
	C2.4,47,0,49.4,0,52.3V200c0,110.3,89.7,200,200,200s200-89.7,200-200V52.3C400,49.4,397.6,47,394.7,47z M384.5,56.7l-5.1,3.8
	c-21.8-0.9-39.2-18.9-39.2-40.8v-0.2l3-4C347.4,36.2,363.8,52.6,384.5,56.7z M335.4,17H64.5l-4.8-6.4h280.5L335.4,17z M66.7,22.3
	H335c1.3,23.4,20.1,42.1,43.5,43.5V200c0,98-79.7,177.6-177.7,177.6S23.2,298,23.2,200V65.8C46.6,64.5,65.3,45.7,66.7,22.3z
	 M56.7,15.5l4.4,5.8l0.3-0.2c-0.7,21.6-18.3,39-40,39.4l-5.3-4C36.6,52.2,52.6,36,56.7,15.5z M200,389.3
	C95.6,389.3,10.7,304.4,10.7,200V59.1l7.2,5.5V200c0,100.9,82.1,183,183,183c100.9,0,183-82.1,183-183V63.9l5.5-4.2V200
	C389.3,304.4,304.4,389.3,200,389.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/53.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/53.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D1E8ED" d="M392.1,54.3V200c0,106.1-86,192.1-192.1,192.1S7.9,306.1,7.9,200V54.3c25.6,0,46.4-20.8,46.4-46.4h291.5
	C345.7,33.5,366.5,54.3,392.1,54.3z"></path>
                  <path fill="#E8F3F5" d="M378.8,65v135c0,98.3-79.7,177.9-177.9,177.9S22.9,298.3,22.9,200V65c23.7,0,43-19.2,43-43h270
	C335.8,45.8,355,65,378.8,65z"></path>
                  <path fill="#354750" d="M392.1,46.4c-21.2,0-38.5-17.3-38.5-38.5c0-4.4-3.5-7.9-7.9-7.9H54.3c-4.4,0-7.9,3.5-7.9,7.9
	c0,21.2-17.3,38.5-38.5,38.5c-4.4,0-7.9,3.5-7.9,7.9V200c0,110.3,89.7,200,200,200s200-89.7,200-200V54.3
	C400,49.9,396.5,46.4,392.1,46.4z M333.7,19.4H66.3l-2.8-3.7h272.9L333.7,19.4z M68.4,24.7h264.9c1.3,23.1,19.8,41.6,42.9,42.9V200
	c0,96.7-78.7,175.3-175.3,175.3c-96.7,0-175.3-78.7-175.3-175.3V67.6C48.6,66.3,67.1,47.7,68.4,24.7z M379.4,60.7l-2.2,1.7
	c-21.5-0.9-38.7-18.6-38.7-40.3c0-0.1,0-0.1,0-0.2l0.9-1.2C344.1,40.3,359.7,55.9,379.4,60.7z M60.7,20.6l2.3,3
	c0.1,0.1,0.2,0.2,0.3,0.3c-1,21.1-18.2,38-39.4,38.5l-2.5-1.9C40.7,55.6,55.9,40.1,60.7,20.6z M200,384.2
	C98.4,384.2,15.8,301.6,15.8,200V62.9l4.5,3.4V200c0,99.6,81,180.6,180.6,180.6s180.6-81,180.6-180.6V65.7l2.8-2.1V200
	C384.2,301.6,301.6,384.2,200,384.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/54.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/54.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8DB5C2" d="M397.3,47.6c-24.8,0-44.9-20.2-44.9-44.9c0-1.5-1.2-2.7-2.7-2.7H50.3c-1.5,0-2.7,1.2-2.7,2.7
	c0,24.8-20.2,44.9-44.9,44.9c-1.5,0-2.7,1.2-2.7,2.7V200c0,110.3,89.7,200,200,200s200-89.7,200-200V50.3
	C400,48.8,398.8,47.6,397.3,47.6z"></path>
                  <path fill="#E8F3F5" d="M383.6,85.8V61.4c-24.4,0-44.1-19.8-44.1-44.1H62.2c0,24.3-19.7,44.1-44.1,44.1v24.4H383.6z"></path>
                  <path fill="#E8F3F5" d="M18.2,206.7c3.5,97.8,83.8,176.1,182.6,176.1s179.1-78.3,182.7-176.1H18.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/55.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/55.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8BA9BC" d="M200,400c-39.7,0-79.3-3.7-118.8-11c-5.1-1-8.8-5.4-8.8-10.6c0-28.4-23.1-51.4-51.4-51.4
	c-5.9,0-10.8-4.8-10.8-10.8V82.7c0-5.9,4.8-10.8,10.8-10.8c28.4,0,51.4-23.1,51.4-51.4c0-5.2,3.8-9.7,9-10.6
	c78.7-13.2,158.4-13.2,237.1,0c5.2,0.9,9,5.3,9,10.6c0,28.4,23.1,51.4,51.4,51.4c5.9,0,10.8,4.8,10.8,10.8v233.5
	c0,5.9-4.8,10.8-10.8,10.8c-28.4,0-51.4,23.1-51.4,51.4c0,5.2-3.7,9.6-8.8,10.6C279.4,396.3,239.7,400,200,400z"></path>
                  <path fill="#0D435F" d="M306.6,29.8c-70.8-11-142.4-11-213.2,0c-4.1,32.3-29.5,58.1-61.6,62.9v213.6c32.2,4.8,57.6,30.6,61.6,63
	c70.8,12.3,142.4,12.3,213.2,0c4-32.4,29.4-58.3,61.6-63V92.6C336.1,87.9,310.7,62.1,306.6,29.8z M121.4,46.4
	c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2s3.2,1.5,3.2,3.2C124.6,45,123.2,46.4,121.4,46.4z M136.9,45.3
	c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C140.1,43.9,138.7,45.3,136.9,45.3z M152.6,44.4
	c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2S154.4,44.4,152.6,44.4z M168.8,43.2c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C172,41.7,170.5,43.2,168.8,43.2z M184.8,43.2c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C188,41.7,186.5,43.2,184.8,43.2z M200.1,43.2c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C203.4,41.7,201.9,43.2,200.1,43.2z M214.9,43.2c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C218.2,41.7,216.7,43.2,214.9,43.2z M231.2,43.8c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C234.4,42.3,233,43.8,231.2,43.8z M248.5,44.4c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2
	c1.8,0,3.2,1.5,3.2,3.2S250.3,44.4,248.5,44.4z M263.5,45.3c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2
	C266.7,43.9,265.3,45.3,263.5,45.3z M279.2,46.4c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2
	C282.5,45,281,46.4,279.2,46.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/56.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/56.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#002F46" d="M200,400c-39.7,0-79.3-3.7-118.7-11.1c-5.1-1-8.8-5.4-8.8-10.6c0-28.4-23.1-51.4-51.4-51.4
	c-5.9,0-10.8-4.8-10.8-10.8V82.7c0-5.9,4.8-10.8,10.8-10.8c28.4,0,51.4-23.1,51.4-51.4c0-5.2,3.8-9.7,9-10.6
	c78.7-13.2,158.4-13.2,237.1,0c5.2,0.9,9,5.3,9,10.6c0,28.4,23.1,51.4,51.4,51.4c5.9,0,10.8,4.8,10.8,10.8v233.5
	c0,5.9-4.8,10.8-10.8,10.8c-28.4,0-51.4,23.1-51.4,51.4c0,5.2-3.7,9.6-8.8,10.6C279.4,396.3,239.7,400,200,400z"></path>
                  <path fill="#8BA9BC" d="M306.6,29.8c-70.8-11-142.4-11-213.2,0c-4.1,32.3-29.5,58.1-61.6,62.9v213.6c32.2,4.8,57.6,30.6,61.6,63
	c70.8,12.3,142.4,12.3,213.2,0c4-32.4,29.4-58.3,61.6-63V92.6C336.1,87.9,310.7,62.1,306.6,29.8z M121.4,46.4
	c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2s3.2,1.5,3.2,3.2C124.6,45,123.2,46.4,121.4,46.4z M136.9,45.3
	c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C140.1,43.9,138.7,45.3,136.9,45.3z M152.6,44.4
	c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2S154.4,44.4,152.6,44.4z M168.8,43.2c-1.8,0-3.2-1.5-3.2-3.2
	s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2S170.5,43.2,168.8,43.2z M184.8,43.2c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2
	c1.8,0,3.2,1.5,3.2,3.2S186.5,43.2,184.8,43.2z M200.1,43.2c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2
	S201.9,43.2,200.1,43.2z M214.9,43.2c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2S216.7,43.2,214.9,43.2z
	 M231.2,43.8c-1.8,0-3.2-1.5-3.2-3.2c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C234.4,42.3,233,43.8,231.2,43.8z M248.5,44.4
	c-1.8,0-3.2-1.5-3.2-3.2s1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2S250.3,44.4,248.5,44.4z M263.5,45.3c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C266.7,43.9,265.3,45.3,263.5,45.3z M279.2,46.4c-1.8,0-3.2-1.5-3.2-3.2
	c0-1.8,1.5-3.2,3.2-3.2c1.8,0,3.2,1.5,3.2,3.2C282.5,45,281,46.4,279.2,46.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/57.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/57.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D8C06C" d="M200,400c-40,0-79.9-3.7-119.6-11.1c-4.1-0.8-7.1-4.4-7.1-8.6c0-29.8-24.3-54.1-54.1-54.1
	c-4.8,0-8.7-3.9-8.7-8.7v-236c0-4.8,3.9-8.7,8.7-8.7c29.8,0,54.1-24.3,54.1-54.1c0-4.3,3.1-7.9,7.3-8.6
	c79.3-13.3,159.6-13.3,238.9,0c4.2,0.7,7.3,4.3,7.3,8.6c0,29.8,24.3,54.1,54.1,54.1c4.8,0,8.7,3.9,8.7,8.7v236
	c0,4.8-3.9,8.7-8.7,8.7c-29.8,0-54.1,24.3-54.1,54.1c0,4.2-3,7.8-7.1,8.6C279.9,396.3,240,400,200,400z"></path>
                  <path fill="#F0EFD3" d="M309.7,26.1c-72.8-11.5-146.5-11.5-219.3,0c-3.5,33.1-29.5,59.5-62.4,63.5v219.6c33,4,59,30.5,62.5,63.7
	c72.8,12.8,146.5,12.8,219.3,0c3.4-33.1,29.5-59.6,62.5-63.7V89.6C339.2,85.6,313.1,59.2,309.7,26.1z M114.9,41.5
	c-1.9,0-3.5-1.6-3.5-3.5c0-1.9,1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5C118.4,39.9,116.8,41.5,114.9,41.5z M131.7,40.3
	c-1.9,0-3.5-1.6-3.5-3.5c0-1.9,1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5C135.2,38.8,133.6,40.3,131.7,40.3z M148.7,39.4
	c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5S150.6,39.4,148.7,39.4z M166.2,38c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5
	s3.5,1.6,3.5,3.5S168.1,38,166.2,38z M183.5,38c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5S185.4,38,183.5,38z
	 M200.2,38c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S202.1,38,200.2,38z M216.1,38c-1.9,0-3.5-1.6-3.5-3.5
	s1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5S218.1,38,216.1,38z M233.8,38.7c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5
	S235.7,38.7,233.8,38.7z M252.5,39.4c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5S254.4,39.4,252.5,39.4z M268.7,40.3
	c-1.9,0-3.5-1.6-3.5-3.5c0-1.9,1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5C272.2,38.8,270.7,40.3,268.7,40.3z M285.8,41.5
	c-1.9,0-3.5-1.6-3.5-3.5c0-1.9,1.6-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5C289.3,39.9,287.7,41.5,285.8,41.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/58.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/58.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#1A2655" points="200,7.4 200,392.6 39.5,344.4 7.4,39.5 71.6,39.5 "></polygon>
                  <polygon fill="#394784" points="392.6,39.5 360.5,344.4 200,392.6 200,7.4 328.4,39.5 "></polygon>
                  <polygon fill="#9FABB8" points="200,216.9 30.5,250 16,112.3 200,72.1 "></polygon>
                  <polygon fill="#AABED2" points="200,216.9 369.5,250 384,112.3 200,72.1 "></polygon>
                  <path fill="#BECAD8" d="M375.4,53.8c-0.2-0.2-0.5-0.3-0.7-0.3h-58.1L200.2,24.4c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0
	c0,0,0,0,0,0L83.4,53.5H25.3c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.8l29.1,276.6c0,0.4,0.3,0.7,0.7,0.8l145.6,43.7
	c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3-0.1l145.5-43.7c0.4-0.1,0.7-0.4,0.7-0.8l29.1-276.6C375.7,54.3,375.6,54,375.4,53.8z
	 M344.7,330.3L200,373.6L55.3,330.2L26.4,55.4h57.1c0.1,0,0.2,0,0.2,0l116.2-29l116.2,29.1c0.1,0,0.2,0,0.2,0h57.1L344.7,330.3z"></path>
                  <path fill="#BECAD8" d="M398.1,34.5c-1.4-1.6-3.4-2.5-5.5-2.5h-63.3L201.9,0.3c-0.3-0.1-0.6-0.1-0.9-0.2c0,0,0,0,0,0
	c-0.2,0-0.5-0.1-0.7-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0c-0.2,0-0.5,0-0.7,0.1c0,0,0,0,0,0c-0.3,0-0.6,0.1-0.9,0.2L70.7,32.1
	H7.4c-2.1,0-4.1,0.9-5.5,2.5c-1.4,1.6-2.1,3.6-1.9,5.7l32.1,304.9c0.3,3,2.4,5.5,5.2,6.3l160.5,48.2c0.2,0.1,0.5,0.1,0.7,0.2
	c0.1,0,0.2,0.1,0.3,0.1c0.4,0.1,0.8,0.1,1.1,0.1c0.4,0,0.7,0,1.1-0.1c0.1,0,0.2-0.1,0.4-0.1c0.2,0,0.4-0.1,0.6-0.1l160.5-48.2
	c2.9-0.9,4.9-3.3,5.2-6.3L400,40.3C400.2,38.2,399.5,36.1,398.1,34.5z M353.7,338.8L200,384.9L46.4,338.8L15.6,46.9h56
	c0.6,0,1.2-0.1,1.8-0.2L200,15l126.6,31.7c0.6,0.2,1.2,0.2,1.8,0.2h56L353.7,338.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/59.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/59.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#923F55" points="200,5 200,395 37.5,346.2 5,37.5 70,37.5 "></polygon>
                  <polygon fill="#B0516D" points="395,37.5 362.5,346.2 200,395 200,5 330,37.5 "></polygon>
                  <polygon fill="#9F4F6D" points="200,217.1 28.4,250.6 13.7,111.2 200,70.5 "></polygon>
                  <polygon fill="#BA6381" points="200,217.1 371.6,250.6 386.3,111.2 200,70.5 "></polygon>
                  <path fill="#DBB5C1" d="M377.5,52c-0.2-0.2-0.4-0.3-0.7-0.3H318L200.2,22.3c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.2,0-0.3,0L82,51.7H23.1
	c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.4-0.2,0.7l29.5,280c0,0.4,0.3,0.7,0.6,0.8l147.4,44.2c0,0,0,0,0,0l0,0c0.1,0,0.2,0,0.3,0
	s0.2,0,0.3,0l147.4-44.2c0.3-0.1,0.6-0.4,0.6-0.8l29.5-280C377.8,52.5,377.7,52.2,377.5,52z M346.6,332l-146.6,44L53.4,332
	L24.1,53.5h58c0.1,0,0.1,0,0.2,0L200,24l117.7,29.4c0.1,0,0.1,0,0.2,0h58L346.6,332z"></path>
                  <path fill="#DBB5C1" d="M398.7,34.2c-1-1.1-2.3-1.7-3.7-1.7h-64.4L201.2,0.1c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3-0.1-0.5-0.1
	c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0.1c-0.1,0-0.1,0-0.2,0L69.4,32.5H5c-1.4,0-2.8,0.6-3.7,1.7
	c-0.9,1-1.4,2.5-1.3,3.9l32.5,308.7c0.2,2,1.6,3.7,3.5,4.3l162.5,48.8c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.1,0,0.2,0
	c0.3,0,0.5,0.1,0.8,0.1c0.2,0,0.5,0,0.8-0.1c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3-0.1,0.4-0.1L363.9,351c1.9-0.6,3.3-2.3,3.5-4.3L400,38
	C400.1,36.6,399.7,35.2,398.7,34.2z M357.9,342.4L200,389.8L42.1,342.4L10.5,42.5H70c0.4,0,0.8,0,1.2-0.2L200,10.2l128.8,32.2
	c0.4,0.1,0.8,0.2,1.2,0.2h59.5L357.9,342.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/60.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/60.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#299648" points="200,0 200,400 33.3,350 0,33.3 66.7,33.3 "></polygon>
                  <polygon fill="#56A354" points="400,33.3 366.7,350 200,400 200,0 333.3,33.3 "></polygon>
                  <polygon fill="#8CA690" points="200,226.6 24,261 8.9,118 200,76.3 "></polygon>
                  <polygon fill="#B4D1B0" points="200,226.6 376,261 391.1,118 200,76.3 "></polygon>
                  <polygon fill="#B4D1B0" points="397.5,58.5 333.1,58.4 200,25.7 66.8,58.5 2.5,58.5 2.5,56.7 66.6,56.7 200,23.9 333.5,56.7
	397.5,56.7 "></polygon>
                  <polygon fill="#B4D1B0" points="398.3,50.3 333.7,50.2 200,17.4 66.2,50.3 1.7,50.3 1.7,48.5 66,48.5 200,15.5 334,48.5 398.3,48.5 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/61.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/61.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#21574B" d="M200,0C89.5,0,0,89.5,0,200c0,110.4,89.5,200,200,200c110.4,0,200-89.5,200-200S310.5,0,200,0z M200,380.5
	c-99.7,0-180.5-80.8-180.5-180.5S100.3,19.5,200,19.5S380.5,100.3,380.5,200S299.7,380.5,200,380.5z"></path>
                  <circle fill="#8CB2B0" cx="200" cy="200" r="181.4"></circle>
                  <path fill="#578677" d="M200,20.7C101,20.7,20.7,101,20.7,200S101,379.3,200,379.3S379.3,299,379.3,200S299,20.7,200,20.7z M200,375.6
	c-96.8,0-175.6-78.8-175.6-175.6S103.2,24.4,200,24.4S375.6,103.2,375.6,200S296.8,375.6,200,375.6z"></path>
                  <path fill="#578677" d="M200,27.5c-95.1,0-172.5,77.4-172.5,172.5S104.9,372.5,200,372.5S372.5,295.1,372.5,200S295.1,27.5,200,27.5z
	 M59.2,243c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9S59.2,240.3,59.2,243
	C59.2,242.9,59.2,242.9,59.2,243C59.2,242.9,59.2,242.9,59.2,243z M74.7,277.9c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0
	c0-2.7,2.2-4.9,4.9-4.9S74.7,275.2,74.7,277.9L74.7,277.9L74.7,277.9z M97.4,307.3c0,2.6-2.1,4.6-4.7,4.6c-1,0-1.9-0.3-2.6-0.8
	c-1.2-0.8-2.1-2.3-2.1-3.9l0,0l0,0c0-0.6,0.1-1.3,0.4-1.8c0.1-0.3,0.3-0.5,0.4-0.8c0.3-0.5,0.8-0.9,1.3-1.3c0.7-0.5,1.6-0.8,2.6-0.8
	c1.9,0,3.6,1.2,4.3,2.8C97.2,306,97.4,306.6,97.4,307.3L97.4,307.3L97.4,307.3z M127.7,332.8c-0.2,0.6-0.6,1.1-1,1.5
	c-0.9,0.9-2.1,1.4-3.4,1.4c-0.7,0-1.3-0.1-1.9-0.4s-1.1-0.6-1.5-1c-0.9-0.9-1.4-2.1-1.4-3.4s0.5-2.6,1.4-3.4c0.4-0.4,1-0.8,1.5-1
	c0.6-0.2,1.2-0.4,1.9-0.4c2.7,0,4.9,2.2,4.9,4.9C128.1,331.6,128,332.2,127.7,332.8z M160.9,345.2c0,2.7-2.2,4.9-4.9,4.9
	s-4.8-2.2-4.8-4.9l0,0l0,0c0-2.7,2.2-4.9,4.8-4.9C158.7,340.3,160.9,342.5,160.9,345.2L160.9,345.2L160.9,345.2z M246.4,57.8
	c-0.9,0.9-2.1,1.4-3.4,1.4c-2.7,0-4.9-2.2-4.9-4.9c0-1.3,0.5-2.6,1.4-3.4c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9
	C247.8,55.7,247.3,56.9,246.4,57.8z M282.8,69.8c0,2.7-2.2,4.9-4.8,4.9c-2.7,0-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9
	C280.6,64.9,282.8,67.1,282.8,69.8L282.8,69.8L282.8,69.8z M311.9,92.7c0,2.6-2.1,4.7-4.6,4.7s-4.7-2.1-4.7-4.7l0,0l0,0
	c0-2.6,2.1-4.6,4.7-4.6S311.9,90.2,311.9,92.7L311.9,92.7L311.9,92.7z M330.9,128.1c-2.7,0-4.9-2.2-4.9-4.8c0-1.3,0.5-2.6,1.4-3.4
	c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9c0,1-0.3,1.9-0.8,2.7C334.1,127.3,332.6,128.1,330.9,128.1z M347.9,160.1
	c-0.8,0.5-1.7,0.8-2.7,0.8c-2.7,0-4.9-2.2-4.9-4.9s2.2-4.8,4.9-4.8s4.8,2.2,4.8,4.8c0,0.3,0,0.7-0.1,1
	C349.7,158.3,349,159.4,347.9,160.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/62.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/62.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#8DB5C2" d="M200,0C89.5,0,0,89.5,0,200c0,110.4,89.5,200,200,200c110.4,0,200-89.5,200-200S310.5,0,200,0z"></path>
                  <path fill="#E8F3F5" d="M200,19.5c-99.7,0-180.5,80.8-180.5,180.5S100.3,380.5,200,380.5S380.5,299.7,380.5,200S299.7,19.5,200,19.5z
	 M59.2,243c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9S59.2,240.3,59.2,243
	C59.2,242.9,59.2,242.9,59.2,243C59.2,242.9,59.2,242.9,59.2,243z M74.7,277.9c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0
	c0-2.7,2.2-4.9,4.9-4.9S74.7,275.2,74.7,277.9L74.7,277.9L74.7,277.9z M97.4,307.3c0,2.6-2.1,4.6-4.7,4.6c-1,0-1.9-0.3-2.6-0.8
	c-1.2-0.8-2.1-2.3-2.1-3.9l0,0l0,0c0-0.6,0.1-1.3,0.4-1.8c0.1-0.3,0.3-0.5,0.4-0.8c0.3-0.5,0.8-0.9,1.3-1.3c0.7-0.5,1.6-0.8,2.6-0.8
	c1.9,0,3.6,1.2,4.3,2.8C97.2,306,97.4,306.6,97.4,307.3L97.4,307.3L97.4,307.3z M127.7,332.8c-0.2,0.6-0.6,1.1-1,1.5
	c-0.9,0.9-2.1,1.4-3.4,1.4c-0.7,0-1.3-0.1-1.9-0.4s-1.1-0.6-1.5-1c-0.9-0.9-1.4-2.1-1.4-3.4s0.5-2.6,1.4-3.4c0.4-0.4,1-0.8,1.5-1
	c0.6-0.2,1.2-0.4,1.9-0.4c2.7,0,4.9,2.2,4.9,4.9C128.1,331.6,128,332.2,127.7,332.8z M160.9,345.2c0,2.7-2.2,4.9-4.9,4.9
	s-4.8-2.2-4.8-4.9l0,0l0,0c0-2.7,2.2-4.9,4.8-4.9C158.7,340.3,160.9,342.5,160.9,345.2L160.9,345.2L160.9,345.2z M246.4,57.8
	c-0.9,0.9-2.1,1.4-3.4,1.4c-2.7,0-4.9-2.2-4.9-4.9c0-1.3,0.5-2.6,1.4-3.4c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9
	C247.8,55.7,247.3,56.9,246.4,57.8z M282.8,69.8c0,2.7-2.2,4.9-4.8,4.9c-2.7,0-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9
	C280.6,64.9,282.8,67.1,282.8,69.8L282.8,69.8L282.8,69.8z M311.9,92.7c0,2.6-2.1,4.7-4.6,4.7s-4.7-2.1-4.7-4.7l0,0l0,0
	c0-2.6,2.1-4.6,4.7-4.6S311.9,90.2,311.9,92.7L311.9,92.7L311.9,92.7z M330.9,128.1c-2.7,0-4.9-2.2-4.9-4.8c0-1.3,0.5-2.6,1.4-3.4
	c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9c0,1-0.3,1.9-0.8,2.7C334.1,127.3,332.6,128.1,330.9,128.1z M347.9,160.1
	c-0.8,0.5-1.7,0.8-2.7,0.8c-2.7,0-4.9-2.2-4.9-4.9s2.2-4.8,4.9-4.8s4.8,2.2,4.8,4.8c0,0.3,0,0.7-0.1,1
	C349.7,158.3,349,159.4,347.9,160.1z"></path>
                  <path fill="#8DB5C2" d="M200,375.8C103,375.8,24.2,297,24.2,200S103,24.2,200,24.2S375.8,103.1,375.8,200S297,375.8,200,375.8z
	 M200,29.1c-94.2,0-170.9,76.7-170.9,170.9S105.8,370.9,200,370.9S370.9,294.3,370.9,200S294.2,29.1,200,29.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/63.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/63.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D8C06C" d="M200,0C89.5,0,0,89.5,0,200c0,110.4,89.5,200,200,200c110.4,0,200-89.5,200-200S310.5,0,200,0z"></path>
                  <path fill="#F0EFD3" d="M200,19.5c-99.7,0-180.5,80.8-180.5,180.5S100.3,380.5,200,380.5S380.5,299.7,380.5,200S299.7,19.5,200,19.5z
	 M59.2,243c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9S59.2,240.3,59.2,243
	C59.2,242.9,59.2,242.9,59.2,243C59.2,242.9,59.2,242.9,59.2,243z M74.7,277.9c0,2.7-2.2,4.9-4.9,4.9s-4.9-2.2-4.9-4.9l0,0l0,0
	c0-2.7,2.2-4.9,4.9-4.9S74.7,275.2,74.7,277.9L74.7,277.9L74.7,277.9z M97.4,307.3c0,2.6-2.1,4.6-4.7,4.6c-1,0-1.9-0.3-2.6-0.8
	c-1.2-0.8-2.1-2.3-2.1-3.9l0,0l0,0c0-0.6,0.1-1.3,0.4-1.8c0.1-0.3,0.3-0.5,0.4-0.8c0.3-0.5,0.8-0.9,1.3-1.3c0.7-0.5,1.6-0.8,2.6-0.8
	c1.9,0,3.6,1.2,4.3,2.8C97.2,306,97.4,306.6,97.4,307.3L97.4,307.3L97.4,307.3z M127.7,332.8c-0.2,0.6-0.6,1.1-1,1.5
	c-0.9,0.9-2.1,1.4-3.4,1.4c-0.7,0-1.3-0.1-1.9-0.4s-1.1-0.6-1.5-1c-0.9-0.9-1.4-2.1-1.4-3.4s0.5-2.6,1.4-3.4c0.4-0.4,1-0.8,1.5-1
	c0.6-0.2,1.2-0.4,1.9-0.4c2.7,0,4.9,2.2,4.9,4.9C128.1,331.6,128,332.2,127.7,332.8z M160.9,345.2c0,2.7-2.2,4.9-4.9,4.9
	s-4.8-2.2-4.8-4.9l0,0l0,0c0-2.7,2.2-4.9,4.8-4.9C158.7,340.3,160.9,342.5,160.9,345.2L160.9,345.2L160.9,345.2z M246.4,57.8
	c-0.9,0.9-2.1,1.4-3.4,1.4c-2.7,0-4.9-2.2-4.9-4.9c0-1.3,0.5-2.6,1.4-3.4c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9
	C247.8,55.7,247.3,56.9,246.4,57.8z M282.8,69.8c0,2.7-2.2,4.9-4.8,4.9c-2.7,0-4.9-2.2-4.9-4.9l0,0l0,0c0-2.7,2.2-4.9,4.9-4.9
	C280.6,64.9,282.8,67.1,282.8,69.8L282.8,69.8L282.8,69.8z M311.9,92.7c0,2.6-2.1,4.7-4.6,4.7s-4.7-2.1-4.7-4.7l0,0l0,0
	c0-2.6,2.1-4.6,4.7-4.6S311.9,90.2,311.9,92.7L311.9,92.7L311.9,92.7z M330.9,128.1c-2.7,0-4.9-2.2-4.9-4.8c0-1.3,0.5-2.6,1.4-3.4
	c0.9-0.9,2.1-1.4,3.4-1.4c2.7,0,4.9,2.2,4.9,4.9c0,1-0.3,1.9-0.8,2.7C334.1,127.3,332.6,128.1,330.9,128.1z M347.9,160.1
	c-0.8,0.5-1.7,0.8-2.7,0.8c-2.7,0-4.9-2.2-4.9-4.9s2.2-4.8,4.9-4.8s4.8,2.2,4.8,4.8c0,0.3,0,0.7-0.1,1
	C349.7,158.3,349,159.4,347.9,160.1z"></path>
                  <path fill="#D8C06C" d="M200,375.8C103,375.8,24.2,297,24.2,200S103,24.2,200,24.2S375.8,103.1,375.8,200S297,375.8,200,375.8z
	 M200,29.1c-94.2,0-170.9,76.7-170.9,170.9S105.8,370.9,200,370.9S370.9,294.3,370.9,200S294.2,29.1,200,29.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/64.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/64.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#9573A5" d="M221.6,2.8l58.2,15.6c14.2,3.8,27.1,11.3,37.5,21.6l42.6,42.6c10.4,10.4,17.8,23.3,21.6,37.5l15.6,58.2
	c3.8,14.2,3.8,29.1,0,43.3l-15.6,58.2c-3.8,14.2-11.3,27.1-21.6,37.5l-42.6,42.6c-10.4,10.4-23.3,17.8-37.5,21.6l-58.2,15.6
	c-14.2,3.8-29.1,3.8-43.3,0l-58.2-15.6c-14.2-3.8-27.1-11.3-37.5-21.6l-42.6-42.6c-10.4-10.4-17.8-23.3-21.6-37.5L2.9,221.6
	c-3.8-14.2-3.8-29.1,0-43.3l15.6-58.2c3.8-14.2,11.3-27.1,21.6-37.5l42.6-42.6c10.4-10.4,23.3-17.8,37.5-21.6l58.2-15.6
	C192.5-1,207.5-1,221.6,2.8z"></path>
                  <path fill="#D5C7E1" d="M200,379.3c-7.4,0-14.7-1-21.9-2.9l-47.4-12.7c-14.3-3.8-27.4-11.4-37.9-21.9l-34.7-34.7
	c-10.5-10.5-18-23.6-21.9-37.9l-12.7-47.4c-3.8-14.3-3.8-29.4,0-43.8l12.7-47.4c3.8-14.3,11.4-27.4,21.9-37.9l34.7-34.7
	c10.5-10.5,23.6-18,37.9-21.9l47.4-12.7c14.3-3.8,29.4-3.8,43.8,0l47.4,12.7c14.3,3.8,27.4,11.4,37.9,21.9l34.7,34.7
	c10.5,10.5,18,23.6,21.9,37.9l12.7,47.4c3.8,14.3,3.8,29.4,0,43.8l-12.7,47.4c-3.8,14.3-11.4,27.4-21.9,37.9l-34.7,34.7
	c-10.5,10.5-23.6,18-37.9,21.9l-47.4,12.7C214.7,378.4,207.4,379.3,200,379.3z M200,22.6c-7.2,0-14.4,0.9-21.4,2.8l-47.4,12.7
	c-14,3.8-26.8,11.1-37,21.4L59.5,94.2c-10.2,10.2-17.6,23-21.4,37l-12.7,47.4c-3.8,14-3.8,28.8,0,42.8l12.7,47.4
	c3.8,14,11.1,26.8,21.4,37l34.7,34.7c10.2,10.2,23,17.6,37,21.4l47.4,12.7c14,3.8,28.8,3.7,42.8,0l47.4-12.7
	c14-3.8,26.8-11.1,37-21.4l34.7-34.7c10.2-10.2,17.6-23,21.4-37l12.7-47.4c3.8-14,3.8-28.8,0-42.8l-12.7-47.4
	c-3.8-14-11.1-26.8-21.4-37l-34.7-34.7c-10.2-10.2-23-17.6-37-21.4l-47.4-12.7C214.4,23.6,207.2,22.6,200,22.6z"></path>
                  <path fill="#D5C7E1" d="M200,368.2c-7.4,0-14.7-1-21.9-2.9l-41.8-11.2c-14.3-3.8-27.4-11.4-37.9-21.9l-30.6-30.6
	c-10.5-10.5-18-23.6-21.9-37.9l-11.2-41.8c-3.8-14.3-3.8-29.4,0-43.8l11.2-41.8c3.8-14.3,11.4-27.4,21.9-37.9l30.6-30.6
	c10.5-10.5,23.6-18,37.9-21.9l41.8-11.2c14.3-3.8,29.4-3.8,43.8,0l41.8,11.2c14.3,3.8,27.4,11.4,37.9,21.9l30.6,30.6
	c10.5,10.5,18,23.6,21.9,37.9l11.2,41.8c3.8,14.3,3.8,29.4,0,43.8l-11.2,41.8c-3.8,14.3-11.4,27.4-21.9,37.9l-30.6,30.6
	c-10.5,10.5-23.6,18-37.9,21.9l-41.8,11.2C214.7,367.2,207.4,368.2,200,368.2z M200,33.8c-7.2,0-14.4,0.9-21.4,2.8l-41.8,11.2
	c-14,3.8-26.8,11.1-37,21.4L69.2,99.8c-10.2,10.2-17.6,23-21.4,37l-11.2,41.8c-3.8,14-3.8,28.8,0,42.8l11.2,41.8
	c3.8,14,11.1,26.8,21.4,37l30.6,30.6c10.2,10.2,23,17.6,37,21.4l41.8,11.2c14,3.8,28.8,3.8,42.8,0l41.8-11.2
	c14-3.8,26.8-11.1,37-21.4l30.6-30.6c10.2-10.2,17.6-23,21.4-37l11.2-41.8c3.8-14,3.8-28.8,0-42.8l-11.2-41.8
	c-3.8-14-11.1-26.8-21.4-37l-30.6-30.6c-10.2-10.2-23-17.6-37-21.4l-41.8-11.2l0,0C214.4,34.7,207.2,33.8,200,33.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/65.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/65.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#2C57A4" d="M221.6,2.8l58.2,15.6c14.2,3.8,27.1,11.3,37.5,21.6l42.6,42.6c10.4,10.4,17.8,23.3,21.6,37.5l15.6,58.2
	c3.8,14.2,3.8,29.1,0,43.3l-15.6,58.2c-3.8,14.2-11.3,27.1-21.6,37.5l-42.6,42.6c-10.4,10.4-23.3,17.8-37.5,21.6l-58.2,15.6
	c-14.2,3.8-29.1,3.8-43.3,0l-58.2-15.6c-14.2-3.8-27.1-11.3-37.5-21.6l-42.6-42.6c-10.4-10.4-17.8-23.3-21.6-37.5L2.9,221.6
	c-3.8-14.2-3.8-29.1,0-43.3l15.6-58.2c3.8-14.2,11.3-27.1,21.6-37.5l42.6-42.6c10.4-10.4,23.3-17.8,37.5-21.6l58.2-15.6
	C192.5-1,207.5-1,221.6,2.8z"></path>
                  <path fill="#B0C5E6" d="M200,379.3c-7.4,0-14.7-1-21.9-2.9l-47.4-12.7c-14.3-3.8-27.4-11.4-37.9-21.9l-34.7-34.7
	c-10.5-10.5-18-23.6-21.9-37.9l-12.7-47.4c-3.8-14.3-3.8-29.4,0-43.8l12.7-47.4c3.8-14.3,11.4-27.4,21.9-37.9l34.7-34.7
	c10.5-10.5,23.6-18,37.9-21.9l47.4-12.7c14.3-3.8,29.4-3.8,43.8,0l0,0l47.4,12.7c14.3,3.8,27.4,11.4,37.9,21.9l34.7,34.7
	c10.5,10.5,18,23.6,21.9,37.9l12.7,47.4c3.8,14.3,3.8,29.4,0,43.8l-12.7,47.4c-3.8,14.3-11.4,27.4-21.9,37.9l-34.7,34.7
	c-10.5,10.5-23.6,18-37.9,21.9l-47.4,12.7C214.7,378.4,207.4,379.3,200,379.3z M200,22.6c-7.2,0-14.4,0.9-21.4,2.8l-47.4,12.7
	c-14,3.8-26.8,11.1-37,21.4L59.5,94.2c-10.2,10.2-17.6,23-21.4,37l-12.7,47.4c-3.8,14-3.8,28.8,0,42.8l12.7,47.4
	c3.8,14,11.1,26.8,21.4,37l34.7,34.7c10.2,10.2,23,17.6,37,21.4l47.4,12.7c14,3.8,28.8,3.8,42.8,0l47.4-12.7
	c14-3.8,26.8-11.1,37-21.4l34.7-34.7c10.2-10.2,17.6-23,21.4-37l12.7-47.4c3.8-14,3.8-28.8,0-42.8l-12.7-47.4
	c-3.8-14-11.1-26.8-21.4-37l-34.7-34.7c-10.2-10.2-23-17.6-37-21.4l-47.4-12.7C214.4,23.6,207.2,22.6,200,22.6z"></path>
                  <path fill="#B0C5E6" d="M200,368.2c-7.4,0-14.7-1-21.9-2.9l-41.8-11.2c-14.3-3.8-27.4-11.4-37.9-21.9l-30.6-30.6
	c-10.5-10.5-18-23.6-21.9-37.9l-11.2-41.8c-3.8-14.3-3.8-29.4,0-43.8l11.2-41.8c3.8-14.3,11.4-27.4,21.9-37.9l30.6-30.6
	c10.5-10.5,23.6-18,37.9-21.9l41.8-11.2c14.3-3.8,29.4-3.8,43.8,0l0,0l41.8,11.2c14.3,3.8,27.4,11.4,37.9,21.9l30.6,30.6
	c10.5,10.5,18,23.6,21.9,37.9l11.2,41.8c3.8,14.3,3.8,29.4,0,43.8l-11.2,41.8c-3.8,14.3-11.4,27.4-21.9,37.9l-30.6,30.6
	c-10.5,10.5-23.6,18-37.9,21.9l-41.8,11.2C214.7,367.2,207.4,368.2,200,368.2z M200,33.8c-7.2,0-14.4,0.9-21.4,2.8l-41.8,11.2
	c-14,3.8-26.8,11.1-37,21.4L69.2,99.8c-10.2,10.2-17.6,23-21.4,37l-11.2,41.8c-3.8,14-3.8,28.8,0,42.8l11.2,41.8
	c3.8,14,11.1,26.8,21.4,37l30.6,30.6c10.2,10.2,23,17.6,37,21.4l41.8,11.2c14,3.8,28.8,3.8,42.8,0l41.8-11.2
	c14-3.8,26.8-11.1,37-21.4l30.6-30.6c10.2-10.2,17.6-23,21.4-37l11.2-41.8c3.8-14,3.8-28.8,0-42.8l-11.2-41.8
	c-3.8-14-11.1-26.8-21.4-37l-30.6-30.6c-10.2-10.2-23-17.6-37-21.4l-41.8-11.2C214.4,34.7,207.2,33.8,200,33.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/66.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/66.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D29B61" d="M221.6,2.8l58.2,15.6c14.2,3.8,27.1,11.3,37.5,21.6l42.6,42.6c10.4,10.4,17.8,23.3,21.6,37.5l15.6,58.2
	c3.8,14.2,3.8,29.1,0,43.3l-15.6,58.2c-3.8,14.2-11.3,27.1-21.6,37.5l-42.6,42.6c-10.4,10.4-23.3,17.8-37.5,21.6l-58.2,15.6
	c-14.2,3.8-29.1,3.8-43.3,0l-58.2-15.6c-14.2-3.8-27.1-11.3-37.5-21.6l-42.6-42.6c-10.4-10.4-17.8-23.3-21.6-37.5L2.9,221.6
	c-3.8-14.2-3.8-29.1,0-43.3l15.6-58.2c3.8-14.2,11.3-27.1,21.6-37.5l42.6-42.6c10.4-10.4,23.3-17.8,37.5-21.6l58.2-15.6
	C192.5-1,207.5-1,221.6,2.8z"></path>
                  <path fill="#F1DBC8" d="M200,379.3c-7.4,0-14.7-1-21.9-2.9l-47.4-12.7c-14.3-3.8-27.4-11.4-37.9-21.9l-34.7-34.7
	c-10.5-10.5-18-23.6-21.9-37.9l-12.7-47.4c-3.8-14.3-3.8-29.4,0-43.8l12.7-47.4c3.8-14.3,11.4-27.4,21.9-37.9l34.7-34.7
	c10.5-10.5,23.6-18,37.9-21.9l47.4-12.7c14.3-3.8,29.4-3.8,43.8,0l47.4,12.7c14.3,3.8,27.4,11.4,37.9,21.9l34.7,34.7
	c10.5,10.5,18,23.6,21.9,37.9l12.7,47.4c3.8,14.3,3.8,29.4,0,43.8l-12.7,47.4c-3.8,14.3-11.4,27.4-21.9,37.9l-34.7,34.7
	c-10.5,10.5-23.6,18-37.9,21.9l-47.4,12.7C214.7,378.4,207.4,379.3,200,379.3z M200,22.6c-7.2,0-14.4,0.9-21.4,2.8l-47.4,12.7
	c-14,3.8-26.8,11.1-37,21.4L59.5,94.2c-10.2,10.2-17.6,23-21.4,37l-12.7,47.4c-3.8,14-3.8,28.8,0,42.8l12.7,47.4
	c3.8,14,11.1,26.8,21.4,37l34.7,34.7c10.2,10.2,23,17.6,37,21.4l47.4,12.7c14,3.8,28.8,3.8,42.8,0l47.4-12.7
	c14-3.8,26.8-11.1,37-21.4l34.7-34.7c10.2-10.2,17.6-23,21.4-37l12.7-47.4c3.8-14,3.8-28.8,0-42.8l-12.7-47.4
	c-3.8-14-11.1-26.8-21.4-37l-34.7-34.7c-10.2-10.2-23-17.6-37-21.4l-47.4-12.7l0,0C214.4,23.6,207.2,22.6,200,22.6z"></path>
                  <path fill="#F1DBC8" d="M200,368.2c-7.4,0-14.7-1-21.9-2.9l-41.8-11.2c-14.3-3.8-27.4-11.4-37.9-21.9l-30.6-30.6
	c-10.5-10.5-18-23.6-21.9-37.9l-11.2-41.8c-3.8-14.3-3.8-29.4,0-43.8l11.2-41.8c3.8-14.3,11.4-27.4,21.9-37.9l30.6-30.6
	c10.5-10.5,23.6-18,37.9-21.9l41.8-11.2c14.3-3.8,29.4-3.8,43.8,0l41.8,11.2c14.3,3.8,27.4,11.4,37.9,21.9l30.6,30.6
	c10.5,10.5,18,23.6,21.9,37.9l11.2,41.8c3.8,14.3,3.8,29.4,0,43.8l-11.2,41.8c-3.8,14.3-11.4,27.4-21.9,37.9l-30.6,30.6
	c-10.5,10.5-23.6,18-37.9,21.9l-41.8,11.2C214.7,367.2,207.4,368.2,200,368.2z M200,33.8c-7.2,0-14.4,0.9-21.4,2.8l-41.8,11.2
	c-14,3.8-26.8,11.1-37,21.4L69.2,99.8c-10.2,10.2-17.6,23-21.4,37l-11.2,41.8c-3.8,14-3.8,28.8,0,42.8l11.2,41.8
	c3.8,14,11.1,26.8,21.4,37l30.6,30.6c10.2,10.2,23,17.6,37,21.4l41.8,11.2c14,3.8,28.8,3.8,42.8,0l41.8-11.2
	c14-3.8,26.8-11.1,37-21.4l30.6-30.6c10.2-10.2,17.6-23,21.4-37l11.2-41.8c3.8-14,3.8-28.8,0-42.8l-11.2-41.8
	c-3.8-14-11.1-26.8-21.4-37l-30.6-30.6c-10.2-10.2-23-17.6-37-21.4l-41.8-11.2l0,0C214.4,34.7,207.2,33.8,200,33.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/67.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/67.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#79A6B2" d="M342.9,67.4L220.6,8.5c-13-6.3-28.2-6.3-41.2,0L57.1,67.4c-13,6.3-22.5,18.1-25.7,32.2L1.2,232
	c-3.2,14.1,0.2,28.9,9.2,40.2L95,378.3c9,11.3,22.7,17.9,37.1,17.9h135.8c14.4,0,28.1-6.6,37.1-17.9l84.6-106.1
	c9-11.3,12.4-26.1,9.2-40.1L368.6,99.6C365.4,85.6,355.9,73.7,342.9,67.4z"></path>
                  <path fill="#C5E2EA" d="M275.1,373H124.9c-2.9,0-5.5-1.3-7.3-3.5L24,252.1c-1.8-2.2-2.5-5.1-1.8-7.9L55.6,97.8c0.6-2.8,2.5-5.1,5.1-6.4
	l135.3-65.1c2.6-1.2,5.6-1.2,8.1,0l135.3,65.1c2.6,1.3,4.4,3.6,5.1,6.4l33.4,146.4c0.6,2.8,0,5.7-1.8,7.9l-93.6,117.4
	C280.6,371.7,277.9,373,275.1,373z"></path>
                  <path fill="#94C9D8" d="M373.5,243.8L340.6,99.7c-0.5-2.2-2-4.1-4.1-5.1L203.3,30.4c-2.1-1-4.5-1-6.6,0L63.5,94.6
	c-2.1,1-3.6,2.9-4.1,5.1L26.5,243.8c-0.5,2.2,0,4.6,1.5,6.4l92.2,115.6c1.4,1.8,3.6,2.9,5.9,2.9h147.8c2.3,0,4.5-1.1,5.9-2.9
	L372,250.3C373.4,248.4,374,246.1,373.5,243.8z M139.3,90.1l59.3-28.5c0.9-0.4,2-0.4,2.9,0l59.3,28.5c1.6,0.8,2.3,2.8,1.5,4.4
	c-0.6,1.2-1.8,1.9-3,1.9c-0.5,0-1-0.1-1.4-0.3L200,68.2l-57.8,27.8c-1.6,0.8-3.6,0.1-4.4-1.5C137,92.9,137.7,90.9,139.3,90.1z
	 M293.8,306.3l-28.4,35.6c-0.6,0.8-1.6,1.2-2.6,1.2H137.2c-1,0-2-0.5-2.6-1.2l-28.4-35.6c-1.1-1.4-0.9-3.5,0.5-4.6
	c1.4-1.1,3.5-0.9,4.6,0.5l27.4,34.4h122.5l27.4-34.4c1.1-1.4,3.2-1.7,4.6-0.5C294.7,302.8,295,304.8,293.8,306.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/68.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/68.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#519670" d="M342.9,67.4L220.6,8.5c-13-6.3-28.2-6.3-41.2,0L57.1,67.4c-13,6.3-22.5,18.1-25.7,32.2L1.2,232
	c-3.2,14.1,0.2,28.9,9.2,40.2L95,378.3c9,11.3,22.7,17.9,37.1,17.9h135.8c14.4,0,28.1-6.6,37.1-17.9l84.6-106.1
	c9-11.3,12.4-26.1,9.2-40.1L368.6,99.6C365.4,85.6,355.9,73.7,342.9,67.4z"></path>
                  <path fill="#D4E8DA" d="M275.1,373H124.9c-2.9,0-5.5-1.3-7.3-3.5L24,252.1c-1.8-2.2-2.5-5.1-1.8-7.9L55.6,97.8c0.6-2.8,2.5-5.1,5.1-6.4
	l135.3-65.1c2.6-1.2,5.6-1.2,8.1,0l135.3,65.1c2.6,1.3,4.4,3.6,5.1,6.4l33.4,146.4c0.6,2.8,0,5.7-1.8,7.9l-93.6,117.4
	C280.6,371.7,277.9,373,275.1,373z"></path>
                  <path fill="#97C5A4" d="M373.5,243.8L340.6,99.7c-0.5-2.2-2-4.1-4.1-5.1L203.3,30.4c-2.1-1-4.5-1-6.6,0L63.5,94.6
	c-2.1,1-3.6,2.9-4.1,5.1L26.5,243.8c-0.5,2.2,0,4.6,1.5,6.4l92.2,115.6c1.4,1.8,3.6,2.9,5.9,2.9h147.8c2.3,0,4.5-1.1,5.9-2.9
	L372,250.3C373.4,248.4,374,246.1,373.5,243.8z M139.3,90.1l59.3-28.5c0.9-0.4,2-0.4,2.9,0l59.3,28.5c1.6,0.8,2.3,2.8,1.5,4.4
	c-0.6,1.2-1.8,1.9-3,1.9c-0.5,0-1-0.1-1.4-0.3L200,68.2l-57.8,27.8c-1.6,0.8-3.6,0.1-4.4-1.5C137,92.9,137.7,90.9,139.3,90.1z
	 M293.8,306.3l-28.4,35.6c-0.6,0.8-1.6,1.2-2.6,1.2H137.2c-1,0-2-0.5-2.6-1.2l-28.4-35.6c-1.1-1.4-0.9-3.5,0.5-4.6
	c1.4-1.1,3.5-0.9,4.6,0.5l27.4,34.4h122.5l27.4-34.4c1.1-1.4,3.2-1.7,4.6-0.5C294.7,302.8,295,304.8,293.8,306.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/69.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/69.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#953E50" d="M342.9,67.4L220.6,8.5c-13-6.3-28.2-6.3-41.2,0L57.1,67.4c-13,6.3-22.5,18.1-25.7,32.2L1.2,232
	c-3.2,14.1,0.2,28.9,9.2,40.2L95,378.3c9,11.3,22.7,17.9,37.1,17.9h135.8c14.4,0,28.1-6.6,37.1-17.9l84.6-106.1
	c9-11.3,12.4-26.1,9.2-40.1L368.6,99.6C365.4,85.6,355.9,73.7,342.9,67.4z"></path>
                  <path fill="#F2F0F0" d="M275.1,373H124.9c-2.9,0-5.5-1.3-7.3-3.5L24,252.1c-1.8-2.2-2.5-5.1-1.8-7.9L55.6,97.8c0.6-2.8,2.5-5.1,5.1-6.4
	l135.3-65.1c2.6-1.2,5.6-1.2,8.1,0l135.3,65.1c2.6,1.3,4.4,3.6,5.1,6.4l33.4,146.4c0.6,2.8,0,5.7-1.8,7.9l-93.6,117.4
	C280.6,371.7,277.9,373,275.1,373z"></path>
                  <path fill="#E9CDCC" d="M373.5,243.8L340.6,99.7c-0.5-2.2-2-4.1-4.1-5.1L203.3,30.4c-2.1-1-4.5-1-6.6,0L63.5,94.6
	c-2.1,1-3.6,2.9-4.1,5.1L26.5,243.8c-0.5,2.2,0,4.6,1.5,6.4l92.2,115.6c1.4,1.8,3.6,2.9,5.9,2.9h147.8c2.3,0,4.5-1.1,5.9-2.9
	L372,250.3C373.4,248.4,374,246.1,373.5,243.8z M139.3,90.1l59.3-28.5c0.9-0.4,2-0.4,2.9,0l59.3,28.5c1.6,0.8,2.3,2.8,1.5,4.4
	c-0.6,1.2-1.8,1.9-3,1.9c-0.5,0-1-0.1-1.4-0.3L200,68.2l-57.8,27.8c-1.6,0.8-3.6,0.1-4.4-1.5C137,92.9,137.7,90.9,139.3,90.1z
	 M293.8,306.3l-28.4,35.6c-0.6,0.8-1.6,1.2-2.6,1.2H137.2c-1,0-2-0.5-2.6-1.2l-28.4-35.6c-1.1-1.4-0.9-3.5,0.5-4.6
	c1.4-1.1,3.5-0.9,4.6,0.5l27.4,34.4h122.5l27.4-34.4c1.1-1.4,3.2-1.7,4.6-0.5C294.7,302.8,295,304.8,293.8,306.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/70.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/70.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#FFF050" d="M394.6,186.2L394.6,186.2c-5.8-6.3-7-15.6-3.1-23.2l0,0c4.9-9.4,1.8-21-7.1-26.7c-7.3-4.6-10.8-13.3-9-21.7l0,0
	c2.3-10.3-3.7-20.7-13.8-23.9c-8.2-2.6-13.9-10-14.3-18.6l0,0c-0.5-10.6-8.9-19.1-19.5-19.5l0,0c-8.6-0.4-16-6.1-18.6-14.3
	c-3.2-10.1-13.6-16.1-23.9-13.8l0,0c-8.4,1.9-17-1.7-21.6-9c-5.7-8.9-17.3-12-26.7-7.2c-7.6,4-16.9,2.8-23.2-3.1l0,0
	c-7.8-7.2-19.8-7.2-27.6,0l0,0c-6.3,5.8-15.6,7-23.2,3.1l0,0c-9.4-4.9-21-1.8-26.7,7.1c-4.6,7.2-13.3,10.8-21.7,9
	c-10.3-2.3-20.7,3.7-23.9,13.8c-2.6,8.2-10,13.9-18.6,14.3l0,0c-10.6,0.5-19.1,8.9-19.5,19.5l0,0c-0.4,8.6-6.1,16-14.3,18.6
	c-10.1,3.2-16.1,13.6-13.8,23.9l0,0c1.9,8.4-1.7,17-9,21.7c-8.9,5.7-12,17.3-7.1,26.7l0,0c4,7.6,2.8,16.9-3.1,23.2
	c-7.2,7.8-7.2,19.8,0,27.6c5.8,6.3,7,15.6,3.1,23.2l0,0c-4.9,9.4-1.8,21,7.1,26.7c7.3,4.6,10.8,13.3,9,21.6l0,0
	c-2.3,10.3,3.7,20.7,13.8,23.9c8.2,2.6,13.9,10,14.3,18.6l0,0c0.5,10.6,8.9,19.1,19.5,19.5l0,0c8.6,0.4,16,6.1,18.6,14.3
	c3.2,10.1,13.6,16.1,23.9,13.8c8.4-1.9,17,1.7,21.7,9c5.7,8.9,17.3,12,26.7,7.1l0,0c7.6-4,16.9-2.8,23.2,3.1l0,0
	c7.8,7.2,19.8,7.2,27.6,0l0,0c6.3-5.8,15.6-7,23.2-3.1c9.4,4.9,21,1.8,26.7-7.1c4.6-7.3,13.3-10.8,21.6-9l0,0
	c10.3,2.3,20.7-3.7,23.9-13.8c2.6-8.2,10-13.9,18.6-14.3l0,0c10.6-0.5,19.1-8.9,19.5-19.5l0,0c0.4-8.6,6.1-16,14.3-18.6
	c10.1-3.2,16.1-13.6,13.8-23.9l0,0c-1.9-8.4,1.7-17,9-21.6c8.9-5.7,12-17.3,7.1-26.7l0,0c-4-7.6-2.8-16.9,3.1-23.2l0,0
	C401.8,206,401.8,194,394.6,186.2z"></path>
                  <path fill="#CE9A1D" d="M202.9,352.5c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6c5.1-0.1,10.2-0.5,15.2-1.1c1.4-0.2,2.7,0.8,2.9,2.3
	s-0.8,2.7-2.3,2.9C213.4,352.1,208.1,352.5,202.9,352.5C202.9,352.5,202.9,352.5,202.9,352.5z M187.4,352c-0.1,0-0.1,0-0.2,0
	c-5.2-0.4-10.5-1.1-15.6-2.1c-1.4-0.3-2.3-1.6-2.1-3s1.6-2.3,3-2.1c5,0.9,10.1,1.6,15.1,2c1.4,0.1,2.5,1.4,2.4,2.8
	C189.8,351,188.7,352,187.4,352z M233.6,348.8c-1.2,0-2.3-0.8-2.5-2c-0.3-1.4,0.6-2.8,1.9-3.1c4.9-1.1,9.9-2.5,14.7-4.2
	c1.4-0.5,2.8,0.3,3.3,1.6c0.5,1.4-0.3,2.8-1.6,3.3c-5,1.7-10.1,3.1-15.2,4.3C234,348.8,233.8,348.8,233.6,348.8z M156.9,346.3
	c-0.3,0-0.5,0-0.7-0.1c-5-1.5-10-3.3-14.9-5.3c-1.3-0.5-1.9-2.1-1.4-3.4s2.1-1.9,3.4-1.4c4.7,2,9.5,3.7,14.4,5.1
	c1.4,0.4,2.1,1.9,1.7,3.2C159.1,345.6,158,346.3,156.9,346.3z M262.9,338.8c-1,0-1.9-0.6-2.4-1.5c-0.6-1.3,0-2.8,1.3-3.4
	c4.6-2.1,9.1-4.5,13.5-7.1c1.2-0.7,2.8-0.3,3.5,0.9c0.7,1.2,0.3,2.8-0.9,3.5c-4.5,2.7-9.2,5.2-14,7.4
	C263.6,338.7,263.3,338.8,262.9,338.8z M128.3,334.4c-0.4,0-0.8-0.1-1.2-0.3c-4.6-2.5-9.1-5.3-13.4-8.3c-1.2-0.8-1.5-2.4-0.7-3.6
	c0.8-1.2,2.4-1.5,3.6-0.7c4.2,2.9,8.6,5.6,13,8c1.3,0.7,1.7,2.3,1,3.5C130.1,333.9,129.2,334.4,128.3,334.4z M289.5,322.9
	c-0.8,0-1.6-0.4-2.1-1c-0.9-1.1-0.6-2.8,0.5-3.6c4.1-3,8-6.3,11.7-9.7c1-1,2.7-0.9,3.7,0.1s0.9,2.7-0.1,3.6
	c-3.9,3.5-8,6.9-12.1,10.1C290.6,322.8,290.1,322.9,289.5,322.9z M102.8,316.8c-0.6,0-1.2-0.2-1.7-0.6c-4-3.4-7.8-7-11.5-10.8
	c-1-1-0.9-2.7,0.1-3.7s2.7-1,3.7,0.1c3.5,3.7,7.2,7.2,11.1,10.5c1.1,0.9,1.2,2.6,0.3,3.6C104.3,316.5,103.5,316.8,102.8,316.8z
	 M312.3,302c-0.6,0-1.2-0.2-1.7-0.6c-1.1-1-1.2-2.6-0.2-3.6c3.4-3.8,6.5-7.8,9.5-11.9c0.8-1.2,2.5-1.4,3.6-0.6
	c1.2,0.8,1.4,2.5,0.6,3.6c-3,4.3-6.4,8.4-9.8,12.3C313.8,301.7,313,302,312.3,302z M81.4,294.4c-0.8,0-1.5-0.3-2.1-1
	c-3.2-4.1-6.3-8.5-9-13c-0.8-1.2-0.4-2.8,0.8-3.6s2.8-0.4,3.6,0.8c2.7,4.3,5.6,8.5,8.7,12.5c0.9,1.1,0.7,2.8-0.5,3.6
	C82.5,294.2,81.9,294.4,81.4,294.4z M330.4,276.8c-0.4,0-0.9-0.1-1.3-0.3c-1.2-0.7-1.7-2.3-1-3.5c2.5-4.4,4.8-9,6.9-13.6
	c0.6-1.3,2.1-1.9,3.4-1.3c1.3,0.6,1.9,2.1,1.3,3.4c-2.1,4.8-4.5,9.5-7.1,14.1C332.1,276.3,331.3,276.8,330.4,276.8z M65,268.1
	c-1,0-1.9-0.5-2.3-1.5c-2.3-4.7-4.4-9.6-6.2-14.5c-0.5-1.3,0.2-2.8,1.5-3.3c1.3-0.5,2.8,0.2,3.3,1.6c1.7,4.8,3.7,9.5,5.9,14
	c0.6,1.3,0.1,2.8-1.2,3.5C65.8,268,65.4,268.1,65,268.1z M342.9,248.4c-0.3,0-0.5,0-0.8-0.1c-1.4-0.4-2.1-1.9-1.7-3.3
	c1.5-4.8,2.9-9.8,3.9-14.7c0.3-1.4,1.7-2.3,3.1-2c1.4,0.3,2.3,1.7,2,3.1c-1.1,5.1-2.4,10.3-4,15.3C345,247.7,344,248.4,342.9,248.4z
	 M54.5,239c-1.2,0-2.2-0.8-2.5-2c-1.3-5.1-2.3-10.3-3-15.5c-0.2-1.4,0.8-2.7,2.2-2.9s2.7,0.8,2.9,2.2c0.7,5,1.7,10.1,2.9,15
	c0.3,1.4-0.5,2.8-1.9,3.1C54.9,238.9,54.7,239,54.5,239z M349.2,218.1c-0.1,0-0.2,0-0.3,0c-1.4-0.1-2.5-1.4-2.3-2.8
	c0.5-5,0.8-10.1,0.8-15.2c0-3.7-0.1-7.5-0.4-11.2c-0.1-1.4,1-2.7,2.4-2.8c1.4-0.1,2.7,1,2.8,2.4c0.3,3.8,0.4,7.7,0.4,11.6
	c0,5.3-0.3,10.6-0.8,15.8C351.6,217.1,350.5,218.1,349.2,218.1z M50.1,208.3c-1.4,0-2.5-1.1-2.6-2.5c-0.1-1.9-0.1-3.9-0.1-5.8
	c0-3.3,0.1-6.7,0.3-10c0.1-1.4,1.3-2.5,2.8-2.4c1.4,0.1,2.5,1.3,2.4,2.8c-0.2,3.2-0.3,6.4-0.3,9.6c0,1.9,0,3.8,0.1,5.6
	C52.8,207,51.7,208.2,50.1,208.3C50.2,208.3,50.2,208.3,50.1,208.3z M52.1,177.4c-0.1,0-0.3,0-0.4,0c-1.4-0.2-2.4-1.6-2.1-3
	c0.9-5.2,2-10.4,3.4-15.4c0.4-1.4,1.8-2.2,3.2-1.8c1.4,0.4,2.2,1.8,1.8,3.2c-1.4,4.9-2.5,9.9-3.3,14.9
	C54.5,176.5,53.4,177.4,52.1,177.4z M347.6,175.8c-1.2,0-2.3-0.9-2.5-2.1c-0.9-5-2.1-10-3.5-14.8c-0.4-1.4,0.4-2.8,1.8-3.2
	c1.4-0.4,2.8,0.4,3.2,1.8c1.5,5,2.7,10.2,3.6,15.4c0.3,1.4-0.7,2.8-2.1,3C347.9,175.8,347.7,175.8,347.6,175.8z M60.5,147.5
	c-0.3,0-0.6-0.1-1-0.2c-1.3-0.5-2-2-1.5-3.4c1.9-4.9,4.1-9.7,6.6-14.4c0.7-1.3,2.2-1.8,3.5-1.1s1.8,2.2,1.1,3.5
	c-2.3,4.5-4.5,9.2-6.3,13.9C62.5,146.9,61.5,147.5,60.5,147.5z M339,146.1c-1,0-2-0.6-2.4-1.6c-1.9-4.7-4.1-9.3-6.5-13.8
	c-0.7-1.3-0.2-2.8,1.1-3.5s2.8-0.2,3.5,1.1c2.5,4.6,4.7,9.4,6.7,14.3c0.5,1.3-0.1,2.8-1.4,3.4C339.6,146,339.3,146.1,339,146.1z
	 M74.8,120c-0.5,0-1-0.1-1.4-0.4c-1.2-0.8-1.5-2.4-0.7-3.6c2.9-4.4,6-8.7,9.4-12.7c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6
	c-3.2,3.9-6.3,8.1-9.1,12.3C76.4,119.6,75.6,120,74.8,120z M324.4,118.7c-0.8,0-1.6-0.4-2.1-1.1c-2.8-4.2-5.9-8.3-9.2-12.2
	c-0.9-1.1-0.8-2.7,0.3-3.6c1.1-0.9,2.7-0.8,3.6,0.3c3.4,4,6.6,8.3,9.5,12.6c0.8,1.2,0.5,2.8-0.7,3.6
	C325.4,118.6,324.9,118.7,324.4,118.7z M94.4,96.1c-0.7,0-1.3-0.3-1.8-0.8c-1-1-1-2.7,0-3.7c3.7-3.7,7.7-7.2,11.8-10.5
	c1.1-0.9,2.7-0.7,3.6,0.4s0.7,2.7-0.4,3.6c-3.9,3.2-7.8,6.6-11.4,10.2C95.7,95.8,95.1,96.1,94.4,96.1z M304.5,95
	c-0.6,0-1.3-0.2-1.8-0.7c-3.6-3.5-7.5-6.9-11.5-10.1c-1.1-0.9-1.3-2.5-0.4-3.6c0.9-1.1,2.5-1.3,3.6-0.4c4.1,3.3,8.1,6.7,11.9,10.4
	c1,1,1,2.6,0,3.7C305.8,94.7,305.1,95,304.5,95z M118.5,76.6c-0.8,0-1.7-0.4-2.2-1.2c-0.8-1.2-0.4-2.8,0.8-3.6
	c4.4-2.8,9-5.5,13.7-7.9c1.3-0.7,2.8-0.1,3.5,1.1s0.1,2.8-1.1,3.5c-4.5,2.3-8.9,4.9-13.2,7.6C119.5,76.5,119,76.6,118.5,76.6z
	 M280.1,75.8c-0.5,0-1-0.1-1.4-0.4c-4.3-2.7-8.8-5.2-13.3-7.5c-1.3-0.6-1.8-2.2-1.2-3.5c0.6-1.3,2.2-1.8,3.5-1.2
	c4.7,2.3,9.3,4.9,13.8,7.7c1.2,0.8,1.6,2.4,0.8,3.6C281.8,75.4,281,75.8,280.1,75.8z M146.1,62.6c-1,0-2-0.6-2.4-1.7
	c-0.5-1.3,0.1-2.8,1.5-3.3c4.9-1.9,9.9-3.5,15-4.9c1.4-0.4,2.8,0.4,3.2,1.8s-0.4,2.8-1.8,3.2c-4.9,1.3-9.8,2.9-14.5,4.7
	C146.7,62.5,146.4,62.6,146.1,62.6z M252.4,62c-0.3,0-0.6,0-0.9-0.2c-4.8-1.8-9.6-3.3-14.5-4.6c-1.4-0.4-2.2-1.8-1.9-3.2
	s1.8-2.2,3.1-1.9c5.1,1.3,10.1,2.9,15.1,4.7c1.3,0.5,2,2,1.5,3.3C254.4,61.4,253.4,62,252.4,62z M176,54.5c-1.3,0-2.4-0.9-2.6-2.2
	c-0.2-1.4,0.7-2.7,2.1-3c5.2-0.8,10.4-1.4,15.7-1.7c1.4-0.1,2.6,1,2.7,2.4s-1,2.7-2.4,2.7c-5.1,0.3-10.2,0.8-15.1,1.6
	C176.3,54.5,176.2,54.5,176,54.5z M222.4,54.3c-0.1,0-0.3,0-0.4,0c-5-0.8-10.1-1.2-15.2-1.5c-1.4-0.1-2.5-1.3-2.5-2.7
	c0.1-1.4,1.3-2.5,2.7-2.5c5.3,0.2,10.5,0.8,15.7,1.5c1.4,0.2,2.4,1.5,2.2,2.9C224.8,53.3,223.7,54.3,222.4,54.3z"></path>
                  <circle fill="#CE9A1D" cx="200" cy="200" r="134.7"></circle>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/71.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/71.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#CDCDCD" d="M394.6,186.2L394.6,186.2c-5.8-6.3-7-15.6-3.1-23.2l0,0c4.9-9.4,1.8-21-7.1-26.7c-7.3-4.6-10.8-13.3-9-21.7l0,0
	c2.3-10.3-3.7-20.7-13.8-23.9c-8.2-2.6-13.9-10-14.3-18.6l0,0c-0.5-10.6-8.9-19.1-19.5-19.5l0,0c-8.6-0.4-16-6.1-18.6-14.3
	c-3.2-10.1-13.6-16.1-23.9-13.8l0,0c-8.4,1.9-17-1.7-21.6-9c-5.7-8.9-17.3-12-26.7-7.2c-7.6,4-16.9,2.8-23.2-3.1l0,0
	c-7.8-7.2-19.8-7.2-27.6,0l0,0c-6.3,5.8-15.6,7-23.2,3.1l0,0c-9.4-4.9-21-1.8-26.7,7.1c-4.6,7.2-13.3,10.8-21.7,9
	c-10.3-2.3-20.7,3.7-23.9,13.8c-2.6,8.2-10,13.9-18.6,14.3l0,0c-10.6,0.5-19.1,8.9-19.5,19.5l0,0c-0.4,8.6-6.1,16-14.3,18.6
	c-10.1,3.2-16.1,13.6-13.8,23.9l0,0c1.9,8.4-1.7,17-9,21.7c-8.9,5.7-12,17.3-7.1,26.7l0,0c4,7.6,2.8,16.9-3.1,23.2
	c-7.2,7.8-7.2,19.8,0,27.6c5.8,6.3,7,15.6,3.1,23.2l0,0c-4.9,9.4-1.8,21,7.1,26.7c7.3,4.6,10.8,13.3,9,21.6l0,0
	c-2.3,10.3,3.7,20.7,13.8,23.9c8.2,2.6,13.9,10,14.3,18.6l0,0c0.5,10.6,8.9,19.1,19.5,19.5l0,0c8.6,0.4,16,6.1,18.6,14.3
	c3.2,10.1,13.6,16.1,23.9,13.8c8.4-1.9,17,1.7,21.7,9c5.7,8.9,17.3,12,26.7,7.1l0,0c7.6-4,16.9-2.8,23.2,3.1l0,0
	c7.8,7.2,19.8,7.2,27.6,0l0,0c6.3-5.8,15.6-7,23.2-3.1c9.4,4.9,21,1.8,26.7-7.1c4.6-7.3,13.3-10.8,21.6-9l0,0
	c10.3,2.3,20.7-3.7,23.9-13.8c2.6-8.2,10-13.9,18.6-14.3l0,0c10.6-0.5,19.1-8.9,19.5-19.5l0,0c0.4-8.6,6.1-16,14.3-18.6
	c10.1-3.2,16.1-13.6,13.8-23.9l0,0c-1.9-8.4,1.7-17,9-21.6c8.9-5.7,12-17.3,7.1-26.7l0,0c-4-7.6-2.8-16.9,3.1-23.2l0,0
	C401.8,206,401.8,194,394.6,186.2z"></path>
                  <path fill="#797777" d="M202.9,352.5c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6c5.1-0.1,10.2-0.5,15.2-1.1c1.4-0.2,2.7,0.8,2.9,2.3
	s-0.8,2.7-2.3,2.9C213.4,352.1,208.1,352.5,202.9,352.5C202.9,352.5,202.9,352.5,202.9,352.5z M187.4,352c-0.1,0-0.1,0-0.2,0
	c-5.2-0.4-10.5-1.1-15.6-2.1c-1.4-0.3-2.3-1.6-2.1-3s1.6-2.3,3-2.1c5,0.9,10.1,1.6,15.1,2c1.4,0.1,2.5,1.4,2.4,2.8
	C189.8,351,188.7,352,187.4,352z M233.6,348.8c-1.2,0-2.3-0.8-2.5-2c-0.3-1.4,0.6-2.8,1.9-3.1c4.9-1.1,9.9-2.5,14.7-4.2
	c1.4-0.5,2.8,0.3,3.3,1.6c0.5,1.4-0.3,2.8-1.6,3.3c-5,1.7-10.1,3.1-15.2,4.3C234,348.8,233.8,348.8,233.6,348.8z M156.9,346.3
	c-0.3,0-0.5,0-0.7-0.1c-5-1.5-10-3.3-14.9-5.3c-1.3-0.5-1.9-2.1-1.4-3.4s2.1-1.9,3.4-1.4c4.7,2,9.5,3.7,14.4,5.1
	c1.4,0.4,2.1,1.9,1.7,3.2C159.1,345.6,158,346.3,156.9,346.3z M262.9,338.8c-1,0-1.9-0.6-2.4-1.5c-0.6-1.3,0-2.8,1.3-3.4
	c4.6-2.1,9.1-4.5,13.5-7.1c1.2-0.7,2.8-0.3,3.5,0.9c0.7,1.2,0.3,2.8-0.9,3.5c-4.5,2.7-9.2,5.2-14,7.4
	C263.6,338.7,263.3,338.8,262.9,338.8z M128.3,334.4c-0.4,0-0.8-0.1-1.2-0.3c-4.6-2.5-9.1-5.3-13.4-8.3c-1.2-0.8-1.5-2.4-0.7-3.6
	c0.8-1.2,2.4-1.5,3.6-0.7c4.2,2.9,8.6,5.6,13,8c1.3,0.7,1.7,2.3,1,3.5C130.1,333.9,129.2,334.4,128.3,334.4z M289.5,322.9
	c-0.8,0-1.6-0.4-2.1-1c-0.9-1.1-0.6-2.8,0.5-3.6c4.1-3,8-6.3,11.7-9.7c1-1,2.7-0.9,3.7,0.1s0.9,2.7-0.1,3.6
	c-3.9,3.5-8,6.9-12.1,10.1C290.6,322.8,290.1,322.9,289.5,322.9z M102.8,316.8c-0.6,0-1.2-0.2-1.7-0.6c-4-3.4-7.8-7-11.5-10.8
	c-1-1-0.9-2.7,0.1-3.7s2.7-1,3.7,0.1c3.5,3.7,7.2,7.2,11.1,10.5c1.1,0.9,1.2,2.6,0.3,3.6C104.3,316.5,103.5,316.8,102.8,316.8z
	 M312.3,302c-0.6,0-1.2-0.2-1.7-0.6c-1.1-1-1.2-2.6-0.2-3.6c3.4-3.8,6.5-7.8,9.5-11.9c0.8-1.2,2.5-1.4,3.6-0.6
	c1.2,0.8,1.4,2.5,0.6,3.6c-3,4.3-6.4,8.4-9.8,12.3C313.8,301.7,313,302,312.3,302z M81.4,294.4c-0.8,0-1.5-0.3-2.1-1
	c-3.2-4.1-6.3-8.5-9-13c-0.8-1.2-0.4-2.8,0.8-3.6s2.8-0.4,3.6,0.8c2.7,4.3,5.6,8.5,8.7,12.5c0.9,1.1,0.7,2.8-0.5,3.6
	C82.5,294.2,81.9,294.4,81.4,294.4z M330.4,276.8c-0.4,0-0.9-0.1-1.3-0.3c-1.2-0.7-1.7-2.3-1-3.5c2.5-4.4,4.8-9,6.9-13.6
	c0.6-1.3,2.1-1.9,3.4-1.3s1.9,2.1,1.3,3.4c-2.1,4.8-4.5,9.5-7.1,14.1C332.1,276.3,331.3,276.8,330.4,276.8z M65,268.1
	c-1,0-1.9-0.5-2.3-1.5c-2.3-4.7-4.4-9.6-6.2-14.5c-0.5-1.3,0.2-2.8,1.5-3.3c1.3-0.5,2.8,0.2,3.3,1.6c1.7,4.8,3.7,9.5,5.9,14
	c0.6,1.3,0.1,2.8-1.2,3.5C65.8,268,65.4,268.1,65,268.1z M342.9,248.4c-0.3,0-0.5,0-0.8-0.1c-1.4-0.4-2.1-1.9-1.7-3.3
	c1.5-4.8,2.9-9.8,3.9-14.7c0.3-1.4,1.7-2.3,3.1-2c1.4,0.3,2.3,1.7,2,3.1c-1.1,5.1-2.4,10.3-4,15.3C345,247.7,344,248.4,342.9,248.4z
	 M54.5,239c-1.2,0-2.2-0.8-2.5-2c-1.3-5.1-2.3-10.3-3-15.5c-0.2-1.4,0.8-2.7,2.2-2.9c1.4-0.2,2.7,0.8,2.9,2.2c0.7,5,1.7,10.1,2.9,15
	c0.3,1.4-0.5,2.8-1.9,3.1C54.9,238.9,54.7,239,54.5,239z M349.2,218.1c-0.1,0-0.2,0-0.3,0c-1.4-0.1-2.5-1.4-2.3-2.8
	c0.5-5,0.8-10.1,0.8-15.2c0-3.7-0.1-7.5-0.4-11.2c-0.1-1.4,1-2.7,2.4-2.8c1.4-0.1,2.7,1,2.8,2.4c0.3,3.8,0.4,7.7,0.4,11.6
	c0,5.3-0.3,10.6-0.8,15.8C351.6,217.1,350.5,218.1,349.2,218.1z M50.1,208.3c-1.4,0-2.5-1.1-2.6-2.5c-0.1-1.9-0.1-3.9-0.1-5.8
	c0-3.3,0.1-6.7,0.3-10c0.1-1.4,1.3-2.5,2.8-2.4c1.4,0.1,2.5,1.3,2.4,2.8c-0.2,3.2-0.3,6.4-0.3,9.6c0,1.9,0,3.8,0.1,5.6
	c0,1.4-1.1,2.6-2.5,2.7C50.2,208.3,50.2,208.3,50.1,208.3z M52.1,177.4c-0.1,0-0.3,0-0.4,0c-1.4-0.2-2.4-1.6-2.1-3
	c0.9-5.2,2-10.4,3.4-15.4c0.4-1.4,1.8-2.2,3.2-1.8c1.4,0.4,2.2,1.8,1.8,3.2c-1.4,4.9-2.5,9.9-3.3,14.9
	C54.5,176.5,53.4,177.4,52.1,177.4z M347.6,175.8c-1.2,0-2.3-0.9-2.5-2.1c-0.9-5-2.1-10-3.5-14.8c-0.4-1.4,0.4-2.8,1.8-3.2
	c1.4-0.4,2.8,0.4,3.2,1.8c1.5,5,2.7,10.2,3.6,15.4c0.3,1.4-0.7,2.8-2.1,3C347.9,175.8,347.7,175.8,347.6,175.8z M60.5,147.5
	c-0.3,0-0.6-0.1-1-0.2c-1.3-0.5-2-2-1.5-3.4c1.9-4.9,4.1-9.7,6.6-14.4c0.7-1.3,2.2-1.8,3.5-1.1s1.8,2.2,1.1,3.5
	c-2.3,4.5-4.5,9.2-6.3,13.9C62.5,146.9,61.5,147.5,60.5,147.5z M339,146.1c-1,0-2-0.6-2.4-1.6c-1.9-4.7-4.1-9.3-6.5-13.8
	c-0.7-1.3-0.2-2.8,1.1-3.5s2.8-0.2,3.5,1.1c2.5,4.6,4.7,9.4,6.7,14.3c0.5,1.3-0.1,2.8-1.4,3.4C339.6,146,339.3,146.1,339,146.1z
	 M74.8,120c-0.5,0-1-0.1-1.4-0.4c-1.2-0.8-1.5-2.4-0.7-3.6c2.9-4.4,6-8.6,9.4-12.7c0.9-1.1,2.5-1.3,3.6-0.4s1.3,2.5,0.4,3.6
	c-3.2,3.9-6.3,8.1-9,12.3C76.4,119.6,75.6,120,74.8,120z M324.4,118.7c-0.8,0-1.6-0.4-2.1-1.1c-2.8-4.2-5.9-8.3-9.2-12.2
	c-0.9-1.1-0.8-2.7,0.3-3.6c1.1-0.9,2.7-0.8,3.6,0.3c3.4,4,6.6,8.3,9.5,12.6c0.8,1.2,0.5,2.8-0.7,3.6
	C325.4,118.6,324.9,118.7,324.4,118.7z M94.4,96.1c-0.7,0-1.3-0.3-1.8-0.8c-1-1-1-2.7,0-3.7c3.7-3.7,7.7-7.2,11.8-10.5
	c1.1-0.9,2.7-0.7,3.6,0.4s0.7,2.7-0.4,3.6c-3.9,3.2-7.8,6.6-11.4,10.2C95.7,95.8,95.1,96.1,94.4,96.1z M304.5,95
	c-0.6,0-1.3-0.2-1.8-0.7c-3.6-3.5-7.5-6.9-11.5-10.1c-1.1-0.9-1.3-2.5-0.4-3.6c0.9-1.1,2.5-1.3,3.6-0.4c4.1,3.3,8.1,6.7,11.9,10.4
	c1,1,1,2.6,0,3.7C305.8,94.7,305.1,95,304.5,95z M118.5,76.6c-0.8,0-1.7-0.4-2.2-1.2c-0.8-1.2-0.4-2.8,0.8-3.6
	c4.4-2.8,9-5.5,13.7-7.9c1.3-0.7,2.8-0.1,3.5,1.1s0.1,2.8-1.1,3.5c-4.5,2.3-8.9,4.9-13.2,7.6C119.5,76.5,119,76.6,118.5,76.6z
	 M280.1,75.8c-0.5,0-1-0.1-1.4-0.4c-4.3-2.7-8.8-5.2-13.3-7.5c-1.3-0.6-1.8-2.2-1.2-3.5c0.6-1.3,2.2-1.8,3.5-1.2
	c4.7,2.3,9.3,4.9,13.8,7.7c1.2,0.8,1.6,2.4,0.8,3.6C281.8,75.4,281,75.8,280.1,75.8z M146.1,62.6c-1,0-2-0.6-2.4-1.7
	c-0.5-1.3,0.1-2.8,1.5-3.3c4.9-1.9,9.9-3.5,15-4.9c1.4-0.4,2.8,0.4,3.2,1.8s-0.4,2.8-1.8,3.2c-4.9,1.3-9.8,2.9-14.5,4.7
	C146.7,62.5,146.4,62.6,146.1,62.6z M252.4,62c-0.3,0-0.6,0-0.9-0.2c-4.8-1.8-9.6-3.3-14.5-4.6c-1.4-0.4-2.2-1.8-1.9-3.2
	s1.8-2.2,3.1-1.9c5.1,1.3,10.1,2.9,15.1,4.7c1.3,0.5,2,2,1.5,3.3C254.4,61.4,253.4,62,252.4,62z M176,54.5c-1.3,0-2.4-0.9-2.6-2.2
	c-0.2-1.4,0.7-2.7,2.1-3c5.2-0.8,10.4-1.4,15.7-1.7c1.4-0.1,2.6,1,2.7,2.4s-1,2.7-2.4,2.7c-5.1,0.3-10.2,0.8-15.1,1.6
	C176.3,54.5,176.2,54.5,176,54.5z M222.4,54.3c-0.1,0-0.3,0-0.4,0c-5-0.8-10.1-1.2-15.2-1.5c-1.4-0.1-2.5-1.3-2.5-2.7
	c0.1-1.4,1.3-2.5,2.7-2.5c5.3,0.2,10.5,0.8,15.7,1.5c1.4,0.2,2.4,1.5,2.2,2.9C224.8,53.3,223.7,54.3,222.4,54.3z"></path>
                  <circle fill="#797777" cx="200" cy="200" r="134.7"></circle>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/72.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/72.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E5AA7C" d="M394.6,186.2L394.6,186.2c-5.8-6.3-7-15.6-3.1-23.2l0,0c4.9-9.4,1.8-21-7.1-26.7c-7.3-4.6-10.8-13.3-9-21.7l0,0
	c2.3-10.3-3.7-20.7-13.8-23.9c-8.2-2.6-13.9-10-14.3-18.6l0,0c-0.5-10.6-8.9-19.1-19.5-19.5l0,0c-8.6-0.4-16-6.1-18.6-14.3
	c-3.2-10.1-13.6-16.1-23.9-13.8l0,0c-8.4,1.9-17-1.7-21.6-9c-5.7-8.9-17.3-12-26.7-7.2c-7.6,4-16.9,2.8-23.2-3.1l0,0
	c-7.8-7.2-19.8-7.2-27.6,0l0,0c-6.3,5.8-15.6,7-23.2,3.1l0,0c-9.4-4.9-21-1.8-26.7,7.1c-4.6,7.2-13.3,10.8-21.7,9
	c-10.3-2.3-20.7,3.7-23.9,13.8c-2.6,8.2-10,13.9-18.6,14.3l0,0c-10.6,0.5-19.1,8.9-19.5,19.5l0,0c-0.4,8.6-6.1,16-14.3,18.6
	c-10.1,3.2-16.1,13.6-13.8,23.9l0,0c1.9,8.4-1.7,17-9,21.7c-8.9,5.7-12,17.3-7.1,26.7l0,0c4,7.6,2.8,16.9-3.1,23.2
	c-7.2,7.8-7.2,19.8,0,27.6c5.8,6.3,7,15.6,3.1,23.2l0,0c-4.9,9.4-1.8,21,7.1,26.7c7.3,4.6,10.8,13.3,9,21.6l0,0
	c-2.3,10.3,3.7,20.7,13.8,23.9c8.2,2.6,13.9,10,14.3,18.6l0,0c0.5,10.6,8.9,19.1,19.5,19.5l0,0c8.6,0.4,16,6.1,18.6,14.3
	c3.2,10.1,13.6,16.1,23.9,13.8c8.4-1.9,17,1.7,21.7,9c5.7,8.9,17.3,12,26.7,7.1l0,0c7.6-4,16.9-2.8,23.2,3.1l0,0
	c7.8,7.2,19.8,7.2,27.6,0l0,0c6.3-5.8,15.6-7,23.2-3.1c9.4,4.9,21,1.8,26.7-7.1c4.6-7.3,13.3-10.8,21.6-9l0,0
	c10.3,2.3,20.7-3.7,23.9-13.8c2.6-8.2,10-13.9,18.6-14.3l0,0c10.6-0.5,19.1-8.9,19.5-19.5l0,0c0.4-8.6,6.1-16,14.3-18.6
	c10.1-3.2,16.1-13.6,13.8-23.9l0,0c-1.9-8.4,1.7-17,9-21.6c8.9-5.7,12-17.3,7.1-26.7l0,0c-4-7.6-2.8-16.9,3.1-23.2l0,0
	C401.8,206,401.8,194,394.6,186.2z"></path>
                  <path fill="#CC874A" d="M202.9,352.5c-1.4,0-2.6-1.1-2.6-2.5c0-1.4,1.1-2.6,2.5-2.6c5.1-0.1,10.2-0.5,15.2-1.1c1.4-0.2,2.7,0.8,2.9,2.3
	s-0.8,2.7-2.3,2.9C213.4,352.1,208.1,352.5,202.9,352.5C202.9,352.5,202.9,352.5,202.9,352.5z M187.4,352c-0.1,0-0.1,0-0.2,0
	c-5.2-0.4-10.5-1.1-15.6-2.1c-1.4-0.3-2.3-1.6-2.1-3s1.6-2.4,3-2.1c5,0.9,10.1,1.6,15.1,2c1.4,0.1,2.5,1.4,2.4,2.8
	C189.8,351,188.7,352,187.4,352z M233.6,348.8c-1.2,0-2.3-0.8-2.5-2c-0.3-1.4,0.6-2.8,1.9-3.1c4.9-1.1,9.9-2.5,14.7-4.2
	c1.4-0.5,2.8,0.3,3.3,1.6c0.5,1.4-0.3,2.8-1.6,3.3c-5,1.7-10.1,3.1-15.2,4.3C234,348.8,233.8,348.8,233.6,348.8z M156.9,346.3
	c-0.3,0-0.5,0-0.7-0.1c-5-1.5-10-3.3-14.9-5.3c-1.3-0.5-1.9-2.1-1.4-3.4s2.1-1.9,3.4-1.4c4.7,2,9.5,3.7,14.4,5.1
	c1.4,0.4,2.1,1.9,1.7,3.2C159.1,345.6,158,346.3,156.9,346.3z M262.9,338.8c-1,0-1.9-0.6-2.4-1.5c-0.6-1.3,0-2.8,1.3-3.4
	c4.6-2.1,9.1-4.5,13.5-7.1c1.2-0.7,2.8-0.3,3.5,0.9c0.7,1.2,0.3,2.8-0.9,3.5c-4.5,2.7-9.2,5.2-14,7.4
	C263.6,338.7,263.3,338.8,262.9,338.8z M128.3,334.4c-0.4,0-0.8-0.1-1.2-0.3c-4.6-2.5-9.1-5.3-13.4-8.3c-1.2-0.8-1.5-2.4-0.7-3.6
	c0.8-1.2,2.4-1.5,3.6-0.7c4.2,2.9,8.6,5.6,13,8c1.3,0.7,1.7,2.3,1,3.5C130.1,333.9,129.2,334.4,128.3,334.4z M289.5,322.9
	c-0.8,0-1.6-0.4-2.1-1c-0.9-1.1-0.6-2.8,0.5-3.6c4.1-3,8-6.3,11.7-9.7c1-1,2.7-0.9,3.7,0.1s0.9,2.7-0.1,3.6
	c-3.9,3.5-8,6.9-12.1,10.1C290.6,322.8,290.1,322.9,289.5,322.9z M102.8,316.8c-0.6,0-1.2-0.2-1.7-0.6c-4-3.4-7.8-7-11.5-10.8
	c-1-1-0.9-2.7,0.1-3.7s2.7-1,3.7,0.1c3.5,3.7,7.2,7.2,11.1,10.5c1.1,0.9,1.2,2.6,0.3,3.6C104.3,316.5,103.5,316.8,102.8,316.8z
	 M312.3,302c-0.6,0-1.2-0.2-1.7-0.6c-1.1-1-1.2-2.6-0.2-3.6c3.4-3.8,6.5-7.8,9.5-11.9c0.8-1.2,2.5-1.4,3.6-0.6
	c1.2,0.8,1.4,2.5,0.6,3.6c-3,4.3-6.4,8.4-9.8,12.3C313.8,301.7,313,302,312.3,302z M81.4,294.4c-0.8,0-1.5-0.3-2.1-1
	c-3.2-4.1-6.3-8.5-9-13c-0.8-1.2-0.4-2.8,0.8-3.6s2.8-0.4,3.6,0.8c2.7,4.3,5.6,8.5,8.7,12.5c0.9,1.1,0.7,2.8-0.5,3.6
	C82.5,294.2,81.9,294.4,81.4,294.4z M330.4,276.8c-0.4,0-0.9-0.1-1.3-0.3c-1.2-0.7-1.7-2.3-1-3.5c2.5-4.4,4.8-9,6.9-13.6
	c0.6-1.3,2.1-1.9,3.4-1.3c1.3,0.6,1.9,2.1,1.3,3.4c-2.1,4.8-4.5,9.5-7.1,14.1C332.1,276.3,331.3,276.8,330.4,276.8z M65,268.1
	c-1,0-1.9-0.5-2.3-1.5c-2.3-4.7-4.4-9.6-6.2-14.5c-0.5-1.3,0.2-2.8,1.5-3.3c1.3-0.5,2.8,0.2,3.3,1.6c1.7,4.8,3.7,9.5,5.9,14
	c0.6,1.3,0.1,2.8-1.2,3.5C65.8,268,65.4,268.1,65,268.1z M342.9,248.4c-0.3,0-0.5,0-0.8-0.1c-1.4-0.4-2.1-1.9-1.7-3.3
	c1.5-4.8,2.9-9.8,3.9-14.7c0.3-1.4,1.7-2.3,3.1-2c1.4,0.3,2.3,1.7,2,3.1c-1.1,5.1-2.4,10.3-4,15.3C345,247.7,344,248.4,342.9,248.4z
	 M54.5,239c-1.2,0-2.2-0.8-2.5-2c-1.3-5.1-2.3-10.3-3-15.5c-0.2-1.4,0.8-2.7,2.2-2.9c1.4-0.2,2.7,0.8,2.9,2.2c0.7,5,1.7,10.1,2.9,15
	c0.3,1.4-0.5,2.8-1.9,3.1C54.9,238.9,54.7,239,54.5,239z M349.2,218.1c-0.1,0-0.2,0-0.3,0c-1.4-0.1-2.5-1.4-2.3-2.8
	c0.5-5,0.8-10.1,0.8-15.2c0-3.7-0.1-7.5-0.4-11.2c-0.1-1.4,1-2.7,2.4-2.8c1.4-0.1,2.7,1,2.8,2.4c0.3,3.8,0.4,7.7,0.4,11.6
	c0,5.3-0.3,10.6-0.8,15.8C351.6,217.1,350.5,218.1,349.2,218.1z M50.1,208.3c-1.4,0-2.5-1.1-2.6-2.5c-0.1-1.9-0.1-3.9-0.1-5.8
	c0-3.3,0.1-6.7,0.3-10c0.1-1.4,1.3-2.5,2.8-2.4c1.4,0.1,2.5,1.3,2.4,2.8c-0.2,3.2-0.3,6.4-0.3,9.6c0,1.9,0,3.8,0.1,5.6
	C52.8,207,51.7,208.2,50.1,208.3C50.2,208.3,50.2,208.3,50.1,208.3z M52.1,177.4c-0.1,0-0.3,0-0.4,0c-1.4-0.2-2.4-1.6-2.1-3
	c0.9-5.2,2-10.4,3.4-15.4c0.4-1.4,1.8-2.2,3.2-1.8c1.4,0.4,2.2,1.8,1.8,3.2c-1.4,4.9-2.5,9.9-3.3,14.9
	C54.5,176.5,53.4,177.4,52.1,177.4z M347.6,175.8c-1.2,0-2.3-0.9-2.5-2.1c-0.9-5-2.1-10-3.5-14.8c-0.4-1.4,0.4-2.8,1.8-3.2
	c1.4-0.4,2.8,0.4,3.2,1.8c1.5,5,2.7,10.2,3.6,15.4c0.3,1.4-0.7,2.8-2.1,3C347.9,175.8,347.7,175.8,347.6,175.8z M60.5,147.5
	c-0.3,0-0.6-0.1-1-0.2c-1.3-0.5-2-2-1.5-3.4c1.9-4.9,4.1-9.7,6.6-14.4c0.7-1.3,2.2-1.8,3.5-1.1s1.8,2.2,1.1,3.5
	c-2.3,4.5-4.5,9.2-6.3,13.9C62.5,146.9,61.5,147.5,60.5,147.5z M339,146.1c-1,0-2-0.6-2.4-1.6c-1.9-4.7-4.1-9.3-6.5-13.8
	c-0.7-1.3-0.2-2.8,1.1-3.5c1.3-0.7,2.8-0.2,3.5,1.1c2.5,4.6,4.7,9.4,6.7,14.3c0.5,1.3-0.1,2.8-1.4,3.4
	C339.6,146,339.3,146.1,339,146.1z M74.8,120c-0.5,0-1-0.1-1.4-0.4c-1.2-0.8-1.5-2.4-0.7-3.6c2.9-4.4,6-8.6,9.4-12.7
	c0.9-1.1,2.5-1.3,3.6-0.4c1.1,0.9,1.3,2.5,0.4,3.6c-3.2,3.9-6.3,8.1-9,12.3C76.4,119.6,75.6,120,74.8,120z M324.4,118.7
	c-0.8,0-1.6-0.4-2.1-1.1c-2.8-4.2-5.9-8.3-9.2-12.2c-0.9-1.1-0.8-2.7,0.3-3.6c1.1-0.9,2.7-0.8,3.6,0.3c3.4,4,6.6,8.3,9.5,12.6
	c0.8,1.2,0.5,2.8-0.7,3.6C325.4,118.6,324.9,118.7,324.4,118.7z M94.4,96.1c-0.7,0-1.3-0.3-1.8-0.8c-1-1-1-2.7,0-3.7
	c3.7-3.7,7.7-7.2,11.8-10.5c1.1-0.9,2.7-0.7,3.6,0.4s0.7,2.7-0.4,3.6c-3.9,3.2-7.8,6.6-11.4,10.2C95.7,95.8,95.1,96.1,94.4,96.1z
	 M304.5,95c-0.6,0-1.3-0.2-1.8-0.7c-3.6-3.5-7.5-6.9-11.5-10.1c-1.1-0.9-1.3-2.5-0.4-3.6c0.9-1.1,2.5-1.3,3.6-0.4
	c4.1,3.3,8.1,6.7,11.9,10.4c1,1,1,2.6,0,3.7C305.8,94.7,305.1,95,304.5,95z M118.5,76.6c-0.8,0-1.7-0.4-2.2-1.2
	c-0.8-1.2-0.4-2.8,0.8-3.6c4.4-2.8,9-5.5,13.7-7.9c1.3-0.7,2.8-0.1,3.5,1.1s0.1,2.8-1.1,3.5c-4.5,2.3-8.9,4.9-13.2,7.6
	C119.5,76.5,119,76.6,118.5,76.6z M280.1,75.8c-0.5,0-1-0.1-1.4-0.4c-4.3-2.7-8.8-5.2-13.3-7.5c-1.3-0.6-1.8-2.2-1.2-3.5
	c0.6-1.3,2.2-1.8,3.5-1.2c4.7,2.3,9.3,4.9,13.8,7.7c1.2,0.8,1.6,2.4,0.8,3.6C281.8,75.4,281,75.8,280.1,75.8z M146.1,62.6
	c-1,0-2-0.6-2.4-1.7c-0.5-1.3,0.1-2.8,1.5-3.3c4.9-1.9,9.9-3.5,15-4.9c1.4-0.4,2.8,0.4,3.2,1.8s-0.4,2.8-1.8,3.2
	c-4.9,1.3-9.8,2.9-14.5,4.7C146.7,62.5,146.4,62.6,146.1,62.6z M252.4,62c-0.3,0-0.6,0-0.9-0.2c-4.8-1.8-9.6-3.3-14.5-4.6
	c-1.4-0.4-2.2-1.8-1.9-3.2s1.8-2.2,3.1-1.9c5.1,1.3,10.1,2.9,15.1,4.7c1.3,0.5,2,2,1.5,3.3C254.4,61.4,253.4,62,252.4,62z M176,54.5
	c-1.3,0-2.4-0.9-2.6-2.2c-0.2-1.4,0.7-2.7,2.1-3c5.2-0.8,10.4-1.4,15.7-1.7c1.4,0,2.6,1,2.7,2.4s-1,2.7-2.4,2.7
	c-5.1,0.3-10.2,0.8-15.1,1.6C176.3,54.5,176.2,54.5,176,54.5z M222.4,54.3c-0.1,0-0.3,0-0.4,0c-5-0.8-10.1-1.2-15.2-1.5
	c-1.4-0.1-2.5-1.3-2.5-2.7c0.1-1.4,1.2-2.6,2.7-2.5c5.3,0.2,10.5,0.8,15.7,1.5c1.4,0.2,2.4,1.5,2.2,2.9
	C224.8,53.3,223.7,54.3,222.4,54.3z"></path>
                  <circle fill="#CC874A" cx="200" cy="200" r="134.7"></circle>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/73.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/73.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#009995" d="M219.2,6.5L245,20.3c5,2.7,10.5,4.3,16.1,4.7l29.1,2.3c13.6,1.1,25.8,8.9,32.4,20.8l14.2,25.6
		c2.7,4.9,6.5,9.3,11,12.7L371,104c10.9,8.2,16.9,21.4,16,35l-1.9,29.2c-0.4,5.6,0.4,11.3,2.4,16.6l10,27.4
		c4.7,12.8,2.6,27.1-5.5,38.1l-17.4,23.5c-3.4,4.5-5.7,9.7-7,15.3l-6.4,28.5c-3,13.3-12.5,24.2-25.2,29.1L308.8,357
		c-5.3,2-10.1,5.1-14.1,9.1l-20.8,20.5c-9.7,9.6-23.6,13.7-36.9,10.8l-28.6-6c-5.5-1.2-11.2-1.2-16.8,0l-28.6,6
		c-13.4,2.8-27.2-1.3-36.9-10.8l-20.8-20.5c-4-4-8.8-7.1-14.1-9.1l-27.3-10.4c-12.8-4.8-22.2-15.8-25.2-29.1l-6.4-28.5
		c-1.2-5.5-3.6-10.7-7-15.3L8,250.3c-8.1-11-10.2-25.3-5.5-38.1l10-27.4c1.9-5.3,2.8-11,2.4-16.6L13,139c-0.9-13.6,5.1-26.8,16-35
		l23.3-17.7c4.5-3.4,8.3-7.7,11-12.7l14.2-25.6c6.6-11.9,18.8-19.8,32.4-20.8l29.1-2.3c5.6-0.4,11.1-2,16.1-4.7l25.7-13.8
		C192.8,0,207.2,0,219.2,6.5z"></path>
                  <path fill="#9EC4C0" d="M160,380.6c-10.8,0-21.3-4.2-29.1-12l-16.9-16.7c-3.9-3.9-8.6-6.9-13.8-8.9L78,334.7
	c-13.1-5-22.7-16.1-25.8-29.8L47,281.8c-1.2-5.4-3.5-10.4-6.8-14.9l-14.1-19.1c-8.3-11.3-10.4-25.8-5.6-39l8.1-22.3
	c1.9-5.2,2.7-10.7,2.3-16.2l-1.5-23.7c-0.9-14,5.2-27.4,16.4-35.8l18.9-14.3c4.4-3.3,8-7.5,10.7-12.4l11.5-20.8
	c6.8-12.3,19.2-20.2,33.1-21.3l23.6-1.8c5.5-0.4,10.8-2,15.7-4.6l20.9-11.2c12.3-6.6,27.1-6.6,39.4,0l0,0l20.9,11.2
	c4.9,2.6,10.2,4.2,15.7,4.6l23.6,1.8c14,1.1,26.3,9,33.1,21.3l11.5,20.8c2.7,4.9,6.3,9,10.7,12.4l18.9,14.3
	c11.1,8.5,17.3,21.8,16.4,35.8l-1.5,23.7c-0.4,5.5,0.4,11,2.3,16.2l8.2,22.3c4.8,13.1,2.7,27.7-5.6,39l-14.1,19.1
	c-3.3,4.5-5.6,9.5-6.8,14.9l-5.2,23.1c-3.1,13.7-12.7,24.8-25.8,29.8l-22.2,8.4c-5.2,2-9.8,5-13.8,8.9l-16.9,16.7
	c-10,9.8-24.1,14-37.8,11.1l-23.2-4.9c-5.4-1.1-10.9-1.1-16.4,0l-23.2,4.9C165.7,380.3,162.8,380.6,160,380.6z M200,21.3
	c-6.4,0-12.9,1.6-18.8,4.8l-20.9,11.2c-5.1,2.8-10.7,4.4-16.5,4.8l-23.7,1.8c-13.3,1-25.1,8.6-31.6,20.3L77.1,85
	c-2.8,5.1-6.6,9.5-11.2,13l-18.9,14.3c-10.6,8.1-16.5,20.9-15.6,34.2l1.5,23.7c0.4,5.8-0.4,11.5-2.4,17l-8.1,22.3
	c-4.6,12.6-2.6,26.5,5.4,37.2l14.1,19.1c3.5,4.7,5.9,9.9,7.1,15.6l5.2,23.1c2.9,13,12.1,23.7,24.6,28.4l22.2,8.4
	c5.4,2.1,10.3,5.2,14.4,9.3l16.9,16.7c9.5,9.4,23,13.4,36.1,10.6l23.2-4.9c5.7-1.2,11.5-1.2,17.2,0l23.2,4.9
	c13.1,2.8,26.6-1.2,36.1-10.6l16.9-16.7c4.1-4.1,9-7.2,14.4-9.3l22.2-8.4c12.5-4.8,21.7-15.4,24.6-28.4l5.2-23.1
	c1.3-5.7,3.7-10.9,7.1-15.6l14.1-19.1c7.9-10.8,9.9-24.6,5.4-37.2l-8.2-22.3c-2-5.5-2.8-11.2-2.4-17l1.5-23.7
	c0.9-13.3-5-26.1-15.6-34.2L334.2,98c-4.6-3.5-8.4-7.9-11.2-13l-11.5-20.8c-6.5-11.7-18.3-19.3-31.6-20.3l-23.6-1.8
	c-5.8-0.5-11.4-2.1-16.5-4.8L218.8,26C212.9,22.8,206.4,21.3,200,21.3z"></path>
                  <path fill="#9EC4C0" d="M161.8,374.4c-10.8,0-21.3-4.2-29.1-12L117,347c-3.9-3.9-8.6-6.9-13.8-8.9l-20.5-7.8
	c-13.1-5-22.7-16.1-25.8-29.8l-4.8-21.4c-1.2-5.4-3.5-10.4-6.8-14.9l-13-17.6c-8.3-11.3-10.4-25.8-5.6-39l7.5-20.6
	c1.9-5.2,2.7-10.7,2.3-16.2l-1.4-21.9c-0.9-14,5.2-27.4,16.4-35.8L69,100.1c4.4-3.3,8-7.5,10.7-12.4l10.6-19.2
	c6.8-12.3,19.2-20.2,33.1-21.3l21.8-1.7c5.5-0.4,10.8-2,15.7-4.6l19.3-10.4c12.3-6.6,27.1-6.6,39.4,0L239,40.9
	c4.9,2.6,10.2,4.2,15.7,4.6l21.8,1.7c14,1.1,26.3,9,33.1,21.3l10.6,19.2c2.7,4.9,6.3,9,10.7,12.4l17.5,13.2
	c11.2,8.5,17.3,21.9,16.4,35.8l-1.4,21.9c-0.4,5.5,0.4,11,2.3,16.2l7.5,20.6c4.8,13.1,2.7,27.7-5.6,39l-13,17.6
	c-3.3,4.5-5.6,9.5-6.8,14.9l-4.8,21.4c-3.1,13.7-12.7,24.8-25.8,29.8l-20.5,7.8c-5.2,2-9.8,5-13.8,8.9l-15.6,15.4
	c-10,9.8-24.1,14-37.8,11.1l-21.4-4.5c-5.4-1.1-10.9-1.1-16.4,0l-21.4,4.5C167.5,374.1,164.6,374.4,161.8,374.4z M200,27.5
	c-6.4,0-12.9,1.6-18.8,4.8l-19.3,10.4c-5.1,2.8-10.7,4.4-16.5,4.8l-21.8,1.7c-13.3,1-25.1,8.6-31.6,20.3L81.4,88.6
	c-2.8,5.1-6.6,9.5-11.2,13l-17.5,13.2c-10.6,8.1-16.5,20.9-15.6,34.2l1.4,21.9c0.4,5.8-0.4,11.5-2.4,17l-7.5,20.6
	C24,221,26,234.9,33.9,245.6l13,17.6c3.5,4.7,5.9,9.9,7.1,15.6l4.8,21.4c2.9,13,12.1,23.7,24.6,28.4l20.5,7.8
	c5.4,2.1,10.3,5.2,14.4,9.3l15.6,15.4c9.5,9.4,23,13.4,36.1,10.6l21.4-4.5c5.7-1.2,11.5-1.2,17.2,0l21.4,4.5
	c13.1,2.8,26.6-1.2,36.1-10.6l15.6-15.4c4.1-4.1,9-7.2,14.4-9.3l20.5-7.8c12.5-4.8,21.7-15.4,24.6-28.4l4.8-21.4
	c1.3-5.7,3.7-10.9,7.1-15.6l13-17.6c7.9-10.8,9.9-24.6,5.4-37.2l-7.5-20.6c-2-5.5-2.8-11.2-2.4-17l1.4-21.9
	c0.9-13.3-5-26.1-15.6-34.2l-17.5-13.2c-4.6-3.5-8.4-7.9-11.2-13L308,69.4c-6.5-11.7-18.3-19.3-31.6-20.3l-21.8-1.7
	c-5.8-0.5-11.3-2.1-16.5-4.8l-19.3-10.4C212.9,29.1,206.4,27.5,200,27.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/74.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/74.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#5F508E" d="M219.2,6.5L245,20.3c5,2.7,10.5,4.3,16.1,4.7l29.1,2.3c13.6,1.1,25.8,8.9,32.4,20.8l14.2,25.6
		c2.7,4.9,6.5,9.3,11,12.7L371,104c10.9,8.2,16.9,21.4,16,35l-1.9,29.2c-0.4,5.6,0.4,11.3,2.4,16.6l10,27.4
		c4.7,12.8,2.6,27.1-5.5,38.1l-17.4,23.5c-3.4,4.5-5.7,9.7-7,15.3l-6.4,28.5c-3,13.3-12.5,24.2-25.2,29.1L308.8,357
		c-5.3,2-10.1,5.1-14.1,9.1l-20.8,20.5c-9.7,9.6-23.6,13.7-36.9,10.8l-28.6-6c-5.5-1.2-11.2-1.2-16.8,0l-28.6,6
		c-13.4,2.8-27.2-1.3-36.9-10.8l-20.8-20.5c-4-4-8.8-7.1-14.1-9.1l-27.3-10.4c-12.8-4.8-22.2-15.8-25.2-29.1l-6.4-28.5
		c-1.2-5.5-3.6-10.7-7-15.3L8,250.3c-8.1-11-10.2-25.3-5.5-38.1l10-27.4c1.9-5.3,2.8-11,2.4-16.6L13,139c-0.9-13.6,5.1-26.8,16-35
		l23.3-17.7c4.5-3.4,8.3-7.7,11-12.7l14.2-25.6c6.6-11.9,18.8-19.8,32.4-20.8l29.1-2.3c5.6-0.4,11.1-2,16.1-4.7l25.7-13.8
		C192.8,0,207.2,0,219.2,6.5z"></path>
                  <path fill="#AAA1CD" d="M160,380.6c-10.8,0-21.3-4.2-29.1-12l-16.9-16.7c-3.9-3.9-8.6-6.9-13.8-8.9L78,334.6
	c-13.1-5-22.7-16.1-25.8-29.8L47,281.7c-1.2-5.4-3.5-10.4-6.8-14.9l-14.1-19.1c-8.3-11.3-10.4-25.8-5.6-39l8.1-22.3
	c1.9-5.2,2.7-10.7,2.3-16.2l-1.5-23.7c-0.9-14,5.2-27.4,16.4-35.8l18.9-14.3c4.4-3.4,8-7.5,10.7-12.4l11.5-20.8
	c6.8-12.2,19.2-20.2,33.1-21.3l23.6-1.8c5.5-0.4,10.8-2,15.7-4.6l20.9-11.2c12.3-6.6,27.1-6.6,39.4,0l20.9,11.2
	c4.9,2.6,10.2,4.2,15.7,4.6l23.6,1.8c14,1.1,26.3,9,33.1,21.3l11.5,20.8c2.7,4.9,6.3,9,10.7,12.4l18.9,14.3
	c11.2,8.5,17.3,21.8,16.4,35.8l-1.5,23.7c-0.4,5.5,0.4,11,2.3,16.2l8.2,22.3c4.8,13.1,2.7,27.7-5.6,39l-14.1,19.1
	c-3.3,4.5-5.6,9.5-6.8,14.9l-5.2,23.1c-3.1,13.7-12.7,24.8-25.8,29.8l-22.2,8.4c-5.2,2-9.8,5-13.8,8.9l-16.9,16.7
	c-10,9.8-24.1,14-37.8,11.1l-23.2-4.9c-5.4-1.1-10.9-1.1-16.4,0l-23.2,4.9C165.7,380.3,162.8,380.6,160,380.6z M200,21.3
	c-6.4,0-12.9,1.6-18.8,4.8l-20.9,11.2c-5.1,2.8-10.7,4.4-16.5,4.8l-23.7,1.8c-13.3,1-25.1,8.6-31.6,20.3L77.1,85
	c-2.8,5.1-6.6,9.5-11.2,13l-18.9,14.3c-10.6,8.1-16.5,20.9-15.6,34.2l1.5,23.7c0.4,5.8-0.4,11.5-2.4,17l-8.1,22.3
	c-4.6,12.6-2.6,26.5,5.4,37.2l14.1,19.1c3.5,4.7,5.9,9.9,7.1,15.6l5.2,23.1c2.9,13,12.1,23.7,24.6,28.4l22.2,8.4
	c5.4,2.1,10.3,5.2,14.4,9.3l16.9,16.7c9.5,9.4,23,13.3,36.1,10.6l23.2-4.9c5.7-1.2,11.5-1.2,17.2,0l23.2,4.9
	c13.1,2.8,26.6-1.2,36.1-10.6l16.9-16.7c4.1-4.1,9-7.2,14.4-9.3l22.2-8.4c12.5-4.8,21.7-15.4,24.6-28.4l5.2-23.1
	c1.3-5.7,3.7-10.9,7.1-15.6l14.1-19.1c7.9-10.8,9.9-24.6,5.4-37.2l-8.2-22.3c-2-5.5-2.8-11.2-2.4-17l1.5-23.7
	c0.9-13.3-5-26.1-15.6-34.2L334.2,98c-4.6-3.5-8.4-7.9-11.2-13l-11.5-20.8c-6.5-11.7-18.3-19.3-31.6-20.3l-23.6-1.8
	c-5.8-0.5-11.3-2.1-16.5-4.8L218.8,26C212.9,22.8,206.4,21.3,200,21.3z"></path>
                  <path fill="#AAA1CD" d="M161.8,374.4c-10.8,0-21.3-4.2-29.1-12L117,347c-4-3.9-8.6-6.9-13.8-8.9l-20.5-7.8c-13.1-5-22.7-16.1-25.8-29.8
	l-4.8-21.4c-1.2-5.4-3.5-10.4-6.8-14.9l-13-17.6c-8.3-11.3-10.4-25.8-5.6-39l7.5-20.6c1.9-5.2,2.7-10.7,2.3-16.2l-1.4-21.9
	c-0.9-14,5.2-27.4,16.4-35.8L69,100.1c4.4-3.4,8-7.5,10.7-12.4l10.6-19.2c6.8-12.2,19.2-20.2,33.1-21.3l21.8-1.7
	c5.5-0.4,10.8-2,15.7-4.6l19.3-10.4c12.3-6.6,27-6.6,39.4,0L239,41c4.9,2.6,10.2,4.2,15.7,4.6l21.8,1.7c14,1.1,26.3,9,33.1,21.3
	l10.6,19.2c2.7,4.9,6.3,9,10.7,12.4l17.5,13.2c11.2,8.5,17.3,21.8,16.4,35.8l-1.4,21.9c-0.4,5.5,0.4,11,2.3,16.2l7.5,20.6
	c4.8,13.1,2.7,27.7-5.6,39l-13,17.6c-3.3,4.5-5.6,9.5-6.8,14.9l-4.8,21.4c-3.1,13.7-12.7,24.8-25.8,29.8l-20.5,7.8
	c-5.2,2-9.8,5-13.8,8.9l-15.6,15.4c-10,9.8-24.1,14-37.8,11.1l-21.4-4.5c-5.4-1.1-10.9-1.1-16.4,0l-21.4,4.5
	C167.5,374.1,164.6,374.4,161.8,374.4z M200,27.5c-6.4,0-12.9,1.6-18.8,4.8l-19.3,10.4c-5.1,2.8-10.7,4.4-16.5,4.8l-21.8,1.7
	c-13.3,1-25.1,8.6-31.6,20.3L81.4,88.6c-2.8,5.1-6.6,9.5-11.2,13l-17.5,13.2c-10.6,8.1-16.5,20.9-15.6,34.2l1.4,21.9
	c0.4,5.8-0.4,11.5-2.4,17l-7.5,20.6C24,221,26,234.9,33.9,245.6l13,17.6c3.5,4.7,5.9,9.9,7.1,15.6l4.8,21.4
	c2.9,13,12.1,23.7,24.6,28.4l20.5,7.8c5.4,2.1,10.3,5.2,14.4,9.3l15.6,15.4c9.5,9.4,23,13.3,36.1,10.6l21.4-4.5
	c5.7-1.2,11.5-1.2,17.2,0l21.4,4.5c13.1,2.8,26.6-1.2,36.1-10.6l15.6-15.4c4.1-4.1,9-7.2,14.4-9.3l20.5-7.8
	c12.5-4.8,21.7-15.4,24.6-28.4l4.8-21.4c1.3-5.7,3.7-10.9,7.1-15.6l13-17.6c7.9-10.8,9.9-24.6,5.4-37.2l-7.5-20.6
	c-2-5.5-2.8-11.2-2.4-17l1.4-21.9c0.9-13.3-5-26.1-15.6-34.2l-17.5-13.2c-4.6-3.5-8.4-7.9-11.2-13L308,69.4
	c-6.5-11.7-18.3-19.3-31.6-20.3l-21.8-1.7c-5.8-0.5-11.3-2.1-16.5-4.8l-19.3-10.4C212.9,29.1,206.4,27.5,200,27.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/75.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/75.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#818DA6" d="M219.2,6.5L245,20.3c5,2.7,10.5,4.3,16.1,4.7l29.1,2.3c13.6,1.1,25.8,8.9,32.4,20.8l14.2,25.6
	c2.7,4.9,6.5,9.3,11,12.7L371,104c10.9,8.2,16.9,21.4,16,35l-1.9,29.2c-0.4,5.6,0.4,11.3,2.4,16.6l10,27.4
	c4.7,12.8,2.6,27.1-5.5,38.1l-17.4,23.5c-3.4,4.5-5.7,9.7-7,15.3l-6.4,28.5c-3,13.3-12.5,24.2-25.2,29.1L308.8,357
	c-5.3,2-10.1,5.1-14.1,9.1l-20.8,20.5c-9.7,9.6-23.6,13.7-36.9,10.8l-28.6-6c-5.5-1.2-11.2-1.2-16.8,0l-28.6,6
	c-13.4,2.8-27.2-1.3-36.9-10.8l-20.8-20.5c-4-4-8.8-7.1-14.1-9.1l-27.3-10.4c-12.8-4.8-22.2-15.8-25.2-29.1l-6.4-28.5
	c-1.2-5.5-3.6-10.7-7-15.3L8,250.3c-8.1-11-10.2-25.3-5.5-38.1l10-27.4c1.9-5.3,2.8-11,2.4-16.6L13,139c-0.9-13.6,5.1-26.8,16-35
	l23.3-17.7c4.5-3.4,8.3-7.7,11-12.7l14.2-25.6c6.6-11.9,18.8-19.8,32.4-20.8l29.1-2.3c5.6-0.4,11.1-2,16.1-4.7l25.7-13.8
	C192.8,0,207.2,0,219.2,6.5z"></path>
                  <path fill="#21437F" d="M160,380.5c-10.8,0-21.2-4.2-29.1-12L114,351.9c-4-3.9-8.6-6.9-13.8-8.9L78,334.5c-13.1-5-22.7-16-25.7-29.7
	l-5.2-23.1c-1.2-5.4-3.5-10.5-6.8-15l-14.1-19.1c-8.3-11.2-10.4-25.8-5.6-38.9l8.2-22.3c1.9-5.2,2.7-10.7,2.3-16.3l-1.5-23.7
	c-0.9-13.9,5.2-27.3,16.3-35.7l18.9-14.3c4.4-3.4,8.1-7.5,10.8-12.4L87,63.4c6.8-12.2,19.1-20.2,33-21.2l23.7-1.8
	c5.6-0.4,10.9-2,15.8-4.6l20.9-11.2c12.3-6.6,27-6.6,39.3,0l20.9,11.2c4.9,2.6,10.2,4.2,15.8,4.6l23.6,1.8c13.9,1.1,26.3,9,33,21.2
	l11.5,20.8c2.7,4.9,6.3,9.1,10.8,12.4l18.9,14.3c11.1,8.4,17.2,21.8,16.3,35.7l-1.5,23.7c-0.4,5.6,0.4,11,2.3,16.3l8.1,22.3
	c4.8,13.1,2.7,27.6-5.6,38.9l-14.1,19.1c-3.3,4.5-5.6,9.5-6.8,15l-5.2,23.1c-3,13.6-12.7,24.7-25.7,29.7l-22.2,8.4
	c-5.2,2-9.9,5-13.8,8.9l-16.9,16.7c-9.9,9.8-24,13.9-37.7,11.1l-23.2-4.9c-5.4-1.1-11-1.1-16.4,0l-23.2,4.9
	C165.7,380.2,162.8,380.5,160,380.5z M200,21.2c-6.5,0-12.9,1.6-18.9,4.8l-20.9,11.2c-5.1,2.8-10.6,4.4-16.4,4.8l-23.7,1.8
	c-13.4,1-25.2,8.7-31.7,20.4L77,84.9c-2.8,5.1-6.6,9.4-11.2,12.9l-18.9,14.3c-10.7,8.1-16.5,20.9-15.7,34.3l1.5,23.7
	c0.4,5.8-0.4,11.5-2.4,16.9l-8.2,22.3c-4.6,12.6-2.6,26.5,5.4,37.3l14.1,19.1c3.5,4.7,5.8,9.9,7.1,15.6l5.2,23.1
	c2.9,13.1,12.1,23.7,24.7,28.5l22.2,8.4c5.4,2.1,10.3,5.2,14.4,9.3l16.9,16.7c9.5,9.4,23.1,13.4,36.2,10.6l23.2-4.9
	c5.7-1.2,11.4-1.2,17.1,0l23.2,4.9c13.1,2.8,26.6-1.2,36.2-10.6l16.9-16.7c4.1-4.1,9-7.2,14.4-9.3l22.2-8.4
	c12.5-4.8,21.8-15.4,24.7-28.5l5.2-23.1c1.3-5.7,3.7-10.9,7.1-15.6l14.1-19.1c8-10.8,10-24.7,5.4-37.3l-8.1-22.3
	c-2-5.4-2.8-11.1-2.4-16.9l1.5-23.7c0.9-13.4-5-26.2-15.7-34.3l-18.9-14.3c-4.6-3.5-8.4-7.9-11.2-12.9l-11.5-20.8
	c-6.5-11.7-18.4-19.3-31.7-20.4L256.1,42c-5.8-0.5-11.3-2.1-16.4-4.8l-20.9-11.2C212.9,22.7,206.5,21.2,200,21.2z"></path>
                  <path fill="#21437F" d="M161.8,374.3c-10.8,0-21.2-4.2-29.1-12l-15.6-15.4c-4-3.9-8.6-6.9-13.8-8.9l-20.5-7.8
	c-13.1-5-22.7-16-25.7-29.7l-4.8-21.4c-1.2-5.4-3.5-10.5-6.8-15l-13-17.6c-8.3-11.2-10.4-25.8-5.6-38.9l7.5-20.6
	c1.9-5.2,2.7-10.7,2.3-16.3l-1.4-21.9c-0.9-13.9,5.2-27.3,16.3-35.7l17.5-13.2c4.4-3.4,8.1-7.5,10.8-12.4l10.6-19.2
	c6.8-12.2,19.1-20.2,33-21.2l21.8-1.7c5.6-0.4,10.9-2,15.8-4.6l19.3-10.4c12.3-6.6,27-6.6,39.3,0L238.9,41
	c4.9,2.6,10.2,4.2,15.8,4.6l21.8,1.7c13.9,1.1,26.3,9,33,21.2l10.6,19.2c2.7,4.9,6.3,9.1,10.8,12.4l17.5,13.2
	c11.1,8.4,17.2,21.8,16.3,35.7l-1.4,21.9c-0.4,5.6,0.4,11,2.3,16.3l7.5,20.6c4.8,13.1,2.7,27.6-5.6,38.9l-13,17.6
	c-3.3,4.5-5.6,9.5-6.8,15l-4.8,21.4c-3,13.6-12.7,24.7-25.7,29.7l-20.5,7.8c-5.2,2-9.9,5-13.8,8.9l-15.6,15.4
	c-9.9,9.8-24,14-37.7,11.1l-21.4-4.5c-5.4-1.1-11-1.1-16.4,0l-21.4,4.5C167.5,374,164.6,374.3,161.8,374.3z M200,27.4
	c-6.5,0-12.9,1.6-18.9,4.8l-19.3,10.4c-5.1,2.8-10.6,4.4-16.4,4.8L123.6,49c-13.4,1-25.2,8.7-31.7,20.4L81.3,88.6
	c-2.8,5.1-6.6,9.4-11.2,12.9l-17.5,13.2C42,122.8,36.1,135.6,37,149l1.4,21.9c0.4,5.8-0.4,11.5-2.4,16.9l-7.5,20.6
	c-4.6,12.6-2.6,26.5,5.4,37.3l13,17.6c3.5,4.7,5.8,9.9,7.1,15.6l4.8,21.4c2.9,13.1,12.1,23.7,24.7,28.5l20.5,7.8
	c5.4,2.1,10.3,5.2,14.4,9.3l15.6,15.4c9.5,9.4,23.1,13.4,36.2,10.6l21.4-4.5c5.7-1.2,11.4-1.2,17.1,0l21.4,4.5
	c13.1,2.8,26.6-1.2,36.2-10.6l15.6-15.4c4.1-4.1,9-7.2,14.4-9.3l20.5-7.8c12.5-4.8,21.8-15.4,24.7-28.5l4.8-21.4
	c1.3-5.7,3.7-10.9,7.1-15.6l13-17.6c8-10.8,10-24.7,5.4-37.3l-7.5-20.6c-2-5.4-2.8-11.1-2.4-16.9L363,149c0.9-13.4-5-26.2-15.7-34.3
	l-17.5-13.2c-4.6-3.5-8.4-7.9-11.2-12.9l-10.6-19.2c-6.5-11.7-18.4-19.3-31.7-20.4l-21.8-1.7c-5.8-0.5-11.3-2.1-16.4-4.8l-19.3-10.4
	C212.9,28.9,206.5,27.4,200,27.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/76.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/76.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#AED0D7" d="M375,97.3c-3,67.6-11,125.2-30.3,172.2c-45.5,9.5-92.6,14.5-141,14.5c-51.3,0-101.2-5.6-149.3-16.3h0
	C35.6,220.6,27.8,162.9,24.9,95.3c57,15.4,117,23.6,178.9,23.6C262.9,118.8,320.3,111.4,375,97.3z"></path>
                  <path fill="#E8F3F5" d="M341.7,276.7c-25.3,56.8-68.5,97.2-141.7,120.1c-73.2-22.9-116.4-63.3-141.7-120.1
	c45.7,9.6,93.1,14.6,141.7,14.6C248.6,291.3,296,286.3,341.7,276.7z"></path>
                  <path fill="#E8F3F5" d="M376.8,3.9c0,30.2-0.3,58.9-1.4,86C320.5,104,263,111.6,203.8,111.6c-62,0-122.1-8.2-179.2-23.6
	c-1-26.5-1.3-54.5-1.3-84l88,22l5.9,22.2h165.6l5.9-22.2L376.8,3.9z"></path>
                  <path fill="#8DB5C2" d="M286.2,23.4L280.4,45H119.5l-5.8-21.7L20.2,0v3.9c0,33.5,0.4,60.2,1.3,84.1c0.1,2.5,0.2,5,0.3,7.4
	c3.3,76.9,12.5,130.3,29.8,173.4l0.8,1.9c0.9,2.3,1.9,4.6,3.1,7.1c27.2,61,72.8,99.7,143.6,121.8l0.9,0.3l0.9-0.3
	c70.8-22.1,116.4-60.8,143.6-121.8c1.1-2.5,2.2-5,3.1-7.3c17.6-43,27-96.4,30.5-173.2c0.1-2.5,0.2-4.9,0.3-7.4
	c1-24.4,1.4-51.7,1.4-86.1V0L286.2,23.4z M108.8,28.5l6.1,22.7h170.4l6.1-22.7l82.4-20.6c0,32.5-0.5,58.6-1.4,82c0,0.3,0,0.6,0,0.9
	c-53.9,13.6-110.3,20.8-168.4,20.8c-60.9,0-119.9-7.9-176.1-22.8c0-0.3,0-0.6,0-0.9C26.8,65,26.3,39.5,26.3,7.9L108.8,28.5z
	 M200,393.6c-67.7-21.4-111.6-58.3-138-116.1c44.6,9.1,90.7,13.9,138,13.9c47.3,0,93.4-4.8,138-13.9
	C311.6,335.2,267.7,372.2,200,393.6z M341.9,268.3c-0.2,0.6-0.5,1.3-0.8,1.9c-44.4,9-90.3,13.8-137.3,13.8
	c-50,0-98.7-5.4-145.6-15.5c-0.3-0.6-0.5-1.3-0.8-1.9l-0.8-1.9C40.1,222.7,31.3,170.6,28,96.1c56.1,14.8,115,22.7,175.8,22.7
	c58,0,114.3-7.2,168.1-20.8C368.5,173.7,359.2,226.2,341.9,268.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/77.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/77.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#C04322" d="M290.4,22.4l-6,22.6H115.7l-6-22.6L20,0c0,30,0.3,58.5,1.4,85.5c0.2,0.1,0.4,0.1,0.6,0.2
	c-0.2-0.1-0.4-0.1-0.6-0.2c0.1,2.5,0.2,5,0.3,7.5c3,68.9,10.9,127.6,30.1,175.5h0c0,0,0,0,0,0c1.2,3.1,2.5,6.1,3.8,9.1
	c25.8,57.8,69.8,99,144.3,122.3c74.5-23.3,118.5-64.5,144.3-122.3c0,0-0.1,0-0.1,0c0,0,0.1,0,0.1,0c1.1-2.4,2.1-4.8,3.1-7.3
	c19.6-47.8,27.7-106.5,30.8-175.3c0,0,0,0,0,0c0.1-2.5,0.2-5,0.3-7.5C379.6,60,380,30.8,380,0L290.4,22.4z"></path>
                  <path fill="#D6756D" d="M378.5,87.6c-55.8,14.4-114.4,22-174.7,22c-63.1,0-124.3-8.4-182.5-24.1c0.1,2.5,0.2,5,0.3,7.5
	c3,68.9,10.9,127.6,30.1,175.5h0c0,0,0,0,0,0c1.2,3.1,2.5,6.1,3.8,9.1c46.6,9.8,94.8,14.9,144.3,14.9c49.5,0,97.7-5.1,144.3-14.9
	c1.1-2.4,2.1-4.8,3.1-7.3c19.6-47.8,27.7-106.5,30.8-175.3c0,0,0,0,0,0C378.3,92.6,378.5,90.1,378.5,87.6z"></path>
                  <path fill="#E6CFCB" d="M378.2,95.1c-3.1,68.9-11.2,127.5-30.8,175.3c-46.3,9.7-94.3,14.8-143.5,14.8c-52.2,0-103.1-5.7-152-16.6h0
	C32.6,220.6,24.7,161.9,21.7,93c58.1,15.6,119.1,24,182.2,24C264.1,117,322.5,109.4,378.2,95.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/78.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/78.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#797777" d="M290.4,22.4l-6,22.6H115.7l-6-22.6L20,0c0,30,0.3,58.5,1.4,85.5c0.2,0.1,0.4,0.1,0.6,0.2
	c-0.2-0.1-0.4-0.1-0.6-0.2c0.1,2.5,0.2,5,0.3,7.5c3,68.9,10.9,127.6,30.1,175.5h0c0,0,0,0,0,0c1.2,3.1,2.5,6.1,3.8,9.1
	c25.8,57.8,69.8,99,144.3,122.3c74.5-23.3,118.5-64.5,144.3-122.3c0,0-0.1,0-0.1,0c0,0,0.1,0,0.1,0c1.1-2.4,2.1-4.8,3.1-7.3
	c19.6-47.8,27.7-106.5,30.8-175.3c0,0,0,0,0,0c0.1-2.5,0.2-5,0.3-7.5C379.6,60,380,30.8,380,0L290.4,22.4z"></path>
                  <path fill="#929292" d="M378.5,87.6c-55.8,14.4-114.4,22-174.7,22c-63.1,0-124.3-8.4-182.5-24.1c0.1,2.5,0.2,5,0.3,7.5
	c3,68.9,10.9,127.6,30.1,175.5h0c0,0,0,0,0,0c1.2,3.1,2.5,6.1,3.8,9.1c46.6,9.8,94.8,14.9,144.3,14.9c49.5,0,97.7-5.1,144.3-14.9
	c1.1-2.4,2.1-4.8,3.1-7.3c19.6-47.8,27.7-106.5,30.8-175.3c0,0,0,0,0,0C378.3,92.6,378.5,90.1,378.5,87.6z"></path>
                  <path fill="#D7DADA" d="M378.2,95.1c-3.1,68.9-11.2,127.5-30.8,175.3c-46.3,9.7-94.3,14.8-143.5,14.8c-52.2,0-103.1-5.7-152-16.6h0
	C32.6,220.6,24.7,161.9,21.7,93c58.1,15.6,119.1,24,182.2,24C264.1,117,322.5,109.4,378.2,95.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/79.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/79.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#FFF050" d="M400,199.5c0,2.9,0,5.8-0.2,8.7c-0.4,10.9-9.5,19.4-20.4,19.3c-0.1,0-0.1,0-0.2,0c-33.9,0-61.3,27.5-61.3,61.3
	c0,20.7,8.5,57-4,75.6C281.6,386.9,242.3,400,200,400s-81.6-13.1-113.9-35.6c-12.5-18.6-4-54.9-4-75.6c0-33.9-27.5-61.3-61.3-61.3
	c-0.1,0-0.1,0-0.2,0c-10.9,0-20-8.4-20.4-19.3C0.1,205.5,0,202.8,0,200C0,89.5,89.5,0,200,0C310.5,0,399.7,89,400,199.5z"></path>
                  <path fill="#CE9A1D" d="M322.5,199.7c0,1.8,0,3.5-0.1,5.3c-0.3,6.7-5.8,11.9-12.5,11.9c0,0-0.1,0-0.1,0c-20.8,0-37.6,16.8-37.6,37.6
	c0,12.7,5.2,34.9-2.4,46.3c-19.8,13.7-43.8,21.8-69.8,21.8s-50-8-69.8-21.8c-7.6-11.4-2.4-33.6-2.4-46.3c0-20.8-16.8-37.6-37.6-37.6
	c0,0-0.1,0-0.1,0c-6.7,0-12.2-5.1-12.5-11.8c-0.1-1.7-0.1-3.4-0.1-5.1c0-67.6,54.8-122.5,122.5-122.5
	C267.7,77.5,322.3,132,322.5,199.7z"></path>
                  <path fill="#CE9A1D" d="M358.3,194.1h11.5c-3.1-91.3-77.7-164-169.8-164c-91.8,0-166.6,72.9-169.8,164h11.5
	C44.8,109.4,114.5,41.6,200,41.6C285.7,41.6,355.2,109.2,358.3,194.1L358.3,194.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/80.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/80.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#CDCDCD" d="M400,199.5c0,2.9,0,5.8-0.2,8.7c-0.4,10.9-9.5,19.4-20.4,19.3c-0.1,0-0.1,0-0.2,0c-33.9,0-61.3,27.5-61.3,61.3
	c0,20.7,8.5,57-4,75.6C281.6,386.9,242.3,400,200,400s-81.6-13.1-113.9-35.6c-12.5-18.6-4-54.9-4-75.6c0-33.9-27.5-61.3-61.3-61.3
	c-0.1,0-0.1,0-0.2,0c-10.9,0-20-8.4-20.4-19.3C0.1,205.5,0,202.8,0,200C0,89.5,89.5,0,200,0C310.5,0,399.7,89,400,199.5z"></path>
                  <path fill="#797777" d="M322.5,199.7c0,1.8,0,3.5-0.1,5.3c-0.3,6.7-5.8,11.9-12.5,11.9c0,0-0.1,0-0.1,0c-20.8,0-37.6,16.8-37.6,37.6
	c0,12.7,5.2,34.9-2.4,46.3c-19.8,13.7-43.8,21.8-69.8,21.8s-50-8-69.8-21.8c-7.6-11.4-2.4-33.6-2.4-46.3c0-20.8-16.8-37.6-37.6-37.6
	c0,0-0.1,0-0.1,0c-6.7,0-12.2-5.1-12.5-11.8c-0.1-1.7-0.1-3.4-0.1-5.1c0-67.6,54.8-122.5,122.5-122.5
	C267.7,77.5,322.3,132,322.5,199.7z"></path>
                  <path fill="#797777" d="M358.3,194.1h11.5c-3.1-91.3-77.7-164-169.8-164c-91.8,0-166.6,72.9-169.8,164h11.5
	C44.8,109.4,114.5,41.6,200,41.6C285.7,41.6,355.2,109.2,358.3,194.1L358.3,194.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/81.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/81.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#E5AA7C" d="M400,199.5c0,2.9,0,5.8-0.2,8.7c-0.4,10.9-9.5,19.4-20.4,19.3c-0.1,0-0.1,0-0.2,0c-33.9,0-61.3,27.5-61.3,61.3
	c0,20.7,8.5,57-4,75.6C281.6,386.9,242.3,400,200,400s-81.6-13.1-113.9-35.6c-12.5-18.6-4-54.9-4-75.6c0-33.9-27.5-61.3-61.3-61.3
	c-0.1,0-0.1,0-0.2,0c-10.9,0-20-8.4-20.4-19.3C0.1,205.5,0,202.8,0,200C0,89.5,89.5,0,200,0C310.5,0,399.7,89,400,199.5z"></path>
                  <path fill="#CC874A" d="M322.5,199.7c0,1.8,0,3.5-0.1,5.3c-0.3,6.7-5.8,11.9-12.5,11.9c0,0-0.1,0-0.1,0c-20.8,0-37.6,16.8-37.6,37.6
	c0,12.7,5.2,34.9-2.4,46.3c-19.8,13.7-43.8,21.8-69.8,21.8s-50-8-69.8-21.8c-7.6-11.4-2.4-33.6-2.4-46.3c0-20.8-16.8-37.6-37.6-37.6
	c0,0-0.1,0-0.1,0c-6.7,0-12.2-5.1-12.5-11.8c-0.1-1.7-0.1-3.4-0.1-5.1c0-67.6,54.8-122.5,122.5-122.5
	C267.7,77.5,322.3,132,322.5,199.7z"></path>
                  <path fill="#CC874A" d="M358.3,194.1h11.5c-3.1-91.3-77.7-164-169.8-164c-91.8,0-166.6,72.9-169.8,164h11.5
	C44.8,109.4,114.5,41.6,200,41.6C285.7,41.6,355.2,109.2,358.3,194.1L358.3,194.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/82.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/82.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#B794C1" points="200,393.5 323.7,334 375.1,78 200,6.5 24.9,78 76.3,334 "></polygon>
                  <path fill="#8A599E" d="M200,400c-1,0-1.9-0.2-2.8-0.6L73.4,339.8c-1.8-0.9-3.2-2.6-3.6-4.6L18.5,79.3c-0.6-3.1,1-6.2,3.9-7.3
	L197.5,0.5c1.6-0.6,3.4-0.6,4.9,0l175.1,71.5c2.9,1.2,4.5,4.3,3.9,7.3l-51.4,256c-0.4,2-1.7,3.7-3.6,4.6l-123.7,59.5
	C201.9,399.8,201,400,200,400z M82,329.5l118,56.8l118-56.8L367.6,82L200,13.6L32.4,82L82,329.5z"></path>
                  <path fill="#D4C6E0" d="M200,363.7c-0.1,0-0.3,0-0.4-0.1l-99.8-50.1c-0.3-0.1-0.4-0.4-0.5-0.6L57.8,97.5c-0.1-0.4,0.2-0.9,0.5-1
	l141.3-60.1c0.2-0.1,0.5-0.1,0.7,0l141.3,60.1c0.4,0.2,0.6,0.6,0.5,1l-41.4,215.4c0,0.3-0.2,0.5-0.5,0.6l-99.8,50.1
	C200.3,363.7,200.1,363.7,200,363.7z M101,312.1l99,49.7l99-49.7l41.2-214.2L200,38.2L59.8,97.9L101,312.1z"></path>
                  <path fill="#D4C6E0" d="M200,371.4c-0.1,0-0.3,0-0.4-0.1L93.7,318.8c-0.3-0.1-0.4-0.4-0.5-0.6l-44-225.5c-0.1-0.4,0.2-0.9,0.5-1
	l149.9-63c0.2-0.1,0.5-0.1,0.7,0l149.9,63c0.4,0.2,0.6,0.6,0.5,1l-44,225.5c-0.1,0.3-0.2,0.5-0.5,0.6l-105.9,52.4
	C200.3,371.3,200.1,371.4,200,371.4z M94.9,317.4l105.1,52l105.1-52l43.7-224.3L200,30.6L51.2,93.1L94.9,317.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/83.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/83.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#6EA4B1" points="200,393.5 323.7,334 375.1,78 200,6.5 24.9,78 76.3,334 "></polygon>
                  <path fill="#38779C" d="M200,400c-1,0-1.9-0.2-2.8-0.6L73.4,339.8c-1.8-0.9-3.2-2.6-3.6-4.6L18.5,79.3c-0.6-3.1,1-6.2,3.9-7.3
	L197.5,0.5c1.6-0.6,3.4-0.6,4.9,0L377.6,72c2.9,1.2,4.5,4.3,3.9,7.3l-51.4,255.9c-0.4,2-1.7,3.7-3.6,4.6l-123.7,59.5
	C201.9,399.8,201,400,200,400z M82,329.5l118,56.8l118-56.8L367.6,82L200,13.6L32.4,82L82,329.5z"></path>
                  <path fill="#B9CBE9" d="M200,364.9c-0.1,0-0.3,0-0.4-0.1l-99.8-50.1c-0.2-0.1-0.4-0.3-0.4-0.6L57.9,98.8c-0.1-0.4,0.1-0.8,0.5-0.9
	l141.3-60.1c0.2-0.1,0.4-0.1,0.6,0l141.3,60.1c0.4,0.2,0.6,0.5,0.5,0.9l-41.4,215.4c0,0.3-0.2,0.5-0.4,0.6l-99.8,50.1
	C200.3,364.9,200.1,364.9,200,364.9z M100.9,313.4l99.1,49.7l99.1-49.7l41.2-214.3L200,39.3L59.7,99.1L100.9,313.4z"></path>
                  <path fill="#B9CBE9" d="M200.5,372.5c-0.1,0-0.3,0-0.4-0.1L94.2,320c-0.2-0.1-0.4-0.3-0.4-0.6L49.8,94c-0.1-0.4,0.1-0.8,0.5-0.9
	l149.9-63c0.2-0.1,0.4-0.1,0.6,0l149.9,63c0.4,0.2,0.6,0.5,0.5,0.9l-44,225.5c0,0.3-0.2,0.5-0.4,0.6l-105.9,52.4
	C200.7,372.5,200.6,372.5,200.5,372.5z M95.3,318.7l105.2,52.1l105.2-52.1l43.8-224.4l-149-62.6L51.5,94.3L95.3,318.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/84.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/84.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <polygon fill="#E6CFCB" points="200,393.5 323.7,334 375.1,78 200,6.5 24.9,78 76.3,334 "></polygon>
                  <path fill="#CC3928" d="M200,400c-1,0-1.9-0.2-2.8-0.6L73.4,339.8c-1.8-0.9-3.2-2.6-3.6-4.6L18.5,79.3c-0.6-3.1,1-6.2,3.9-7.3
	L197.5,0.5c1.6-0.6,3.4-0.6,4.9,0L377.6,72c2.9,1.2,4.5,4.3,3.9,7.3l-51.4,255.9c-0.4,2-1.7,3.7-3.6,4.6l-123.7,59.5
	C201.9,399.8,201,400,200,400z M82,329.5l118,56.8l118-56.8L367.6,82L200,13.6L32.4,82L82,329.5z"></path>
                  <path fill="#CB3827" d="M200,364.9c-0.1,0-0.3,0-0.4-0.1l-99.8-50.1c-0.2-0.1-0.4-0.3-0.4-0.6L57.9,98.8c-0.1-0.4,0.1-0.8,0.5-0.9
	l141.3-60.1c0.2-0.1,0.4-0.1,0.6,0l141.3,60.1c0.4,0.2,0.6,0.5,0.5,0.9l-41.4,215.4c0,0.3-0.2,0.5-0.4,0.6l-99.8,50.1
	C200.3,364.9,200.1,364.9,200,364.9z M100.9,313.4l99.1,49.7l99.1-49.7l41.2-214.3L200,39.3L59.7,99.1L100.9,313.4z"></path>
                  <path fill="#CB3827" d="M200.5,372.5c-0.1,0-0.3,0-0.4-0.1L94.2,320c-0.2-0.1-0.4-0.3-0.4-0.6L49.8,94c-0.1-0.4,0.1-0.8,0.5-0.9
	l149.9-63c0.2-0.1,0.4-0.1,0.6,0l149.9,63c0.4,0.2,0.6,0.5,0.5,0.9l-44,225.5c0,0.3-0.2,0.5-0.4,0.6l-105.9,52.4
	C200.7,372.5,200.6,372.5,200.5,372.5z M95.3,318.7l105.2,52.1l105.2-52.1l43.8-224.4l-149-62.6L51.5,94.3L95.3,318.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/85.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/85.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#6881BC" d="M200,400c-5.7,0-11.3-0.8-16.8-2.5L68.5,363.1c-22.7-6.8-38.9-26.4-41.4-49.9L4.2,95.8
	c-1.7-16.5,3.6-33,14.7-45.3s26.9-19.4,43.5-19.4c3.9,0,7.8-0.5,11.6-1.4l111.8-28c9.3-2.3,19.1-2.3,28.4,0L326,29.7
	c3.8,0.9,7.7,1.4,11.6,1.4c16.6,0,32.4,7.1,43.5,19.4s16.5,28.8,14.7,45.3l-22.9,217.4c-2.5,23.5-18.7,43.1-41.4,49.9l-114.7,34.4
	C211.3,399.2,205.7,400,200,400z"></path>
                  <path fill="#3D529C" d="M200,394.2c-5.1,0-10.3-0.7-15.3-2.2L70.1,357.5c-20.5-6.1-35.3-24-37.6-45.3L9.6,94.8
	c-0.2-1.9-0.3-3.8-0.3-5.6c0-28.9,23.5-53,53.1-53c2.1,0,4.3-0.1,6.4-0.4L200,394.2z"></path>
                  <path fill="#3D529C" d="M390.4,94.8l-22.9,217.4c-2.3,21.3-17,39.1-37.6,45.3L215.3,392c-5,1.5-10.1,2.2-15.3,2.2L331.2,35.8
	c2.1,0.3,4.3,0.4,6.4,0.4C369.1,36.2,393.7,63.5,390.4,94.8z"></path>
                  <path fill="#90A1CF" d="M200,394.5L331.2,36.2c-2.2-0.3-4.4-0.7-6.5-1.2L212.9,7c-4.2-1.1-8.5-1.6-12.8-1.6V394.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/86.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/86.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D25F5B" d="M200,400c-5.7,0-11.3-0.8-16.8-2.5L68.5,363.1c-22.7-6.8-38.9-26.4-41.4-49.9L4.2,95.8
	c-1.7-16.5,3.6-33,14.7-45.3s26.9-19.4,43.5-19.4c3.9,0,7.8-0.5,11.6-1.4l111.8-28c9.3-2.3,19.1-2.3,28.4,0L326,29.7
	c3.8,0.9,7.7,1.4,11.6,1.4c16.6,0,32.4,7.1,43.5,19.4s16.5,28.8,14.7,45.3l-22.9,217.4c-2.5,23.5-18.7,43.1-41.4,49.9l-114.7,34.4
	C211.3,399.2,205.7,400,200,400z"></path>
                  <path fill="#AD3524" d="M200,394.2c-5.1,0-10.3-0.7-15.3-2.2L70.1,357.5c-20.5-6.1-35.3-24-37.6-45.3L9.6,94.8
	c-0.2-1.9-0.3-3.8-0.3-5.6c0-28.9,23.5-53,53.1-53c2.1,0,4.3-0.1,6.4-0.4L200,394.2z"></path>
                  <path fill="#AD3524" d="M390.4,94.8l-22.9,217.4c-2.3,21.3-17,39.1-37.6,45.3L215.3,392c-5,1.5-10.1,2.2-15.3,2.2L331.2,35.8
	c2.1,0.3,4.3,0.4,6.4,0.4C369.1,36.2,393.7,63.5,390.4,94.8z"></path>
                  <g>
                    <path fill="#D77878" d="M200,394.5L331.2,36.2c-2.2-0.3-4.4-0.7-6.5-1.2L212.9,7c-4.2-1.1-8.5-1.6-12.8-1.6V394.5z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/87.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/87.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#91C3AB" d="M200,400c-5.7,0-11.3-0.8-16.8-2.5L68.5,363.1c-22.7-6.8-38.9-26.4-41.4-49.9L4.2,95.8
	c-1.7-16.5,3.6-33,14.7-45.3s26.9-19.4,43.5-19.4c3.9,0,7.8-0.5,11.6-1.4l111.8-28c9.3-2.3,19.1-2.3,28.4,0L326,29.7
	c3.8,0.9,7.7,1.4,11.6,1.4c16.6,0,32.4,7.1,43.5,19.4s16.5,28.8,14.7,45.3l-22.9,217.4c-2.5,23.5-18.7,43.1-41.4,49.9l-114.7,34.4
	C211.3,399.2,205.7,400,200,400z"></path>
                  <path fill="#46A282" d="M200,394.2c-5.1,0-10.3-0.7-15.3-2.2L70.1,357.5c-20.5-6.1-35.3-24-37.6-45.3L9.6,94.8
	c-0.2-1.9-0.3-3.8-0.3-5.6c0-28.9,23.5-53,53.1-53c2.1,0,4.3-0.1,6.4-0.4L200,394.2z"></path>
                  <path fill="#46A282" d="M390.4,94.8l-22.9,217.4c-2.3,21.3-17,39.1-37.6,45.3L215.3,392c-5,1.5-10.1,2.2-15.3,2.2L331.2,35.8
	c2.1,0.3,4.3,0.4,6.4,0.4C369.1,36.2,393.7,63.5,390.4,94.8z"></path>
                  <g>
                    <path fill="#ADD2C1" d="M200,394.5L331.2,36.2c-2.2-0.3-4.4-0.7-6.5-1.2L212.9,7c-4.2-1.1-8.5-1.6-12.8-1.6V394.5z"></path>
                  </g>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/88.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/88.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#D5744D" d="M370.2,120.7v-16.3c0-9.5-4.8-18.3-12.7-23.5l-96.3-62.7C224-6.1,176-6.1,138.7,18.2L42.5,80.9
	c-7.9,5.2-12.7,14-12.7,23.5v16.3v155.9l0,0v19.1c0,9.5,4.8,18.3,12.7,23.5l96.3,62.7c37.2,24.3,85.3,24.3,122.5,0l96.3-62.7
	c7.9-5.2,12.7-14,12.7-23.5v-19.1l0,0L370.2,120.7L370.2,120.7z"></path>
                  <rect x="29.8" y="120.7" fill="#E9BBAE" width="340.5" height="155.9"></rect>
                  <path fill="#E9BBAE" d="M200,387.8c-21.5,0-43-6.1-61.8-18.3L52,313.4c-8.2-5.4-13.1-14.4-13.1-24.2v-12.6h1.9v12.6
	c0,9.2,4.6,17.7,12.3,22.7l86.2,56.1c36.9,24,84.6,24,121.5,0l86.2-56.1c7.7-5,12.3-13.5,12.3-22.7V110.9c0-9.2-4.6-17.7-12.3-22.7
	l-86.2-56.1c-36.9-24-84.6-24-121.5,0L53,88.2c-7.7,5-12.3,13.5-12.3,22.7v9.8h-1.9v-9.8c0-9.8,4.9-18.9,13.1-24.2l86.2-56.1
	c37.5-24.4,86-24.4,123.6,0l86.3,56c8.2,5.4,13.1,14.4,13.1,24.2v178.3c0,9.8-4.9,18.9-13.1,24.2l-86.2,56.1
	C243,381.7,221.5,387.8,200,387.8z"></path>
                  <path fill="#E9BBAE" d="M200,379.2c-21.5,0-43-6.1-61.8-18.3l-79.6-51.8c-8.2-5.4-13.1-14.4-13.1-24.2V115.2c0-9.8,4.9-18.9,13.1-24.2
	l79.6-51.8c37.5-24.4,86-24.4,123.6,0L341.4,91c8.2,5.4,13.1,14.4,13.1,24.2v169.6c0,9.8-4.9,18.9-13.1,24.2l-79.6,51.8
	C243,373.1,221.5,379.2,200,379.2z M200,22.6c-21.1,0-42.3,6-60.8,18L59.7,92.5c-7.7,5-12.3,13.5-12.3,22.7v169.7
	c0,9.2,4.6,17.7,12.3,22.7l79.6,51.8c36.9,24,84.6,24,121.5,0l79.6-51.8c7.7-5,12.3-13.5,12.3-22.7V115.2c0-9.2-4.6-17.7-12.3-22.7
	l-79.6-51.8C242.3,28.7,221.1,22.6,200,22.6z"></path>
                  <rect x="352.7" y="120.7" fill="#D5744D" width="1.8" height="155.9"></rect>
                  <rect x="38.8" y="120.7" fill="#D5744D" width="2" height="155.9"></rect>
                  <rect x="45.5" y="120.7" fill="#D5744D" width="1.9" height="155.9"></rect>
                  <rect x="359.3" y="120.7" fill="#D5744D" width="1.8" height="155.9"></rect>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/89.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/89.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#4FABBC" d="M370.2,120.7v-16.3c0-9.5-4.8-18.3-12.7-23.5l-96.3-62.7C224-6.1,176-6.1,138.7,18.2L42.5,80.9
	c-7.9,5.2-12.7,14-12.7,23.5v16.3v155.9l0,0v19.1c0,9.5,4.8,18.3,12.7,23.5l96.3,62.7c37.2,24.3,85.3,24.3,122.5,0l96.3-62.7
	c7.9-5.2,12.7-14,12.7-23.5v-19.1l0,0L370.2,120.7L370.2,120.7z"></path>
                  <rect x="29.8" y="120.7" fill="#BCDCDF" width="340.5" height="155.9"></rect>
                  <path fill="#BCDCDF" d="M200,387.8c-21.5,0-43-6.1-61.8-18.3L52,313.4c-8.2-5.4-13.1-14.4-13.1-24.2v-12.6h1.9v12.6
	c0,9.2,4.6,17.7,12.3,22.7l86.2,56.1c36.9,24,84.6,24,121.5,0l86.2-56.1c7.7-5,12.3-13.5,12.3-22.7V110.9c0-9.2-4.6-17.7-12.3-22.7
	l-86.2-56.1c-36.9-24-84.6-24-121.5,0L53,88.2c-7.7,5-12.3,13.5-12.3,22.7v9.8h-1.9v-9.8c0-9.8,4.9-18.9,13.1-24.2l86.2-56.1
	c37.5-24.4,86-24.4,123.6,0l86.3,56c8.2,5.4,13.1,14.4,13.1,24.2v178.3c0,9.8-4.9,18.9-13.1,24.2l-86.2,56.1
	C243,381.7,221.5,387.8,200,387.8z"></path>
                  <path fill="#BCDCDF" d="M200,379.2c-21.5,0-43-6.1-61.8-18.3l-79.6-51.8c-8.2-5.4-13.1-14.4-13.1-24.2V115.2c0-9.8,4.9-18.9,13.1-24.2
	l79.6-51.8c37.5-24.4,86-24.4,123.6,0L341.4,91c8.2,5.4,13.1,14.4,13.1,24.2v169.6c0,9.8-4.9,18.9-13.1,24.2l-79.6,51.8
	C243,373.1,221.5,379.2,200,379.2z M200,22.6c-21.1,0-42.3,6-60.8,18L59.7,92.5c-7.7,5-12.3,13.5-12.3,22.7v169.7
	c0,9.2,4.6,17.7,12.3,22.7l79.6,51.8c36.9,24,84.6,24,121.5,0l79.6-51.8c7.7-5,12.3-13.5,12.3-22.7V115.2c0-9.2-4.6-17.7-12.3-22.7
	l-79.6-51.8C242.3,28.7,221.1,22.6,200,22.6z"></path>
                  <rect x="352.7" y="120.7" fill="#4FABBC" width="1.8" height="155.9"></rect>
                  <rect x="38.8" y="120.7" fill="#4FABBC" width="2" height="155.9"></rect>
                  <rect x="45.5" y="120.7" fill="#4FABBC" width="1.9" height="155.9"></rect>
                  <rect x="359.3" y="120.7" fill="#4FABBC" width="1.8" height="155.9"></rect>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/badge_templates/90.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/badge_templates/90.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400"
                  class="ng-scope">
                  <path fill="#797777" d="M370.2,120.7v-16.3c0-9.5-4.8-18.3-12.7-23.5l-96.3-62.7C224-6.1,176-6.1,138.7,18.2L42.5,80.9
	c-7.9,5.2-12.7,14-12.7,23.5v16.3v155.9l0,0v19.1c0,9.5,4.8,18.3,12.7,23.5l96.3,62.7c37.2,24.3,85.3,24.3,122.5,0l96.3-62.7
	c7.9-5.2,12.7-14,12.7-23.5v-19.1l0,0L370.2,120.7L370.2,120.7z"></path>
                  <rect x="29.8" y="120.7" fill="#C8C8C8" width="340.5" height="155.9"></rect>
                  <path fill="#C8C8C8" d="M200,387.8c-21.5,0-43-6.1-61.8-18.3L52,313.4c-8.2-5.4-13.1-14.4-13.1-24.2v-12.6h1.9v12.6
	c0,9.2,4.6,17.7,12.3,22.7l86.2,56.1c36.9,24,84.6,24,121.5,0l86.2-56.1c7.7-5,12.3-13.5,12.3-22.7V110.9c0-9.2-4.6-17.7-12.3-22.7
	l-86.2-56.1c-36.9-24-84.6-24-121.5,0L53,88.2c-7.7,5-12.3,13.5-12.3,22.7v9.8h-1.9v-9.8c0-9.8,4.9-18.9,13.1-24.2l86.2-56.1
	c37.5-24.4,86-24.4,123.6,0l86.3,56c8.2,5.4,13.1,14.4,13.1,24.2v178.3c0,9.8-4.9,18.9-13.1,24.2l-86.2,56.1
	C243,381.7,221.5,387.8,200,387.8z"></path>
                  <path fill="#C8C8C8" d="M200,379.2c-21.5,0-43-6.1-61.8-18.3l-79.6-51.8c-8.2-5.4-13.1-14.4-13.1-24.2V115.2c0-9.8,4.9-18.9,13.1-24.2
	l79.6-51.8c37.5-24.4,86-24.4,123.6,0L341.4,91c8.2,5.4,13.1,14.4,13.1,24.2v169.6c0,9.8-4.9,18.9-13.1,24.2l-79.6,51.8
	C243,373.1,221.5,379.2,200,379.2z M200,22.6c-21.1,0-42.3,6-60.8,18L59.7,92.5c-7.7,5-12.3,13.5-12.3,22.7v169.7
	c0,9.2,4.6,17.7,12.3,22.7l79.6,51.8c36.9,24,84.6,24,121.5,0l79.6-51.8c7.7-5,12.3-13.5,12.3-22.7V115.2c0-9.2-4.6-17.7-12.3-22.7
	l-79.6-51.8C242.3,28.7,221.1,22.6,200,22.6z"></path>
                  <rect x="352.7" y="120.7" fill="#797777" width="1.8" height="155.9"></rect>
                  <rect x="38.8" y="120.7" fill="#797777" width="2" height="155.9"></rect>
                  <rect x="45.5" y="120.7" fill="#797777" width="1.9" height="155.9"></rect>
                  <rect x="359.3" y="120.7" fill="#797777" width="1.8" height="155.9"></rect>
                </svg>
              </div>
            </div>
          </div>
          <div ng-show="$ctrl.currentTab === 'text'" class="ng-hide">
            <h6>TEXT</h6>
            <p>
              <button type="button" class="button info large block" ng-click="$ctrl.addTextAsset('Your Text Here')"> Add Text </button>
            </p>
            <p>
              <button type="button" class="button info large block" ng-click="$ctrl.addTextOnPathAsset('Your Text Here')"> Add Text on Circle </button>
            </p>
            <p class="text-center">
              <!-- <i class="text" style="font-size: 1.4em; vertical-align: middle;"></i> -->
              <small><em>...then customize it using the options in the top bar.</em></small>
            </p>
          </div>
          <div ng-show="$ctrl.currentTab === 'icons'" class="ng-hide">
            <h6>ICONS</h6>
            <div class="asset-container grid cols-5">
              <!-- ngInclude: '/shared/svg-editor/assets/icons/circle1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/circle1.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <circle fill-rule="evenodd" clip-rule="evenodd" fill="#929497" cx="40" cy="40" r="40"></circle>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/circle2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/circle2.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#929497" d="M40,7.714c17.803,0,32.287,14.483,32.287,32.286S57.803,72.287,40,72.287
	C22.197,72.287,7.713,57.803,7.713,40S22.197,7.714,40,7.714 M40,0C17.908,0,0,17.908,0,40c0,22.091,17.908,40,40,40
	c22.092,0,40-17.909,40-40C80,17.908,62.092,0,40,0L40,0z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/circle3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/circle3.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#929497" d="M40,15.427c13.55,0,24.573,11.023,24.573,24.573c0,13.55-11.022,24.573-24.573,24.573
	C26.45,64.572,15.427,53.55,15.427,40C15.427,26.45,26.45,15.427,40,15.427 M40,0C17.908,0,0,17.908,0,40s17.909,40,40,40
	s40-17.909,40-40S62.091,0,40,0L40,0z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/circle4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/circle4.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M40.077,0C61.921,0.027,80.074,18.317,80,40.221
	C79.927,61.913,61.677,80.027,39.924,80C18.083,79.973-0.075,61.681,0,39.781C0.075,18.087,18.323-0.027,40.077,0z M69.562,40.094
	c0.124-16.061-13.14-29.439-29.398-29.657C24.162,10.224,10.75,23.455,10.438,39.765c-0.308,16.031,13.311,29.77,29.54,29.798
	C56.089,69.592,69.439,56.293,69.562,40.094z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M39.891,60.609c-11.286-0.062-20.522-9.366-20.5-20.647
	c0.022-11.395,9.478-20.717,20.862-20.571c11.288,0.145,20.461,9.514,20.356,20.791C60.506,51.466,51.169,60.671,39.891,60.609z
	 M39.901,29.784c-5.497,0.05-10.164,4.81-10.117,10.314c0.047,5.49,4.819,10.171,10.314,10.117
	c5.498-0.053,10.174-4.818,10.118-10.314C50.161,34.4,45.403,29.733,39.901,29.784z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/diploma.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/diploma.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M35.061,79.802c0-2.57,0-4.972,0-7.562c12.332,0,24.659,0,37.062,0
	c0-14.853,0-29.515,0-44.424c-0.745,0-1.545,0-2.344,0c-4.157,0-8.314-0.061-12.47,0.032c-1.528,0.035-2.771-0.668-3.837-1.425
	c-0.936-0.665-1.216-2.061-1.227-3.314c-0.019-2.308-0.005-4.618-0.005-6.928c0-2.679,0-5.358,0-8.037
	c-2.24-0.398-17.365-0.513-24.317-0.18c0,3.938,0,7.884,0,11.959c-2.625,0-5.159,0-7.841,0c0-4.598-0.138-9.203,0.063-13.793
	c0.09-2.063,1.356-3.82,3.19-4.899c1.185-0.695,2.428-1.197,3.958-1.185C38.009,0.135,48.726,0.12,59.441,0.071
	c2.102-0.01,3.769,0.734,5.205,2.172c4.378,4.376,8.757,8.749,13.128,13.131c1.428,1.429,2.21,3.093,2.206,5.189
	C79.947,38.021,79.919,55.48,80,72.939c0.017,3.48-3.548,7.031-6.844,7.015c-12.47-0.058-24.939-0.023-37.411-0.026
	C35.574,79.928,35.403,79.867,35.061,79.802z M60.118,19.96c3.814,0,7.627,0,11.349,0c-3.791-3.791-7.579-7.581-11.349-11.349
	C60.118,12.266,60.118,16.079,60.118,19.96z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M39.884,43.19c0.391-1.759,0.563-3.68-0.91-5.013
	c-1.859-1.685-2.721-3.847-3.303-6.119c-0.239-0.937-0.785-1.599-1.392-1.87c-1.075-0.482-2.018-1.387-3.353-1.297
	c-0.37,0.024-0.823-0.276-1.136-0.545c-0.629-0.54-1.155-1.198-1.781-1.741c-1.959-1.697-3.16-1.796-5.841-1.22
	c-1.355,0.291-2.887,0.234-4.246-0.073c-2.082-0.472-3.801-0.52-5.34,1.323c-0.811,0.969-2.012,1.801-3.203,2.208
	c-0.981,0.333-1.935,0.556-2.884,1.096c-1.086,0.618-1.627,1.228-2.027,2.49c-0.286,0.901-0.589,1.82-0.988,2.695
	c-0.043,0.113-0.105,0.242-0.176,0.377c-0.019,0.04-0.037,0.079-0.058,0.118c-0.005,0.009-0.008,0.017-0.014,0.027
	c-0.012,0.021-0.021,0.035-0.033,0.054c-0.151,0.286-0.319,0.562-0.5,0.829c-0.929,1.456-1.542,1.939-1.988,2.534
	c-0.016,0.028-0.026,0.061-0.044,0.086c-1.006,1.31-0.679,2.769-0.297,4.109c0.435,1.523,0.47,2.995,0.055,4.472
	c-0.541,1.928-0.706,3.676,1.125,5.108c1.351,1.057,1.945,2.612,2.496,4.219c0.382,1.112,0.456,2.398,1.604,3.229
	c0.868,0.628,1.693,1.135,2.766,1.382c1.582,0.366,1.682,0.605,1.684,2.097c0.006,4.801-0.002,9.599,0.008,14.398
	c0.001,0.582,0.081,1.163,0.122,1.713c3.202-1.609,6.272-3.119,9.307-4.702c0.497-0.261,0.721-0.154,1.166,0.074
	c3.032,1.562,6.098,3.058,9.358,4.677c0-5.571,0.064-10.92-0.049-16.264c-0.025-1.174,0.688-1.445,1.341-1.893
	c0.258-0.177,0.744,0.003,1.038-0.15c1.325-0.693,2.866-1.325,3.177-2.954c0.461-2.423,1.785-4.394,3.366-6.054
	c1.473-1.549,1.242-3.101,0.881-4.749C39.439,46.129,39.436,45.208,39.884,43.19z M27.019,52.084
	c-1.855,1.844-4.249,3.073-7.073,2.899c-5.366-0.397-9.834-4.414-9.856-10.188c-0.01-2.725,1.13-5.034,2.959-6.775
	c1.955-1.86,4.419-3.046,7.312-3.016c2.717,0.028,5.008,1.199,6.755,3.012c1.806,1.875,2.986,4.272,2.95,7.056
	C30.03,47.839,28.866,50.247,27.019,52.084z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/globe.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/globe.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M80,40.006c-0.414,22.295-17.832,39.989-40.123,39.949
	C17.668,79.915-0.073,62.227,0,39.85C0.074,17.677,17.761-0.073,40.175,0.046C62.329,0.162,79.589,17.778,80,40.006z M42.338,72.025
	c3.727-0.021,4.468-0.558,5.749-4.156c0.063-0.179,0.143-0.353,0.21-0.53c1.442-3.786,2.303-7.777,5.501-10.794
	c1.669-1.573,2.255-4.156,0.839-6.354c-1.846-2.864-4.144-5.227-8.038-5.034c-2.472,0.122-4.956-0.019-7.435,0.038
	c-1.233,0.028-2.235-0.297-3.031-1.258c-0.423-0.513-0.991-0.928-1.338-1.482c-0.981-1.572-2.312-2.291-4.181-2.58
	c-1.649-0.256-3.287-0.998-4.766-1.82c-1.765-0.978-1.811-2.738-0.014-3.506c2.835-1.209,5.817-3.511,8.833-0.223
	c0.062,0.066,0.155,0.153,0.234,0.154c0.722,0.007,1.648,0.259,2.105-0.091c0.379-0.291,0.415-1.367,0.228-1.979
	c-0.335-1.081-0.986-2.057-1.451-3.102c-1.022-2.302-0.185-4.052,2.263-4.735c0.544-0.151,1.16-0.095,1.673-0.305
	c1.459-0.602,2.346-2.106,1.602-3.101c-1.361-1.813-0.543-2.953,0.774-4.146c0.493-0.445,0.958-0.937,1.358-1.466
	c0.648-0.859,0.695-1.844-0.023-2.63c-1.413-1.547-2.821-3.133-4.438-4.446c-1.657-1.346-3.67-0.449-4.184,1.645
	c-0.587,2.392-2.196,3.232-4.521,1.794c-2.409-1.491-4.38-1.317-6.439,0.367c-0.144,0.119-0.334,0.182-0.496,0.282
	c-4.936,3.096-8.939,7.061-11.655,12.279c-0.675,1.299-0.898,2.322,0.098,3.623c1.851,2.412,3.386,5.071,5.291,7.437
	c1.294,1.607,2.83,3.134,4.545,4.26c3.02,1.981,6.241,3.66,9.409,5.409c2.562,1.413,4.073,3.374,3.804,6.444
	c-0.074,0.853,0.04,1.72-0.021,2.572c-0.137,1.92,0.454,3.63,1.676,5.028c2.582,2.955,3.779,6.286,3.524,10.235
	C39.887,71.957,40.142,72.038,42.338,72.025z M71.794,43.727c0.667-6.304-0.203-12.2-3.154-17.711
	c-0.493,0.088-0.699,0.077-0.855,0.16c-3.312,1.773-4.843,4.943-6.297,8.15c-0.166,0.366-0.075,0.959,0.104,1.354
	C63.513,39.982,65.812,43.859,71.794,43.727z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/grad.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/grad.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M7.863,34.598c-0.811-0.284-1.619-0.583-2.437-0.851
	c-1.126-0.367-2.3-0.621-3.38-1.09c-1.126-0.489-2.012-1.324-2.045-2.675c-0.034-1.362,0.862-2.153,1.942-2.749
	c0.449-0.247,0.959-0.396,1.453-0.548c11.057-3.384,22.12-6.749,33.169-10.155c2.277-0.703,4.491-0.731,6.771-0.028
	c11.121,3.425,22.254,6.813,33.381,10.222c1.617,0.496,3.122,1.187,3.276,3.159c0.111,1.429-1.089,2.572-3.401,3.287
	c-6.373,1.969-12.756,3.907-19.136,5.855c-4.465,1.363-8.952,2.661-13.39,4.109c-2.795,0.911-5.471,0.862-8.267-0.033
	c-7.129-2.283-14.297-4.441-21.453-6.637c-1.814-0.557-2.384-0.319-3.473,1.327c-0.96,1.453-0.931,2.376,0.119,3.717
	c1.212,1.55,1.366,3.146,0.128,4.674c-0.757,0.935-0.831,1.73-0.564,2.826c0.876,3.598,1.652,7.221,2.45,10.837
	c0.143,0.646,0.268,1.311,0.293,1.971c0.045,1.236-0.618,2.036-1.827,2.083c-2.294,0.091-4.599,0.114-6.891,0.01
	c-1.532-0.072-2.17-0.946-1.935-2.618c0.249-1.756,0.701-3.485,1.084-5.22c0.528-2.387,1.042-4.776,1.634-7.147
	c0.247-0.991,0.251-1.736-0.489-2.626c-1.344-1.618-1.149-3.172,0.063-4.869c0.573-0.805,0.924-1.781,1.312-2.705
	C6.791,37.437,7.27,36.125,7.863,34.598z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M62.178,41.774c0.34,2.48,0.65,4.66,0.936,6.843
	c0.239,1.833,0.311,3.7,0.704,5.499c0.544,2.493-0.416,4.148-2.455,5.404c-2.817,1.732-5.913,2.666-9.134,3.287
	c-9.222,1.775-18.41,1.628-27.497-0.726c-2.253-0.584-4.401-1.721-6.463-2.852c-1.855-1.017-2.5-2.716-2.125-4.914
	c0.521-3.058,0.792-6.159,1.194-9.238c0.132-1.013,0.339-2.015,0.552-3.255c2.438,0.729,4.688,1.39,6.933,2.075
	c3.824,1.164,7.648,2.326,11.464,3.523c2.106,0.659,4.236,0.788,6.345,0.179c5.403-1.563,10.785-3.198,16.176-4.807
	C59.795,42.5,60.778,42.197,62.178,41.774z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/reader.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/reader.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M0.016,51.845c0-4-0.049-8.001,0.026-11.999
	c0.027-1.472,0.173-2.989,0.568-4.398c1.018-3.628,4.295-5.437,7.968-5.217c6.002,0.359,11.993,1.053,17.871,2.488
	c4.074,0.995,8.067,2.204,11.765,4.197c1.305,0.704,2.348,0.631,3.632-0.033c6.438-3.326,13.405-4.833,20.525-5.736
	c2.939-0.374,5.888-0.753,8.844-0.91c3.879-0.208,7.883,1.995,8.341,6.095c0.133,1.195,0.406,2.386,0.413,3.58
	c0.036,8,0.052,16.001-0.012,24.001c-0.011,1.463-0.168,3.018-0.683,4.368c-1.158,3.037-3.469,4.754-6.788,4.911
	c-7.067,0.334-14.022,1.374-20.818,3.349c-2.222,0.647-4.414,1.426-6.558,2.299c-3.455,1.408-6.848,1.442-10.272-0.042
	c-6.619-2.87-13.621-4.188-20.731-5.029c-1.842-0.219-3.69-0.455-5.542-0.53c-5.397-0.217-8.334-3.12-8.546-8.555
	c-0.003-0.093-0.001-0.187-0.001-0.279C0.018,60.218,0.018,56.031,0.016,51.845z M36.727,57.814c0-3.9-0.083-7.803,0.036-11.7
	c0.057-1.865-0.602-2.989-2.335-3.59c-2.096-0.728-4.15-1.585-6.264-2.252c-6.04-1.905-12.315-2.508-18.562-3.24
	c-2.296-0.27-2.737,0.154-2.741,2.585c-0.013,7.244,0.012,14.487,0.023,21.729c0.01,5.243,0.021,5.117,5.324,5.544
	c3.677,0.296,7.362,0.807,10.971,1.569c3.794,0.805,7.507,2,11.243,3.07c2.269,0.65,2.286,0.689,2.3-1.737
	C36.745,65.801,36.728,61.809,36.727,57.814z M73.111,51.873c0-3.812,0.007-7.624-0.004-11.435c-0.009-3.4-0.516-3.788-3.98-3.281
	c-2.289,0.333-4.598,0.535-6.885,0.884c-5.692,0.868-11.278,2.105-16.604,4.417c-1.846,0.8-2.42,1.927-2.398,3.854
	c0.084,7.716,0.034,15.433,0.035,23.15c0,0.464,0.021,0.93,0.013,1.395c-0.02,1.096,0.606,1.225,1.463,0.967
	c0.711-0.212,1.419-0.44,2.115-0.698c4.19-1.549,8.496-2.643,12.919-3.244c3.487-0.474,6.994-0.802,10.476-1.312
	c2.834-0.416,2.837-0.492,2.846-3.262C73.12,59.497,73.11,55.685,73.111,51.873z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M40.054,29.509c-8.351-0.441-14.697-6.167-14.702-14.774
	c-0.005-8.195,5.85-14.459,14.46-14.634c7.962-0.162,14.708,5.54,14.837,14.532C54.767,22.926,48.719,28.972,40.054,29.509z
	 M39.897,6.802c-4.524,0.313-7.803,3.589-7.815,8.125c-0.013,4.163,3.749,7.75,7.884,7.775c4.229,0.024,8.01-3.756,7.985-7.984
	C47.926,10.473,44.114,6.727,39.897,6.802z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/seal1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/seal1.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#929497" d="M75.479,65.254l4.068-4.814c0.42-0.499,0.514-1.199,0.239-1.789c-0.275-0.593-0.868-0.972-1.521-0.972
	h-8.382v-4.851c0-0.927-0.75-1.676-1.677-1.676H56.663l6.373-1.378c0.462-0.1,0.859-0.391,1.098-0.797
	c0.235-0.409,0.289-0.896,0.146-1.348l-2.093-6.644l5.159-4.676c0.351-0.317,0.55-0.767,0.55-1.238
	c0.002-0.474-0.196-0.924-0.544-1.241l-5.135-4.704l2.129-6.629c0.144-0.449,0.091-0.938-0.144-1.348
	c-0.234-0.409-0.63-0.701-1.092-0.803l-6.798-1.505l-1.471-6.81c-0.101-0.462-0.389-0.859-0.798-1.097
	c-0.406-0.235-0.897-0.29-1.347-0.147l-6.643,2.099L41.38,7.726c-0.315-0.351-0.767-0.55-1.237-0.552c-0.002,0-0.004,0-0.005,0
	c-0.47,0-0.919,0.198-1.237,0.543l-4.704,5.135l-6.631-2.129c-0.449-0.144-0.937-0.093-1.347,0.143
	c-0.409,0.234-0.7,0.63-0.804,1.092l-1.505,6.799l-6.807,1.469c-0.461,0.101-0.859,0.389-1.097,0.798
	c-0.236,0.408-0.291,0.896-0.149,1.347l2.099,6.643l-5.162,4.677c-0.351,0.318-0.551,0.767-0.551,1.239
	c-0.002,0.473,0.197,0.924,0.544,1.241l5.135,4.704l-2.129,6.631c-0.144,0.449-0.093,0.938,0.142,1.347
	c0.236,0.411,0.631,0.702,1.092,0.803l6.764,1.499H11.932c-0.925,0-1.676,0.749-1.676,1.676v4.851H1.735
	c-0.654,0-1.246,0.379-1.521,0.972c-0.275,0.59-0.181,1.29,0.241,1.789l4.068,4.814l-4.068,4.812
	c-0.421,0.498-0.516,1.198-0.241,1.788c0.275,0.593,0.868,0.972,1.521,0.972h17.523c0.925,0,1.677-0.75,1.677-1.677v-3.719h38.272
	v3.719c0,0.927,0.75,1.677,1.678,1.677h17.382c0.652,0,1.245-0.379,1.521-0.972c0.274-0.59,0.181-1.288-0.239-1.788L75.479,65.254z
	 M20.983,39.125l-4.573-4.186l4.594-4.164c0.486-0.439,0.67-1.123,0.473-1.747l-1.866-5.913l6.059-1.306
	c0.639-0.138,1.142-0.637,1.284-1.278l1.34-6.053l5.902,1.895c0.623,0.201,1.308,0.019,1.75-0.463l4.186-4.569l4.163,4.593
	c0.439,0.487,1.12,0.672,1.747,0.474l5.911-1.869l1.311,6.062c0.137,0.641,0.635,1.142,1.275,1.284l6.051,1.34l-1.896,5.901
	c-0.2,0.624-0.019,1.307,0.464,1.749l4.573,4.187l-4.592,4.161c-0.485,0.441-0.672,1.122-0.475,1.748l1.865,5.916l-6.058,1.309
	c-0.64,0.14-1.141,0.637-1.282,1.275l-0.663,2.991l-0.001,0.005l-0.677,3.057l-5.902-1.898c-0.62-0.196-1.309-0.019-1.751,0.465
	l-4.186,4.571l-4.163-4.593c-0.144-0.158-0.319-0.271-0.504-0.362c-0.05-0.023-0.096-0.044-0.147-0.063
	c-0.176-0.066-0.357-0.109-0.546-0.114c-0.016,0-0.03-0.01-0.044-0.01c-0.005,0-0.01,0.002-0.015,0.002
	c-0.164,0.002-0.329,0.024-0.489,0.074l-5.913,1.865l-1.31-6.057c-0.138-0.642-0.636-1.143-1.276-1.284l-6.053-1.34l1.896-5.902
	C21.647,40.251,21.465,39.567,20.983,39.125z M13.609,54.505h10.942l0.749,3.459c0.098,0.463,0.388,0.86,0.796,1.095
	c0.409,0.239,0.897,0.291,1.346,0.151l6.643-2.095l4.677,5.16c0.318,0.35,0.766,0.549,1.238,0.551c0.002,0,0.003,0,0.003,0
	c0.472,0,0.92-0.197,1.238-0.543l4.704-5.136l6.629,2.13c0.449,0.145,0.937,0.092,1.348-0.142c0.41-0.235,0.701-0.631,0.805-1.092
	l0.658-2.976l0.124-0.563h11.022v4.851v4.721h-5.646H19.258h-5.649v-4.721V54.505z M17.581,69.472H5.347l2.652-3.137
	c0.527-0.625,0.527-1.538,0-2.163l-2.652-3.139h4.909v4.719c0,0.928,0.751,1.679,1.676,1.679h5.649V69.472z M72.004,66.335
	l2.65,3.137H62.562v-2.041h5.646c0.927,0,1.677-0.751,1.677-1.679v-4.719h4.77l-2.65,3.139
	C71.475,64.797,71.475,65.71,72.004,66.335z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/seal2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/seal2.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M33.894,0.054c3.18,1.459,6.965,0.655,10.801,0.062
	c2.172-0.337,3.997,1.004,5.276,2.579c1.262,1.554,2.747,2.471,4.598,2.81c3.521,0.645,5.498,2.769,6.304,6.153
	c0.502,2.124,1.525,3.934,3.158,5.417c2.093,1.905,2.827,4.295,2.114,7.029c-0.689,2.658-0.664,5.255-0.006,7.922
	c0.672,2.734-0.188,5.157-2.196,7.062c-1.673,1.59-2.728,3.409-3.194,5.676c-0.569,2.775-2.376,4.669-5.048,5.375
	c-2.232,0.589-4.092,1.655-5.743,3.147c-2.192,1.983-4.636,2.262-7.184,1.016c-2.622-1.283-5.081-1.234-7.694,0.021
	c-2.685,1.292-5.223,0.92-7.345-1.299c-1.322-1.383-2.919-2.144-4.778-2.609c-3.106-0.777-5.249-2.717-5.888-5.951
	c-0.415-2.092-1.398-3.759-2.941-5.195c-2.298-2.138-3.046-4.826-2.276-7.83c0.591-2.307,0.597-4.531-0.016-6.826
	c-0.806-3.008-0.14-5.657,2.262-7.772c1.507-1.329,2.417-3.02,2.866-4.956c0.836-3.605,2.928-5.829,6.685-6.471
	c1.649-0.281,3.005-1.126,4.134-2.543C29.118,1.191,30.952,0.045,33.894,0.054z M39.019,12.798
	c-7.494-0.738-14.697,6.902-14.643,14.78c0.056,8.146,7.088,14.716,14.519,14.75c7.537,0.034,14.534-6.615,14.641-14.626
	C53.646,19.66,46.341,12.101,39.019,12.798z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M40.718,59.356c2.591,0.076,4.852,0.199,7.111,0.192
	c1.942-0.005,3.569-0.978,4.954-2.206c1.49-1.318,3.085-2.225,5.036-2.684c1.223-0.29,2.344-1.02,3.701-1.64
	c0.315,0.471,0.749,0.932,0.976,1.478c1.967,4.767,3.918,9.542,5.836,14.331c1.345,3.36-0.067,5.102-3.725,4.66
	c-0.091-0.011-0.182-0.032-0.273-0.043c-5.686-0.646-5.829-0.593-9.883,3.564c-0.644,0.659-1.256,1.356-1.951,1.958
	c-1.756,1.523-3.085,1.301-4.185-0.803c-0.769-1.465-1.356-3.025-1.99-4.556c-1.796-4.341-3.581-8.687-5.351-13.038
	C40.814,60.178,40.793,59.728,40.718,59.356z"></path>
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M16.22,52.847c3.234,2.041,6.902,2.404,9.686,4.961
	c2.249,2.065,5.251,2.489,8.311,1.724c0.877-0.219,1.78-0.328,2.958-0.542c-0.143,0.754-0.158,1.364-0.375,1.896
	c-2.113,5.205-4.259,10.397-6.398,15.594c-0.104,0.255-0.214,0.51-0.33,0.762c-1.526,3.335-2.851,3.555-5.5,0.91
	c-0.392-0.391-0.773-0.79-1.159-1.187c-4.036-4.142-4.14-4.181-9.902-3.511c-0.546,0.064-1.097,0.259-1.633,0.22
	c-2.339-0.166-3.416-2.008-2.475-4.39c1.726-4.369,3.538-8.704,5.325-13.047C15.175,55.159,15.667,54.1,16.22,52.847z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/seal3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/seal3.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M70.009,80c-3.705-2.13-6.728-3.848-9.732-5.6
	c-5.823-3.392-11.692-6.71-17.422-10.253c-2.121-1.312-3.748-1.168-5.809,0.071c-7.91,4.757-15.912,9.36-23.89,14.008
	c-0.844,0.491-1.742,0.889-3.015,1.532c-0.063-1.452-0.145-2.429-0.145-3.405c-0.008-22.438-0.012-44.875,0-67.312
	c0.002-6.355,2.718-9.028,9.152-9.032c13.944-0.011,27.886-0.013,41.83,0.001c6.249,0.005,9.021,2.725,9.024,8.882
	c0.013,22.53,0.006,45.059,0.006,67.588C70.009,77.388,70.009,78.292,70.009,80z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/seal4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/seal4.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M9.886,80c0-1.592,0-2.583,0-3.57
	c0-22.234-0.007-44.467,0.005-66.701c0.006-7.044,2.646-9.708,9.641-9.717c13.639-0.016,27.276-0.016,40.917,0
	c7.01,0.008,9.656,2.663,9.659,9.696c0.014,22.328,0.008,44.653,0,66.982c0,0.901-0.088,1.804-0.157,3.12
	c-1.062-0.501-1.807-0.787-2.488-1.184c-8.316-4.832-16.657-9.625-24.909-14.566c-1.847-1.106-3.23-1.124-5.087-0.012
	c-8.251,4.944-16.593,9.733-24.907,14.569C11.924,78.988,11.255,79.296,9.886,80z M17.117,67.545
	c1.172-0.59,1.836-0.883,2.463-1.247c6.135-3.566,12.292-7.099,18.375-10.753c1.466-0.88,2.572-0.928,4.054-0.023
	c5.104,3.112,10.289,6.085,15.455,9.09c1.648,0.96,3.334,1.853,5.305,2.941c0.131-1.22,0.275-1.938,0.276-2.658
	c0.012-18.123,0.019-36.246-0.002-54.369c-0.003-3.081-0.414-3.448-3.684-3.452C46.653,7.055,33.95,7.06,21.244,7.068
	c-4.098,0.002-4.295,0.197-4.297,4.256c-0.006,17.657-0.006,35.313,0.003,52.97C16.95,65.203,17.042,66.115,17.117,67.545z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/shield.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/shield.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M2.455,20.491c-0.194-3.132,0.207-5.837,7.074-8.588
	C18.347,8.371,27.105,4.684,35.832,0.93c2.955-1.271,5.653-1.222,8.594,0.04c9.071,3.893,18.213,7.625,27.317,11.441
	c4.714,1.978,5.89,3.858,5.835,8.985c-0.11,10.58-2.177,20.749-6.873,30.247c-5.808,11.745-14.214,21.08-26.024,27.153
	c-3.196,1.643-6.09,1.579-9.286-0.04C23.05,72.5,14.576,62.67,8.918,50.27C4.932,41.533,2.851,32.309,2.455,20.491z M40.167,69.841
	c1.405-0.735,2.402-1.194,3.336-1.758c5.844-3.526,10.569-8.246,14.343-13.883c6.103-9.114,9.33-19.192,9.778-30.162
	c0.104-2.554,0.163-2.562-2.043-3.491c-7.554-3.178-15.108-6.351-22.667-9.514c-0.821-0.343-1.671-0.619-2.747-1.014
	C40.167,30.016,40.167,49.64,40.167,69.841z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/star1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/star1.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M79.949,32.473c0.233,1.302-0.349,2.364-1.401,3.362
	c-4.687,4.443-9.289,8.974-13.982,13.413c-1.264,1.194-1.667,2.244-1.275,4.135c1.177,5.664,1.929,11.417,2.855,17.134
	c0.138,0.866,0.442,1.718,0.478,2.583c0.149,3.584-2.915,5.98-6.323,4.976c-0.76-0.226-1.52-0.495-2.215-0.861
	c-5.236-2.766-10.451-5.565-15.677-8.349c-0.468-0.25-0.991-0.411-1.422-0.709c-0.691-0.477-1.277-0.336-1.963,0.029
	c-5.142,2.749-10.292,5.484-15.458,8.188c-1.247,0.652-2.525,1.297-3.862,1.708c-3.265,1.006-6.347-1.356-6.247-4.789
	c0.042-1.484,0.318-2.969,0.581-4.437c0.99-5.523,2.014-11.041,3.036-16.556c0.159-0.854-0.032-1.538-0.68-2.155
	c-4.032-3.847-8.044-7.714-12.059-11.579c-0.894-0.861-1.734-1.778-2.661-2.602c-1.764-1.567-1.973-3.634-1.359-5.608
	c0.58-1.863,2.227-2.848,4.232-3.121c5.13-0.699,10.256-1.427,15.383-2.154c1.218-0.172,2.434-0.358,3.642-0.58
	c1.606-0.294,2.75-0.989,3.528-2.645c2.672-5.685,5.559-11.27,8.362-16.893c0.974-1.951,2.373-3.239,4.716-3.276
	c1.782-0.03,3.056,0.707,3.888,2.23c0.554,1.008,1.047,2.05,1.561,3.079c2.449,4.91,5.015,9.766,7.286,14.756
	c0.867,1.905,2.192,2.559,4.001,2.804c5.391,0.733,10.786,1.448,16.177,2.188c1.044,0.144,2.099,0.289,3.105,0.584
	C78.389,27.973,80.274,29.514,79.949,32.473z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/star2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/star2.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <path fill-rule="evenodd" clip-rule="evenodd" fill="#929497" d="M61.421,78.333c-0.662-0.246-1.79-0.54-2.801-1.062
  c-5.447-2.81-10.901-5.607-16.271-8.562c-1.674-0.922-2.97-0.946-4.656-0.017c-5.366,2.957-10.829,5.741-16.264,8.571
  c-0.626,0.327-1.337,0.484-1.972,0.795c-2.642,1.296-6.597-1.511-5.935-5.273c1.151-6.548,2.2-13.112,3.41-19.647
  c0.298-1.611-0.143-2.673-1.269-3.762C11.065,44.929,6.5,40.444,2.001,35.895c-0.833-0.842-1.619-1.967-1.882-3.089
  c-0.615-2.62,1.208-4.923,4.167-5.45c2.705-0.483,5.436-0.808,8.158-1.19c4.037-0.568,8.072-1.155,12.117-1.669
  c1.308-0.167,1.702-1.113,2.179-2.072c2.688-5.41,5.384-10.818,8.078-16.225c0.318-0.637,0.606-1.29,0.972-1.898
  c2.121-3.539,6.297-3.596,8.372-0.051c1.122,1.913,2.027,3.951,3.019,5.938c2.062,4.135,4.154,8.255,6.153,12.42
  c0.608,1.267,1.423,1.785,2.835,1.966c6.417,0.825,12.82,1.762,19.22,2.722c3.17,0.475,5.089,2.713,4.508,5.441
  c-0.239,1.125-1.016,2.269-1.845,3.109c-4.43,4.491-8.914,8.933-13.471,13.295c-1.364,1.308-1.776,2.534-1.406,4.451
  c1.247,6.438,2.281,12.916,3.33,19.391C66.955,75.77,64.666,78.341,61.421,78.333z M58.568,69.078c0-0.554,0.051-0.898-0.008-1.224
  c-0.987-5.584-1.943-11.174-3.013-16.742c-0.347-1.808-0.035-3.113,1.391-4.438c3.837-3.566,7.51-7.312,11.234-10.997
  c0.547-0.54,1.029-1.144,1.78-1.984c-6.403-0.958-12.431-1.938-18.481-2.716c-1.547-0.198-2.337-0.815-2.981-2.149
  c-2.395-4.956-4.879-9.869-7.352-14.786c-0.293-0.583-0.714-1.101-1.246-1.906c-0.62,1.169-1.087,2.007-1.517,2.866
  c-2.34,4.687-4.674,9.376-6.999,14.07c-0.444,0.895-0.881,1.654-2.063,1.81c-5.18,0.682-10.35,1.436-15.521,2.189
  c-1.154,0.169-2.292,0.449-3.437,0.678c-0.093,0.241-0.184,0.482-0.276,0.724c0.712,0.529,1.494,0.986,2.124,1.599
  c3.758,3.654,7.448,7.377,11.236,10.998c1.006,0.961,1.374,1.869,1.116,3.257c-1.053,5.663-2.007,11.346-2.987,17.021
  c-0.085,0.497-0.098,1.004-0.168,1.757c0.811-0.343,1.383-0.536,1.91-0.813c4.557-2.398,9.164-4.71,13.633-7.262
  c2.176-1.244,3.933-1.248,6.129,0.022c4.531,2.618,9.236,4.939,13.876,7.369C57.394,68.655,57.884,68.804,58.568,69.078z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/cube1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/cube1.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <polygon fill="#BBBDBF" points="75.73,18.431 40,36.3 4.27,18.431 40,0 "></polygon>
                  <polygon fill="#6E6F71" points="40,80 4.27,62.132 4.27,18.431 40,36.3 "></polygon>
                  <polygon fill="#929497" points="40,80 75.73,62.132 75.73,18.431 40,36.3 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/cube2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/cube2.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <polygon fill="#0B3446" points="40,80 4.56,62.255 4.56,18.553 40,36.298 "></polygon>
                  <polygon fill="#125361" points="40,80 75.44,62.255 75.44,18.553 40,36.298 "></polygon>
                  <polygon fill="#15707C" points="40,36.298 4.56,18.553 40,0 75.44,18.553 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/cube3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/cube3.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <polygon fill="#444C6F" points="40,80 4.561,62.255 4.561,18.553 40,36.298 "></polygon>
                  <polygon fill="#566081" points="40,80 75.439,62.255 75.439,18.553 40,36.298 "></polygon>
                  <polygon fill="#7382C0" points="40,36.298 4.561,18.553 40,0 75.439,18.553 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/cube4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/cube4.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <polygon fill="#74231D" points="40,80 4.561,62.255 4.561,18.553 40,36.298 "></polygon>
                  <polygon fill="#993325" points="40,80 75.439,62.255 75.439,18.553 40,36.298 "></polygon>
                  <polygon fill="#BD412C" points="40,36.298 4.561,18.553 40,0 75.439,18.553 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/cube5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/cube5.svg'" class="ng-scope"><svg viewBox="0 0 80 80" class="ng-scope">
                  <polygon fill="#173548" points="40,80 4.561,62.255 4.561,18.553 40,36.298 "></polygon>
                  <polygon fill="#425D72" points="40,80 75.439,62.255 75.439,18.553 40,36.298 "></polygon>
                  <polygon fill="#6A8499" points="40,36.298 4.561,18.553 40,0 75.439,18.553 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/1.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.99,61.22c0-0.07,0-0.14-0.02-0.22c-0.01-0.07-0.03-0.13-0.05-0.2c-0.02-0.06-0.03-0.13-0.05-0.19
	c-0.02-0.06-0.05-0.12-0.08-0.17c-0.03-0.07-0.06-0.14-0.1-0.2c-0.01-0.01-0.01-0.03-0.02-0.04l-3.96-6.15l3.69-3.76
	c0.01-0.01,0.01-0.01,0.02-0.02c0.09-0.09,0.17-0.19,0.24-0.3c0.02-0.03,0.03-0.06,0.05-0.08c0.05-0.08,0.1-0.17,0.14-0.26
	c0.01-0.04,0.02-0.07,0.04-0.11c0.02-0.06,0.05-0.12,0.06-0.18c0.01-0.03,0.01-0.06,0.01-0.09c0.01-0.04,0.01-0.08,0.02-0.12
	c0.02-0.11,0.03-0.21,0.03-0.31c0-0.01,0-0.02,0-0.03c0-0.27-0.06-0.52-0.16-0.76c0,0,0,0,0,0c-0.05-0.13-0.12-0.25-0.19-0.36
	c0,0,0,0,0-0.01c-0.08-0.12-0.17-0.22-0.27-0.32c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.21-0.18-0.33-0.26c-0.01,0-0.01-0.01-0.02-0.01
	c-0.11-0.07-0.22-0.13-0.34-0.18c-0.01-0.01-0.03-0.01-0.04-0.01c-0.07-0.03-0.14-0.06-0.21-0.08c-3.11-0.8-6.32-1.49-9.59-2.07
	l0.57-2.96c0.22-1.14-0.52-2.24-1.66-2.46c-0.09-0.02-0.17-0.02-0.25-0.02c-2.03-0.35-4.12-0.65-6.26-0.91l2.25-2.19
	c0.57-0.56,0.78-1.39,0.53-2.15c-0.24-0.76-0.9-1.32-1.69-1.43L48.2,30.53l-6.32-12.8c-0.35-0.72-1.08-1.17-1.88-1.17
	s-1.53,0.45-1.88,1.17l-6.32,12.8l-14.13,2.05c-0.79,0.12-1.44,0.67-1.69,1.43s-0.04,1.59,0.53,2.15l2.3,2.25
	c-4.01,0.46-6.38,0.86-6.51,0.88c-0.01,0-0.02,0.01-0.03,0.01c0,0,0,0-0.01,0c-0.02,0-0.04,0.02-0.07,0.02
	c-0.11,0.03-0.22,0.06-0.33,0.1c-0.05,0.02-0.09,0.05-0.14,0.07c-0.07,0.04-0.15,0.07-0.22,0.12c-0.06,0.04-0.11,0.09-0.17,0.13
	c-0.05,0.04-0.1,0.08-0.14,0.12c-0.05,0.05-0.1,0.11-0.14,0.17c-0.04,0.05-0.08,0.09-0.12,0.14c-0.03,0.05-0.06,0.11-0.09,0.16
	c-0.04,0.07-0.08,0.13-0.11,0.2c-0.02,0.04-0.03,0.08-0.04,0.12c-0.03,0.09-0.07,0.18-0.09,0.28c0,0.02,0,0.05-0.01,0.07
	c-0.02,0.11-0.04,0.23-0.04,0.34c0,0.02,0,0.03,0,0.05c0,0.11,0,0.23,0.02,0.34c0,0.01,0.01,0.02,0.01,0.04c0,0,0,0,0,0l0.6,3.09
	c-5.95,0.99-9.47,1.89-9.63,1.94c-0.03,0.01-0.06,0.02-0.09,0.03c-0.08,0.03-0.17,0.05-0.25,0.09c-0.05,0.02-0.1,0.05-0.15,0.08
	c-0.07,0.04-0.13,0.08-0.2,0.12c-0.05,0.04-0.1,0.08-0.15,0.12c-0.04,0.03-0.08,0.05-0.11,0.09c-0.02,0.02-0.04,0.05-0.06,0.07
	c-0.04,0.04-0.08,0.09-0.11,0.14c-0.05,0.06-0.1,0.13-0.14,0.19c-0.03,0.04-0.05,0.09-0.07,0.13c-0.04,0.08-0.08,0.16-0.11,0.24
	c-0.01,0.04-0.03,0.08-0.04,0.12c-0.03,0.09-0.05,0.18-0.07,0.27c-0.01,0.04-0.01,0.09-0.01,0.13C0.01,48.7,0,48.79,0.01,48.89
	c0,0.04,0.01,0.09,0.01,0.13c0.01,0.09,0.02,0.19,0.04,0.28c0,0.02,0,0.04,0.01,0.05c0.01,0.03,0.02,0.07,0.04,0.1
	c0.02,0.07,0.04,0.14,0.07,0.21c0.02,0.05,0.04,0.09,0.07,0.13c0.04,0.07,0.07,0.14,0.11,0.2c0,0.01,0.01,0.01,0.01,0.02
	c0.07,0.1,0.14,0.19,0.22,0.28l3.7,3.77L0.34,60.2c-0.01,0.01-0.01,0.03-0.02,0.04c-0.05,0.08-0.09,0.17-0.13,0.25
	c-0.02,0.04-0.04,0.07-0.05,0.11c-0.05,0.12-0.08,0.25-0.1,0.38c0,0,0,0,0,0c-0.05,0.29-0.05,0.59,0.03,0.9
	c0.14,0.52,0.47,0.94,0.89,1.22c0.01,0,0.01,0.01,0.01,0.01c0,0,0.01,0,0.01,0.01c0.33,0.21,0.72,0.33,1.12,0.33
	c0.17,0,0.35-0.03,0.52-0.07c0.08-0.02,7.47-1.92,18.86-3.18c0.11-0.01,0.22-0.04,0.33-0.07c0.01,0,0.01,0,0.02,0
	c0.19-0.05,0.36-0.13,0.52-0.23c0.01-0.01,0.02-0.02,0.03-0.02c0.15-0.1,0.29-0.22,0.41-0.35c0.01-0.01,0.02-0.02,0.03-0.03
	c0.13-0.15,0.24-0.32,0.32-0.5c0,0,0-0.01,0.01-0.01c0.01-0.01,0.01-0.02,0.01-0.03c0.05-0.11,0.09-0.22,0.12-0.34
	c0.01-0.03,0.01-0.05,0.02-0.08c0.02-0.11,0.04-0.21,0.04-0.32c0-0.03,0-0.06,0-0.1c0-0.07,0.01-0.15,0-0.22
	c0-0.04-0.02-0.07-0.02-0.1c0-0.01-0.01-0.03-0.01-0.04c-0.02-0.11-0.05-0.23-0.09-0.33c-0.01-0.03-0.02-0.05-0.03-0.08
	c-0.03-0.08-0.07-0.16-0.12-0.24c-0.03-0.05-0.06-0.09-0.09-0.14c-0.03-0.05-0.07-0.09-0.1-0.13c-0.05-0.06-0.1-0.12-0.16-0.18
	c0,0-0.01-0.01-0.01-0.01c0.71-0.07,1.47-0.15,2.26-0.22l-0.65,3.8c-0.14,0.79,0.18,1.58,0.83,2.05c0.65,0.47,1.5,0.53,2.21,0.16
	L40,55.77l12.63,6.65c0.31,0.16,0.65,0.24,0.98,0.24c0.44,0,0.87-0.14,1.24-0.41c0.64-0.47,0.96-1.26,0.83-2.05l-0.66-3.87
	c0.78,0.07,1.56,0.16,2.33,0.24c-0.09,0.08-0.17,0.17-0.24,0.27c0,0,0,0.01-0.01,0.01c-0.06,0.09-0.12,0.18-0.17,0.27
	c-0.02,0.03-0.03,0.07-0.05,0.1c-0.03,0.07-0.07,0.15-0.09,0.22c-0.02,0.06-0.04,0.12-0.05,0.18c-0.01,0.06-0.03,0.12-0.04,0.18
	c0,0.02-0.01,0.04-0.01,0.07c-0.01,0.05,0,0.09,0,0.14c0,0.07-0.01,0.13,0,0.2c0,0.08,0.02,0.16,0.03,0.24
	c0.01,0.05,0.02,0.1,0.03,0.15c0.02,0.09,0.05,0.18,0.09,0.27c0.01,0.03,0.02,0.06,0.03,0.09c0,0.01,0.01,0.02,0.02,0.03
	c0.08,0.17,0.17,0.32,0.29,0.46c0.03,0.03,0.05,0.06,0.08,0.08c0.1,0.11,0.21,0.2,0.33,0.29c0.03,0.02,0.06,0.05,0.1,0.07
	c0.15,0.09,0.31,0.17,0.49,0.22c0.02,0.01,0.04,0.01,0.06,0.01c0.1,0.03,0.21,0.06,0.32,0.07c11.35,1.26,18.77,3.16,18.84,3.18
	c0.18,0.05,0.36,0.07,0.53,0.07c0.2,0,0.4-0.03,0.58-0.09c0,0,0,0,0,0c0.19-0.06,0.37-0.14,0.54-0.24c0.01,0,0.01,0,0.02-0.01
	c0.01-0.01,0.01-0.01,0.02-0.02c0.1-0.07,0.2-0.15,0.29-0.23c0.01-0.01,0.02-0.02,0.03-0.03c0.19-0.19,0.34-0.41,0.45-0.66
	c0,0,0-0.01,0.01-0.01c0.04-0.09,0.07-0.18,0.1-0.28c0.01-0.02,0.01-0.04,0.01-0.07c0.01-0.05,0.02-0.1,0.02-0.15
	c0.01-0.08,0.03-0.17,0.03-0.25C80,61.34,80,61.28,79.99,61.22z M6.63,58.2l2.11-3.28c0.07-0.1,0.12-0.21,0.16-0.32
	c0,0,0-0.01,0.01-0.01c0.04-0.1,0.07-0.2,0.09-0.3c0.01-0.03,0.02-0.07,0.03-0.1c0.01-0.07,0.02-0.15,0.02-0.23
	c0.01-0.06,0.01-0.13,0.01-0.19c0-0.05-0.01-0.09-0.01-0.14c-0.01-0.09-0.01-0.18-0.03-0.27C9.02,53.33,9.01,53.31,9,53.28
	c-0.03-0.11-0.06-0.21-0.1-0.32c-0.01-0.01-0.02-0.03-0.02-0.04c-0.05-0.11-0.1-0.21-0.17-0.31c-0.01-0.01-0.02-0.03-0.03-0.04
	c-0.06-0.09-0.13-0.18-0.2-0.26l-2.23-2.27c1.5-0.31,3.44-0.68,5.75-1.06l1.33,6.89c0.01,0.04,0.03,0.08,0.04,0.12
	c0.04,0.14,0.08,0.27,0.15,0.4c0.01,0.01,0.01,0.03,0.01,0.04c0.02,0.04,0.03,0.08,0.06,0.11c0,0.01,0.01,0.01,0.01,0.02
	c0.02,0.04,0.05,0.07,0.08,0.11c0.04,0.06,0.08,0.12,0.13,0.18c0,0,0.01,0.01,0.01,0.01c0,0,0.01,0.01,0.01,0.01
	c0.02,0.03,0.05,0.05,0.08,0.08C11.01,57.38,8.56,57.82,6.63,58.2z M17.07,53.09l-1.93-9.99c1.67-0.24,4.29-0.57,7.59-0.89
	l4.01,3.91l-1.03,5.99C21.87,52.45,18.89,52.83,17.07,53.09z M40.98,51.54c-0.31-0.16-0.64-0.24-0.98-0.24s-0.67,0.08-0.98,0.25
	l-9.85,5.18l0.41-2.37c0-0.01,0-0.02,0-0.03l1.47-8.58c0.12-0.68-0.11-1.38-0.6-1.86l-7.97-7.77l11.01-1.6
	c0.68-0.1,1.27-0.53,1.58-1.15L40,23.4l4.93,9.97c0.31,0.62,0.9,1.05,1.58,1.15l11.01,1.6l-2.13,2.08
	c-0.23,0.15-0.43,0.34-0.59,0.57l-5.25,5.12c-0.49,0.49-0.72,1.18-0.6,1.86l1.88,10.97L40.98,51.54z M64.3,46.07
	C64.3,46.07,64.3,46.07,64.3,46.07C64.3,46.07,64.3,46.07,64.3,46.07l-1.36,7.02c-2.79-0.43-5.69-0.76-8.66-1.02l-1.02-5.94
	l4.08-3.98c2.56,0.26,5.09,0.56,7.53,0.94L64.3,46.07z M70.96,54.1c0,0.02,0,0.04,0.01,0.05c0.02,0.13,0.06,0.25,0.1,0.37
	c0,0.01,0,0.01,0.01,0.02c0.06,0.15,0.14,0.3,0.23,0.43l2.08,3.22c-1.94-0.38-4.39-0.82-7.28-1.25c0.04-0.04,0.08-0.07,0.11-0.11
	c0.02-0.02,0.03-0.05,0.05-0.07c0.06-0.07,0.11-0.15,0.16-0.23c0.01-0.01,0.01-0.02,0.02-0.03c0.11-0.19,0.19-0.4,0.24-0.63
	l1.36-7.04c1.95,0.35,3.87,0.74,5.76,1.16l-2.27,2.32c-0.29,0.29-0.47,0.65-0.55,1.03c0,0,0,0,0,0c-0.03,0.12-0.04,0.24-0.04,0.36
	c0,0.01,0,0.03,0,0.04C70.93,53.87,70.94,53.98,70.96,54.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/2.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M76.61,15.74c-0.53-4.51-3.8-8.5-7.97-9.69c-2.36-0.67-4.85-0.41-6.99,0.57c1.11-1.51,2.52-2.34,2.54-2.34
		c0.91-0.51,1.37-1.56,1.11-2.57C65.04,0.7,64.13,0,63.09,0H40H16.91c-1.04,0-1.95,0.7-2.21,1.71c-0.26,1.01,0.2,2.07,1.11,2.57
		c0.02,0.01,1.45,0.84,2.55,2.36c-2.15-0.99-4.65-1.27-7.02-0.59c-4.17,1.19-7.45,5.18-7.97,9.69c-0.39,3.38,0.67,6.99,2.9,9.91
		c1.93,2.52,4.71,4.55,8.04,5.86c0.38,0.14,0.78,0.28,1.17,0.41c-0.31,0.01-0.63,0.08-0.93,0.23c-1.12,0.54-1.88,1.64-2.1,3
		c-0.23,1.44,0.21,2.9,1.15,3.8c1.1,1.05,2.61,1.41,3.93,1.41c0.49,0,0.96-0.05,1.35-0.14c0.76-0.16,1.47-0.44,2.09-0.83
		c0.57,1.08,1.24,2.09,2.09,3c2.52,2.73,6.13,4.26,10.74,4.57v9.96l-9.09,8.64h-6.56c-1.26,0-2.28,1.02-2.28,2.28v9.88
		c0,1.26,1.02,2.28,2.28,2.28h43.7c1.26,0,2.28-1.02,2.29-2.28v-9.88c0-1.26-1.02-2.28-2.28-2.28h-6.57l-9.09-8.64v-9.96
		c4.61-0.32,8.22-1.85,10.74-4.57c0.84-0.91,1.51-1.92,2.08-2.99c0.62,0.39,1.32,0.67,2.08,0.82c0.41,0.09,0.88,0.14,1.37,0.14
		c1.32,0,2.84-0.36,3.91-1.41c0.94-0.9,1.38-2.36,1.15-3.8c-0.21-1.36-0.98-2.46-2.1-3c-0.3-0.15-0.62-0.22-0.93-0.23
		c0.4-0.12,0.79-0.26,1.17-0.41c3.33-1.31,6.11-3.34,8.04-5.86C75.95,22.73,77,19.12,76.61,15.74z M9.9,22.87
		c-1.52-1.99-2.25-4.4-1.99-6.61c0.31-2.69,2.28-5.14,4.69-5.83c2.4-0.69,5.28,0.52,6.28,2.63c0.5,1.06,0.52,2.25,0.07,3.12
		c-0.41,0.77-1.3,1.29-2.04,1.18c-0.56-0.08-1.13-0.73-1.07-1.21c0.16-1.24-0.71-2.39-1.96-2.56c-1.24-0.16-2.39,0.71-2.56,1.96
		c-0.4,2.97,1.85,5.87,4.91,6.33c0.9,0.13,1.8,0.04,2.66-0.21c-0.17,2.13-0.28,4.33-0.25,6.51c-0.44-0.16-0.89-0.31-1.31-0.45
		c-0.49-0.16-0.96-0.31-1.35-0.47C13.43,26.25,11.32,24.73,9.9,22.87z M19.13,34.88c-0.26,0.61-0.84,0.81-1.16,0.88
		c-0.26,0.06-0.54,0.05-0.77,0.02c0.64-0.67,0.83-1.69,0.4-2.57c-0.15-0.32-0.37-0.58-0.63-0.79c0.68,0.24,1.29,0.5,1.7,0.81
		c0.24,0.19,0.41,0.45,0.49,0.74c0.01,0.05,0.02,0.11,0.03,0.16C19.23,34.38,19.23,34.64,19.13,34.88z M59.57,75.44H20.43v-5.32
		h39.14V75.44z M43.96,42.47c-0.01,0-0.01,0-0.02,0c-0.01,0-0.01,0-0.02,0c-0.05,0-0.09,0.01-0.14,0.01
		c-0.11,0.01-0.21,0.01-0.32,0.03c-0.02,0-0.03,0.01-0.05,0.01c-0.13,0.03-0.26,0.07-0.38,0.12c0,0,0,0,0,0
		c-0.13,0.06-0.26,0.13-0.38,0.21c0,0,0,0-0.01,0.01c-0.12,0.08-0.23,0.17-0.33,0.27c-0.01,0.01-0.02,0.02-0.03,0.04
		c-0.09,0.09-0.17,0.19-0.25,0.3c-0.02,0.02-0.03,0.05-0.04,0.08c-0.06,0.1-0.12,0.2-0.17,0.3c-0.02,0.04-0.03,0.09-0.04,0.13
		c-0.03,0.1-0.07,0.19-0.09,0.29c-0.01,0.06-0.01,0.13-0.02,0.19c-0.01,0.08-0.03,0.16-0.03,0.25c0,0.01,0,0.01,0,0.02
		c0,0.01,0,0.01,0,0.02v13.14c0,0.01,0,0.03,0,0.04c0,0.07,0.01,0.14,0.02,0.21c0.01,0.08,0.01,0.15,0.03,0.23
		c0.02,0.08,0.05,0.15,0.07,0.23c0.02,0.06,0.03,0.13,0.06,0.18c0.04,0.1,0.1,0.19,0.15,0.28c0.02,0.03,0.03,0.07,0.05,0.1
		c0.07,0.1,0.14,0.19,0.23,0.27c0.02,0.02,0.03,0.04,0.05,0.06c0.01,0.01,0.02,0.03,0.04,0.04l6.32,6.01H31.33l6.32-6.01
		c0.01-0.01,0.02-0.03,0.04-0.04c0.01-0.01,0.02-0.03,0.04-0.04c0.19-0.2,0.35-0.43,0.45-0.68c0.01-0.03,0.02-0.05,0.03-0.08
		c0.04-0.11,0.08-0.22,0.1-0.33c0.01-0.07,0.02-0.13,0.02-0.2c0.01-0.08,0.02-0.16,0.02-0.24c0-0.01,0-0.03,0-0.04V44.75
		c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.08-0.02-0.16-0.03-0.24c-0.01-0.06-0.01-0.13-0.02-0.19
		c-0.02-0.09-0.05-0.18-0.08-0.27c-0.02-0.05-0.03-0.1-0.05-0.15c-0.04-0.09-0.09-0.17-0.13-0.25c-0.03-0.05-0.05-0.1-0.08-0.14
		c-0.05-0.07-0.11-0.13-0.16-0.2c-0.04-0.05-0.08-0.1-0.12-0.14c-0.05-0.05-0.11-0.1-0.17-0.14c-0.06-0.05-0.11-0.09-0.17-0.13
		c-0.06-0.04-0.12-0.06-0.18-0.1c-0.07-0.04-0.14-0.08-0.21-0.11c-0.06-0.03-0.13-0.04-0.19-0.06c-0.08-0.02-0.15-0.05-0.23-0.07
		c-0.08-0.01-0.15-0.02-0.23-0.02c-0.07-0.01-0.14-0.02-0.21-0.02c-0.01,0-0.01,0-0.02,0c-0.01,0-0.01,0-0.02,0
		c-4.44,0.07-7.59-0.97-9.64-3.18c-4.18-4.52-3.33-13.62-2.64-20.93c0.42-4.52,0.79-8.43-0.01-11.05c-0.32-1.03-0.77-1.95-1.29-2.75
		H40h17.54c-0.52,0.8-0.97,1.72-1.29,2.75c-0.8,2.61-0.43,6.52-0.01,11.05c0.44,4.62,0.93,9.95,0.19,14.39
		c-0.09,0.31-0.15,0.63-0.18,0.95c-0.48,2.2-1.3,4.13-2.64,5.59C51.56,41.5,48.4,42.54,43.96,42.47z M62.8,35.78
		c-0.23,0.03-0.51,0.03-0.77-0.02c-0.32-0.06-0.9-0.27-1.16-0.88c-0.09-0.21-0.1-0.44-0.07-0.67c0.02-0.09,0.03-0.18,0.05-0.27
		c0.09-0.28,0.25-0.53,0.49-0.71c0.41-0.31,1.03-0.57,1.7-0.81c-0.26,0.2-0.48,0.47-0.63,0.79C61.97,34.09,62.16,35.11,62.8,35.78z
		 M70.08,22.87c-1.42,1.86-3.52,3.37-6.08,4.38c-0.4,0.16-0.86,0.31-1.35,0.47c-0.42,0.13-0.85,0.28-1.29,0.44
		c0.03-2.17-0.09-4.36-0.25-6.49c0.86,0.25,1.75,0.34,2.64,0.21c3.06-0.46,5.31-3.36,4.91-6.33c-0.16-1.25-1.31-2.13-2.56-1.96
		c-1.25,0.16-2.13,1.31-1.96,2.56c0.07,0.48-0.5,1.12-1.07,1.21c-0.74,0.12-1.63-0.4-2.04-1.18c-0.46-0.87-0.43-2.06,0.07-3.12
		c1-2.11,3.88-3.32,6.28-2.63s4.38,3.14,4.69,5.83C72.33,18.47,71.6,20.88,70.08,22.87z"></path>
                  <path fill="#86898C" d="M49.76,18.2l-5.34-0.78l-2.39-4.84c-0.38-0.78-1.18-1.27-2.04-1.27s-1.66,0.49-2.04,1.27l-2.39,4.84
		l-5.34,0.78c-0.86,0.12-1.57,0.72-1.84,1.55s-0.04,1.73,0.58,2.34l3.86,3.77l-0.91,5.32c-0.14,0.86,0.21,1.72,0.91,2.23
		c0.7,0.51,1.63,0.57,2.4,0.17L40,31.07l4.78,2.51c0.33,0.17,0.7,0.26,1.06,0.26c0.47,0,0.94-0.15,1.32-0.43
		c0.71-0.51,1.06-1.37,0.91-2.23l-0.91-5.32l3.86-3.77c0.62-0.61,0.85-1.51,0.58-2.34C51.33,18.93,50.62,18.32,49.76,18.2z
		 M43.14,23.42c-0.54,0.53-0.79,1.28-0.66,2.02l0.33,1.95l-1.75-0.92c-0.33-0.17-0.7-0.26-1.06-0.26s-0.73,0.09-1.05,0.27L37.2,27.4
		l0.33-1.95c0.12-0.74-0.12-1.5-0.66-2.02l-1.41-1.38l1.95-0.28c0.75-0.11,1.39-0.58,1.72-1.25L40,18.75l0.88,1.76
		c0.34,0.68,0.98,1.14,1.72,1.25l1.95,0.28L43.14,23.42z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/3.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.91,28.18c-0.01-0.04-0.02-0.08-0.03-0.11c-0.06-0.16-0.14-0.3-0.23-0.43c-5.67-8.99-14.21-10.83-20.31-9.54
	c-3.96,0.84-7.21,2.93-9.02,5.62c-0.13-0.19-0.24-0.37-0.38-0.55c-1.11-1.53-3.09-3.03-5.18-3.56c0,0,0-0.01,0-0.01
	c-0.25-1.53-0.91-2.87-1.56-4.1c-0.87-1.64-1.97-3.48-3.9-4.43c-1.9-0.93-4.32-0.76-6.47,0.46c-1.15,0.66-2.34,1.73-3.4,2.8
	c-0.34-0.2-0.7-0.38-1.11-0.5c-2.02-0.58-3.86,0.43-4.96,1.03l-5.17,2.82c-1.3,0.71-2.77,1.51-4.02,2.69
	c-1.21,1.14-2.12,3.17-2.5,4.89c-0.57-0.11-1.11-0.15-1.59-0.19c-0.72-0.05-1.29-0.09-1.82-0.34c-0.93-0.44-1.89-0.6-2.79-0.46
	c-1.57,0.24-2.76,1.56-2.77,3.06c-0.03,3.19-0.82,6.63-1.59,9.95c-0.29,1.23-0.58,2.51-0.83,3.74c-0.16,0.81-0.36,1.81-0.24,2.89
	c0.22,1.84,1.23,3.21,2.44,4.35c0.1,0.91-0.23,2.38-0.87,3.78c-0.64,1.4-1.83,4.01-0.85,6.54c1.03,2.65,3.8,3.64,5.29,4.17
	c2.22,0.79,4.62,1.64,7.13,2.19c1.02,1.8,3.06,2.87,4.03,3.28c2.05,0.87,4.12,1.31,6.28,1.31c0.9,0,1.82-0.07,2.77-0.2
	c0.84-0.14,1.75-0.22,2.71-0.3c2.33-0.2,4.75-0.41,6.95-1.51l9.24-4.61c1.73-0.86,3.66-1.85,5.33-3.29
	c3.09,2.99,7.44,2.98,11.34,2.95c2.82-0.02,5.48-0.03,7.52,0.97c0.02,0.01,0.05,0.02,0.08,0.03c0.07,0.03,0.15,0.06,0.22,0.09
	c0.02,0.01,0.04,0.01,0.06,0.01c0.06,0.01,0.11,0.02,0.17,0.03c0.04,0.01,0.08,0.02,0.12,0.03c0.07,0.01,0.14,0.01,0.21,0.01
	c0.14,0,0.27-0.02,0.4-0.04c0.02-0.01,0.05-0.01,0.07-0.02c0,0,0,0,0,0c0.04-0.01,0.08-0.02,0.12-0.03c0.14-0.04,0.27-0.1,0.39-0.17
	c0.04-0.02,0.07-0.04,0.1-0.06c0.1-0.07,0.19-0.14,0.28-0.22c0.06-0.06,0.12-0.12,0.17-0.19c0.02-0.02,0.03-0.04,0.04-0.06
	c0.07-0.1,0.15-0.19,0.21-0.3c0.18-0.36,0.23-0.74,0.19-1.11c0.46-5.59-1.54-11.5-5.42-15.89c-0.71-0.81-1.44-1.5-2.17-2.08
	c2.39-1.64,4.29-3.92,6.07-6.05c2.43-2.94,4.74-5.71,8.04-6.92c0.08-0.03,0.14-0.07,0.22-0.1c0.05-0.03,0.1-0.04,0.15-0.07
	C79.85,29.93,80.16,29.01,79.91,28.18z M60.15,21.94c1.93-0.4,7.78-1.08,13.02,3.89c-5.77-0.64-10.16,0.69-15.42,4.55
	c-0.45-0.7-1.11-1.33-1.93-1.83c-0.5-0.3-1.02-0.54-1.47-0.74c-0.43-0.19-0.84-0.38-1.17-0.59c-0.07-0.05-0.14-0.11-0.21-0.17
	C53.86,24.7,56.65,22.68,60.15,21.94z M46.75,25.48c0.25,0.35,0.5,0.72,0.76,1.11c0.48,0.73,1.02,1.51,1.64,2.24
	c0.12,0.18,0.26,0.33,0.43,0.46c0.43,0.45,0.9,0.88,1.45,1.24c0.58,0.38,1.18,0.64,1.7,0.88c0.39,0.18,0.75,0.35,1.06,0.53
	c0.48,0.28,0.74,0.64,0.75,0.82c0,0.12-0.07,0.31-0.16,0.51c-0.01,0.03-0.02,0.05-0.04,0.08c-0.11,0.22-0.24,0.44-0.33,0.6l-4,6.79
	c-1.28,2.18-2.61,4.44-4.25,6.26c-0.57,0.64-1.36,1.32-2.23,1.98c2.47-4.58,3.76-10.63,3.58-14.88c0.37-3.35-0.69-6.91-2.93-9.84
	c0.08-0.2,0.16-0.41,0.22-0.62C45.26,24,46.19,24.7,46.75,25.48z M40.54,25.99c2.08,2.34,3.08,5.45,2.63,8.11
	c-0.28,1.63-1.13,3.33-2.45,4.9c0.04-0.35,0.08-0.69,0.09-1.04c0.09-0.74,0.2-1.38,0.3-1.99c0.24-1.49,0.45-2.78,0.42-4.66
	c-0.02-1.48-0.4-3.55-1.04-5.36C40.5,25.95,40.52,25.97,40.54,25.99z M36.69,36.15c0.01,0.04,0.04,0.07,0.05,0.12
	c0.11,0.49,0.15,0.97,0.15,1.42c-0.01,0.13-0.01,0.25,0,0.37c-0.06,1.04-0.38,1.94-0.83,2.64c-0.1,0.11-0.19,0.22-0.26,0.36
	c-0.01,0.01-0.01,0.02-0.02,0.03c-0.24,0.29-0.49,0.54-0.77,0.72c-0.75,0.48-1.68,0.81-2.83,1.02c-1.55,0.28-3.27,0.3-4.83,0.21
	c1.29-0.84,2.61-1.71,3.86-2.56c1.08-0.73,2.3-1.55,3.25-2.8c0.82-1.07,1.31-2.34,1.5-3.68C36.25,34.67,36.5,35.38,36.69,36.15z
	 M21.99,39.23c0.32,0.11,0.64,0.21,0.97,0.31c0.07,0.02,0.14,0.04,0.22,0.05c0.55,0.15,1.12,0.27,1.7,0.37
	c-0.72,0.47-1.44,0.95-2.16,1.43C22.42,40.68,22.18,39.95,21.99,39.23z M17.71,37.37c-0.24-0.68-0.41-1.39-0.49-2.1
	c-0.09-0.81-0.03-1.53,0.13-2.19c0.41-0.33,0.87-0.62,1.41-0.87c-0.14,0.26-0.28,0.53-0.39,0.81c-0.3,0.76-0.49,1.58-0.59,2.45
	c-0.04,0.16-0.05,0.31-0.05,0.47C17.7,36.41,17.69,36.88,17.71,37.37z M25.43,33c-0.43-0.22-0.88-0.48-1.3-0.77
	c0.46-0.24,0.95-0.4,1.45-0.46C25.57,32.18,25.53,32.6,25.43,33z M28.23,36.35c0.17-0.27,0.33-0.54,0.46-0.84
	c0.27-0.58,0.47-1.19,0.61-1.81c0.48,0.75,0.8,1.62,0.88,2.51C29.6,36.32,28.93,36.37,28.23,36.35z M30.22,28.49
	c0.57,0.46,1.01,1.07,1.33,1.75c-0.98-1.05-2.19-1.83-3.51-2.19c-0.1-0.03-0.19-0.04-0.29-0.06c-0.07-0.02-0.13-0.03-0.2-0.04
	c-0.34-0.07-0.68-0.11-1.02-0.13c-0.57-0.16-1.15-0.27-1.76-0.34c0.56-0.1,1.15-0.18,1.75-0.18C27.82,27.29,29.14,27.59,30.22,28.49
	z M13.8,31.2C13.8,31.2,13.8,31.2,13.8,31.2c-0.04,0.11-0.07,0.22-0.1,0.33c0,0.01-0.01,0.02-0.01,0.04
	c-0.4,1.29-0.54,2.67-0.38,4.13c0.14,1.24,0.49,2.55,1.04,3.83c-0.05-0.04-0.11-0.08-0.15-0.12c-1.59-1.31-2.39-2.48-2.79-4.02
	c-0.5-1.96,0.19-4.33,1.77-6.02c0.99-1.07,2.21-1.78,3.4-2.27C15.29,28.27,14.35,29.65,13.8,31.2z M21.55,46.28
	c0.67,0.14,3.83,0.74,7.31,0.74c0.51,0,1.04-0.03,1.56-0.06c-1.65,1.14-3.45,1.94-5.25,2.3c-0.05,0.01-0.09,0.01-0.14,0.02
	c-0.55,0.1-1.1,0.17-1.64,0.19c-1.82,0.07-3.59-0.23-5.14-0.87c-2.37-0.97-4.38-2.79-5.67-5.11c-0.11-0.19-0.2-0.41-0.3-0.62
	C14.26,44.23,18.25,45.95,21.55,46.28z M36.86,46.37c1.66-0.68,3.33-1.68,4.75-2.82c-0.84,2.42-1.97,4.65-3.32,6.19
	c-2.81,0.95-5.68,1.65-8.58,2.11C32.36,50.62,34.84,48.73,36.86,46.37z M34.78,14.95c0.79-0.44,1.93-0.76,2.8-0.34
	c0.88,0.42,1.58,1.64,2.16,2.74c0.53,0.98,1.01,1.95,1.16,2.89c0.04,0.26,0.04,0.59,0.01,0.93c-2.32-1.59-5.1-2.73-7.54-3.59
	l-0.87-0.75C33.23,16.11,34.07,15.35,34.78,14.95z M20.08,21.13l5.17-2.82c0.53-0.29,1.52-0.83,1.99-0.7
	c0.27,0.07,0.68,0.44,1.02,0.73l0.03,0.03c0.01,0.01,0.02,0.03,0.04,0.04c0.02,0.02,0.05,0.03,0.07,0.05l4.43,3.86
	c1.21,1.06,2.47,2.15,3.28,3.44c0.41,0.65,0.8,1.7,1.08,2.8c-1.34-1.56-2.97-2.71-4.8-3.35c-1.21-0.91-2.62-1.48-4.17-1.71
	c-0.02-0.01-0.03-0.02-0.05-0.03c-2.64-1.23-6.3-1.62-9.56-1.03c-0.36,0.07-0.71,0.15-1.06,0.23C18.31,22.1,19.17,21.62,20.08,21.13
	z M4.15,41.81c0.23-1.18,0.51-2.37,0.8-3.63c0.74-3.23,1.51-6.56,1.66-9.87c0.74,0.35,1.45,0.5,2.1,0.58
	c-1.02,1.83-1.49,3.9-1.35,5.88c-0.48,3.68,0.2,7.75,1.8,10.63c1.59,2.87,4.04,5.16,6.93,6.52c-0.48-0.12-0.94-0.25-1.38-0.4
	c-2.95-1.02-5.62-3.06-8.21-5.03c-1.21-0.92-2.4-1.91-2.53-3.02C3.91,43.01,4.03,42.4,4.15,41.81z M4.43,57.17
	C4.1,56.3,4.6,54.98,5.19,53.68c0.25-0.55,0.63-1.49,0.9-2.58c2.2,1.61,4.62,3.18,7.32,4.12c2.37,0.83,4.97,1.2,8.36,1.2
	c0.21,0,0.43,0,0.67,0.01c4.26-0.06,8.47-0.61,12.6-1.63c-0.87,0.65-1.86,1.2-2.9,1.77c-4.18,2.29-8.91,4.88-13.74,5.01
	c-1.13,0.03-2.27-0.09-3.4-0.28c-0.03-0.01-0.06-0.01-0.1-0.02c-2.54-0.45-5.07-1.34-7.54-2.22C6.13,58.62,4.78,58.07,4.43,57.17z
	 M43.4,59.39L34.16,64c-1.53,0.76-3.47,0.92-5.53,1.1c-0.99,0.08-2.02,0.17-3.01,0.33c-1.67,0.27-3.25,0.22-4.8-0.15
	c4.85-0.71,9.26-3.12,13.21-5.28c1.41-0.77,2.88-1.57,4.21-2.73c0.55-0.47,1.02-1.04,1.43-1.65c3.07-1.16,6.97-3.73,9.02-6.01
	c1.9-2.12,3.33-4.54,4.71-6.89l0.39-0.67c0.24,0.61,0.39,1.27,0.43,1.89c0,0.05,0,0.1,0.01,0.15c0.01,0.2,0,0.39-0.02,0.58
	c-0.21,1.76-1.02,3.49-1.84,5.17c-0.09,0.14-0.17,0.29-0.22,0.45c-1.1,2.22-2.24,4.51-3.92,6.1C46.88,57.65,45.11,58.54,43.4,59.39z
	 M61.82,58.64c-4.1,0.02-6.9-0.12-8.72-1.97c0.78-1.14,1.42-2.34,2.01-3.51c3.62,0.83,7.62,2.62,10.53,5.55
	C64.37,58.63,63.09,58.63,61.82,58.64z M63.83,48.24c0.8,0.91,2.77,3.41,3.82,6.96c-3.15-2.85-7.11-4.68-10.8-5.66
	c0.5-1.16,0.93-2.4,1.16-3.72c0.75-0.04,1.47-0.14,2.14-0.29C60.79,45.63,62.21,46.39,63.83,48.24z M67.64,35
	c-2.94,3.54-5.53,6.64-9.79,6.89c-0.35-1.36-0.97-2.65-1.78-3.69l1.33-2.27c0.09-0.15,0.19-0.32,0.29-0.5
	c5.54-4.63,9.41-6.25,14.91-5.69C70.73,31.29,69.17,33.16,67.64,35z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/4.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M72.96,5.31H7.04C3.16,5.31,0,8.86,0,13.22v40.75c0,3.42,2.78,6.21,6.21,6.21h26.9v2.7h-2.47
		c-4.6,0-8.34,3.74-8.34,8.34v1.14c0,1.28,1.04,2.32,2.32,2.32h30.76c1.28,0,2.32-1.03,2.32-2.32v-1.14c0-4.6-3.74-8.34-8.34-8.34
		H46.7v-2.7h27.09c3.43,0,6.21-2.79,6.21-6.22V13.22C80,8.86,76.84,5.31,72.96,5.31z M52.87,70.05H27.12
		c0.5-1.47,1.89-2.53,3.52-2.53h18.72C50.99,67.52,52.38,68.58,52.87,70.05z M42.06,62.88h-4.31v-2.7h4.31V62.88z M75.36,53.96
		c0,0.86-0.7,1.57-1.57,1.57H6.21c-0.86,0-1.57-0.7-1.57-1.57V13.22c0-1.77,1.1-3.27,2.4-3.27h65.92c1.3,0,2.4,1.5,2.4,3.27V53.96z"></path>
                  <path fill="#86898C" d="M68.59,11.27H11.52c-2.94,0-5.34,2.39-5.34,5.34v32.36c0,2.94,2.39,5.34,5.34,5.34h57.07
		c2.94,0,5.34-2.39,5.34-5.34V16.61C73.93,13.67,71.54,11.27,68.59,11.27z M69.3,48.97c0,0.39-0.32,0.71-0.71,0.71H11.52
		c-0.39,0-0.71-0.32-0.71-0.71V16.61c0-0.39,0.32-0.71,0.71-0.71h57.07c0.39,0,0.71,0.32,0.71,0.71V48.97z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/5.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M11.16,56.95h57.68c2.92,0,5.29-2.38,5.29-5.3V16.88c0-3.72-2.7-6.75-6.01-6.75H11.87
		c-3.31,0-6.01,3.03-6.01,6.75v34.77C5.86,54.57,8.24,56.95,11.16,56.95z M9.83,16.88c0-1.51,0.94-2.79,2.05-2.79h56.25
		c1.11,0,2.05,1.28,2.05,2.79v34.77c0,0.74-0.6,1.34-1.34,1.34H11.17c-0.74,0-1.34-0.6-1.34-1.34V16.88z"></path>
                  <path fill="#86898C" d="M15.7,51.94h48.69c2.52,0,4.56-2.04,4.57-4.56V19.77c0-2.51-2.05-4.56-4.56-4.56H15.7
		c-2.51,0-4.56,2.05-4.56,4.56v27.61C11.14,49.89,13.19,51.94,15.7,51.94z M15.1,19.77c0-0.33,0.27-0.6,0.6-0.6h48.7
		c0.33,0,0.6,0.27,0.6,0.6v27.61c0,0.33-0.27,0.6-0.6,0.6H15.7c-0.33,0-0.6-0.27-0.6-0.6V19.77z"></path>
                  <path fill="#86898C" d="M78.03,58.31H51.17c-0.87,0-1.64,0.57-1.89,1.4c-0.11,0.34-1.01,1.01-1.96,1.01h-14.6
		c-1.33-0.04-1.65-0.56-1.91-1.19c-0.3-0.74-1.03-1.23-1.83-1.23h-27C0.89,58.3,0,59.19,0,60.28c0,4.34,4.35,9.59,9.75,9.59h60.5
		c5.4,0,9.75-5.25,9.76-9.58C80.01,59.2,79.12,58.31,78.03,58.31z M70.25,65.91H9.75c-2.33,0-4.34-1.81-5.26-3.66H27.8
		c1.31,1.9,3.29,2.38,4.84,2.42c0.02,0,0.03,0,0.05,0h14.62c1.97,0,3.92-0.99,5.01-2.42h23.19C74.6,64.1,72.58,65.91,70.25,65.91z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/6.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/6.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.72,49.73c-0.35-1.2-0.94-2.21-1.47-3.1l-5.55-9.38c-0.92-1.55-1.96-3.31-3.54-4.7
	c-0.35-0.3-0.71-0.56-1.08-0.8c0.89-1.32,1.27-3.01,1.53-5.48c0.36-3.27,0.41-4.68,0.53-8.09l0.03-0.7c0.06-1.65-0.1-5.06-0.17-6.23
	c-0.09-1.49-0.23-3.98-2.07-5.65c-1.06-0.97-2.55-1.48-4.19-1.46c-1.25,0.01-2.38,0.32-3.38,0.59L49.84,7.57
	c-1.74,0.47-3.71,1-5.47,2.16c-0.37,0.24-0.7,0.51-1.02,0.79c-0.95-1.24-2.35-2.33-4.36-3.48c-1.69-0.97-2.92-1.46-4.22-1.97
	c-0.95-0.37-1.93-0.76-3.29-1.4c-1.36-0.64-4.27-1.77-5.77-2.25c-1.42-0.45-3.79-1.2-6.01-0.08c-1.28,0.64-2.3,1.85-2.86,3.39
	c-0.43,1.17-0.55,2.34-0.65,3.37l-1.1,10.84c-0.19,1.79-0.39,3.82,0.06,5.88c0.13,0.6,0.32,1.17,0.54,1.7
	c-1.61,0.67-3.03,1.91-4.48,3.48c-0.99,1.08-1.67,1.86-2.39,2.69c-0.8,0.92-1.63,1.87-2.96,3.31c-1.02,1.1-2.98,3.53-3.89,4.82
	c-0.86,1.22-2.3,3.26-1.9,5.71c0.23,1.41,1.07,2.75,2.37,3.75c0.98,0.76,2.06,1.23,3.01,1.64l10,4.33c1.65,0.72,3.52,1.53,5.62,1.72
	c0.3,0.03,0.59,0.04,0.88,0.04c0.32,0,0.63-0.02,0.94-0.05c0.14,1.44,0.71,2.97,1.6,5.04c0.76,1.79,1.45,2.91,2.18,4.11
	c0.53,0.87,1.08,1.77,1.78,3.1c0.7,1.33,2.35,3.98,3.26,5.27c0.86,1.21,2.3,3.24,4.75,3.68c0.3,0.05,0.6,0.08,0.91,0.08
	c1.15,0,2.33-0.37,3.43-1.08c1.05-0.68,1.85-1.54,2.55-2.3l7.4-8c1.23-1.32,2.61-2.82,3.49-4.73c0.18-0.39,0.5-1.18,0.72-2.16
	c0.73,0.17,1.5,0.25,2.37,0.25c0.95,0,2-0.09,3.19-0.21c1.93-0.22,3.21-0.56,4.56-0.92c0.99-0.26,2.01-0.53,3.48-0.82
	c1.47-0.29,4.49-1.1,5.98-1.61c1.41-0.48,3.77-1.28,4.89-3.5C80.08,52.88,80.18,51.31,79.72,49.73z M46.79,13.43
	c1.17-0.77,2.71-1.19,4.2-1.59L61.51,9c0.82-0.22,1.59-0.43,2.27-0.45c0.51-0.01,0.94,0.11,1.16,0.31c0.5,0.46,0.59,1.87,0.63,2.63
	c0.09,1.56,0.22,4.51,0.17,5.82l-0.03,0.7c-0.12,3.39-0.17,4.66-0.5,7.77c-0.4,3.72-0.72,3.91-3.04,4.86l-13.41,2.9
	c-0.09-0.18-0.18-0.36-0.28-0.53c-0.08-0.14-0.17-0.26-0.26-0.39c0.39-0.43,0.76-0.87,1.13-1.32c0.75-0.92,1.47-1.88,2.16-2.86
	s1.36-1.99,1.95-3.05c0.3-0.53,0.58-1.08,0.84-1.64s0.51-1.13,0.71-1.75c0.03-0.12,0.03-0.25-0.03-0.37
	c-0.11-0.24-0.41-0.35-0.66-0.23c-0.59,0.29-1.12,0.61-1.64,0.95c-0.52,0.34-1.03,0.69-1.51,1.06c-0.97,0.74-1.87,1.53-2.75,2.35
	c-0.87,0.82-1.72,1.66-2.53,2.54c-0.39,0.43-0.77,0.86-1.14,1.3c-0.28-0.13-0.56-0.25-0.85-0.36l1.19-13.22c0-0.04,0-0.07,0-0.11
	c0,0,0-0.01,0-0.01C45.12,15.04,45.77,14.1,46.79,13.43z M37.21,39.71c-0.6-1-0.77-2.16-0.48-3.29c0.29-1.13,0.99-2.08,1.99-2.67
	c0.7-0.41,1.46-0.61,2.22-0.61c1.48,0,2.93,0.75,3.74,2.12c0.6,1,0.77,2.16,0.48,3.29c-0.29,1.13-0.99,2.08-1.99,2.67
	C41.11,42.45,38.44,41.77,37.21,39.71z M19.51,19.4l1.1-10.84c0.08-0.84,0.16-1.64,0.4-2.29c0.17-0.46,0.44-0.84,0.7-0.97
	c0.6-0.31,1.95,0.12,2.68,0.35c1.33,0.42,4.02,1.47,5.22,2.03c1.48,0.7,2.57,1.13,3.54,1.51c1.25,0.49,2.23,0.88,3.64,1.69
	c3.28,1.89,3.71,2.89,3.88,4.97l-1.17,13c-0.3,0.05-0.61,0.12-0.91,0.2c-0.29-0.5-0.59-1-0.9-1.48c-0.64-1.01-1.32-1.99-2.04-2.95
	c-0.72-0.96-1.46-1.9-2.29-2.8c-0.41-0.45-0.84-0.89-1.29-1.31s-0.91-0.84-1.44-1.22c-0.1-0.07-0.23-0.11-0.36-0.09
	c-0.27,0.04-0.47,0.29-0.43,0.56c0.09,0.64,0.23,1.25,0.39,1.85c0.16,0.6,0.34,1.18,0.54,1.76c0.39,1.16,0.86,2.26,1.37,3.35
	c0.5,1.09,1.04,2.16,1.62,3.2c0.28,0.5,0.57,1,0.87,1.48c-0.21,0.21-0.4,0.43-0.58,0.67l-12.97-5.67c-0.02-0.01-0.03-0.01-0.05-0.01
	c-0.7-0.32-1.27-1.24-1.54-2.49C19.19,22.52,19.35,20.93,19.51,19.4z M21.47,53.58c-1.39-0.12-2.85-0.76-4.27-1.37l-10-4.33
	c-0.78-0.34-1.51-0.66-2.06-1.08c-0.39-0.31-0.66-0.68-0.71-0.97C4.32,45.16,5.14,44,5.58,43.37c0.81-1.14,2.62-3.39,3.52-4.36
	c1.38-1.49,2.23-2.47,3.05-3.42c0.7-0.8,1.36-1.56,2.31-2.59c2.55-2.76,3.67-2.83,5.02-2.49l12.8,5.59
	c-0.05,0.33-0.09,0.65-0.1,0.98c-0.55,0.11-1.09,0.24-1.63,0.38c-1.16,0.3-2.3,0.65-3.44,1.03c-1.13,0.39-2.26,0.8-3.37,1.31
	c-0.56,0.25-1.11,0.52-1.65,0.82c-0.54,0.29-1.08,0.61-1.61,0.99c-0.1,0.07-0.18,0.18-0.2,0.31c-0.05,0.27,0.13,0.53,0.4,0.58
	c0.64,0.12,1.26,0.17,1.88,0.21c0.62,0.04,1.23,0.05,1.84,0.04c1.22-0.02,2.42-0.13,3.61-0.27c1.2-0.14,2.38-0.31,3.55-0.54
	c0.55-0.11,1.1-0.23,1.65-0.36c0.07,0.13,0.13,0.26,0.2,0.38c0.08,0.13,0.17,0.24,0.25,0.36L24.4,52.7c0,0,0,0,0,0.01
	c-0.01,0.01-0.02,0.02-0.03,0.02C23.83,53.36,22.7,53.69,21.47,53.58z M50.21,61.29c-0.58,1.27-1.66,2.44-2.71,3.57l-7.4,8
	c-0.58,0.63-1.12,1.22-1.7,1.59c-0.42,0.27-0.86,0.4-1.15,0.35c-0.67-0.11-1.49-1.27-1.93-1.89c-0.82-1.15-2.33-3.6-2.95-4.77
	c-0.76-1.45-1.38-2.45-1.92-3.34c-0.7-1.14-1.25-2.05-1.89-3.54c-1.56-3.66-1.57-4.16-0.67-5.83l9.07-10.16
	c0.26,0.13,0.52,0.26,0.8,0.37c-0.07,0.56-0.13,1.11-0.17,1.67c-0.09,1.19-0.14,2.38-0.14,3.58c0,1.19,0.03,2.4,0.15,3.61
	c0.06,0.61,0.14,1.22,0.25,1.83c0.11,0.62,0.23,1.23,0.42,1.85c0.04,0.12,0.12,0.23,0.23,0.29c0.24,0.13,0.54,0.05,0.68-0.19
	c0.32-0.56,0.57-1.14,0.8-1.71c0.23-0.57,0.44-1.15,0.63-1.73c0.37-1.16,0.66-2.33,0.91-3.5c0.25-1.17,0.46-2.35,0.63-3.53
	c0.08-0.56,0.14-1.12,0.19-1.68c0.35-0.06,0.7-0.13,1.05-0.23l7.22,12.2c0.01,0.01,0.02,0.02,0.02,0.03
	C50.93,58.78,50.77,60.08,50.21,61.29z M75.49,52.16c-0.31,0.61-1.65,1.06-2.37,1.31c-1.33,0.45-4.11,1.2-5.41,1.46
	c-1.61,0.31-2.75,0.61-3.75,0.88c-1.3,0.34-2.33,0.62-3.94,0.8c-3.95,0.45-4.7,0.12-5.73-0.95l-7.11-12.01
	c0.17-0.17,0.33-0.35,0.49-0.54c0.52,0.25,1.04,0.48,1.57,0.7c1.1,0.46,2.22,0.88,3.36,1.26c1.14,0.38,2.29,0.73,3.48,1
	c0.59,0.13,1.2,0.25,1.81,0.34c0.61,0.09,1.23,0.17,1.88,0.18c0.12,0,0.24-0.04,0.34-0.13c0.21-0.18,0.22-0.5,0.04-0.7
	c-0.43-0.48-0.9-0.9-1.37-1.3c-0.47-0.41-0.95-0.79-1.44-1.15c-0.98-0.72-2-1.36-3.03-1.97c-1.03-0.61-2.08-1.18-3.15-1.71
	c-0.52-0.26-1.04-0.5-1.56-0.73c0.06-0.35,0.09-0.7,0.11-1.05l13.61-2.94c0.03-0.01,0.07-0.01,0.1-0.01
	c0.83-0.2,1.92,0.18,2.83,0.98c1.05,0.92,1.87,2.29,2.65,3.62l5.55,9.38c0.43,0.73,0.84,1.42,1.03,2.08
	C75.62,51.44,75.62,51.9,75.49,52.16z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/7.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/7.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M35.13,76.03c0.11-0.03,0.22-0.07,0.33-0.12c7.42-2.77,16.87-7.66,25.31-16.25
		c6.4-6.51,11.14-14.4,14.31-22.29c0.03-0.07,0.06-0.15,0.09-0.22c3.6-9.05,5.11-18.08,4.57-24.98C79.37,7.63,78.08,4.42,76,2.89
		C65.27-5.02,34.48,4.18,19.2,19.87C12.82,26.41,8.03,34.66,4.84,42.9c-0.09,0.17-0.16,0.35-0.2,0.53C4.05,45,3.52,46.56,3.05,48.11
		c-0.07,0.16-0.12,0.32-0.15,0.49c-1.9,6.36-2.82,12.47-2.72,17.52c0.07,3.58,0.71,8.38,3.38,10.91C5.61,78.99,9.71,80,14.87,80
		c3.71,0,7.98-0.52,12.45-1.59c1.07-0.26,2.3-0.59,3.63-0.98c0.12-0.03,0.24-0.06,0.36-0.11C32.5,76.95,33.78,76.53,35.13,76.03z
		 M64.83,4.49c3.69,0,6.65,0.67,8.5,2.03c0.69,0.51,1.61,2.4,1.9,6c0.24,3.02,0.01,7.02-0.86,11.54
		C69.86,13.78,62.55,8.17,57.21,5.27C59.97,4.76,62.55,4.49,64.83,4.49z M22.43,23.03c5.61-5.76,14.05-10.98,23.2-14.45
		c3.4,0.98,20,6.78,25.06,27.75c-2.81,6.86-7.04,13.97-13.14,20.16C49.87,64.3,41.3,68.85,34.44,71.48
		c-9.04-2.58-16.04-7.95-20.79-16c-3.03-5.13-4.16-9.81-4.48-11.35C12.14,36.58,16.57,29.04,22.43,23.03z M6.65,73.76
		c-1.16-1.1-1.9-3.99-1.97-7.73c-0.06-2.81,0.24-5.98,0.86-9.33c0.69,1.47,1.55,3.06,2.59,4.71c3.76,5.93,8.72,10.45,14.57,13.35
		C14.01,76.29,8.18,75.21,6.65,73.76z"></path>
                  <path fill="#86898C" d="M13.25,41.66L13.25,41.66c-0.23,0.64-0.36,1.05-0.39,1.16c-0.35,1.19,0.33,2.44,1.52,2.8
		c0.21,0.06,0.43,0.09,0.64,0.09c0.97,0,1.87-0.63,2.16-1.61c0.01-0.02,0.07-0.23,0.21-0.6c0.27,0.11,0.55,0.17,0.83,0.17
		c0.86,0,1.69-0.5,2.06-1.34c0.43-0.95,0.13-2.03-0.64-2.66c0.11,0.02,0.22,0.04,0.34,0.04c0.82,0,1.61-0.44,2.01-1.22
		c0.43-0.85,0.29-1.83-0.3-2.51c0.18,0.05,0.37,0.08,0.56,0.08c0.73,0,1.45-0.35,1.89-1.01c0.5-0.75,0.48-1.69,0.04-2.42
		c0.23,0.08,0.47,0.12,0.71,0.12c0.66,0,1.32-0.29,1.76-0.85c0.56-0.7,0.63-1.62,0.27-2.38c0.26,0.1,0.53,0.15,0.8,0.15
		c0.61,0,1.22-0.25,1.67-0.74c0.57-0.62,0.71-1.47,0.47-2.21c0.3,0.14,0.62,0.21,0.94,0.21c0.54,0,1.07-0.19,1.5-0.57
		c0.63-0.56,0.86-1.39,0.7-2.16c0.32,0.17,0.68,0.26,1.04,0.26c0.46,0,0.92-0.14,1.32-0.43c0.73-0.53,1.04-1.41,0.89-2.24
		c0.41,0.33,0.9,0.52,1.42,0.52c0.38,0,0.77-0.1,1.12-0.3c0.79-0.45,1.19-1.31,1.12-2.15c0.42,0.39,0.96,0.62,1.53,0.62
		c0.32,0,0.65-0.07,0.95-0.22c1.04-0.49,1.53-1.66,1.19-2.72c0.15-0.05,0.28-0.11,0.43-0.16c1.17-0.41,1.8-1.69,1.39-2.87
		c-0.41-1.17-1.69-1.8-2.87-1.39c-0.28,0.1-0.55,0.21-0.83,0.31l-0.09-0.2c-0.53-1.13-1.87-1.62-3-1.09c-1.13,0.53-1.62,1.87-1.09,3
		l0.02,0.04c-0.02,0.01-0.04,0.02-0.06,0.03l-0.07-0.13c-0.62-1.08-2-1.45-3.08-0.83s-1.45,2-0.83,3.08l0.01,0.01
		c-0.04,0.03-0.09,0.05-0.13,0.08l-0.1-0.13c-0.73-1.01-2.14-1.24-3.15-0.51c-1.01,0.73-1.24,2.14-0.51,3.15l0.01,0.01c0,0,0,0,0,0
		l-0.07-0.08c-0.83-0.93-2.26-1.02-3.19-0.19c-0.92,0.82-1.01,2.22-0.22,3.15c-0.02,0.02-0.04,0.04-0.06,0.05l-0.12-0.11
		c-0.92-0.84-2.35-0.77-3.19,0.15c-0.78,0.85-0.77,2.13-0.04,2.98c-0.97-0.69-2.31-0.51-3.06,0.42c-0.78,0.97-0.62,2.39,0.35,3.17
		l0.01,0.01c-0.02,0.03-0.04,0.06-0.07,0.09l-0.15-0.1c-1.04-0.69-2.44-0.4-3.13,0.64c-0.69,1.04-0.4,2.44,0.64,3.13l0.09,0.06
		c-0.05,0.07-0.09,0.15-0.14,0.22l-0.19-0.1c-1.11-0.57-2.47-0.14-3.04,0.97c-0.57,1.11-0.14,2.47,0.97,3.04l0.07,0.04
		c-0.01,0.02-0.02,0.04-0.03,0.06c-1.13-0.47-2.43,0.03-2.93,1.16C11.6,39.82,12.11,41.15,13.25,41.66z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/8.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/8.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M75.18,59.05c0.1-0.14,0.17-0.29,0.23-0.45c2.93-5.56,4.6-11.88,4.6-18.6c0-2.39-0.22-4.73-0.63-7
	c-0.01-0.22-0.05-0.44-0.12-0.65c-1.89-9.72-7.31-18.19-14.87-24.02c-0.08-0.07-0.16-0.14-0.25-0.2c-1.26-0.96-2.59-1.84-3.97-2.65
	c-0.03-0.01-0.05-0.03-0.08-0.04C58.82,4.69,57.49,4,56.12,3.4c-0.11-0.05-0.21-0.1-0.32-0.14c-0.33-0.14-0.67-0.28-1.01-0.41
	c-0.21-0.08-0.42-0.17-0.63-0.25c-0.34-0.13-0.69-0.25-1.03-0.37c-0.2-0.07-0.4-0.14-0.6-0.2c-0.38-0.12-0.75-0.24-1.13-0.36
	c-0.13-0.04-0.26-0.07-0.39-0.11c-3.5-1-7.18-1.55-11-1.55c-0.39,0-0.78,0.02-1.17,0.03c-0.12-0.01-0.23,0-0.35,0.01
	C32.81,0.25,27.44,1.64,22.6,3.99c-0.08,0.04-0.16,0.07-0.24,0.12c-0.27,0.13-0.53,0.27-0.8,0.41c-0.21,0.11-0.43,0.22-0.65,0.33
	C12.85,9.24,6.54,16.23,3.02,24.73c-0.04,0.09-0.06,0.18-0.08,0.28c-0.06,0.15-0.12,0.29-0.17,0.44c-0.08,0.15-0.14,0.31-0.19,0.48
	c-1.62,4.29-2.52,8.93-2.56,13.77C0,39.8-0.01,39.91-0.01,40.02c0,8.53,2.65,16.68,7.67,23.55c0.08,0.11,0.17,0.2,0.27,0.3
	c5.62,7.54,13.84,13.03,23.31,15.15c0.05,0.01,0.1,0.03,0.15,0.04c2.78,0.61,5.66,0.94,8.61,0.94c9.21,0,17.7-3.14,24.47-8.39
	c0.17-0.1,0.32-0.22,0.46-0.36C69.11,67.92,72.61,63.77,75.18,59.05z M62.46,67.36l-8.06,0.01l0.2-8.86l8.89-9.94l7.55,0.67
	l-0.05,7.89C68.8,61.06,65.91,64.53,62.46,67.36z M45.27,8.98l13.14,4.03l5.72,8.38l-5.16,4.64l-1.03,0.93l-12.2-2.57l-5.18-11.15
	L45.27,8.98z M9.29,38.95l-2.64-2.51l0.41-9.38c0.03-0.07,0.05-0.13,0.08-0.2l9.63-9.6l0.88,0.64l-1.9,13.61L9.29,38.95z
	 M51.55,55.05L38.2,51.69l-3.47-12.52l10.15-10.28l11.84,2.49l3.32,14.17L51.55,55.05z M38.01,4.65l2.98,2.01l-4.34,3.9l-16.04,3.81
	l-0.71-0.52l5.03-5.88C28.93,6.08,33.35,4.91,38.01,4.65z M15.61,56.36L12,42.85l6.58-7.6l11.66,4.93l3.56,12.82l-7.15,7.89
	L15.61,56.36z M70.56,22.13l-1.66-1.9c-0.01-0.01-0.01-0.01-0.02-0.02l-2.91-4.26C67.72,17.83,69.25,19.9,70.56,22.13z M12.6,62.39
	l1.64-1.63l11.73,4.83l7.03,7.16l-1.8,1.55C23.78,72.39,17.31,68.14,12.6,62.39z M37.09,75.28l0.29-0.25l14.93-3.07l2.93,0
	c-4.62,2.21-9.79,3.45-15.24,3.45C39.03,75.41,38.06,75.36,37.09,75.28z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/9.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/9.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M69.13,67.37C75.86,60.21,80,50.58,80,40c0-5.07-0.96-9.91-2.68-14.37c-0.05-0.18-0.12-0.35-0.2-0.52
	c-1.98-4.92-4.9-9.35-8.55-13.08c-0.11-0.14-0.24-0.27-0.37-0.38C60.95,4.45,50.99,0,40,0C25.73,0,13.2,7.51,6.12,18.78
	c-0.07,0.09-0.13,0.19-0.18,0.29c-2.76,4.48-4.67,9.55-5.48,14.96c-0.02,0.11-0.03,0.22-0.04,0.34C0.14,36.21,0,38.09,0,40
	c0,3.19,0.39,6.29,1.09,9.26c0.01,0.05,0.02,0.1,0.04,0.15C5.37,66.94,21.18,80,40,80c4.96,0,9.7-0.91,14.08-2.57c0,0,0.01,0,0.01,0
	c5.66-2.14,10.71-5.53,14.82-9.83C68.98,67.53,69.07,67.46,69.13,67.37z M59.16,69.75c5.69-11.69,3.7-21.77,0.62-28.61
	c-2.56-5.66-6.13-9.84-8.4-12.15c0.37-0.23,0.75-0.45,1.14-0.65c1.86-0.96,3.89-1.61,6.06-1.96c2.96,2.86,14.16,15.63,6.69,38.39
	C63.42,66.65,61.38,68.32,59.16,69.75z M42.72,75.29c5.15-6.45,7.61-13.02,7.29-19.58c-0.08-1.55-0.32-3-0.65-4.37
	c-0.02-0.15-0.06-0.31-0.12-0.46c-1.51-5.67-4.78-9.67-6.56-11.5c0.69-1.68,2.24-4.76,5.05-7.54c1.94,1.91,5.44,5.81,7.86,11.19
	c4.53,10.06,3.19,20.29-3.97,30.41C48.8,74.42,45.82,75.06,42.72,75.29z M5.5,47.96c-0.41-1.77-0.68-3.58-0.81-5.44
	c1.65,2.27,3.83,4.79,6.6,7.1c4.59,3.82,11.41,7.48,20.67,7.48c3.99,0,8.44-0.69,13.36-2.34c0.05,0.4,0.08,0.81,0.1,1.23
	c0.1,2.17-0.19,4.36-0.85,6.57c-1.99,0.68-6.98,2.11-13.14,1.67C21.02,63.51,12.3,58.02,5.5,47.96z M7.63,25.67
	c1.03,2.21,2.54,4.9,4.63,7.51c0.08,0.11,0.16,0.22,0.26,0.32c0.1,0.12,0.19,0.24,0.29,0.36c2.55,3,6.18,6.1,11.08,7.87
	c0.11,0.05,0.22,0.09,0.34,0.13c4.11,1.42,9.08,1.91,15.07,0.64c1.2,1.25,3.52,3.97,4.93,7.78c-11.65,4.01-21.69,2.64-29.87-4.1
	c-5.53-4.55-8.47-10.22-9.3-11.98C5.56,31.23,6.44,28.36,7.63,25.67z M52.48,6.87c2.48,0.94,4.83,2.15,7.01,3.59
	c-14.79-0.25-23.72,6.39-28.78,12.5c-4.2,5.08-6.35,10.43-7.34,13.56c-2.7-1.34-4.9-3.17-6.67-5.16c0.63-2.04,2.41-6.8,6.38-11.55
	C29.92,11.6,39.81,7.25,52.48,6.87z M59.08,21.68c-0.01,0-0.02,0-0.02,0c-3.1,0.35-5.99,1.21-8.65,2.59
	c-1.46,0.76-2.75,1.63-3.91,2.56c-0.12,0.08-0.24,0.17-0.35,0.28c-4.65,3.85-6.97,8.62-7.87,10.92c-4.05,0.84-7.55,0.76-10.58,0.05
	c0.84-2.68,2.75-7.58,6.55-12.18c7.29-8.81,17.84-12.27,31.35-10.31c2,2.1,3.75,4.44,5.19,6.97C66.61,21.57,62.7,21.28,59.08,21.68z
	 M72.11,54.9c1-9.32-0.94-16.52-3.15-21.39c-1.39-3.07-3-5.5-4.42-7.32c2.74,0.21,5.67,0.82,8.78,1.83
	c1.35,3.75,2.09,7.78,2.09,11.99C75.41,45.32,74.22,50.37,72.11,54.9z M37.95,4.65c-9.01,2.91-14.89,7.96-18.55,12.4
	c-2.97,3.6-4.84,7.17-5.96,9.85c-1.6-2.68-2.53-5.12-2.96-6.42C16.47,11.45,26.49,5.31,37.95,4.65z M11.95,61.57
	c6.89,5.21,13.91,6.91,19.38,7.26c0.82,0.06,1.63,0.08,2.42,0.08c3.29,0,6.17-0.43,8.43-0.92c-1.39,2.42-3.23,4.84-5.51,7.26
	C26.63,74.31,17.79,69.15,11.95,61.57z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/10.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/10.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M72.43,63.37C77.19,56.79,80,48.72,80,40c0-5.34-1.06-10.43-2.97-15.1c-0.02-0.06-0.04-0.11-0.07-0.17
	C73.26,15.78,66.39,8.46,57.75,4.17c-0.09-0.05-0.17-0.1-0.26-0.13C52.2,1.45,46.27,0,40,0c-4.55,0-8.93,0.77-13.01,2.18
	c-0.08,0.02-0.16,0.05-0.23,0.08C14.74,6.49,5.34,16.29,1.68,28.56c-0.26,0.66-0.42,1.27-0.49,1.75c0,0,0,0.01,0,0.01
	C0.42,33.42,0,36.66,0,40c0,7.41,2.03,14.36,5.56,20.32c0.06,0.13,0.13,0.26,0.22,0.38C12.8,72.26,25.51,80,40,80
	c0.42,0,0.83-0.02,1.24-0.03c0.03,0,0.06,0.01,0.09,0.01c0.04,0,0.08-0.01,0.11-0.02c6.49-0.23,12.59-2.01,17.94-4.99
	c0.16-0.07,0.32-0.16,0.46-0.27c4.79-2.75,8.97-6.46,12.26-10.87C72.23,63.7,72.34,63.54,72.43,63.37z M71,57.08
	c-1.59-3.32-3.73-5.18-6.38-5.52c-0.71-0.09-1.42-0.06-2.14,0.06c-0.28-1.43-0.62-2.93-1.04-4.51c0.35-0.24,0.7-0.47,1.06-0.72
	c3.61-2.49,9.14-7.66,12.32-12.8c0.38,2.08,0.59,4.22,0.59,6.41C75.41,46.19,73.81,52.01,71,57.08z M72.68,26.38
	c0.5,3.11-6.08,11.53-12.62,16.11c-0.49-1.47-1.03-2.99-1.65-4.58c-0.17-0.44-0.35-0.86-0.52-1.29c0.47-0.35,0.92-0.72,1.35-1.11
	c3.4-3.12,5.2-7.44,5.21-12.48c0.01-3.25-0.73-6.78-2.19-10.54C66.79,16.16,70.4,20.93,72.68,26.38z M54.97,7.92
	c6.03,10.54,6.48,19.34,1.17,24.22c-0.03,0.03-0.07,0.06-0.11,0.09C48.69,15.88,40.53,8.39,34.88,4.97
	c1.67-0.24,3.38-0.38,5.12-0.38C45.35,4.59,50.42,5.79,54.97,7.92z M27.76,6.78c2.46,0.64,14.11,4.8,24.34,27.89
	c-7.46,3.13-18.68,1.19-27.88-5.33c-6.2-4.4-11.36-6.45-15.38-6.13C12.92,15.67,19.64,9.78,27.76,6.78z M6.01,30.11
	c0.28-0.67,0.83-1.59,1.88-2.04c1.54-0.67,5.37-0.9,13.68,5c6.22,4.42,13.48,7.1,20.44,7.56c0.72,0.05,1.42,0.07,2.12,0.07
	c3.59,0,6.88-0.63,9.73-1.82c0.09,0.23,0.19,0.45,0.28,0.69c0.76,1.96,1.41,3.82,1.96,5.58C39.13,56.18,27.45,59.11,20.49,59.56
	c-6.49,0.42-10.02-1.2-11.1-1.8C6.34,52.53,4.59,46.47,4.59,40C4.59,36.57,5.09,33.25,6.01,30.11z M13.88,63.88
	c1.32,0.2,2.81,0.32,4.5,0.32c8.24,0,20.97-2.92,39.01-14.42c0.32,1.31,0.58,2.56,0.78,3.74c-4.99,3.41-9.79,10.59-13.37,17
	c-1.39,2.48-3.34,4.17-4.24,4.88c-0.19,0-0.37,0.01-0.56,0.01C29.67,75.41,20.36,70.96,13.88,63.88z M56.89,71.12
	c-2.86,1.56-5.97,2.73-9.23,3.45c0.4-0.56,0.79-1.16,1.16-1.81c3.75-6.72,7.21-11.24,10.01-13.86C59.24,66.2,57.5,70.02,56.89,71.12
	z M63,66.89c0.47-2.73,0.67-6.27,0.18-10.72c0.3-0.06,0.59-0.09,0.85-0.06c1.46,0.19,2.82,2.21,3.85,5.68
	C66.43,63.64,64.79,65.35,63,66.89z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/11.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/11.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M40,0C26.55,0,15.58,10.94,15.53,24.38c-0.01,3.79,0.82,7.42,2.47,10.8c0.01,0.01,0.01,0.03,0.02,0.04
		c0.99,1.93,1.99,3.7,2.96,5.41c2.71,4.79,4.84,8.57,4.84,12.33v4.08c0,3.38,2.75,6.13,6.13,6.13h16.1c3.38,0,6.12-2.75,6.12-6.12
		v-4.08c0-3.76,2.14-7.54,4.84-12.33c0.97-1.71,1.97-3.48,2.96-5.41c0.01-0.01,0.01-0.03,0.02-0.04c1.64-3.36,2.47-6.97,2.47-10.73
		C64.46,10.97,53.49,0,40,0z M36.29,33.35c-0.45-0.97-0.95-2.04-1.49-3.23c0.4,0.1,0.83,0.17,1.31,0.17c0.78,0,1.42-0.14,1.96-0.35
		c0.52,0.21,1.16,0.35,1.93,0.35s1.41-0.14,1.93-0.35c0.54,0.21,1.19,0.35,1.96,0.35c0.48,0,0.9-0.07,1.3-0.17
		c-0.54,1.19-1.03,2.26-1.48,3.22c-1.86,4-2.88,6.2-2.88,8.93V58.7h-1.66V42.28C39.17,39.55,38.15,37.35,36.29,33.35z M57.99,33.19
		c-0.95,1.85-1.92,3.57-2.86,5.24c-2.91,5.15-5.42,9.59-5.42,14.53v4.08c0,0.92-0.75,1.66-1.66,1.66h-2.74V42.26
		c0-1.73,0.82-3.51,2.46-7.04c0.73-1.56,1.63-3.51,2.67-5.93c0.76-0.57,1.39-1.35,1.76-2.23c0.55-1.3,0.42-2.67-0.29-3.82
		c-0.01-0.02-0.02-0.04-0.04-0.06c-0.16-0.26-0.35-0.5-0.57-0.73c-0.86-0.88-2.27-0.88-3.15-0.01c-0.46,0.45-0.68,1.05-0.66,1.65
		c-0.48-0.57-1.15-0.92-1.93-0.94c-0.72-0.02-1.38,0.26-1.89,0.76c-0.48-0.48-1.13-0.76-1.86-0.76c-0.71,0-1.34,0.27-1.81,0.72
		c-0.47-0.45-1.1-0.72-1.81-0.72c-0.73,0-1.38,0.28-1.86,0.76c-0.51-0.5-1.17-0.77-1.89-0.76c-0.77,0.02-1.44,0.36-1.92,0.92
		c0.01-0.59-0.21-1.19-0.67-1.64c-0.88-0.86-2.29-0.85-3.16,0.03c-1.24,1.26-1.58,2.99-0.9,4.61c0.37,0.89,1.01,1.66,1.77,2.23
		c1.04,2.42,1.94,4.37,2.67,5.93c1.64,3.53,2.46,5.3,2.46,7.04V58.7h-2.73c-0.92,0-1.66-0.75-1.66-1.66v-4.08
		c0-4.94-2.51-9.38-5.42-14.53c-0.94-1.66-1.91-3.39-2.86-5.23c-1.34-2.75-2.02-5.71-2-8.81c0.03-10.99,9-19.93,19.99-19.93
		C51.03,4.46,60,13.43,60,24.45C60,27.51,59.32,30.46,57.99,33.19z"></path>
                  <path fill="#86898C" d="M47.56,64.3H32.43c-1.24,0-2.24,1-2.24,2.24s1.01,2.24,2.24,2.24h15.14c1.23,0,2.23-1,2.23-2.24
		S48.79,64.3,47.56,64.3z"></path>
                  <path fill="#86898C" d="M47.56,69.91H32.43c-1.24,0-2.24,1-2.24,2.24c0,1.24,1.01,2.24,2.24,2.24h15.14c1.23,0,2.23-1,2.23-2.24
		C49.8,70.91,48.79,69.91,47.56,69.91z"></path>
                  <path fill="#86898C" d="M44.59,75.52h-9.17c-1.24,0-2.24,1.01-2.24,2.24c0,1.24,1.01,2.24,2.24,2.24h9.17c1.23,0,2.23-1,2.24-2.24
		C46.83,76.52,45.82,75.52,44.59,75.52z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/12.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/12.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M65.89,75.94h-2.72v-6.65c0-1.12-0.91-2.03-2.03-2.03h-8.2c0.01-0.21,0.02-0.43,0.02-0.64
	c0-1-0.14-1.96-0.39-2.88c7.07-3.96,11.56-11.49,11.56-19.68c0-10.02-6.6-18.78-16.15-21.6c-0.89-1.11-2.05-1.98-3.39-2.51l1.2-3.06
	c0.19-0.5,0.18-1.06-0.03-1.55c-0.22-0.49-0.62-0.88-1.12-1.08l-1.05-0.41l0.63-1.61l1.06,0.42c0.24,0.09,0.49,0.14,0.74,0.14
	c0.27,0,0.55-0.06,0.8-0.16c0.49-0.22,0.88-0.62,1.08-1.12l1.85-4.69c0.42-1.04-0.1-2.22-1.14-2.63L38.35,0.15
	c-1.04-0.41-2.22,0.1-2.63,1.14l-1.85,4.69c-0.42,1.04,0.1,2.22,1.14,2.63l1.03,0.41l-0.63,1.6l-1.04-0.41
	c-1.04-0.42-2.22,0.1-2.63,1.14L23.45,32.4c-0.06,0.15-0.09,0.31-0.11,0.47l-0.98,6.92c-0.13,0.93,0.4,1.83,1.27,2.17l7.24,2.85
	c0.24,0.09,0.49,0.14,0.74,0.14c0.65,0,1.28-0.31,1.67-0.85l4.01-5.74c0.11-0.15,0.19-0.32,0.25-0.5l1.07-2.71
	c0.93,0.37,1.93,0.57,2.99,0.57c1.62,0,3.13-0.48,4.4-1.29c3.73,1.7,6.18,5.45,6.18,9.62c0,5.84-4.74,10.59-10.58,10.59
	c-3.59,0-6.83-1.79-8.76-4.65h5.12c1.12,0,2.03-0.91,2.03-2.03c0-1.12-0.91-2.03-2.03-2.03H21.53c-0.04,0-0.08,0-0.13,0h-7.29
	c-1.12,0-2.03,0.91-2.03,2.03c0,1.12,0.91,2.03,2.03,2.03h5.73c1.63,5.97,5.65,11.01,11.12,13.93c-0.21,0.86-0.34,1.76-0.34,2.69
	c0,0.21,0.01,0.43,0.02,0.64h-8.41c-1.12,0-2.03,0.91-2.03,2.03v6.65h-2.67c-1.12,0-2.03,0.91-2.03,2.03S16.41,80,17.53,80h48.36
	c1.12,0,2.03-0.91,2.03-2.03S67.01,75.94,65.89,75.94z M38.75,4.67l6.49,2.56l-0.36,0.91l-6.49-2.56L38.75,4.67z M40.47,10.76
	l-0.63,1.59L39.2,12.1l0.63-1.59l0.33,0.13L40.47,10.76z M34.79,14.72l1,0.39c0.01,0,0.02,0.01,0.03,0.02l4.42,1.74c0,0,0,0,0,0
	l1.04,0.41l-0.86,2.18c-3.96,0.57-7.01,3.97-7.01,8.09c0,1.94,0.68,3.72,1.81,5.12l-0.74,1.88l-6.49-2.56L34.79,14.72z M30.86,40.44
	l-4.26-1.68l0.4-2.79l2.74,1.08l2.74,1.08L30.86,40.44z M37.47,27.55c0-2.27,1.85-4.12,4.12-4.12c1.39,0,2.61,0.7,3.36,1.75
	c0.03,0.06,0.07,0.11,0.1,0.16c0.41,0.64,0.66,1.39,0.66,2.21c0,2.27-1.85,4.12-4.12,4.12C39.32,31.67,37.47,29.82,37.47,27.55z
	 M56.23,44.06c0-5.33-2.89-10.15-7.4-12.72c0.6-1.13,0.94-2.42,0.94-3.79c0-0.02,0-0.04,0-0.06c6.21,3.06,10.3,9.42,10.3,16.57
	c0,6.63-3.58,12.73-9.25,16.01c-0.8-1.1-1.79-2.05-2.94-2.8C52.81,54.91,56.23,49.88,56.23,44.06z M24.08,50h4.12
	c1.47,3.33,4.1,5.93,7.31,7.39c-1.12,0.76-2.09,1.73-2.87,2.84C28.6,57.99,25.55,54.35,24.08,50z M34.67,66.63
	c0-3.92,3.19-7.11,7.11-7.11c3.92,0,7.11,3.19,7.11,7.11c0,0.21-0.03,0.42-0.05,0.63H34.72C34.7,67.05,34.67,66.84,34.67,66.63z
	 M24.26,71.32h34.85v4.62H24.26V71.32z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/13.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/13.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M73.37,2.02c-3.44-3.61-13.09-1.9-21.2,1.39c-0.51,0.16-0.96,0.52-1.21,1.04l-0.44,0.94
	c-0.04-0.03-0.08-0.05-0.11-0.08c-0.04-0.03-0.09-0.07-0.14-0.1c-0.06-0.04-0.12-0.07-0.18-0.1c-0.05-0.03-0.11-0.05-0.16-0.07
	c-0.07-0.03-0.14-0.04-0.21-0.06c-0.04-0.01-0.08-0.03-0.12-0.04c-0.01,0-0.02,0-0.04,0c-0.08-0.01-0.16-0.02-0.24-0.02
	c-0.05,0-0.1-0.01-0.14-0.01c-0.09,0-0.17,0.02-0.25,0.03c-0.04,0.01-0.08,0.01-0.12,0.02c-0.09,0.02-0.17,0.05-0.26,0.09
	c-0.03,0.01-0.07,0.02-0.1,0.04c-0.02,0.01-0.04,0.01-0.06,0.02c-5.96,2.87-11.48,6.59-15.97,10.74c0,0,0,0-0.01,0.01c0,0,0,0,0,0
	c0,0,0,0-0.01,0.01c-0.09,0.09-0.18,0.18-0.26,0.29c-0.02,0.02-0.03,0.05-0.05,0.08c-0.05,0.08-0.11,0.17-0.15,0.26
	c-0.03,0.07-0.05,0.14-0.07,0.22c-0.02,0.05-0.04,0.09-0.05,0.14l-0.83,3.48c-0.01-0.01-0.02-0.02-0.04-0.03
	c-0.04-0.04-0.08-0.09-0.13-0.13c-0.01-0.01-0.02-0.01-0.03-0.02c-0.02-0.02-0.05-0.03-0.07-0.05c-0.53-0.39-1.19-0.48-1.78-0.28
	c-0.02,0-0.03,0.01-0.04,0.02c-0.1,0.04-0.2,0.08-0.3,0.13c-0.03,0.02-0.06,0.04-0.08,0.05c-0.08,0.05-0.15,0.1-0.22,0.16
	c-0.04,0.04-0.08,0.08-0.12,0.12c-0.04,0.04-0.09,0.08-0.13,0.12C16.15,34.58,7.83,54.09,13.77,62.72
	c-2.98,4.75-5.78,9.61-8.33,14.6c-0.43,0.85-0.14,1.91,0.69,2.41c0.87,0.53,2,0.25,2.51-0.63l0.01-0.02
	c2.81-4.62,5.62-9.21,8.52-13.75c0.73,0.21,1.58,0.33,2.53,0.33c5.31,0,13.94-3.59,24.7-14.67c0.14-0.11,0.27-0.23,0.38-0.38
	c0.26-0.37,0.37-0.79,0.36-1.21c0,0,0,0,0,0c0-0.11-0.02-0.23-0.04-0.34c-0.01-0.05-0.02-0.09-0.04-0.14
	c-0.02-0.06-0.04-0.13-0.06-0.19c-0.03-0.08-0.07-0.16-0.12-0.25c-0.01-0.02-0.02-0.05-0.04-0.07c-0.09-0.14-0.18-0.28-0.31-0.4
	c-0.11-0.11-0.24-0.19-0.36-0.27l-0.15-0.11l2.71-0.04c0.12,0,0.24-0.02,0.35-0.04c0,0,0.01,0,0.01,0c0.49-0.1,0.92-0.39,1.2-0.78
	c1.05-1.2,2.1-2.46,3.16-3.77c0.31-0.36,4.22-4.98,8.63-10.87c0.08-0.09,0.14-0.2,0.21-0.31c0.03-0.05,0.07-0.11,0.1-0.16
	c0.01-0.03,0.04-0.05,0.05-0.09c0.29-0.72,0.12-1.5-0.36-2.04c0,0-0.01-0.01-0.01-0.01c-0.02-0.02-0.03-0.04-0.05-0.05l2.01-0.63
	c0.08-0.03,0.15-0.06,0.22-0.1c0.03-0.01,0.06-0.02,0.09-0.04c0.28-0.14,0.51-0.35,0.68-0.59c0,0,0.01-0.01,0.01-0.01
	C72.56,14.7,77.3,6.13,73.37,2.02z M48.45,40.46c-0.01,0.01-0.02,0.03-0.03,0.04c-0.88,1.09-1.77,2.14-2.65,3.15l-7.75,0.13
	c-0.5,0.01-0.95,0.21-1.29,0.52c-0.01,0.01-0.01,0.01-0.02,0.02c-0.08,0.08-0.16,0.16-0.23,0.25c-0.01,0.01-0.02,0.02-0.03,0.04
	c0,0.01-0.01,0.01-0.01,0.02c-0.07,0.1-0.13,0.2-0.18,0.32c0,0.01-0.01,0.01-0.01,0.02c-0.05,0.11-0.08,0.22-0.11,0.34
	c0,0.01-0.01,0.02-0.01,0.03c-0.02,0.09-0.03,0.19-0.04,0.29c0,0.04-0.01,0.07-0.01,0.11c0,0.02-0.01,0.04-0.01,0.06
	c0,0.07,0.01,0.14,0.02,0.21c0,0.04,0.01,0.07,0.01,0.1c0.02,0.1,0.04,0.19,0.07,0.28c0.01,0.03,0.02,0.06,0.03,0.09
	c0.03,0.08,0.07,0.16,0.11,0.24c0.02,0.04,0.04,0.08,0.06,0.12c0.04,0.06,0.08,0.11,0.12,0.16c0.04,0.05,0.08,0.1,0.13,0.15
	c0.03,0.03,0.06,0.05,0.09,0.08c0.05,0.05,0.1,0.1,0.16,0.15l3.22,2.32C30.04,59.6,22.78,61.81,19.49,61.74l1.28-1.9l1.4-2.1
	c0.95-1.39,1.93-2.76,2.89-4.14l0.72-1.04l0.74-1.02L28,49.5c0.98-1.38,2.02-2.7,3.03-4.04c0.51-0.67,1.01-1.35,1.53-2.01l1.57-1.98
	c0.52-0.65,1.03-1.32,1.57-1.97c0.54-0.65,1.08-1.3,1.61-1.95c0.54-0.65,1.06-1.31,1.61-1.95l1.65-1.91
	c1.09-1.29,2.22-2.54,3.34-3.8c4.5-5.03,9.28-9.81,14.22-14.48c0.12-0.11,0.14-0.3,0.04-0.44c-0.11-0.15-0.32-0.19-0.47-0.08
	c-5.57,3.93-10.85,8.32-15.79,13.06c-1.23,1.19-2.48,2.37-3.66,3.61l-1.79,1.84c-0.59,0.62-1.16,1.26-1.75,1.88
	c-0.59,0.62-1.16,1.26-1.74,1.89c-0.57,0.64-1.13,1.3-1.69,1.94l-1.68,1.94c-0.56,0.65-1.09,1.32-1.64,1.98
	c-1.09,1.33-2.18,2.65-3.21,4.02l-1.57,2.04l-0.78,1.02l-0.76,1.04c-1,1.39-2.01,2.77-2.99,4.18l-1.45,2.12l-0.95,1.42
	c-0.95-2.93-0.5-7.41,1.35-12.87c2.12-6.24,5.89-13.1,10.55-19.35l0.47,3.98c0.04,0.29,0.14,0.56,0.29,0.8
	c0,0.01,0.01,0.01,0.01,0.02c0.06,0.09,0.12,0.18,0.2,0.26c0.02,0.02,0.04,0.05,0.07,0.07c0.06,0.06,0.12,0.11,0.18,0.17
	c0.04,0.03,0.08,0.06,0.12,0.09c0.06,0.04,0.11,0.07,0.17,0.1c0.05,0.03,0.11,0.06,0.16,0.08c0.06,0.02,0.12,0.04,0.18,0.06
	c0.05,0.01,0.09,0.04,0.13,0.05c0.02,0,0.03,0,0.05,0.01c0.13,0.03,0.26,0.04,0.4,0.04c0,0,0,0,0.01,0c0,0,0,0,0,0
	c0,0,0.01,0,0.01,0c0.07,0,0.15-0.01,0.22-0.01c0.02,0,0.05-0.01,0.07-0.02c0.05-0.01,0.1-0.02,0.15-0.03
	c0.25-0.06,0.48-0.16,0.68-0.31c0.03-0.02,0.07-0.05,0.1-0.07c0.05-0.04,0.1-0.09,0.14-0.13c0.04-0.04,0.08-0.08,0.12-0.12
	c0.04-0.04,0.07-0.09,0.1-0.13c0.04-0.05,0.07-0.11,0.11-0.17c0.02-0.04,0.05-0.09,0.07-0.13c0.03-0.07,0.06-0.14,0.08-0.21
	c0.01-0.04,0.03-0.08,0.04-0.12c0-0.02,0.01-0.03,0.02-0.05l2.99-12.48c3.22-2.91,6.97-5.58,11.04-7.86l-1.07,5.72
	c-0.2,0.7,0.01,1.44,0.51,1.94c0.01,0.01,0.03,0.03,0.04,0.04c0.07,0.07,0.15,0.13,0.23,0.19c0.05,0.03,0.09,0.06,0.14,0.08
	c0.04,0.02,0.08,0.05,0.13,0.08c0.02,0.01,0.03,0.01,0.05,0.02c0.08,0.04,0.17,0.07,0.27,0.09c0.04,0.01,0.09,0.03,0.13,0.04
	c0.02,0,0.03,0.01,0.04,0.01c0.11,0.02,0.21,0.02,0.32,0.03c0.01,0,0.02,0,0.03,0c0,0,0,0,0,0c0,0,0,0,0.01,0
	c0.17,0,0.33-0.03,0.49-0.07c0.03-0.01,0.06-0.01,0.08-0.02c0.16-0.05,0.31-0.11,0.45-0.2c0.02-0.01,0.04-0.03,0.06-0.04
	c0.34-0.23,0.62-0.55,0.77-0.96L54.2,6.86c8.58-3.37,15.05-3.42,16.31-2.11c0.12,0.13,1.13,1.45-1.9,7.34
	c-2.11,4.11-5.38,8.92-8.39,13.17l-6.41,2.01c-0.06,0.02-0.1,0.05-0.16,0.07c-0.02,0.01-0.04,0.02-0.06,0.03
	c-0.1,0.04-0.19,0.09-0.27,0.15c-0.02,0.01-0.04,0.03-0.06,0.04c-0.08,0.06-0.16,0.12-0.23,0.19c-0.02,0.02-0.05,0.05-0.07,0.07
	c-0.06,0.07-0.12,0.14-0.17,0.22c-0.02,0.03-0.04,0.06-0.06,0.09c-0.05,0.08-0.09,0.16-0.13,0.25c-0.01,0.02-0.02,0.03-0.03,0.05
	c-0.01,0.02-0.01,0.03-0.01,0.05c-0.03,0.08-0.05,0.17-0.07,0.26c-0.01,0.05-0.02,0.1-0.03,0.15c-0.01,0.07-0.01,0.13-0.02,0.2
	c0,0.07,0,0.14,0,0.21c0,0.04,0.01,0.09,0.02,0.13c0.01,0.1,0.03,0.19,0.06,0.28c0,0.01,0,0.02,0.01,0.04
	c0,0.01,0.01,0.01,0.01,0.02c0.18,0.54,0.57,1,1.14,1.23l1.79,0.71C51.62,36.74,48.49,40.42,48.45,40.46z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/14.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/14.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.5,54.11c0-2.03-1.26-3.75-3.04-4.44c-0.78-3.16-2.39-6.5-4.75-9.84c0.18-0.27,0.37-0.53,0.54-0.8
		c4.82-7.41,5.83-14.27,2.84-19.31c-2.99-5.04-9.5-7.45-18.31-6.77c-0.22,0.02-0.44,0.04-0.67,0.06C50.33,4.98,44.82,0,38.6,0
		c-1.45,0-2.87,0.27-4.23,0.79C33.62,0.29,32.72,0,31.75,0c-2.63,0-4.78,2.14-4.78,4.78c0,0.53,0.11,1.03,0.27,1.51
		c-1.55,1.9-2.95,4.17-4.17,6.77C14.24,12.34,7.21,14.62,4.11,20c-3.15,5.45-1.51,12.82,3.7,20.2c-0.23,0.34-0.47,0.68-0.69,1.02
		C2.3,48.63,1.29,55.49,4.28,60.53c1.02,1.72,2.46,3.13,4.25,4.22c0.21,2.45,2.24,4.38,4.74,4.38c1.52,0,2.87-0.73,3.74-1.84
		c0.88,0.08,1.79,0.12,2.73,0.12c0.92,0,1.87-0.03,2.85-0.11c0.2-0.02,0.41-0.04,0.62-0.06C26.99,75.13,32.45,80,38.6,80
		c6.24,0,11.77-5.02,15.56-13.11c0.34,0.03,0.68,0.06,1.01,0.09c0.83,0.05,1.65,0.08,2.44,0.08c7.57,0,13.13-2.47,15.78-7.06
		c0.25-0.43,0.45-0.87,0.64-1.32C76.02,58.11,77.5,56.29,77.5,54.11z M69.33,21.96c2.01,3.4,1.1,8.56-2.46,14.23
		c-2.33-2.7-5.12-5.35-8.29-7.88c-0.61-3.99-1.54-7.7-2.72-11.04C62.45,16.92,67.33,18.6,69.33,21.96z M51.4,62.14
		c-2.15-0.36-4.37-0.89-6.63-1.58c1.53-0.78,3.05-1.61,4.56-2.5c1.39-0.83,2.75-1.69,4.06-2.58C52.83,57.85,52.17,60.08,51.4,62.14z
		 M47.09,54.31c-2.67,1.59-5.39,2.98-8.1,4.16c-2.83-1.18-5.68-2.58-8.48-4.2c-2.8-1.62-5.42-3.38-7.82-5.22
		c-0.37-2.9-0.57-5.93-0.57-9.05c0-3.05,0.19-6.02,0.54-8.86c2.36-1.83,4.91-3.57,7.62-5.18c2.79-1.66,5.63-3.1,8.46-4.31
		c2.74,1.15,5.51,2.5,8.25,4.08c2.67,1.54,5.18,3.21,7.49,4.96c0.39,2.98,0.6,6.1,0.6,9.31c0,3.21-0.21,6.33-0.6,9.31
		C52.19,51.07,49.71,52.75,47.09,54.31z M23.76,55.21c1.47,0.98,2.99,1.94,4.57,2.85c1.62,0.93,3.26,1.8,4.9,2.6
		c-2.49,0.81-4.94,1.42-7.3,1.82C25.08,60.26,24.34,57.81,23.76,55.21z M17.91,45.02c-1.71-1.6-3.25-3.22-4.61-4.85
		c1.36-1.68,2.9-3.33,4.59-4.94c-0.09,1.56-0.15,3.15-0.15,4.77C17.75,41.7,17.81,43.38,17.91,45.02z M23.72,24.95
		c0.57-2.55,1.27-4.95,2.1-7.14c2.27,0.37,4.66,0.95,7.11,1.71c-1.64,0.82-3.27,1.71-4.88,2.67C26.56,23.07,25.12,24,23.72,24.95z
		 M53.39,24.55c-1.35-0.9-2.75-1.77-4.21-2.61c-1.55-0.89-3.09-1.71-4.63-2.47c2.33-0.74,4.61-1.3,6.83-1.68
		C52.15,19.88,52.83,22.14,53.39,24.55z M59.27,34.68c1.86,1.71,3.52,3.45,4.97,5.2c-1.45,1.82-3.12,3.61-4.96,5.34
		c0.11-1.71,0.18-3.45,0.18-5.22C59.45,38.19,59.38,36.42,59.27,34.68z M30.36,9.33c0.44,0.14,0.91,0.23,1.39,0.23
		c2.64,0,4.78-2.14,4.78-4.78c0-0.03-0.01-0.07-0.01-0.1c0.68-0.2,1.38-0.31,2.08-0.31c4.17,0,8.03,3.55,10.97,9.3
		c-3.5,0.68-7.14,1.77-10.82,3.23c-3.84-1.5-7.58-2.58-11.13-3.23C28.47,12.04,29.38,10.58,30.36,9.33z M7.89,22.18
		c1.9-3.29,6.25-4.89,11.9-4.89c0.5,0,1.01,0.01,1.53,0.04c-1.22,3.46-2.16,7.33-2.77,11.49c-3,2.46-5.67,5.06-7.94,7.74
		C6.98,31.06,5.78,25.84,7.89,22.18z M17.82,62.97c-0.6-1.96-2.4-3.4-4.55-3.4c-1.14,0-2.18,0.42-3,1.08
		C9.33,60,8.58,59.22,8.04,58.31c-2.03-3.45-1.08-8.71,2.61-14.48c2.24,2.59,4.9,5.14,7.93,7.58c0.63,4.21,1.6,8.1,2.86,11.58
		C20.17,63.06,18.96,63.05,17.82,62.97z M38.6,75.63c-4.1,0-7.91-3.45-10.83-9.05c3.64-0.71,7.43-1.85,11.25-3.4
		c3.59,1.39,7.16,2.42,10.59,3.07C46.66,72.05,42.78,75.63,38.6,75.63z M55.89,62.64c1.17-3.33,2.09-7.04,2.7-11.02
		c3.16-2.57,5.97-5.31,8.34-8.13c1.5,2.29,2.58,4.53,3.18,6.63c-1.3,0.85-2.17,2.32-2.17,4c0,1.46,0.67,2.76,1.71,3.63
		c-0.01,0.02-0.02,0.05-0.04,0.08C67.62,61.25,62.63,62.99,55.89,62.64z"></path>
                  <path fill="#86898C" d="M38.6,29.44c-5.82,0-10.56,4.74-10.56,10.56s4.74,10.56,10.56,10.56c5.82,0,10.56-4.74,10.56-10.56
		S44.42,29.44,38.6,29.44z M38.6,46.19c-3.41,0-6.19-2.78-6.19-6.19s2.78-6.19,6.19-6.19c3.41,0,6.19,2.78,6.19,6.19
		S42.01,46.19,38.6,46.19z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/15.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/15.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M78.85,34.08L40.83,16.37c-0.53-0.25-1.14-0.25-1.67,0L1.14,34.08c-0.7,0.33-1.15,1.05-1.14,1.83
	c0.01,0.78,0.48,1.48,1.2,1.79l2.48,1.06v5.21c0,0.18,0.03,0.35,0.08,0.52c-0.84,0.62-1.4,1.64-1.4,2.8c0,0.58,0.15,1.11,0.39,1.59
	l-0.47,3.06c0,0.01,0,0.02,0,0.03c-0.01,0.08-0.01,0.16-0.01,0.24c0,0.05-0.01,0.11,0,0.16c0,0.06,0.02,0.12,0.03,0.18
	c0.01,0.07,0.02,0.14,0.04,0.2c0.01,0.05,0.03,0.09,0.05,0.13c0.03,0.08,0.05,0.15,0.09,0.23c0.02,0.03,0.04,0.06,0.05,0.09
	c0.05,0.08,0.1,0.17,0.15,0.24c0.01,0.02,0.03,0.03,0.04,0.04c0.07,0.09,0.16,0.18,0.25,0.25c0,0,0,0,0,0L5.62,56
	c0.02,0.02,0.04,0.03,0.06,0.05l0.03,0.02c0.01,0.01,0.02,0.02,0.04,0.03c0.07,0.06,0.15,0.11,0.22,0.16
	c0.05,0.03,0.11,0.06,0.16,0.08c0.05,0.02,0.1,0.05,0.15,0.07c0.08,0.03,0.15,0.05,0.23,0.07c0.04,0.01,0.07,0.02,0.11,0.03
	c0.12,0.02,0.24,0.03,0.36,0.03c0.04,0,0.09,0,0.14,0c0.09-0.01,0.17-0.03,0.26-0.04c0.01,0,0.02,0,0.03,0
	c0.84-0.18,1.46-0.87,1.55-1.72c0.01-0.05,0-0.1,0-0.16c0-0.06,0.01-0.13,0.01-0.19l0-0.04c0-0.01,0-0.01,0-0.02l-0.39-5.49
	c0.24-0.48,0.39-1.02,0.39-1.6c0-1.16-0.55-2.18-1.4-2.8c0.05-0.17,0.08-0.34,0.08-0.52v-3.52l9.3,3.97v10.57
	c0,6.06,11.96,8.82,23.06,8.82S63.06,61.05,63.05,55V44.42l15.74-6.72c0.72-0.31,1.19-1.01,1.2-1.79
	C80.01,35.13,79.56,34.41,78.85,34.08z M62.2,40.47c-2.92-4.23-12.87-6.18-22.21-6.18c-3.15,0-6.18,0.21-9.03,0.63
	c-1.08,0.16-1.83,1.17-1.67,2.25c0.16,1.08,1.17,1.83,2.25,1.67c2.66-0.39,5.5-0.59,8.45-0.59c5.43,0,10.5,0.68,14.29,1.91
	c3.63,1.17,4.8,2.5,4.8,2.95v11.88c0,0.45-1.17,1.77-4.8,2.95c-3.79,1.23-8.86,1.91-14.29,1.91s-10.5-0.68-14.29-1.91
	c-3.63-1.17-4.8-2.5-4.8-2.95V43.11c0-0.79-0.47-1.51-1.2-1.82L6.84,35.8L40,20.35l33.16,15.44L62.2,40.47z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/16.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/16.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M69.39,17.6L66.83,1.53c-0.11-0.66-0.57-1.21-1.2-1.43C65-0.12,64.3,0.03,63.81,0.48L51.84,11.51
	C51.3,12,50.9,12.62,50.66,13.3L41.71,39L29.66,6.9c-0.17-0.46-0.51-0.82-0.95-1.02s-0.94-0.22-1.39-0.05l-15.59,5.86
	c-0.94,0.35-1.41,1.4-1.06,2.34l10.01,26.62h-2.85c-1.01,0-1.82,0.81-1.82,1.82c0,1.01,0.82,1.82,1.82,1.82h2.15l4.59,34.14
	c0,0.01,0.01,0.03,0.01,0.04c0.01,0.07,0.03,0.13,0.04,0.19c0.01,0.05,0.03,0.11,0.05,0.16c0.02,0.05,0.04,0.1,0.06,0.14
	c0.03,0.06,0.06,0.12,0.1,0.17c0.02,0.04,0.05,0.07,0.07,0.11c0.04,0.06,0.09,0.11,0.14,0.17c0.03,0.03,0.05,0.06,0.08,0.09
	c0.05,0.05,0.11,0.1,0.17,0.14c0.03,0.02,0.06,0.05,0.1,0.07c0.06,0.04,0.12,0.07,0.19,0.1c0.04,0.02,0.07,0.04,0.11,0.06
	c0.07,0.03,0.14,0.05,0.22,0.07c0.04,0.01,0.07,0.02,0.11,0.03c0.11,0.02,0.23,0.04,0.35,0.04h30.1c0.12,0,0.24-0.01,0.35-0.04
	c0.04-0.01,0.07-0.02,0.11-0.03c0.08-0.02,0.15-0.04,0.22-0.07c0.04-0.01,0.07-0.03,0.1-0.05c0.07-0.03,0.14-0.07,0.2-0.11
	c0.03-0.02,0.05-0.04,0.08-0.06c0.07-0.05,0.13-0.1,0.19-0.16c0.02-0.02,0.04-0.04,0.06-0.06c0.06-0.06,0.11-0.13,0.16-0.2
	c0.02-0.03,0.03-0.05,0.05-0.08c0.04-0.07,0.08-0.14,0.11-0.21c0.02-0.04,0.03-0.07,0.05-0.11c0.02-0.06,0.04-0.12,0.06-0.19
	c0.02-0.06,0.03-0.11,0.04-0.17c0-0.02,0.01-0.03,0.01-0.05l4.59-34.13h2.15c1,0,1.82-0.81,1.82-1.82c0-1.01-0.82-1.82-1.82-1.82
	h-3.09l7.28-20.91C69.44,19.05,69.5,18.31,69.39,17.6z M49.98,40.65l8.38-24.09l2.75,0.96l-8.05,23.13H49.98z M58.02,13.88
	c-0.01,0-0.01-0.01-0.01-0.01c-0.01,0-0.01,0-0.02,0l-2.44-0.85L60,8.93l4.59,1.6l0.95,5.96L58.02,13.88z M64.15,7.81l-2.13-0.74
	l1.76-1.62L64.15,7.81z M53.91,15.01l2.16,0.75l-8.66,24.89h-2.43L53.91,15.01z M26.91,9.87l11.56,30.78H27.58l2.37-0.93
	c0.62-0.24,0.92-0.95,0.68-1.57c-0.24-0.62-0.95-0.93-1.57-0.68l-4.96,1.95l-0.32-0.84l2.9-1.14c0.62-0.24,0.92-0.95,0.68-1.57
	s-0.95-0.93-1.57-0.68l-2.86,1.12l-0.37-0.97l5.03-1.98c0.62-0.24,0.92-0.95,0.68-1.57s-0.95-0.93-1.57-0.68l-4.99,1.97l-0.39-1.04
	l2.83-1.11c0.62-0.24,0.92-0.95,0.68-1.57s-0.95-0.92-1.57-0.68l-2.79,1.1l-0.46-1.23L25,26.58c0.62-0.24,0.92-0.95,0.68-1.57
	s-0.95-0.92-1.57-0.68l-4.95,1.94l-0.43-1.16l2.77-1.08c0.62-0.24,0.92-0.95,0.68-1.57s-0.95-0.92-1.57-0.68l-2.73,1.07l-0.46-1.22
	l4.94-1.94c0.62-0.24,0.92-0.95,0.68-1.57c-0.24-0.62-0.95-0.93-1.57-0.68l-4.9,1.93l-1.85-4.92L26.91,9.87z M42.32,44.29
	c0.09,0.01,0.19,0.01,0.28,0h16.6l-0.81,5.99H24.45l-0.81-5.99H42.32z M27.96,76.36l-0.81-5.99h28.54l-0.81,5.99H27.96z
	 M56.18,66.73H26.66l-0.62-4.59h30.75L56.18,66.73z M57.28,58.5H25.56l-0.62-4.58H57.9L57.28,58.5z M55.63,40.65l7.77-22.34
	l2.19,0.76l-7.51,21.57H55.63z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/17.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/17.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M62.51,27.8h-2.24H47.3h-2.24c-0.45,0-0.86,0.15-1.2,0.39v-6.73h0.75c1.14,0,2.07-0.92,2.06-2.07
		c0-1.14-0.93-2.07-2.07-2.07H26.01c-1.14,0-2.07,0.93-2.07,2.07c0,1.14,0.93,2.07,2.07,2.07h0.75v20.69
		c-0.01,0.01-0.02,0.01-0.04,0.02c-0.16,0.08-0.32,0.16-0.48,0.24c-0.27,0.14-0.54,0.27-0.8,0.42c-0.2,0.11-0.4,0.24-0.59,0.36
		c-0.2,0.13-0.41,0.25-0.61,0.38c-0.22,0.15-0.44,0.3-0.65,0.46c-0.16,0.12-0.32,0.23-0.48,0.35c-0.23,0.18-0.46,0.36-0.68,0.55
		c-0.13,0.11-0.25,0.21-0.38,0.32c-0.24,0.21-0.47,0.42-0.69,0.64c-0.1,0.09-0.19,0.19-0.28,0.28c-0.24,0.24-0.47,0.49-0.7,0.75
		c-0.07,0.08-0.13,0.15-0.2,0.23c-0.24,0.28-0.48,0.57-0.7,0.86c-0.04,0.05-0.07,0.09-0.1,0.14c-1.85,2.47-3.12,5.36-3.66,8.48
		c0,0.03-0.01,0.05-0.01,0.08c-0.07,0.4-0.12,0.8-0.16,1.2c-0.01,0.05-0.02,0.11-0.02,0.16c0,0.01,0,0.02,0,0.03
		c-0.07,0.66-0.11,1.32-0.11,2C15.42,71.08,24.34,80,35.31,80c4.15,0,8.12-1.3,11.46-3.66c1.57,2.24,4.16,3.66,7.01,3.66
		c4.72,0,8.55-3.84,8.56-8.56v-39.5h0.17c1.14,0,2.07-0.93,2.07-2.07S63.65,27.8,62.51,27.8z M25.71,63.59
		c-1.59,0-2.87-1.29-2.87-2.87c0-1.59,1.29-2.87,2.87-2.87c1.58,0,2.87,1.28,2.87,2.87C28.58,62.3,27.29,63.59,25.71,63.59z
		 M26.91,67.96c0,0.66-0.54,1.2-1.2,1.2c-0.66,0-1.2-0.54-1.2-1.2c0-0.66,0.54-1.2,1.2-1.2C26.37,66.76,26.91,67.29,26.91,67.96z
		 M34.94,62.48c2.55,0,4.62,2.07,4.62,4.62c0,2.55-2.07,4.62-4.62,4.62s-4.62-2.07-4.62-4.62C30.32,64.55,32.39,62.48,34.94,62.48z
		 M45.06,31.94h0.17v10.95c-0.45-0.26-0.9-0.5-1.37-0.73V31.55C44.2,31.79,44.61,31.94,45.06,31.94z M39.72,21.46V43.5
		c0,0.58,0.24,1.1,0.63,1.48c0.02,0.02,0.04,0.03,0.06,0.05c0.08,0.07,0.16,0.14,0.25,0.2c0.05,0.03,0.1,0.05,0.15,0.08
		c0.07,0.04,0.14,0.08,0.21,0.11c0.01,0,0.02,0.01,0.03,0.02c1.52,0.59,2.93,1.43,4.19,2.46v11.11c-1.94,0.21-4.13,0.01-5.69-0.57
		c-1.45-0.54-2.8-1.43-4.24-2.38c-1.74-1.14-3.53-2.33-5.68-3.01c-2.78-0.88-5.85-0.68-8.58,0.4c0.46-0.99,1.02-1.93,1.68-2.8
		c0.02-0.03,0.04-0.06,0.06-0.09c0.18-0.24,0.37-0.47,0.57-0.7c0.05-0.05,0.09-0.11,0.14-0.16c0.18-0.21,0.37-0.41,0.57-0.6
		c0.07-0.07,0.14-0.14,0.21-0.21c0.18-0.18,0.37-0.35,0.56-0.52c0.09-0.08,0.19-0.16,0.28-0.24c0.18-0.15,0.36-0.3,0.55-0.45
		c0.12-0.09,0.24-0.18,0.36-0.27c0.17-0.13,0.35-0.25,0.53-0.37c0.15-0.1,0.31-0.2,0.46-0.29c0.16-0.1,0.32-0.2,0.49-0.29
		c0.2-0.11,0.41-0.22,0.62-0.33c0.13-0.07,0.26-0.14,0.39-0.2c0.31-0.15,0.63-0.28,0.95-0.41c0.83-0.27,1.43-1.04,1.43-1.96V21.46
		H39.72z M58.2,71.45c0,2.44-1.99,4.42-4.42,4.42c-2,0-3.76-1.36-4.27-3.29c-0.09-0.36-0.14-0.74-0.14-1.13V60.73
		c0-0.05,0-0.1,0-0.15V31.94h5.48v8.37c0,0.76,0.62,1.38,1.38,1.38c0.76,0,1.38-0.62,1.38-1.37v-8.38h0.59V71.45z"></path>
                  <path fill="#86898C" d="M30.59,15.91c0.26,0.08,0.53,0.11,0.79,0.11c0.52,0,1.04-0.14,1.5-0.41c0.7-0.4,1.2-1.05,1.41-1.83
		c0.21-0.78,0.1-1.59-0.3-2.29c-0.4-0.7-1.05-1.2-1.83-1.41c-0.78-0.21-1.59-0.1-2.29,0.3s-1.2,1.05-1.41,1.83
		c-0.21,0.78-0.1,1.59,0.3,2.29C29.16,15.2,29.81,15.7,30.59,15.91z M30.3,12.71c0.07-0.29,0.26-0.53,0.52-0.68
		c0.17-0.1,0.36-0.15,0.56-0.15c0.1,0,0.19,0.01,0.29,0.04c0.29,0.07,0.53,0.26,0.68,0.52c0.15,0.26,0.19,0.57,0.11,0.85
		c-0.07,0.29-0.26,0.53-0.52,0.68c-0.26,0.15-0.57,0.19-0.85,0.11c-0.29-0.07-0.53-0.26-0.68-0.52
		C30.26,13.3,30.22,12.99,30.3,12.71z"></path>
                  <path fill="#86898C" d="M39.29,11.35c3.13,0,5.68-2.54,5.68-5.67S42.42,0,39.29,0s-5.68,2.54-5.68,5.67S36.16,11.35,39.29,11.35z
		 M39.29,4.14c0.85,0,1.54,0.69,1.54,1.54c0,0.85-0.69,1.54-1.54,1.54c-0.85,0-1.54-0.69-1.54-1.54
		C37.75,4.83,38.44,4.14,39.29,4.14z"></path>
                  <path fill="#86898C" d="M56.23,44.01c-0.76,0-1.38,0.62-1.38,1.38v25.3c0,0.76,0.62,1.38,1.38,1.38c0.76,0,1.38-0.61,1.38-1.37V45.39
		C57.61,44.63,56.99,44.01,56.23,44.01z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/18.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/18.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M34.67,45.57c-6.83-3.98-15.02-5.73-20.69-6.5c-1.08-0.15-2.07,0.61-2.22,1.69c-0.15,1.08,0.61,2.07,1.69,2.22
		c5.32,0.72,12.96,2.34,19.23,6c0.31,0.18,0.65,0.27,0.99,0.27c0.68,0,1.34-0.35,1.71-0.98C35.93,47.33,35.61,46.12,34.67,45.57z"></path>
                  <path fill="#86898C" d="M34.67,53.47c-6.83-3.98-15.02-5.73-20.69-6.5c-1.08-0.15-2.07,0.61-2.22,1.69c-0.15,1.08,0.61,2.07,1.69,2.22
		c5.32,0.72,12.96,2.34,19.23,6c0.31,0.18,0.65,0.27,0.99,0.27c0.68,0,1.34-0.35,1.71-0.98C35.93,55.23,35.61,54.02,34.67,53.47z"></path>
                  <path fill="#86898C" d="M46.33,25.55c0.34,0,0.68-0.09,0.99-0.27c6.27-3.66,13.92-5.28,19.23-6c1.08-0.14,1.84-1.14,1.69-2.22
		c-0.14-1.08-1.14-1.84-2.22-1.69c-5.67,0.76-13.86,2.51-20.69,6.5c-0.94,0.55-1.26,1.76-0.71,2.7
		C44.99,25.2,45.65,25.55,46.33,25.55z"></path>
                  <path fill="#86898C" d="M66.02,39.07c-5.67,0.76-13.86,2.51-20.69,6.5c-0.94,0.55-1.26,1.76-0.71,2.7c0.37,0.63,1.03,0.98,1.71,0.98
		c0.34,0,0.68-0.09,0.99-0.27c6.27-3.66,13.92-5.28,19.23-6c1.08-0.14,1.84-1.14,1.69-2.22C68.1,39.68,67.1,38.92,66.02,39.07z"></path>
                  <path fill="#86898C" d="M66.02,31.17c-5.67,0.76-13.86,2.51-20.69,6.5c-0.94,0.55-1.26,1.76-0.71,2.7c0.37,0.63,1.03,0.98,1.71,0.98
		c0.34,0,0.68-0.09,0.99-0.27c6.27-3.66,13.92-5.28,19.23-6c1.08-0.14,1.84-1.14,1.69-2.22C68.1,31.78,67.1,31.02,66.02,31.17z"></path>
                  <path fill="#86898C" d="M46.31,33.46c0.34,0,0.68-0.09,1-0.27c6.27-3.67,13.92-5.29,19.24-6.01c1.08-0.14,1.84-1.14,1.69-2.22
		c-0.14-1.08-1.14-1.84-2.22-1.69c-5.68,0.76-13.88,2.52-20.71,6.51c-0.94,0.55-1.26,1.76-0.71,2.7
		C44.97,33.11,45.63,33.46,46.31,33.46z"></path>
                  <path fill="#86898C" d="M66.02,46.97c-5.67,0.76-13.86,2.51-20.69,6.5c-0.94,0.55-1.26,1.76-0.71,2.7c0.37,0.63,1.03,0.98,1.71,0.98
		c0.34,0,0.68-0.09,0.99-0.27c6.27-3.66,13.92-5.28,19.23-6c1.08-0.14,1.84-1.14,1.69-2.22C68.1,47.58,67.1,46.82,66.02,46.97z"></path>
                  <path fill="#86898C" d="M80,14.01c0-1.09-0.88-1.98-1.98-1.98c-0.04,0-0.07,0.01-0.11,0.01c-0.26,0-1.15,0.02-2.51,0.11V8.1
		c0-1.1-0.88-1.98-1.98-1.98c-0.04,0-0.08,0.01-0.11,0.01c-1.67,0.03-21.94,0.57-33.3,11.02c-2.34-2.15-5.21-4.02-8.56-5.58
		c-0.71-1.17-1.62-1.97-2.74-2.4c-6.14-2.35-10.29-3.02-12.38-2c-4.77-0.78-8.56-0.98-9.46-1.02C6.77,6.14,6.68,6.12,6.58,6.12
		c-1.1,0-1.98,0.89-1.98,1.98v4.04c-1.6-0.1-2.56-0.11-2.62-0.11c-0.01,0-0.01,0-0.02,0c-1.08,0-1.96,0.88-1.97,1.96
		c0,0.04,0.01,0.07,0.01,0.11v49.71c0,0.44,0.15,0.84,0.38,1.16c0.01,0.01,0.01,0.01,0.02,0.02c0.07,0.09,0.14,0.18,0.23,0.26
		c0.02,0.02,0.05,0.04,0.07,0.06c0.07,0.06,0.14,0.12,0.22,0.17c0.05,0.03,0.09,0.05,0.14,0.08c0.06,0.03,0.12,0.07,0.19,0.09
		c0.07,0.03,0.15,0.05,0.23,0.07c0.04,0.01,0.08,0.03,0.13,0.03c0.1,0.02,0.21,0.03,0.32,0.03c0.02,0,0.04,0.01,0.06,0.01
		c0,0,0.01,0,0.01,0c0.1,0,0.2-0.01,0.3-0.03c0,0,0.01,0,0.01,0v3.28c0,1.1,0.89,1.98,1.98,1.98h26.66l0.9,1.64
		c0.17,0.4,0.46,0.72,0.83,0.93c0.01,0.01,0.03,0.02,0.05,0.02c0.13,0.07,0.26,0.13,0.4,0.17c0.03,0.01,0.05,0.02,0.08,0.02
		c0.15,0.04,0.31,0.06,0.48,0.06H40h6.33c0.16,0,0.32-0.03,0.48-0.06c0.03-0.01,0.06-0.02,0.08-0.03c0.13-0.04,0.26-0.09,0.38-0.16
		c0.02-0.01,0.05-0.02,0.07-0.04c0.36-0.21,0.65-0.53,0.81-0.93l0.9-1.64h26.66c1.09,0,1.98-0.89,1.98-1.98v-3.28
		c0.52,0.08,1.02-0.04,1.43-0.31c0,0,0,0,0,0c0.1-0.07,0.2-0.15,0.29-0.24c0,0,0.01-0.01,0.01-0.01c0.08-0.09,0.16-0.18,0.23-0.28
		c0.01-0.01,0.01-0.02,0.02-0.03c0.06-0.1,0.12-0.2,0.16-0.3c0.01-0.02,0.01-0.04,0.02-0.06c0.03-0.08,0.07-0.17,0.09-0.26
		c0-0.02,0-0.03,0.01-0.05c0.01-0.04,0.01-0.08,0.01-0.12c0.01-0.09,0.03-0.17,0.03-0.26c0-0.01,0-0.02,0-0.03V14.01z M6.26,65.12
		c5.14-0.64,14.74-1.15,24.4,1.94H6.26V65.12z M76.04,16.07v45.37c-3.07-0.49-8.75-1.13-15.46-0.58c6.96-1.56,12.75-1.66,12.86-1.66
		c0.04,0,0.07-0.01,0.11-0.01c1.03-0.07,1.84-0.91,1.85-1.97V16.1C75.63,16.09,75.84,16.08,76.04,16.07z M73.74,65.12v1.94H49.33
		C58.98,63.98,68.59,64.48,73.74,65.12z M71.44,10.17v45.15c-5.24,0.31-19.69,1.82-29.46,9.28V20.73
		C50.37,12.31,65.93,10.54,71.44,10.17z M38.02,20.72v43.88c-9.77-7.47-24.22-8.98-29.46-9.28V10.22c1.79,0.14,4.6,0.43,7.79,0.97
		c0.1,0.03,0.2,0.04,0.3,0.05c0.65,0.11,1.31,0.24,1.97,0.37c0.4,0.66,0.92,2.03,1.13,4.77c-1.87-0.4-3.8-0.74-5.77-1.01
		c-1.08-0.15-2.07,0.61-2.22,1.69c-0.15,1.08,0.61,2.07,1.69,2.22c2.19,0.3,4.33,0.69,6.38,1.17c-0.03,1.14-0.09,2.41-0.21,3.83
		c-1.84-0.39-3.71-0.75-5.65-1.01c-1.08-0.15-2.07,0.61-2.22,1.69c-0.15,1.08,0.61,2.07,1.69,2.22c1.99,0.27,3.91,0.64,5.78,1.05
		c-0.09,0.79-0.2,1.62-0.32,2.49c-0.01,0.03-0.01,0.07-0.01,0.11c0,0.01,0,0.02,0,0.02c0,0,0,0.01,0,0.01
		c-0.02,0.13-0.02,0.26-0.01,0.39c0,0,0,0,0,0c0.02,0.27,0.09,0.54,0.23,0.8c-1.84-0.38-3.58-0.67-5.13-0.88
		c-1.08-0.15-2.07,0.61-2.22,1.69c-0.15,1.08,0.61,2.07,1.69,2.22c5.32,0.72,12.96,2.34,19.23,6c0.31,0.18,0.65,0.27,0.99,0.27
		c0.68,0,1.34-0.36,1.71-0.98c0.55-0.94,0.23-2.15-0.71-2.7c-1.27-0.74-2.58-1.4-3.92-1.99c0.03-0.01,0.06-0.02,0.08-0.04
		c0.04-0.02,0.08-0.03,0.12-0.05c0.41-0.24,0.69-0.59,0.85-1c0,0,0-0.01,0-0.01c0.04-0.1,0.07-0.2,0.09-0.31
		c0-0.01,0-0.01,0.01-0.02c0.01-0.06,0.11-0.56,0.25-1.36c0.18,0.1,0.37,0.2,0.54,0.3c0.31,0.18,0.65,0.27,0.99,0.27
		c0.68,0,1.34-0.35,1.71-0.98c0.55-0.94,0.23-2.15-0.71-2.7c-0.62-0.36-1.27-0.7-1.94-1.04c0.12-1.02,0.24-2.13,0.33-3.29
		c0.19,0.06,0.39,0.1,0.59,0.1c0.68,0,1.34-0.36,1.71-0.99c0.55-0.94,0.23-2.15-0.71-2.7c-0.46-0.26-0.93-0.52-1.4-0.77
		c0-1.55-0.07-2.96-0.22-4.21C34.96,18.03,36.62,19.32,38.02,20.72z M25.64,30.31l2.47,4.29c-2.05-0.77-4.1-1.38-6.09-1.89
		l0.02-0.02c0,0,0,0,0,0L25.64,30.31z M27.28,12.86c0.34,0.13,0.63,0.43,0.88,0.85c0.05,0.16,0.13,0.31,0.22,0.46
		c1.09,2.49,1.16,8.04,0.5,13.82l-0.84-1.47c-0.02-0.03-0.04-0.06-0.06-0.09c-0.01-0.01-0.01-0.02-0.02-0.03
		c-0.02-0.02-0.03-0.04-0.05-0.06c-0.05-0.07-0.11-0.14-0.17-0.21c-0.04-0.04-0.08-0.08-0.12-0.11c-0.05-0.04-0.1-0.09-0.16-0.13
		c-0.06-0.04-0.12-0.08-0.19-0.11c-0.04-0.02-0.08-0.05-0.13-0.07c-0.08-0.04-0.17-0.07-0.26-0.1c-0.03-0.01-0.05-0.02-0.08-0.02
		c-0.11-0.03-0.21-0.04-0.32-0.05c-0.01,0-0.02,0-0.03,0c-0.42-0.03-0.85,0.07-1.23,0.32l-1.87,1.24c0.01-0.06,0.01-0.12,0.02-0.18
		c0.01-0.06,0.02-0.12,0.02-0.19c0.29-2.87,0.43-5.41,0.42-7.64c0.02-0.17,0.02-0.34-0.01-0.5c-0.05-3-0.38-5.41-1-7.23
		C23.99,11.69,25.47,12.17,27.28,12.86z M5.13,58.56c0.02,0.02,0.03,0.04,0.04,0.05c0.05,0.05,0.11,0.1,0.17,0.15
		c0.04,0.03,0.08,0.07,0.12,0.1c0.05,0.03,0.1,0.06,0.15,0.08c0.06,0.03,0.12,0.07,0.18,0.1c0.05,0.02,0.1,0.03,0.15,0.05
		c0.07,0.02,0.14,0.05,0.22,0.07c0.06,0.01,0.12,0.01,0.17,0.02c0.07,0.01,0.14,0.02,0.21,0.02c0.11,0.01,5.85,0.1,12.77,1.64
		c-6.67-0.53-12.32,0.1-15.37,0.59V16.06c0.2,0.01,0.41,0.02,0.64,0.04v41.12C4.6,57.74,4.8,58.21,5.13,58.56z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/19.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/19.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M76.19,56.31c-1.58-7.88-4.94-14.62-9.51-22.32c-3.62-6.11-5.48-10.26-6.86-15.55l7.82,0.02
		c0.01,0,0.01,0,0.02,0c3.03,0,5.76-1.59,6.93-4.04c0-0.01,0.03-0.05,0.03-0.06c2.52-5.3-0.59-10.45-4.78-12.6
		C67.59,0.61,64.96,0,62.23,0H15.7c-0.01,0-0.03,0-0.04,0c-2.36,0.03-4.59,0.94-6.5,2.68C7.17,4.49,6.08,7.46,5.74,9.45
		C4.34,17.77,7.16,24,10.41,29.5c1.56,2.62,4.57,8.18,6.02,11.02c3.66,7.17,5.4,11.19,6.72,17.52c0.04,0.18,0.06,0.38,0.09,0.56
		l-10.36-0.13c-0.01,0-0.02,0-0.03,0c-0.08,0-0.15,0.02-0.23,0.02c-0.6,0.01-1.2,0.06-1.8,0.2c-3.16,0.7-5.87,2.95-7.05,5.89
		c-1.04,2.6-1.02,5.42,0.07,8.14c1.09,2.73,3.16,4.92,5.82,6.15c1.5,0.7,3.17,1.05,4.85,1.11c0.04,0,0.08,0.01,0.12,0.01
		c0.01,0,0.01,0,0.01,0l0.09,0c0.07,0,0.14,0.01,0.21,0.01c0.13,0,0.26-0.01,0.39-0.01l49.71-0.36c0.54,0,1.08-0.07,1.59-0.19
		c4.62-1.13,8.1-4.55,9.56-9.39C77.63,65.27,76.81,59.39,76.19,56.31z M67.66,5.99c1.27,0.65,4.22,3.06,2.65,6.36
		c-0.39,0.8-1.48,1.36-2.66,1.36c-0.01,0-0.01,0-0.01,0l-41.91-0.09c0.12-0.25,0.22-0.5,0.31-0.76c0.4-1.17,0.46-2.56,0.32-3.83
		c0-0.06-0.01-0.11-0.02-0.17c-0.11-0.81-0.29-1.56-0.51-2.16c-0.25-0.68-0.6-1.34-1.01-1.95h37.39C64.2,4.75,66.08,5.18,67.66,5.99
		z M16.65,12.73c-0.32-0.41-0.48-0.73-0.52-1.22l5.31,0.07c-0.35,0.79-0.99,1.46-1.76,1.83c-0.25,0.12-0.51,0.18-0.78,0.2l-0.23,0
		c-0.01,0-0.02,0-0.02,0C17.85,13.6,17.05,13.23,16.65,12.73z M23.38,67.25l-3.14,0.01c0.3-1.26,0.3-2.63-0.11-3.95l3.49,0.05
		c-0.01,1.09-0.06,2.22-0.19,3.45C23.42,66.95,23.4,67.1,23.38,67.25z M8.25,70.96c-0.64-1.59-0.66-3.14-0.07-4.61
		c0.6-1.47,2.04-2.66,3.67-3.02c0.33-0.08,0.67-0.11,0.99-0.11l0.02,0c1.19,0,2.26,0.45,2.61,1.2c0.61,1.23-0.11,2.85-0.71,3.22
		c-0.91,0.55-1.33,1.65-1.04,2.67c0.29,1.02,1.22,1.72,2.28,1.72h0.01l5.49-0.02c-0.45,0.61-1.01,1.2-1.69,1.72
		c-1.29,0.99-3.07,1.5-4.83,1.51l-0.3,0c-1.07-0.03-2.11-0.25-3.02-0.67C9.66,73.64,8.7,72.09,8.25,70.96z M71.65,68.68
		c-0.57,1.87-2.11,5.16-6.14,6.14c-0.15,0.04-0.32,0.06-0.49,0.06l-39.99,0.29c1.71-2.16,2.8-4.86,3.12-7.88
		c0.41-3.88,0.29-7.13-0.35-10.23c-1.42-6.82-3.35-11.28-7.14-18.71c-1.48-2.91-4.56-8.59-6.16-11.29
		c-3.33-5.61-5.17-10.38-4.08-16.83c0.22-1.35,0.96-3.17,1.93-4.05c1.17-1.07,2.42-1.54,3.8-1.43c1.62,0.13,3.21,0.94,4.25,2.05
		l-6.46-0.08C12.73,6.7,11.71,7.6,11.56,8.8c-0.27,2.18-0.56,4.43,1.36,6.86c1.29,1.64,3.35,2.57,5.44,2.67
		c0.1,0.01,0.21,0.03,0.31,0.03l36.26,0.07c1.72,7.1,4.08,11.92,7.67,17.98c4.32,7.27,7.49,13.6,8.94,20.83
		C72.44,61.74,72.48,65.91,71.65,68.68z"></path>
                  <path fill="#86898C" d="M53.44,25.8c0-1.31-1.06-2.37-2.37-2.37H21.34c-1.31,0-2.37,1.06-2.37,2.37s1.06,2.37,2.37,2.37h29.73
		C52.38,28.17,53.44,27.1,53.44,25.8z"></path>
                  <path fill="#86898C" d="M57.65,34.24c0-1.31-1.06-2.37-2.37-2.37h-29.6c-1.31,0-2.37,1.06-2.37,2.37s1.06,2.37,2.37,2.37h29.6
		C56.59,36.61,57.65,35.55,57.65,34.24z"></path>
                  <path fill="#86898C" d="M62.19,42.57c0-1.31-1.06-2.37-2.37-2.37H29.76c-1.31,0-2.37,1.06-2.37,2.37s1.06,2.37,2.37,2.37h30.05
		C61.13,44.94,62.19,43.88,62.19,42.57z"></path>
                  <path fill="#86898C" d="M63.12,48.75H32.67c-1.31,0-2.37,1.06-2.37,2.37s1.06,2.37,2.37,2.37h30.45c1.31,0,2.37-1.06,2.37-2.37
		S64.43,48.75,63.12,48.75z"></path>
                  <path fill="#86898C" d="M58.2,57.03H35.59c-1.31,0-2.37,1.06-2.37,2.37s1.06,2.37,2.37,2.37H58.2c1.31,0,2.37-1.06,2.37-2.37
		S59.51,57.03,58.2,57.03z"></path>
                  <path fill="#86898C" d="M43.3,65.47h-8.55c-1.31,0-2.37,1.06-2.37,2.37c0,1.31,1.06,2.37,2.37,2.37h8.55c1.31,0,2.37-1.06,2.37-2.37
		C45.67,66.53,44.61,65.47,43.3,65.47z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/20.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/20.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M68.83,52.77c-0.85-0.85-2.22-0.85-3.07,0c-0.85,0.85-0.85,2.22,0,3.07l0.15,0.15
		c-9.44,8.3-22.7,10.62-35.13,6c-8.54-3.17-15.26-9.89-18.43-18.43c-4.62-12.44-2.3-25.7,6-35.14l0.1,0.1
		c0.85,0.85,2.22,0.85,3.07,0c0.85-0.85,0.85-2.22,0-3.07l-1.68-1.68c-0.85-0.85-2.22-0.85-3.07,0C6.05,14.49,2.8,30.32,8.28,45.07
		c3.61,9.73,11.26,17.38,20.99,20.99c3.32,1.23,6.68,2.01,10.04,2.38v2.05c-5.99,0.75-11.25,2.98-11.62,6.91
		c-0.03,0.14-0.05,0.29-0.05,0.44c0,1.2,0.97,2.17,2.17,2.17h28.4c0.45,0,0.87-0.14,1.21-0.37c0.58-0.39,0.96-1.05,0.96-1.8
		c0-0.15-0.02-0.3-0.05-0.44c-0.37-3.93-5.63-6.16-11.62-6.91v-2.14c8.17-1.07,15.83-4.73,21.86-10.75
		c0.41-0.41,0.64-0.96,0.64-1.54s-0.23-1.13-0.64-1.54L68.83,52.77z M52.3,75.66H35.74c2.31-0.72,5.21-1.12,8.28-1.12
		S49.99,74.94,52.3,75.66z M44.37,70.2c-0.12,0-0.24-0.01-0.36-0.01s-0.24,0.01-0.36,0.01v-1.52c0.24,0,0.48-0.01,0.72-0.02V70.2z"></path>
                  <path fill="#86898C" d="M22.24,8.75c-0.01,0.01-0.02,0.02-0.03,0.03c-0.03,0.03-0.07,0.05-0.09,0.08c-0.02,0.02-0.04,0.05-0.06,0.07
		c-0.04,0.04-0.07,0.08-0.11,0.12c-5.64,5.66-8.81,13.16-8.93,21.17c-0.01,0.42,0,0.83,0.01,1.24c0,0.04-0.01,0.08,0,0.12
		c0,0.01,0,0.01,0,0.02c0.22,7.67,3.25,14.88,8.63,20.43c0,0,0,0,0,0.01c0,0,0,0,0,0c0,0,0,0,0.01,0.01
		c5.7,5.88,13.36,9.18,21.55,9.3c0.15,0,0.3,0,0.46,0c7.94,0,15.43-3.01,21.17-8.51c0.03-0.02,0.05-0.04,0.08-0.06
		c0.04-0.03,0.07-0.06,0.1-0.09c0,0,0.01-0.01,0.02-0.01c0.01-0.01,0.02-0.02,0.02-0.03c0.02-0.02,0.05-0.05,0.07-0.07
		c0.02-0.02,0.04-0.03,0.05-0.05c0.01-0.02,0.03-0.03,0.05-0.05c5.61-5.54,8.81-12.87,9.07-20.74c0.02-0.14,0.03-0.29,0.02-0.43
		c0-0.06,0.01-0.11,0.01-0.17c0.12-8.18-2.95-15.93-8.65-21.8c0,0,0,0,0-0.01c0,0,0,0,0,0c0,0,0,0-0.01-0.01
		C59.97,3.42,52.31,0.12,44.12,0c-8.2-0.12-15.93,2.98-21.81,8.68c-0.02,0.02-0.03,0.03-0.05,0.05C22.25,8.74,22.25,8.75,22.24,8.75
		z M60.98,10.84l-7.63,7.41c-2.59-2.41-5.45-4.4-8.5-5.97c1.04-2.45,1.8-5.04,2.26-7.71C52.26,5.24,57.06,7.4,60.98,10.84z
		 M69.98,29.58c-2.45,0.44-4.83,1.13-7.1,2.06c-1.59-3.66-3.75-7.12-6.5-10.27l7.63-7.41C67.66,18.39,69.74,23.82,69.98,29.58z
		 M26.36,50.5l7.27-7.06c3.06,2.79,6.55,5.04,10.33,6.69c-0.95,2.17-1.67,4.45-2.16,6.8C36.06,56.53,30.68,54.29,26.36,50.5z
		 M17.48,33.33c2.5-0.36,4.95-1,7.3-1.88c1.49,3.18,3.44,6.17,5.82,8.89l-7.26,7.05C20.02,43.36,17.99,38.5,17.48,33.33z
		 M35.2,25.32l5.3,5.4l-6.79,6.59c-2.02-2.35-3.69-4.91-4.97-7.64C31.04,28.47,33.21,27.01,35.2,25.32z M27.14,25.61
		c-1.03-3.23-1.57-6.64-1.61-10.15l6.62,6.76C30.59,23.51,28.91,24.65,27.14,25.61z M43.54,33.83l6.62,6.75
		c-1.61,1.77-3.01,3.67-4.21,5.69c-3.36-1.44-6.47-3.41-9.19-5.86L43.54,33.83z M53.19,43.68l5.28,5.39
		c-2.87-0.12-5.67-0.56-8.35-1.33C51.02,46.32,52.05,44.96,53.19,43.68z M56.31,40.66c1.3-1.1,2.67-2.09,4.11-2.95
		c0.75,2.7,1.14,5.51,1.19,8.36L56.31,40.66z M53.27,37.55l-6.61-6.75l6.6-6.4c2.41,2.81,4.32,5.88,5.71,9.13
		C56.94,34.67,55.04,36.02,53.27,37.55z M43.61,27.7l-5.28-5.39c1.76-1.91,3.28-3.96,4.56-6.15c2.63,1.35,5.09,3.06,7.33,5.11
		L43.61,27.7z M35.28,19.2l-6.6-6.74c3.55,0.15,6.98,0.81,10.21,1.96C37.86,16.11,36.64,17.7,35.28,19.2z M23.16,27.42
		c-1.86,0.69-3.79,1.21-5.77,1.53c0.28-4.32,1.6-8.44,3.83-12.06C21.38,20.53,22.04,24.06,23.16,27.42z M48.04,51.65
		c2.9,0.9,5.93,1.46,9.03,1.68c-3.29,1.96-6.97,3.16-10.82,3.54C46.69,55.07,47.3,53.33,48.04,51.65z M64.37,35.72
		c1.74-0.72,3.55-1.3,5.41-1.7c-0.49,3.84-1.8,7.48-3.85,10.72C65.78,41.65,65.25,38.63,64.37,35.72z M40.85,10.51
		c-3.44-1.29-7.09-2.08-10.87-2.34c3.83-2.34,8.19-3.65,12.74-3.81C42.32,6.49,41.68,8.54,40.85,10.51z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/21.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/21.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.71,48.53c-0.02-1.77-0.75-3.49-1.92-4.81c1.38-1.53,2.21-3.55,2.2-5.65c-0.02-3.41-2.27-6.59-5.48-7.74
		c-1.27-0.46-2.59-0.58-3.75-0.69c-1.39-0.12-2.59-0.23-3.24-0.83c-0.5-0.46-0.75-1.36-0.66-2.35c0.11-1.17,0.61-2.4,1.14-3.7
		l0.02-0.02c0.8-1.97,1.8-4.42,2.03-7.07c0.27-3.18-0.68-6.09-2.6-8.01c-2.51-2.5-6.51-2.88-9.11-0.86c-1.75,1.37-2.45,3.4-3,5.03
		l-0.13,0.37c-3.11,9.04-10.34,19.01-21.42,20.84c-0.96-1.29-2.48-2.14-4.21-2.14H5.26C2.36,30.9,0,33.26,0,36.16v33.09
		c0,2.9,2.36,5.26,5.26,5.26h24.32c1.39,0,2.64-0.55,3.58-1.43c5.34-0.01,10.69,0.08,15.86,0.17c4.84,0.08,9.83,0.17,14.85,0.17
		c0.72,0,1.44,0,2.15-0.01c1.89-0.01,4.02-0.02,6.11-0.72c2.63-0.88,4.62-2.78,5.31-5.07c0.42-1.39,0.3-2.92-0.31-4.27
		c1.47-1.15,2.5-2.87,2.67-4.76c0.18-1.92-0.55-3.83-1.83-5.24C79.08,52.01,79.74,50.29,79.71,48.53z M5.26,69.93
		c-0.37,0-0.68-0.3-0.68-0.68V36.16c0-0.37,0.3-0.68,0.68-0.68h24.32c0.37,0,0.68,0.3,0.68,0.68v33.09c0,0.37-0.3,0.68-0.68,0.68
		H5.26z M73.14,45.93c1.1,0.34,1.98,1.51,2,2.67c0.02,1.16-0.83,2.36-1.92,2.73c-0.97,0.33-1.6,1.27-1.54,2.29
		c0.05,1.03,0.78,1.89,1.78,2.11c1.03,0.23,1.89,1.4,1.79,2.45c-0.09,1.05-1.14,2.05-2.2,2.09c-1.12,0.04-2.05,0.9-2.18,2.02
		s0.58,2.17,1.66,2.47c0.2,0.06,0.35,0.29,0.4,0.39c0.2,0.35,0.26,0.81,0.15,1.16c-0.26,0.86-1.18,1.64-2.39,2.05
		c-1.39,0.46-3.06,0.47-4.68,0.48c-5.69,0.03-11.39-0.07-16.9-0.17c-4.66-0.08-9.45-0.16-14.27-0.17V37.52
		c12.89-2.27,21.17-13.59,24.7-23.84l0.13-0.38c0.41-1.21,0.8-2.36,1.48-2.89c0.76-0.59,2.22-0.36,3.07,0.49
		c0.95,0.94,1.42,2.58,1.27,4.37c-0.16,1.81-0.84,3.59-1.71,5.73l-0.03,0.03c-0.61,1.48-1.29,3.16-1.46,5.02
		c-0.22,2.44,0.55,4.67,2.11,6.11c1.79,1.65,4.08,1.86,5.93,2.03c0.98,0.09,1.9,0.18,2.63,0.44c1.39,0.5,2.45,1.99,2.46,3.47
		s-1.03,2.98-2.41,3.5c-0.91,0.34-1.51,1.23-1.48,2.21C71.56,44.79,72.21,45.64,73.14,45.93z"></path>
                  <path fill="#86898C" d="M24.06,59.37c-2.41,0-4.37,1.96-4.37,4.37c0,2.41,1.96,4.37,4.37,4.37s4.38-1.96,4.37-4.37
		C28.43,61.33,26.47,59.37,24.06,59.37z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/22.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/22.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M23.32,13.58h36.67c-0.22,0.87-0.49,1.78-0.82,2.72H24.24c0,0.01,0,0.01,0.01,0.02
		c0.08,0.22,0.18,0.45,0.29,0.67c0.49,1.11,1.04,2.16,1.67,3.15h31.26c-0.51,0.95-1.06,1.86-1.67,2.73H28.22
		c0.01,0.01,0.01,0.01,0.02,0.02c1.23,1.43,2.63,2.69,4.22,3.82h20.08c-2.19,2.11-4.78,3.87-7.77,5.29c0.01,0,0.02,0.01,0.03,0.01
		c4.83,1.6,8.87,3.63,12.27,5.94C63.58,33,67.25,27,69.31,21.99c3.49-8.51,3.13-15.81,3.08-16.61c-0.21-3.17-2.94-5.58-6.11-5.37
		c-3.17,0.21-5.57,2.94-5.37,6.11c0.01,0.03,0.07,1.44-0.19,3.62h-38.2c0,0,0,0.01,0,0.01C22.67,10.86,22.92,12.16,23.32,13.58z"></path>
                  <path fill="#86898C" d="M56.79,66.11H19.91c0.22-0.87,0.49-1.79,0.82-2.72h35.09c-0.52-1.26-1.19-2.54-2.05-3.84H22.44
		c0.5-0.91,1.07-1.82,1.72-2.72H51.7c-1.19-1.34-2.61-2.63-4.32-3.84H27.52c2.05-1.92,4.59-3.71,7.73-5.21
		c-4.84-1.56-8.9-3.58-12.32-5.92C16.67,46.59,13.06,52.17,11,56.85c-3.57,8.13-3.49,15.6-3.38,17.7c0.17,3.07,2.7,5.45,5.74,5.45
		c0.1,0,0.2,0,0.3-0.01c3.17-0.16,5.61-2.87,5.44-6.04c-0.04-0.76-0.06-2.18,0.14-4h38.31c-0.13-1.13-0.37-2.44-0.76-3.83
		C56.79,66.12,56.79,66.11,56.79,66.11z"></path>
                  <path fill="#86898C" d="M41.27,34.24C18.25,27.76,19.04,7.04,19.09,6.09c0.19-3.16-2.21-5.88-5.37-6.08c-3.17-0.2-5.91,2.2-6.11,5.37
		c-0.05,0.81-0.41,8.11,3.08,16.61c3.3,8.04,10.74,18.62,27.46,23.32c22.74,6.4,22.93,24.98,22.74,28.64
		c-0.16,3.17,2.27,5.87,5.44,6.04C66.44,80,66.54,80,66.64,80c3.04,0,5.58-2.38,5.74-5.44c0.11-2.1,0.19-9.58-3.38-17.7
		C65.61,49.15,58.04,38.96,41.27,34.24z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/23.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/23.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M61.33,44.89c0.34-0.32,0.44-0.82,0.25-1.25L59.94,40l1.66-3.62c0.19-0.43,0.09-0.93-0.25-1.25l-2.91-2.74
		l0.12-4c0.01-0.47-0.27-0.89-0.71-1.06l-3.74-1.42l-1.42-3.74c-0.17-0.44-0.6-0.73-1.06-0.71l-4,0.12l-2.74-2.91
		c-0.32-0.34-0.82-0.44-1.25-0.25L40,20.06l-3.62-1.66c-0.43-0.19-0.93-0.09-1.25,0.25l-2.74,2.91l-4-0.12
		c-0.47-0.01-0.89,0.27-1.06,0.71l-1.42,3.74l-3.74,1.42c-0.44,0.17-0.72,0.59-0.71,1.06l0.12,4l-2.91,2.74
		c-0.34,0.32-0.44,0.82-0.25,1.25L20.06,40l-1.65,3.63c-0.19,0.43-0.09,0.93,0.25,1.25l2.91,2.74l-0.12,4
		c-0.01,0.47,0.27,0.89,0.71,1.06l3.74,1.42l1.41,3.73c0.17,0.44,0.59,0.73,1.06,0.71l4-0.12l2.74,2.91
		c0.32,0.34,0.82,0.44,1.25,0.25L40,59.94l3.64,1.64c0.14,0.07,0.3,0.1,0.45,0.1c0.3,0,0.59-0.12,0.79-0.34l2.74-2.91l4,0.12
		c0.47,0.01,0.89-0.27,1.06-0.71l1.42-3.74l3.73-1.41c0.44-0.17,0.72-0.59,0.71-1.06l-0.12-4L61.33,44.89z M56.56,46.37
		c-0.22,0.21-0.35,0.52-0.34,0.83l0.11,3.71l-3.47,1.31c-0.3,0.11-0.53,0.35-0.64,0.64l-1.31,3.47l-3.71-0.11
		c-0.31-0.02-0.61,0.11-0.83,0.34l-2.54,2.7l-3.38-1.52c-0.14-0.07-0.3-0.1-0.45-0.1s-0.31,0.04-0.45,0.1l-3.38,1.52l-2.54-2.7
		c-0.21-0.22-0.52-0.35-0.83-0.34l-3.71,0.11l-1.31-3.47c-0.11-0.3-0.35-0.53-0.64-0.64l-3.47-1.31l0.11-3.71
		c0.01-0.31-0.11-0.61-0.34-0.83l-2.7-2.54l1.52-3.38c0.13-0.29,0.13-0.61,0-0.9l-1.52-3.38l2.7-2.54c0.22-0.21,0.35-0.52,0.34-0.83
		l-0.11-3.71l3.47-1.31c0.3-0.11,0.53-0.35,0.64-0.64l1.31-3.47l3.71,0.11c0.31,0.01,0.61-0.11,0.83-0.34l2.54-2.7l3.38,1.52
		c0.29,0.13,0.61,0.13,0.9,0l3.38-1.52l2.54,2.7c0.21,0.22,0.52,0.35,0.83,0.34l3.71-0.11l1.31,3.47c0.11,0.3,0.35,0.53,0.64,0.64
		l3.47,1.31l-0.11,3.71c-0.01,0.31,0.11,0.61,0.34,0.83l2.7,2.54l-1.52,3.38c-0.13,0.29-0.13,0.61,0,0.9l1.52,3.38L56.56,46.37z"></path>
                  <path fill="#86898C" d="M40,23.29c-9.22,0-16.71,7.5-16.71,16.71S30.78,56.71,40,56.71c9.22,0,16.71-7.49,16.71-16.71
		S49.22,23.29,40,23.29z M40,54.52c-8.01,0-14.52-6.51-14.52-14.52S31.99,25.48,40,25.48S54.52,31.99,54.52,40S48.01,54.52,40,54.52
		z"></path>
                  <path fill="#86898C" d="M79.98,52.25c0-0.03,0.02-0.05,0.02-0.08c0-0.01,0-0.02,0-0.02c0-0.1-0.03-0.2-0.06-0.3
		c-0.01-0.04-0.02-0.09-0.04-0.13c-0.01-0.02-0.01-0.04-0.02-0.06l-6.13-11.67l4.26-8.12c0.01-0.02,0.02-0.04,0.03-0.06l1.82-3.47
		c0.01-0.01,0.01-0.03,0.01-0.05c0.04-0.07,0.05-0.16,0.07-0.24c0.01-0.06,0.03-0.12,0.04-0.18c0-0.02,0.01-0.04,0.01-0.06
		c0-0.07-0.03-0.13-0.04-0.19c-0.01-0.06-0.01-0.11-0.03-0.16c-0.03-0.09-0.08-0.17-0.14-0.25c-0.02-0.03-0.04-0.07-0.07-0.1
		c-0.08-0.1-0.18-0.17-0.29-0.23c-0.01-0.01-0.01-0.01-0.02-0.02c0,0-0.01,0-0.01,0c-0.12-0.07-0.26-0.1-0.41-0.12c0,0,0,0-0.01,0
		c-0.03,0-0.06-0.02-0.09-0.02H61.19c-0.61,0-1.1,0.49-1.1,1.1c0,0.01,0.01,0.02,0.01,0.04l-0.11,3.5c0,0.02-0.01,0.03-0.01,0.05
		c0,0.01,0.01,0.02,0.01,0.03l-0.03,0.86c-0.01,0.31,0.11,0.61,0.34,0.83l2.93,2.76l-1.65,3.67c-0.13,0.29-0.13,0.61,0,0.9
		l1.65,3.67l-2.93,2.76c-0.22,0.21-0.35,0.52-0.34,0.83l0.03,0.85c0,0.01-0.01,0.02-0.01,0.03c0,0.02,0.01,0.03,0.01,0.04l0.11,3.5
		c0,0.01-0.01,0.02-0.01,0.04c0,0.16,0.04,0.31,0.1,0.45c0.03,0.06,0.07,0.11,0.11,0.16c0.04,0.06,0.07,0.13,0.12,0.18
		c0.08,0.08,0.17,0.13,0.27,0.18c0.03,0.01,0.05,0.04,0.08,0.05c0.13,0.05,0.27,0.09,0.42,0.09H78.9c0,0,0,0,0,0c0,0,0,0,0.01,0
		c0.12,0,0.25-0.03,0.37-0.08c0.03-0.01,0.05-0.02,0.08-0.03c0.02-0.01,0.04-0.01,0.06-0.02c0.05-0.03,0.08-0.07,0.13-0.1
		c0.05-0.04,0.11-0.08,0.16-0.13c0.07-0.07,0.11-0.15,0.15-0.23c0.02-0.04,0.05-0.07,0.06-0.11C79.96,52.46,79.98,52.36,79.98,52.25
		z M62.21,49.69h14.16l0.72,1.38H62.25L62.21,49.69z M62.26,28.92h14.83l-0.72,1.38H62.22L62.26,28.92z M65.3,45.18
		c0.34-0.32,0.44-0.82,0.25-1.25L63.78,40l1.78-3.94c0.19-0.43,0.09-0.93-0.25-1.25l-2.46-2.31h12.36l-3.67,6.99
		c-0.02,0.04-0.02,0.08-0.04,0.12c-0.02,0.04-0.03,0.09-0.04,0.14c-0.02,0.1-0.04,0.2-0.03,0.3c0,0.03,0.01,0.06,0.01,0.09
		c0.01,0.11,0.05,0.22,0.09,0.33c0.01,0.01,0.01,0.03,0.01,0.04l3.66,6.98H62.84L65.3,45.18z"></path>
                  <path fill="#86898C" d="M16.78,44.13l1.65-3.67c0.13-0.29,0.13-0.61,0-0.9l-1.65-3.67l2.93-2.76c0.22-0.21,0.35-0.52,0.34-0.83
		l-0.14-4.5c0-0.05-0.02-0.09-0.03-0.13c-0.08-0.53-0.52-0.95-1.07-0.95H1.1c-0.03,0-0.06,0.02-0.09,0.02c0,0,0,0,0,0
		c-0.15,0.01-0.29,0.05-0.42,0.12c0,0,0,0,0,0c0,0,0,0,0,0c-0.12,0.07-0.23,0.15-0.32,0.26c-0.02,0.02-0.03,0.05-0.05,0.08
		c-0.06,0.09-0.11,0.17-0.15,0.27c-0.02,0.05-0.02,0.1-0.03,0.15C0.03,27.69,0,27.75,0,27.82c0,0.02,0.01,0.04,0.01,0.06
		c0,0.06,0.02,0.12,0.04,0.19c0.02,0.08,0.03,0.15,0.07,0.23c0.01,0.02,0.01,0.03,0.01,0.05l1.82,3.48
		c0.01,0.02,0.02,0.03,0.02,0.04l4.27,8.13l-4.29,8.16c0,0,0,0.01-0.01,0.01l-1.84,3.5c-0.01,0.02-0.01,0.04-0.02,0.05
		c-0.02,0.04-0.03,0.09-0.04,0.14c-0.03,0.1-0.06,0.19-0.06,0.29c0,0.01,0,0.02,0,0.02c0,0.03,0.01,0.05,0.02,0.08
		c0.01,0.11,0.03,0.22,0.07,0.32c0.01,0.03,0.03,0.06,0.05,0.1c0.05,0.09,0.1,0.17,0.17,0.25c0.04,0.04,0.08,0.07,0.13,0.1
		c0.05,0.04,0.09,0.09,0.15,0.12c0.02,0.01,0.05,0.02,0.07,0.03c0.02,0.01,0.04,0.02,0.06,0.02c0.12,0.05,0.25,0.08,0.38,0.08
		c0,0,0,0,0.01,0c0,0,0,0,0,0h17.68c0.01,0,0.02,0,0.03,0c0.15,0,0.29-0.03,0.42-0.09c0.04-0.02,0.08-0.05,0.12-0.08
		c0.08-0.05,0.16-0.09,0.23-0.15c0.05-0.04,0.07-0.1,0.11-0.15c0.04-0.06,0.1-0.12,0.13-0.19c0.02-0.05,0.03-0.11,0.04-0.17
		c0.02-0.08,0.05-0.15,0.06-0.23l0.14-4.5c0.01-0.31-0.11-0.61-0.34-0.83L16.78,44.13z M3.64,49.69h14.15l-0.04,1.38H2.92
		L3.64,49.69z M14.7,34.82c-0.34,0.32-0.44,0.82-0.25,1.25L16.22,40l-1.77,3.94c-0.19,0.43-0.09,0.93,0.25,1.25l2.45,2.3H4.8
		l3.66-6.98c0.01-0.03,0.01-0.06,0.02-0.08c0.03-0.08,0.05-0.15,0.07-0.23c0.01-0.07,0.02-0.13,0.02-0.2c0-0.07-0.01-0.13-0.02-0.2
		c-0.01-0.08-0.04-0.16-0.07-0.23c-0.01-0.03-0.01-0.06-0.02-0.08L4.79,32.5h12.38L14.7,34.82z M17.79,30.3H3.63l-0.72-1.38h14.84
		L17.79,30.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/24.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/24.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M45.2,64.88H34.88c-0.95,0-1.72,0.77-1.72,1.72v6.66c0,0.95,0.77,1.72,1.72,1.72H45.2
		c0.95,0,1.73-0.77,1.72-1.72V66.6C46.92,65.65,46.15,64.88,45.2,64.88z M43.48,71.53h-6.87v-3.21h6.87V71.53z"></path>
                  <path fill="#86898C" d="M54.43,76.56h-1.64V61.58c0-0.95-0.77-1.72-1.72-1.72h-4.9l-1.94-11.85c-0.14-0.83-0.86-1.44-1.7-1.44h-4.91
		c-0.84,0-1.56,0.61-1.7,1.43l-2.07,11.86h-4.84c-0.95,0-1.72,0.77-1.72,1.72v14.98h-1.64c-0.95,0-1.72,0.77-1.72,1.72
		c0,0.95,0.77,1.72,1.72,1.72h3.36h22.06h3.36c0.96,0,1.73-0.77,1.72-1.72C56.15,77.33,55.38,76.56,54.43,76.56z M39.06,50.02h2
		l1.61,9.83h-5.32L39.06,50.02z M30.73,63.3h4.57h9.4h4.65v13.25H30.73V63.3z"></path>
                  <path fill="#86898C" d="M43.88,45.57c0.95,0,1.72-0.77,1.72-1.72c0-0.95-0.77-1.72-1.72-1.72h-7.67c-0.95,0-1.72,0.77-1.72,1.72
		c0,0.95,0.77,1.72,1.72,1.72H43.88z"></path>
                  <path fill="#86898C" d="M63.79,17.29c-0.2-0.62-0.74-1.08-1.39-1.17l-14.41-2.1L41.55,0.96C41.25,0.37,40.66,0,40,0
		s-1.25,0.37-1.55,0.95l-6.44,13.06l-14.41,2.1c-0.65,0.09-1.19,0.55-1.39,1.17c-0.2,0.63-0.03,1.31,0.44,1.77L27.07,29.2
		l-2.46,14.35c-0.11,0.65,0.16,1.3,0.69,1.69c0.3,0.22,0.65,0.33,1.01,0.33c0.28,0,0.55-0.06,0.8-0.2L40,38.6l12.88,6.78
		c0.58,0.31,1.28,0.26,1.81-0.13c0.54-0.39,0.8-1.04,0.69-1.69l-2.46-14.35l10.43-10.15C63.82,18.6,63.99,17.91,63.79,17.29z
		 M55.84,18.63l-8.04,2.58c-0.45-0.94-1.06-1.79-1.81-2.51l0.99-1.35L55.84,18.63z M30.56,29.28l1.68-0.56
		c0.45,0.93,1.06,1.77,1.82,2.48l-5.01,6.92L30.56,29.28z M44.95,23.34c0.17,0.51,0.25,1.04,0.25,1.59c0,0.56-0.09,1.11-0.27,1.64
		c-0.34,1.02-1.01,1.93-1.89,2.57c-0.89,0.65-1.95,0.99-3.05,0.99s-2.16-0.34-3.05-0.99c-0.88-0.64-1.55-1.55-1.89-2.58
		c-0.17-0.52-0.26-1.07-0.26-1.64c0-0.54,0.08-1.08,0.25-1.59c0.33-1.05,0.98-1.95,1.88-2.61c0.9-0.66,1.96-1.01,3.08-1.01
		s2.18,0.35,3.07,1.02C43.95,21.37,44.62,22.3,44.95,23.34z M35.91,32.54c0.92,0.49,1.91,0.82,2.94,0.95v1.82l-7.99,4.2L35.91,32.54
		z M41.15,33.49c1.03-0.14,2.02-0.46,2.94-0.96l5.05,6.98l-7.99-4.2V33.49z M49.44,29.28l1.51,8.84l-5.01-6.93
		c0.75-0.71,1.37-1.54,1.82-2.47L49.44,29.28z M45.12,16l-0.99,1.34c-0.93-0.51-1.93-0.84-2.99-0.98V7.95L45.12,16z M38.85,7.95
		v8.41c-1.05,0.14-2.06,0.47-2.99,0.98L34.88,16L38.85,7.95z M33.02,17.36l0.99,1.35c-0.76,0.73-1.37,1.58-1.82,2.52l-8.04-2.58
		L33.02,17.36z M23.36,20.79l8.14,2.61c-0.09,0.5-0.15,1.02-0.15,1.54c0,0.55,0.07,1.08,0.16,1.61l-1.68,0.56L23.36,20.79z
		 M50.16,27.1l-1.67-0.56c0.1-0.53,0.16-1.06,0.16-1.61c0-0.52-0.06-1.03-0.15-1.53l8.12-2.61L50.16,27.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/25.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/25.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.99,37.99h-20.2V8.28c0-1.11-0.9-2.01-2.01-2.01H24.06c-1.11,0-2.01,0.9-2.01,2.01v29.71H2.01
		C0.9,37.99,0,38.89,0,40v31.72c0,1.11,0.9,2.01,2.01,2.01h31.72c1.1,0,2-0.9,2.01-2.01V42.01h8.52v29.71c0,1.11,0.9,2.01,2.01,2.01
		h31.72c1.11,0,2.01-0.9,2.01-2.01V40C80,38.89,79.1,37.99,77.99,37.99z M26.07,10.29h27.71v27.7h-7.51H33.73h-7.66V10.29z
		 M31.72,69.71H4.01v-27.7h20.05h7.66V69.71z M75.99,69.71H48.28v-27.7h7.5h20.21V69.71z"></path>
                  <path fill="#86898C" d="M44.62,30.54l-2.45-0.7c-0.02-1.01-0.03-2.01-0.03-2.97v-6.48l0.09-3.32l-0.33-0.23l-6.22,1.3v1.52l1.94-0.19
		v7.4c0,0.97-0.01,1.98-0.03,3l-2.64,0.67v1.19h9.67V30.54z"></path>
                  <path fill="#86898C" d="M17.45,58.63c4-2.29,5.97-4.26,5.97-6.6c0-2.27-1.53-4.07-5.06-4.07c-3.13,0-5.73,1.43-5.73,4.05
		c0.3,0.63,0.93,1.03,1.66,1.03c0.75,0,1.67-0.35,1.9-2.13l0.22-1.68c0.12-0.01,0.24-0.01,0.36-0.01c1.36,0,2.2,0.98,2.2,2.76
		c0,2.23-1.15,3.58-3.3,5.76c-0.94,0.94-1.94,1.9-2.95,2.88v2.32h10.86v-3.28H15.7C16.28,59.32,16.85,58.98,17.45,58.63z"></path>
                  <path fill="#86898C" d="M62.12,63.31c3.88,0,6.08-1.76,6.08-4.17c0-2.07-0.99-3.4-3.87-3.91c2.52-0.64,3.42-2.13,3.42-3.5
		c0-2.11-1.66-3.77-5.41-3.77c-2.6,0-4.96,1.17-4.8,3.91c0.28,0.4,0.8,0.7,1.38,0.7c0.87,0,1.74-0.43,1.9-1.69l0.22-1.65
		c0.06,0,0.12-0.01,0.17-0.01c1.38,0,2.2,0.84,2.2,2.67c0,2.06-1.01,2.81-2.67,2.81h-0.56v1.34h0.7c1.75,0,2.76,0.98,2.76,2.88
		c0,2.18-1.05,3.09-3.02,3.09c-0.09,0-0.17-0.01-0.25-0.01l-0.15-1.69c-0.16-1.78-0.84-2.25-1.87-2.25c-0.61,0-1.29,0.33-1.57,1.15
		C56.78,61.74,58.49,63.31,62.12,63.31z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/26.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/26.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.37,28.45c-1.03-1.99-1.61-4.39-1.68-6.89l3.79-6.43c0.61-1.03,0.69-2.29,0.21-3.39s-1.46-1.91-2.62-2.17
	L35.08,0.23c-2.52-0.56-5.13,0.55-6.49,2.75L2.79,45.17c0,0,0,0.01-0.01,0.01l-0.01,0.01c-3.69,6.21-3.68,15.1,0.02,21.15
	c0,0.01,0.01,0.01,0.01,0.01c0.09,0.15,0.21,0.29,0.34,0.42c0.04,0.04,0.08,0.07,0.11,0.1c0.1,0.08,0.2,0.16,0.31,0.23
	c0.05,0.03,0.1,0.06,0.15,0.08c0.12,0.06,0.24,0.1,0.36,0.14c0.04,0.01,0.09,0.03,0.13,0.04c0.01,0,0.03,0.01,0.04,0.01l5.84,1.3
	c-0.27,1.99-0.38,4.26-0.23,6.86c0,0.05,0.02,0.1,0.02,0.15c0.01,0.08,0.02,0.15,0.04,0.23s0.05,0.16,0.07,0.24
	c0.02,0.04,0.02,0.09,0.04,0.13c0,0.01,0.01,0.02,0.02,0.03c0.08,0.18,0.19,0.35,0.31,0.51c0.03,0.03,0.06,0.07,0.09,0.1
	c0.12,0.14,0.26,0.26,0.41,0.37c0.01,0.01,0.02,0.02,0.03,0.03c0.16,0.11,0.34,0.18,0.53,0.24c0.04,0.01,0.09,0.03,0.13,0.04
	c0.19,0.05,0.38,0.08,0.58,0.08h0.01h0.01c0.04,0,0.08,0,0.12,0c0.05,0,0.09-0.02,0.14-0.02c0.08-0.01,0.16-0.02,0.24-0.04
	c0.08-0.02,0.15-0.04,0.23-0.07c0.04-0.02,0.09-0.02,0.14-0.04l3.48-1.46l4.13,3.36c0.04,0.03,0.08,0.05,0.11,0.08
	c0.05,0.04,0.1,0.07,0.16,0.11c0.07,0.04,0.14,0.07,0.21,0.11c0.05,0.02,0.1,0.05,0.16,0.07c0.08,0.03,0.17,0.05,0.25,0.07
	c0.05,0.01,0.09,0.03,0.14,0.04c0.13,0,0.26,0.02,0.4,0.02l0,0l0,0l0,0l0,0c0.04,0,0.09,0,0.13,0c0.07,0,0.14-0.02,0.21-0.03
	c0.06-0.01,0.13-0.02,0.19-0.03c0.11-0.03,0.21-0.07,0.31-0.11c0.04-0.02,0.09-0.03,0.13-0.05c0.14-0.07,0.28-0.15,0.41-0.25
	c0.02-0.01,0.03-0.03,0.05-0.05c0.11-0.09,0.21-0.18,0.3-0.29c0.01-0.01,0.02-0.02,0.03-0.03c0.03-0.04,0.05-0.08,0.08-0.12
	c0.05-0.07,0.1-0.14,0.14-0.21c0.04-0.06,0.06-0.13,0.09-0.19c0.03-0.07,0.06-0.14,0.08-0.21c0.02-0.07,0.04-0.15,0.05-0.22
	c0.01-0.07,0.03-0.14,0.04-0.21c0.01-0.08,0.01-0.17,0.01-0.25c0-0.05,0.01-0.1,0.01-0.15c-0.13-2.18-0.06-4.06,0.14-5.69
	l25.22,5.59c0.38,0.08,0.75,0.12,1.13,0.12c1.8,0,3.49-0.94,4.44-2.54l24.22-41.1c0.61-1.03,0.69-2.29,0.21-3.39
	C79.25,29.5,78.39,28.78,77.37,28.45z M18.14,60.88l5.05,1.08c-1.03,1.53-2.07,3.64-2.73,6.53c-0.01,0.04-0.03,0.08-0.04,0.12
	c-0.01,0.03-0.01,0.07-0.01,0.1c-0.28,1.25-0.49,2.64-0.6,4.18l-1.51-1.23c-0.03-0.02-0.06-0.04-0.09-0.06
	c-0.07-0.05-0.13-0.09-0.2-0.13c-0.06-0.04-0.12-0.07-0.19-0.1s-0.14-0.06-0.21-0.08c-0.07-0.02-0.14-0.05-0.21-0.06
	c-0.07-0.02-0.14-0.03-0.22-0.04c-0.07-0.01-0.14-0.02-0.21-0.02c-0.08,0-0.15,0-0.23,0c-0.07,0-0.14,0.01-0.21,0.02
	c-0.07,0.01-0.14,0.03-0.22,0.04c-0.08,0.02-0.15,0.04-0.23,0.07c-0.03,0.01-0.07,0.02-0.11,0.03l-1.63,0.68
	C14.6,65.06,16.99,61.97,18.14,60.88z M28.77,62.52l-0.04,0.02l0,0c0.54-0.31,0.95-0.84,1.09-1.5c0.26-1.23-0.52-2.43-1.76-2.69
	l-10.01-2.13c-0.57-0.12-1.12-0.01-1.59,0.25v-0.01c-0.02,0.01-0.06,0.03-0.12,0.07l0,0c-0.64,0.4-3.52,2.47-5.25,7.66l-4.89-1.09
	C4.1,58.97,4.03,53.3,5.96,48.94l40.41,8.95c-1.69,4.37-1.88,9.5-0.55,13.99l-20.32-4.5C26.78,63.84,28.64,62.6,28.77,62.52z
	 M51.32,72.69c-0.06,0.11-0.16,0.19-0.27,0.24c-2.07-4.16-2.11-9.85-0.12-14.17c1.75-0.04,3.39-0.97,4.31-2.53l16.88-28.63
	c0.44,1.39,1.01,2.68,1.72,3.86c0.01,0.01,0.01,0.02,0.02,0.03c0.02,0.03,0.03,0.06,0.05,0.09c0.01,0.02,0.03,0.04,0.05,0.06
	c0.09,0.13,0.18,0.25,0.29,0.36c0.02,0.02,0.04,0.04,0.06,0.06c0.12,0.12,0.26,0.21,0.41,0.3c0.04,0.02,0.08,0.04,0.11,0.06
	c0.06,0.03,0.12,0.07,0.18,0.09L51.32,72.69z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/27.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/27.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M68.47,30.86c2.94-4.41,3.99-9.69,2.96-14.89c-1.04-5.2-4.03-9.68-8.44-12.62C58.58,0.41,53.3-0.64,48.1,0.39
	c-5.2,1.04-9.68,4.03-12.62,8.44c-0.01,0.01-0.01,0.02-0.01,0.02l-7.25,10.86c-0.01,0.02-0.02,0.03-0.03,0.05
	c-0.01,0.01-0.01,0.02-0.01,0.03L9.47,47.78c-0.52,0.78-0.88,1.63-1.09,2.52c-0.01,0.04-0.02,0.08-0.02,0.13
	c-0.17,0.81-0.22,1.64-0.12,2.47l2.89,25.24c0.07,0.61,0.41,1.17,0.92,1.51C12.39,79.88,12.8,80,13.21,80
	c0.19,0,0.39-0.03,0.58-0.09l24.42-7c1.74-0.49,3.25-1.6,4.25-3.1l18.69-28c0-0.01,0.01-0.01,0.02-0.02
	c0.01-0.02,0.02-0.03,0.03-0.05l7.24-10.85C68.45,30.88,68.46,30.87,68.47,30.86z M48.92,4.52c4.09-0.82,8.26,0.01,11.73,2.33
	c3.47,2.32,5.83,5.85,6.65,9.94c0.82,4.08-0.01,8.23-2.31,11.69c-0.01,0.01-0.02,0.02-0.02,0.03l-0.54,0.81
	c-0.27-3.65-1.54-7.18-3.72-10.19c-0.08-0.14-0.18-0.28-0.3-0.41c-1.29-1.69-2.86-3.2-4.72-4.45c-1.85-1.23-3.83-2.1-5.87-2.64
	c-0.16-0.06-0.33-0.1-0.5-0.12c-3.63-0.87-7.39-0.69-10.87,0.46l0.54-0.81c0,0,0-0.01,0.01-0.01C41.32,7.69,44.84,5.34,48.92,4.52z
	 M44.44,59.25c-0.13-3.31-1.1-6.54-2.87-9.37l17.2-25.75c2.25,4.78,2.03,10.59-1.09,15.3L44.44,59.25z M31.71,22.05
	c3.16-4.7,8.46-7.12,13.75-6.86l-17.2,25.76c-2.35-0.4-4.76-0.37-7.15,0.13c-0.9,0.19-1.77,0.46-2.63,0.77L31.71,22.05z
	 M49.93,16.09c1.18,0.42,2.33,0.97,3.41,1.7c1.1,0.73,2.06,1.59,2.91,2.53L38.82,46.42c-0.89-0.89-1.88-1.71-2.97-2.44
	c-1.07-0.72-2.19-1.31-3.35-1.8L49.93,16.09z M14.14,67.54c1.67-1.95,4.44-2.41,6.59-0.97c2.16,1.45,2.78,4.22,1.58,6.53l-7.3,2.09
	L14.14,67.54z M27.08,71.73c0.38-3.32-1.04-6.66-4.02-8.66c-2.96-1.98-6.58-2.04-9.49-0.45l-1.16-10.2
	c-0.03-0.28-0.02-0.56,0.02-0.83c2.33-3.3,5.69-5.56,9.54-6.37c3.99-0.84,8.09-0.03,11.54,2.27c6.98,4.67,8.79,13.86,4.21,21.09
	c-0.22,0.12-0.44,0.22-0.68,0.29L27.08,71.73z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/28.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/28.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.46,7.64C79.46,7.64,79.46,7.63,79.46,7.64c-0.08-0.1-0.17-0.17-0.26-0.25c-0.01-0.01-0.03-0.02-0.04-0.04
	C79.08,7.3,79,7.24,78.92,7.19c-0.03-0.02-0.06-0.03-0.09-0.05c-0.03-0.02-0.06-0.04-0.1-0.05c-0.01-0.01-0.02-0.01-0.04-0.01
	c-0.03-0.01-0.06-0.02-0.08-0.03c0,0-0.01,0-0.01,0C78.56,7.03,78.52,7.01,78.47,7c-0.04-0.01-0.08-0.03-0.12-0.04
	c-0.04-0.01-0.08-0.02-0.12-0.02c-0.04-0.01-0.08-0.01-0.12-0.02c-0.04,0-0.08-0.01-0.12-0.01c-0.05,0-0.1,0-0.15,0
	c-0.03,0-0.07,0-0.1,0c-0.04,0-0.07,0-0.11,0.01c-0.06,0.01-0.12,0.01-0.18,0.02c-0.03,0-0.05,0.01-0.08,0.02
	c-0.03,0.01-0.06,0.02-0.1,0.03c-0.07,0.02-0.14,0.04-0.2,0.06c-0.02,0.01-0.03,0.01-0.05,0.01L1.34,37.78
	C0.57,38.09,0.05,38.83,0,39.66c-0.04,0.83,0.4,1.62,1.14,2.01l22.84,12.28l7.57,17.73c0,0.01,0.01,0.02,0.01,0.03l0.03,0.08
	c0,0.01,0.01,0.02,0.02,0.03c0.08,0.18,0.18,0.35,0.31,0.51c0,0,0,0.01,0.01,0.01c0.12,0.14,0.25,0.25,0.4,0.36
	c0.04,0.03,0.08,0.06,0.13,0.09c0.03,0.02,0.06,0.04,0.09,0.06c0.08,0.04,0.16,0.06,0.24,0.1c0.07,0.03,0.13,0.06,0.2,0.08
	c0.19,0.05,0.38,0.09,0.58,0.09c0.23,0,0.45-0.05,0.66-0.12c0.01,0,0.02-0.01,0.03-0.01c0.18-0.06,0.35-0.15,0.51-0.26
	c0.02-0.01,0.04-0.02,0.05-0.04c0.14-0.1,0.27-0.22,0.38-0.36c0.02-0.03,0.05-0.05,0.07-0.08c0.01-0.02,0.03-0.03,0.04-0.05
	L43,61.47l24.58,6.51c0.18,0.05,0.37,0.07,0.55,0.07c0.41,0,0.81-0.12,1.16-0.35c0.51-0.33,0.86-0.85,0.96-1.45l9.72-56.83
	C80.09,8.76,79.88,8.11,79.46,7.64z M33.45,65.18l-5.18-12.13l34.46-28.63L36.8,56.69c-0.01,0.02-0.02,0.04-0.03,0.06
	c-0.09,0.12-0.16,0.24-0.23,0.38c-0.01,0.01-0.01,0.03-0.02,0.04c-0.02,0.04-0.04,0.07-0.05,0.1L33.45,65.18z M65.76,16.29
	L25.4,49.82L7.22,40.05L65.76,16.29z M66.4,63.2l-23.72-6.29c0,0-0.01,0-0.01,0l-0.42-0.11l32.07-39.9L66.4,63.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/29.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/29.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M74.09,60.05l5.28-4.83c0.59-0.54,0.79-1.39,0.5-2.14s-1.01-1.24-1.81-1.24H75.7
		c0.16-1.37,0.24-2.74,0.24-4.12c0-19.78-16.09-35.87-35.87-35.87C20.29,11.85,4.2,27.94,4.2,47.72c0,1.38,0.09,2.75,0.24,4.12H1.95
		c-0.81,0-1.53,0.5-1.82,1.25s-0.08,1.6,0.52,2.14l5.38,4.82l-5.36,4.69c-0.61,0.54-0.83,1.39-0.54,2.15
		c0.28,0.76,1.01,1.26,1.82,1.26h16.68c0,0,0,0,0,0c0,0,0,0,0.01,0c0.38,0,0.74-0.12,1.06-0.33c0.02-0.01,0.04-0.03,0.06-0.04
		c0.07-0.05,0.13-0.11,0.2-0.17c0.04-0.04,0.08-0.07,0.11-0.11c0.02-0.03,0.05-0.04,0.07-0.07c0.02-0.03,0.04-0.07,0.06-0.1
		c0.04-0.06,0.08-0.12,0.12-0.19c0.03-0.05,0.05-0.1,0.08-0.15c0.04-0.09,0.07-0.18,0.1-0.27c0.01-0.03,0.02-0.06,0.03-0.1
		c0.03-0.12,0.04-0.25,0.05-0.37c0-0.01,0-0.02,0-0.03c0-0.14-0.01-0.29-0.04-0.44l-0.18-0.85l-0.44-2.07H60.9l-0.48,3.03
		c-0.04,0.28-0.02,0.55,0.05,0.8c0.01,0.03,0.02,0.07,0.04,0.1c0.03,0.09,0.06,0.18,0.11,0.27c0.02,0.04,0.05,0.08,0.07,0.12
		c0.04,0.08,0.09,0.15,0.15,0.22c0.01,0.02,0.02,0.03,0.03,0.05c0.02,0.02,0.04,0.04,0.06,0.06c0.06,0.07,0.12,0.13,0.19,0.18
		c0.03,0.03,0.07,0.05,0.1,0.08c0.08,0.06,0.17,0.11,0.26,0.15c0.03,0.01,0.06,0.03,0.09,0.04c0.1,0.04,0.2,0.08,0.31,0.11
		c0.03,0.01,0.05,0.01,0.07,0.02c0.03,0.01,0.06,0.02,0.09,0.02c0.11,0.01,0.21,0.02,0.31,0.02h15.7c0.81,0,1.53-0.5,1.82-1.26
		c0.29-0.75,0.08-1.6-0.52-2.14L74.09,60.05z M67.09,48.81c0.04-0.25,0.02-0.5-0.03-0.74c0-0.01,0-0.02-0.01-0.04
		c-0.03-0.11-0.07-0.21-0.11-0.31c-0.01-0.02-0.01-0.03-0.02-0.05c-0.04-0.09-0.1-0.18-0.15-0.26c-0.02-0.03-0.03-0.05-0.05-0.07
		c-0.02-0.03-0.04-0.07-0.07-0.1c-0.03-0.04-0.07-0.07-0.11-0.1c-0.04-0.04-0.07-0.07-0.11-0.1c-0.06-0.05-0.11-0.09-0.17-0.13
		c-0.06-0.04-0.12-0.08-0.18-0.11c-0.05-0.03-0.1-0.05-0.15-0.07c-0.08-0.03-0.17-0.06-0.25-0.09c-0.04-0.01-0.08-0.02-0.12-0.03
		c-0.03-0.01-0.05-0.02-0.08-0.02c-0.07-0.01-0.14-0.01-0.22-0.01c-0.03,0-0.05-0.01-0.08-0.01H14.85c-0.14,0-0.28,0.01-0.42,0.04
		c-0.15,0.03-0.28,0.08-0.41,0.14c-0.02,0.01-0.03,0.02-0.05,0.03c-0.1,0.05-0.2,0.11-0.3,0.18c-0.03,0.02-0.05,0.05-0.08,0.07
		c-0.08,0.07-0.16,0.14-0.22,0.22c-0.01,0.01-0.02,0.02-0.03,0.03c-0.01,0.02-0.02,0.03-0.03,0.05c-0.07,0.09-0.13,0.18-0.18,0.28
		c-0.01,0.02-0.02,0.05-0.04,0.07c-0.05,0.11-0.09,0.23-0.13,0.35c0,0.01-0.01,0.02-0.01,0.04c-0.03,0.13-0.05,0.27-0.05,0.41
		c0,0,0,0,0,0c0,0.14,0.01,0.29,0.04,0.43l0.63,2.93H12.3c-0.2-1.36-0.3-2.74-0.3-4.12c0-15.81,12.33-28.19,28.07-28.19
		c15.75,0,28.08,12.38,28.08,28.19c0,1.35-0.11,2.75-0.3,4.12h-1.24L67.09,48.81z M6.79,47.72c0-18.35,14.93-33.28,33.28-33.28
		s33.28,14.93,33.28,33.28c0,1.38-0.11,2.76-0.27,4.12h-2.63c0.18-1.38,0.3-2.77,0.3-4.12c0-8.29-3.17-16.04-8.91-21.81
		c-5.75-5.79-13.48-8.97-21.76-8.97c-8.28,0-16,3.19-21.76,8.97c-5.74,5.77-8.9,13.52-8.9,21.81c0,1.38,0.11,2.76,0.29,4.12H7.06
		C6.89,50.48,6.79,49.1,6.79,47.72z M7.12,64.26l3.12-2.73c0.41-0.36,0.66-0.89,0.66-1.45s-0.24-1.09-0.65-1.46l-3.22-2.89h7.37
		l1.25,5.82l0.57,2.71H7.12z M19.07,58.98l-1.83-8.53h45.63l-0.26,1.66l-1.09,6.87H19.07z M69.89,61.52l3.07,2.74h-8.3l0.51-3.01
		c0.03-0.16,0.03-0.33,0.02-0.49l0.8-5.03h7.05l-3.17,2.9c-0.4,0.37-0.63,0.9-0.63,1.45S69.48,61.15,69.89,61.52z"></path>
                  <path fill="#86898C" d="M50.73,31.59c-0.23-0.7-0.84-1.21-1.57-1.32l-5.09-0.74l-2.28-4.62c-0.32-0.66-1-1.08-1.74-1.08
		s-1.41,0.42-1.74,1.08l-2.28,4.62l-5.09,0.74c-0.73,0.1-1.34,0.62-1.57,1.32c-0.23,0.7-0.04,1.47,0.49,1.99l3.69,3.59l-0.87,5.07
		c-0.13,0.73,0.17,1.46,0.77,1.9c0.6,0.44,1.39,0.5,2.05,0.15l4.56-2.4l4.56,2.4c0.29,0.15,0.6,0.22,0.91,0.22
		c0.41,0,0.81-0.13,1.12-0.37c0.6-0.43,0.9-1.17,0.77-1.9l-0.87-5.07l3.69-3.59C50.77,33.07,50.96,32.29,50.73,31.59z M43.13,35.08
		c-0.46,0.45-0.67,1.09-0.56,1.72l0.38,2.2l-1.97-1.04c-0.29-0.15-0.6-0.22-0.91-0.22s-0.62,0.08-0.91,0.22L37.19,39l0.38-2.2
		c0.11-0.63-0.1-1.27-0.56-1.72l-1.6-1.56l2.21-0.32c0.63-0.09,1.18-0.49,1.46-1.06l0.99-2l0.99,2c0.28,0.57,0.83,0.97,1.46,1.06
		l2.21,0.32L43.13,35.08z"></path>
                  <path fill="#86898C" d="M28.23,34.46l-2.9-0.42l-1.3-2.63c-0.22-0.44-0.67-0.72-1.16-0.72s-0.94,0.28-1.16,0.72l-1.3,2.63l-2.9,0.42
		c-0.49,0.07-0.9,0.41-1.05,0.88c-0.15,0.47-0.02,0.99,0.33,1.33l2.1,2.05l-0.5,2.89c-0.08,0.49,0.12,0.98,0.52,1.27
		c0.22,0.17,0.49,0.25,0.76,0.25c0.21,0,0.41-0.05,0.61-0.15l2.59-1.36l2.59,1.36c0.44,0.23,0.97,0.19,1.37-0.1
		c0.4-0.29,0.6-0.78,0.52-1.27l-0.5-2.89l2.1-2.05c0.36-0.35,0.48-0.86,0.33-1.33C29.12,34.87,28.72,34.53,28.23,34.46z
		 M24.54,37.35c-0.3,0.3-0.44,0.73-0.37,1.15l0.17,0.97l-0.87-0.46c-0.19-0.1-0.39-0.15-0.6-0.15s-0.42,0.05-0.62,0.15l-0.87,0.46
		l0.17-0.97c0.08-0.42-0.06-0.85-0.37-1.15l-0.71-0.69l0.97-0.14c0.43-0.06,0.79-0.33,0.98-0.71l0.44-0.88l0.44,0.88
		c0.19,0.38,0.56,0.65,0.98,0.71l0.97,0.14L24.54,37.35z"></path>
                  <path fill="#86898C" d="M62.5,34.46l-2.9-0.42l-1.3-2.63c-0.22-0.44-0.67-0.72-1.16-0.72s-0.94,0.28-1.16,0.72l-1.3,2.63l-2.9,0.42
		c-0.49,0.07-0.9,0.41-1.05,0.88c-0.15,0.47-0.02,0.99,0.33,1.33l2.1,2.05l-0.5,2.89c-0.08,0.49,0.12,0.98,0.52,1.27
		c0.22,0.17,0.49,0.25,0.76,0.25c0.2,0,0.41-0.05,0.61-0.15l2.59-1.36l2.59,1.36c0.44,0.23,0.97,0.19,1.37-0.1
		c0.4-0.29,0.6-0.78,0.52-1.27l-0.5-2.89l2.1-2.05c0.36-0.35,0.48-0.86,0.33-1.33C63.39,34.87,62.99,34.53,62.5,34.46z M58.8,37.35
		c-0.3,0.3-0.44,0.73-0.37,1.15l0.17,0.97l-0.87-0.46c-0.19-0.1-0.39-0.15-0.6-0.15c-0.2,0-0.41,0.05-0.62,0.15l-0.87,0.46
		l0.17-0.97c0.08-0.42-0.06-0.85-0.37-1.15l-0.71-0.69l0.97-0.14c0.43-0.06,0.79-0.33,0.98-0.71l0.44-0.88l0.44,0.88
		c0.19,0.38,0.56,0.65,0.98,0.71l0.97,0.14L58.8,37.35z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/30.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/30.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.82,13.63H56.93V8.81c0-3.12-2.54-5.65-5.65-5.65H27.95c-3.12,0-5.65,2.54-5.65,5.65v4.82H2.18
	C0.98,13.63,0,14.6,0,15.81v25.34c0,0.95,0.62,1.79,1.52,2.09c0.12,0.04,1.15,0.36,2.95,0.82v25.81c0,3.84,3.13,6.97,6.97,6.97
	h57.13c3.84,0,6.97-3.12,6.96-6.96V44.01c0.95-0.24,1.91-0.49,2.87-0.76c0.94-0.27,1.6-1.13,1.6-2.11V15.81
	C80,14.61,79.03,13.63,77.82,13.63z M30.76,11.67h17.77v1.96H30.76V11.67z M71.17,69.88c0,1.44-1.17,2.6-2.6,2.6H11.43
	c-1.44,0-2.6-1.17-2.6-2.6v-24.8c1.96,0.42,4.27,0.86,6.91,1.29v6.19c0,1.2,0.97,2.18,2.18,2.18h0.56v4.21
	c0,1.2,0.97,2.18,2.18,2.18h6.18c1.2,0,2.18-0.97,2.17-2.17v-4.21h0.02c1.2,0,2.18-0.97,2.18-2.18v-4.53
	c2.77,0.16,5.75,0.26,8.91,0.26c2.57,0,5.27-0.07,8.05-0.21v4.47c0,1.2,0.97,2.18,2.18,2.18h0.17v4.34c0,1.2,0.97,2.18,2.18,2.18
	h6.15c1.2,0,2.18-0.98,2.17-2.18v-4.34h0.3c1.2,0,2.18-0.97,2.18-2.18v-6.08c2.51-0.4,5.07-0.88,7.66-1.44V69.88z M20.66,50.38H20.1
	V47c1.44,0.19,2.94,0.37,4.52,0.52c0.72,0.07,1.47,0.14,2.23,0.2v2.65h-0.02c-1.2,0-2.18,0.97-2.18,2.18v4.21h-1.81v-4.21
	C22.84,51.36,21.87,50.38,20.66,50.38z M52.71,50.37h-0.17v-2.58c2.16-0.18,4.36-0.4,6.61-0.69v3.27h-0.3
	c-1.2,0-2.18,0.97-2.18,2.18v4.34h-1.78v-4.34C54.89,51.35,53.92,50.37,52.71,50.37z M75.64,39.48C41.66,48.41,11.39,41.4,4.37,39.5
	V18h71.27V39.48z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/31.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/31.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M71.01,23.65c-0.22-0.66-0.79-1.14-1.48-1.25L50.3,19.46L41.68,1.07C41.38,0.42,40.72,0,40,0
		c-0.72,0-1.38,0.42-1.69,1.07l-8.62,18.39L10.46,22.4c-0.69,0.11-1.26,0.59-1.48,1.25c-0.22,0.66-0.06,1.39,0.43,1.89l13.97,14.34
		l-3.3,20.28c-0.11,0.7,0.19,1.41,0.77,1.82c0.58,0.41,1.35,0.46,1.97,0.11l12.79-7.08l-2.04,13.08h-4.83
		c-0.98,0-1.77,0.75-1.85,1.71c-0.88,0.15-1.55,0.9-1.55,1.83v6.51c0,1.03,0.83,1.86,1.86,1.86h25.6c1.03,0,1.86-0.83,1.86-1.86
		v-6.51c0-1.01-0.8-1.83-1.81-1.85c-0.09-0.95-0.87-1.69-1.84-1.69h-4.59l-2.04-13.08l12.8,7.08c0.28,0.15,0.59,0.23,0.9,0.23
		c0.38,0,0.75-0.11,1.06-0.33c0.59-0.41,0.88-1.12,0.77-1.82l-3.3-20.28l13.97-14.35C71.06,25.04,71.23,24.31,71.01,23.65z
		 M50.94,76.28H29.06V73.5h21.88V76.28z M42.66,68.09h-5.33l2.39-15.36L40,52.58l0.27,0.15L42.66,68.09z M53.28,37.96
		c-0.41,0.43-0.59,1.02-0.5,1.6l2.84,17.42l-14.73-8.15c-0.56-0.31-1.24-0.31-1.8,0l-14.73,8.15l2.84-17.42
		c0.1-0.58-0.09-1.18-0.5-1.6L14.6,25.54l16.64-2.55c0.61-0.09,1.14-0.49,1.4-1.05L40,6.25l7.34,15.69c0.26,0.56,0.79,0.96,1.4,1.05
		l16.64,2.55L53.28,37.96z"></path>
                  <path fill="#86898C" d="M41.12,10.58c-0.2-0.43-0.64-0.71-1.12-0.71s-0.92,0.27-1.12,0.71l-6.17,13.16l-13.77,2.11
		c-0.46,0.07-0.84,0.39-0.99,0.83c-0.15,0.44-0.03,0.93,0.29,1.26l10,10.26l-2.36,14.51c-0.08,0.47,0.12,0.94,0.51,1.21
		c0.38,0.27,0.89,0.3,1.31,0.07L40,47.18l12.3,6.81c0.19,0.11,0.39,0.16,0.6,0.16c0.25,0,0.5-0.08,0.71-0.23
		c0.39-0.27,0.59-0.74,0.51-1.21L51.76,38.2l10-10.26c0.33-0.33,0.44-0.82,0.29-1.26c-0.15-0.44-0.53-0.76-0.99-0.83l-13.77-2.11
		L41.12,10.58z M49.55,36.91c-0.28,0.29-0.4,0.68-0.34,1.07l2.05,12.6l-10.66-5.9c-0.19-0.11-0.39-0.16-0.6-0.16
		s-0.41,0.06-0.6,0.17l-10.66,5.9l2.05-12.6c0.06-0.39-0.07-0.79-0.34-1.07l-8.75-8.99l12.03-1.84c0.41-0.06,0.76-0.33,0.94-0.7
		L40,14.02l5.32,11.36c0.18,0.37,0.53,0.64,0.94,0.7l12.04,1.84L49.55,36.91z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/32.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/32.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.79,55.03H54.83V35.57c0-1.23-1-2.23-2.23-2.23H27.42c-1.23,0-2.23,1-2.23,2.23v8.62H2.23
		C1,44.19,0,45.19,0,46.42v21.7c0,1.23,0.99,2.23,2.22,2.23c1.23,0,2.23-1,2.23-2.23V48.66h22.96c1.23,0,2.23-1,2.23-2.23v-8.62
		h20.72v19.46c0,1.23,1,2.23,2.23,2.23h22.95v8.61c0,1.23,1,2.23,2.23,2.23c1.23,0,2.23-0.99,2.25-2.23V57.26
		C80.02,56.03,79.02,55.03,77.79,55.03z"></path>
                  <path fill="#86898C" d="M42.84,28.39h2.67v-1.33l-2.72-0.77c-0.02-1.11-0.03-2.22-0.03-3.28v-7.2l0.1-3.69l-0.36-0.26l-6.91,1.46v1.69
		l2.16-0.21v8.21c0,1.07-0.01,2.18-0.03,3.3l-2.94,0.75v1.33h2.89H42.84z"></path>
                  <path fill="#86898C" d="M9.67,28c0.83,0,1.84-0.39,2.1-2.37l0.25-1.85c0.13-0.01,0.26-0.02,0.4-0.02c1.5,0,2.44,1.09,2.44,3.07
		c0,2.47-1.27,3.97-3.66,6.39c-1.04,1.04-2.15,2.11-3.27,3.2v2.57h12.05v-3.64h-8.73c0.64-0.38,1.27-0.75,1.93-1.14
		c4.45-2.55,6.63-4.73,6.63-7.33c0-2.52-1.69-4.52-5.61-4.52c-3.49,0-6.37,1.59-6.37,4.5C8.16,27.56,8.86,28,9.67,28z"></path>
                  <path fill="#86898C" d="M65.42,50.26c4.32,0,6.76-1.95,6.76-4.63c0-2.3-1.1-3.79-4.3-4.35c2.8-0.71,3.8-2.36,3.8-3.88
		c0-2.33-1.84-4.18-6-4.18c-2.89,0-5.51,1.3-5.33,4.34c0.31,0.44,0.88,0.78,1.53,0.78c0.96,0,1.92-0.47,2.1-1.87l0.25-1.83
		c0.06,0,0.14-0.01,0.19-0.01c1.53,0,2.44,0.93,2.44,2.96c0,2.29-1.12,3.12-2.96,3.12v-0.02h-0.65v1.51h0.78
		c1.95,0,3.07,1.09,3.07,3.2c0,2.42-1.17,3.43-3.35,3.43c-0.1,0-0.18-0.01-0.27-0.02l-0.16-1.87c-0.18-1.98-0.94-2.5-2.08-2.5
		c-0.67,0-1.43,0.36-1.74,1.27C59.5,48.52,61.39,50.26,65.42,50.26z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/33.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/33.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M38.25,58.09c0.5,0.13,1.01,0.05,1.43-0.19l39.03-13.86c1.01-0.36,1.53-1.46,1.18-2.47
	c-0.36-1.01-1.46-1.53-2.47-1.18L38.6,54.18L5.1,45.52c-1.92-2.51-1.15-4.55-0.42-5.62l33.57,8.68c0.5,0.13,1.01,0.05,1.43-0.19
	l39.03-13.86c1.01-0.36,1.53-1.46,1.18-2.47c-0.36-1.01-1.46-1.53-2.47-1.18L38.59,44.67L5.13,36.02c-1.96-2.65-1.2-4.62-0.48-5.64
	l33.6,8.68c0.16,0.04,0.32,0.06,0.48,0.06c0.22,0,0.44-0.04,0.65-0.11l39.33-13.96c0.8-0.28,1.32-1.06,1.28-1.91
	c-0.04-0.85-0.63-1.57-1.45-1.79L43.8,12.41c-0.37-0.1-0.77-0.08-1.13,0.05L3.36,26.4c-0.02,0.01-0.03,0.02-0.05,0.02
	c-0.15,0.06-0.3,0.14-0.44,0.24c-0.03,0.02-0.06,0.04-0.08,0.06c-0.01,0.01-0.03,0.02-0.04,0.03c-1.94,1.66-4.41,5.91-1.2,10.89
	c-1.49,2.15-2.52,5.69-0.02,9.52c-1.66,2.4-2.77,6.52,1.01,10.86c0.26,0.29,0.6,0.5,0.97,0.6l34.73,8.98
	c0.16,0.04,0.32,0.06,0.48,0.06c0.29,0,0.56-0.08,0.81-0.2l39.17-13.9c1.01-0.36,1.53-1.46,1.18-2.47
	c-0.36-1.01-1.46-1.53-2.47-1.18L38.59,63.69L5.1,55.03c-1.93-2.53-1.15-4.56-0.42-5.62L38.25,58.09z M40.81,20.79l15.33,3.95
	l-5.16,1.84l-15.32-3.96L40.81,20.79z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/34.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/34.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M77.19,78.25c-0.08-0.55-1.98-13.53-8.12-19.97c-4.63-4.86-9.91-5.53-15.01-6.18c-1.15-0.14-2.34-0.3-3.52-0.5
	c-0.6-1.6-1.18-3.48-1.48-4.63c2.81-2.34,4.89-5.66,5.96-9.52c1.37-0.44,2.63-1.42,3.51-2.76c1.85-2.81,1.46-6.34-0.88-7.88
	c-0.22-0.14-0.44-0.26-0.65-0.35c-0.12-0.06-0.26-0.08-0.39-0.13c0.51-5.48-0.87-11.4-0.87-11.4l6.85-2.82v2.34
	c-0.28,0.07-0.5,0.28-0.57,0.57l-0.49,2.22c-0.08,0.37,0.13,0.75,0.49,0.88l2.14,0.76c0.09,0.03,0.17,0.04,0.26,0.04
	c0.18,0,0.36-0.07,0.49-0.18c0.21-0.17,0.3-0.45,0.25-0.72l-0.58-2.98c-0.05-0.26-0.24-0.47-0.47-0.56v-3l3.33-1.37
	c0.95-0.38,0.88-1.74-0.1-2.03l-27.1-8.03c-0.2-0.06-0.41-0.06-0.61,0L12.56,8.08c-0.98,0.29-1.04,1.64-0.1,2.03l11.78,4.81
	c0,0-1.41,5.93-0.86,11.38c-0.13,0.04-0.27,0.06-0.4,0.12c-0.24,0.1-0.48,0.23-0.69,0.37c-2.33,1.54-2.72,5.07-0.87,7.87
	c0.88,1.34,2.15,2.32,3.51,2.76c1.06,3.82,3.1,7.12,5.85,9.46c-0.42,1.72-0.92,3.4-1.4,4.74c-1.16,0.19-2.32,0.35-3.44,0.49
	c-5.1,0.65-10.38,1.32-15.01,6.18c-6.14,6.44-8.04,19.42-8.12,19.97c-0.06,0.43,0.07,0.88,0.36,1.21C3.46,79.81,3.88,80,4.32,80
	h30.36c0.78,0,1.43-0.58,1.52-1.36l1.71-15.39c0.06-0.48-0.12-0.95-0.47-1.28c-0.77-0.71-1.19-1.68-1.19-2.73
	c0-0.59,0.12-1.14,0.38-1.66c0.37-0.75,0.06-1.67-0.69-2.04c-0.03-0.02-0.07-0.04-0.1-0.05c-2.13-0.9-3.2-1.97-3.69-2.59
	c0.71-1.92,1.32-4.2,1.8-6.25c0.14-0.59-0.09-1.2-0.57-1.56c-2.8-2.09-4.84-5.39-5.73-9.27c-0.14-0.63-0.67-1.1-1.32-1.17
	c-0.85-0.09-1.76-0.72-2.37-1.64c-0.89-1.35-0.89-3.06,0.01-3.65c0.06-0.03,0.12-0.07,0.2-0.1c0.37-0.16,0.85-0.15,1.34,0.03
	c0.42,0.15,0.87,0.11,1.26-0.1c0.38-0.21,0.66-0.58,0.75-1.01c0.11-0.53,0.26-1.07,0.43-1.59c1.17-3.52,2.5-4.9,3.35-5.02
	c1.53-0.21,2.27,0.07,3.39,0.5c1.18,0.45,2.65,1.02,5.21,1.06c3.21,0.05,4.46-0.49,5.56-0.98c0.73-0.33,1.3-0.58,2.69-0.63
	c2.43-0.09,3.88,3.47,4.37,6.54c0.07,0.44,0.33,0.83,0.71,1.06c0.38,0.23,0.85,0.28,1.27,0.14c0.33-0.11,0.82-0.2,1.29,0
	c0.06,0.03,0.12,0.06,0.18,0.1c0.9,0.59,0.9,2.3,0.01,3.65c-0.6,0.92-1.51,1.55-2.37,1.64c-0.64,0.07-1.17,0.54-1.32,1.17
	c-0.9,3.91-2.97,7.22-5.82,9.31c-0.38,0.28-0.6,0.71-0.61,1.18h-0.03c0,0,0,0.05,0.01,0.16c0,0.04,0.02,0.07,0.03,0.1
	c0.11,0.53,0.85,3.63,1.93,6.37c-0.52,0.63-1.59,1.66-3.63,2.53c-0.03,0.02-0.07,0.03-0.1,0.05c-0.75,0.37-1.06,1.29-0.69,2.04
	c0.25,0.52,0.38,1.08,0.38,1.66c0,1.04-0.43,2.01-1.19,2.73c-0.35,0.33-0.52,0.8-0.47,1.28l1.71,15.41
	c0.08,0.78,0.73,1.36,1.51,1.36h30.36c0.44,0,0.86-0.19,1.16-0.54C77.12,79.13,77.25,78.69,77.19,78.25z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/35.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/35.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M74.95,75.73l-5.32-17.56c-1.04-3.43-3.98-6.13-7.76-7.14c-1.72-0.45-2.77-2.18-2.38-3.92
	c2.16-9.82,1.03-24.66,0.5-30.21c-0.13-1.31,0.62-2.55,1.84-3.05l3.15-1.29v2.49c-0.28,0.07-0.5,0.28-0.57,0.58l-0.5,2.26
	c-0.08,0.38,0.13,0.77,0.5,0.9l2.18,0.78c0.08,0.04,0.17,0.05,0.26,0.05c0.19,0,0.37-0.06,0.51-0.19c0.22-0.18,0.31-0.47,0.26-0.74
	l-0.6-3.04c-0.05-0.27-0.24-0.48-0.48-0.58v-3.15l3.03-1.24c0.94-0.39,0.88-1.74-0.1-2.03L40.51,0.08c-0.33-0.1-0.69-0.1-1.02,0
	L10.54,8.66c-0.98,0.29-1.04,1.65-0.1,2.03l7.74,3.16c1.22,0.5,1.97,1.73,1.84,3.05c-0.54,5.55-1.66,20.39,0.5,30.21
	c0.38,1.74-0.67,3.46-2.39,3.92c-3.78,1-6.72,3.7-7.76,7.13L5.05,75.73C4.41,77.85,6,80,8.22,80h63.56
	C74,80,75.59,77.85,74.95,75.73z M46.56,48.31c-1.1,0.67-1.61,2-1.3,3.25c0.21,0.83,0.55,1.76,1.14,2.61
	c0.85,1.23,0.77,2.88-0.2,4.01c-0.99,1.16-2.19,2.75-3.28,4.7c-1.28,2.3-4.55,2.3-5.83,0c-1.09-1.95-2.29-3.54-3.28-4.7
	c-0.97-1.13-1.05-2.78-0.2-4c0.62-0.9,0.97-1.88,1.17-2.74c0.28-1.21-0.24-2.49-1.3-3.14c-4.75-2.92-8-8.91-8-15.83
	c0-0.89,0.02-1.73,0.05-2.53c0.05-1.44,1.12-2.61,2.52-2.81c5.7-0.81,10.38-3.6,12.88-5.38c1.11-0.79,2.61-0.73,3.65,0.15
	c1.5,1.28,4.09,3.09,8.16,4.79c1.04,0.44,1.76,1.43,1.83,2.56c0.06,1,0.09,2.07,0.09,3.21C54.66,39.4,51.36,45.4,46.56,48.31z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/36.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/36.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M75.59,6.64c-0.46-0.46-1.09-0.73-1.74-0.72l-9.29,0.07c0.05-2.23-0.01-3.61-0.01-3.67
	C64.5,1.02,63.44,0,62.14,0H16.02c-1.31,0-2.38,1.05-2.42,2.36c0,0.07-0.03,1.5,0.06,3.81H6.13c-0.66,0-1.28,0.27-1.74,0.74
	c-0.45,0.47-0.7,1.11-0.67,1.76c0.03,0.91,0.9,21.68,15.85,24.75c2.91,5.89,6.82,9.92,11.58,11.97c-0.02,0.11-0.04,0.23-0.04,0.35
	c-0.02,1.29,0.84,2.35,2.12,2.42c0.2,0.12,0.24,0.5,0.24,0.81c-0.02,2.65-0.79,5.9-1.39,7.73H21.76c-1.34,0-2.42,1.08-2.42,2.42
	c0,1.34,1.09,2.42,2.42,2.42h2.37v13.62h-2.37c-1.34,0-2.42,1.09-2.42,2.42c0,1.34,1.09,2.42,2.42,2.42H56.4
	c1.34,0,2.42-1.08,2.42-2.42c0-1.34-1.09-2.42-2.42-2.42h-2.37V61.54h2.37c1.34,0,2.42-1.08,2.42-2.42c0-1.34-1.09-2.42-2.42-2.42
	H46.12c-0.61-1.83-1.37-5.09-1.4-7.73c-0.01-0.31,0.03-0.69,0.23-0.81c1.28-0.06,2.13-1.12,2.12-2.42c0-0.1-0.02-0.19-0.03-0.28
	c4.9-2.02,8.89-6.04,11.82-11.93c0.03,0,0.05,0.01,0.07,0.01c0.11,0,0.21-0.01,0.32-0.03C75.49,31.34,76.26,9.34,76.28,8.4
	C76.3,7.74,76.05,7.11,75.59,6.64z M8.79,11.01h5.18c0.43,4.77,1.32,10.67,3.14,16.31C11.22,23.77,9.36,15.26,8.79,11.01z
	 M22.36,10.28c-0.07-1.33,0.96-2.47,2.29-2.54c1.34-0.07,2.47,0.96,2.54,2.29c0.28,5.31,2.44,19.94,9.01,23.75
	c1.15,0.67,1.55,2.15,0.88,3.3c-0.45,0.78-1.26,1.21-2.1,1.21c-0.41,0-0.83-0.11-1.21-0.33C23.6,32.06,22.41,11.17,22.36,10.28z
	 M47.19,64.47v7.78H30.97v-7.78H47.19z M37.11,56.7c0.64-2.3,1.17-5.18,1.19-7.69c0-0.28-0.01-0.55-0.04-0.81h1.65
	c-0.03,0.26-0.04,0.53-0.04,0.81c0.02,2.51,0.54,5.39,1.18,7.69H37.11z M61.08,28.12c1.98-5.94,2.87-12.25,3.24-17.28l6.92-0.06
	C70.65,15.48,68.54,25.38,61.08,28.12z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/37.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/37.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M54.3,25.2L45.9,24l-3.8-7.6c-0.4-0.7-1.1-1.2-1.9-1.2c-0.8,0-1.5,0.5-1.9,1.2L34.6,24l-8.4,1.2
		c-0.8,0.1-1.4,0.7-1.7,1.4c-0.3,0.8,0,1.6,0.5,2.1l6.1,5.9l-1.4,8.4c-0.1,0.8,0.2,1.6,0.8,2c0.6,0.5,1.5,0.5,2.2,0.2l7.5-4l7.5,4
		c0.3,0.2,0.6,0.2,1,0.2c0.4,0,0.9-0.1,1.3-0.4c0.6-0.5,1-1.3,0.8-2l-1.4-8.4l6.1-5.9c0.6-0.6,0.8-1.4,0.5-2.1S55.1,25.3,54.3,25.2z
		 M45.6,32.5c-0.5,0.5-0.7,1.2-0.6,1.8l0.9,5.3l-4.8-2.5c-0.3-0.2-0.6-0.2-1-0.2c-0.3,0-0.7,0.1-0.9,0.2l-4.8,2.5l0.9-5.3
		c0.1-0.7-0.1-1.4-0.6-1.8l-3.9-3.8l5.3-0.8c0.7-0.1,1.3-0.5,1.6-1.1l2.4-4.8l2.4,4.8c0.3,0.6,0.9,1,1.6,1.1l5.3,0.8L45.6,32.5z"></path>
                  <path fill="#86898C" d="M70.4,30.4c0-2.1-0.9-4.2-2.5-5.6c-1-0.9-1.3-2.3-0.9-3.5c0.6-2,0.4-4.2-0.7-6.1c-1.1-1.8-2.8-3.2-4.9-3.6
		c-1.3-0.3-2.3-1.3-2.6-2.6c-0.4-2.1-1.8-3.9-3.6-4.9s-4-1.3-6.1-0.7c-1.3,0.4-2.7,0-3.5-0.9C44.2,0.9,42.1,0,40,0s-4.2,0.9-5.6,2.5
		c-0.9,1-2.3,1.3-3.5,0.9c-2-0.6-4.2-0.4-6.1,0.7C23,5.1,21.7,6.9,21.2,9c-0.3,1.3-1.3,2.3-2.6,2.6c-2.1,0.4-3.9,1.8-4.9,3.6
		s-1.3,4-0.7,6.1c0.4,1.3,0,2.7-1,3.5c-1.6,1.4-2.5,3.5-2.5,5.6s0.9,4.1,2.5,5.6c1,0.9,1.3,2.3,1,3.5c-0.6,2-0.4,4.2,0.7,6.1
		c1.1,1.8,2.8,3.1,4.9,3.6c1.3,0.3,2.3,1.3,2.6,2.6c0.3,1.4,1,2.7,2.1,3.7v22.4c0,0.7,0.3,1.3,0.9,1.7c0.4,0.3,0.8,0.4,1.2,0.4
		c0.2,0,0.5,0,0.7-0.1l6.1-2.2c0.1,0,0.2-0.1,0.4-0.1l7.7-2.7l13.8,5c0.6,0.2,1.3,0.1,1.9-0.3s0.9-1,0.9-1.7V55.5
		c1-1,1.8-2.3,2.1-3.7c0.3-1.3,1.3-2.3,2.6-2.6c2.1-0.5,3.9-1.8,4.9-3.6s1.3-4,0.7-6.1c-0.4-1.3,0-2.7,0.9-3.5
		C69.5,34.5,70.4,32.5,70.4,30.4z M27.4,57.6c0.7,0.1,1.4,0.1,2.1,0v16.6L27.4,75V57.6z M39.5,70.7l-5.8,2.1V57.7
		c0.3,0.2,0.5,0.4,0.8,0.6c1.4,1.6,3.5,2.5,5.6,2.5s4.2-0.9,5.6-2.5c0.3-0.3,0.7-0.6,1.1-0.8l0,15.2l-5.7-2.1
		C40.5,70.5,40,70.5,39.5,70.7z M50.8,74.3l0-16.6c0.6,0,1.2,0,1.8-0.1V75L50.8,74.3z M65.1,32.9c-2.2,2-3,5.1-2.1,7.9
		c0.3,0.9,0.2,1.9-0.3,2.7c-0.5,0.8-1.3,1.4-2.2,1.6c-2.9,0.6-5.1,2.9-5.8,5.8c-0.2,1-0.8,1.7-1.6,2.2c-0.8,0.5-1.8,0.6-2.7,0.3
		c-0.4-0.1-0.8-0.2-1.2-0.3c-0.2,0-0.3-0.1-0.5-0.1c0,0-0.1,0-0.1,0c-2.3-0.2-4.5,0.7-6.1,2.4c-0.7,0.7-1.5,1.1-2.5,1.1
		c-1,0-1.9-0.4-2.5-1.1C36,53.9,34,53,31.9,53c-0.1,0-0.2,0-0.2,0c0,0,0,0-0.1,0c-0.1,0-0.3,0-0.4,0c-0.5,0-1.1,0.1-1.6,0.3
		c-0.9,0.3-1.9,0.2-2.7-0.3c-0.8-0.5-1.4-1.3-1.6-2.2c-0.6-2.9-2.9-5.1-5.8-5.8c-1-0.2-1.7-0.8-2.2-1.6c-0.5-0.8-0.6-1.8-0.3-2.7
		c0.9-2.8,0.1-5.9-2.1-7.9c-0.7-0.7-1.1-1.5-1.1-2.5s0.4-1.9,1.1-2.5c2.2-2,3-5.1,2.1-7.9c-0.3-0.9-0.2-1.9,0.3-2.7
		c0.5-0.8,1.3-1.4,2.2-1.6c2.9-0.6,5.1-2.9,5.8-5.8c0.2-1,0.8-1.7,1.6-2.2c0.8-0.5,1.8-0.6,2.7-0.3c2.8,0.9,5.9,0.1,7.9-2.1
		C38.1,4.5,39,4.2,40,4.2c1,0,1.9,0.4,2.5,1.1c2,2.2,5.1,3,7.9,2.1c0.9-0.3,1.9-0.2,2.7,0.3c0.8,0.5,1.4,1.3,1.6,2.2
		c0.6,2.9,2.9,5.1,5.8,5.8c1,0.2,1.7,0.8,2.2,1.6c0.5,0.8,0.6,1.8,0.3,2.7c-0.9,2.8-0.1,5.9,2.1,7.9c0.7,0.7,1.1,1.5,1.1,2.5
		S65.8,32.2,65.1,32.9z"></path>
                  <path fill="#86898C" d="M61.5,23c0.5-1.6,0.3-3.3-0.5-4.8c-0.8-1.4-2.2-2.5-3.9-2.8c-1.1-0.2-1.9-1.1-2.2-2.2c-0.3-1.6-1.4-3-2.8-3.9
		c-1.4-0.8-3.2-1-4.8-0.5c-1.1,0.3-2.2,0-3-0.8c-1.1-1.2-2.7-1.9-4.4-1.9s-3.3,0.7-4.4,1.9c-0.7,0.8-1.9,1.1-3,0.8
		c-1.6-0.5-3.3-0.3-4.8,0.5c-1.4,0.8-2.5,2.2-2.8,3.9c-0.2,1.1-1.1,1.9-2.2,2.2c-1.6,0.4-3,1.4-3.9,2.8c-0.8,1.4-1,3.2-0.5,4.8
		c0.3,1,0,2.2-0.8,2.9c-1.2,1.1-1.9,2.7-1.9,4.4s0.7,3.3,1.9,4.4c0.8,0.7,1.1,1.9,0.8,3C18,39.3,18.2,41,19,42.5
		c0.8,1.4,2.2,2.5,3.9,2.8c1.1,0.2,1.9,1.1,2.2,2.2c0.3,1.6,1.4,3,2.8,3.9c1.4,0.8,3.2,1,4.8,0.5c1.1-0.3,2.2,0,3,0.8
		c1.1,1.2,2.7,1.9,4.4,1.9s3.3-0.7,4.4-1.9c0.7-0.8,1.9-1.1,2.9-0.8c1.6,0.5,3.3,0.3,4.8-0.5c1.4-0.8,2.5-2.2,2.8-3.9
		c0.2-1.1,1.1-1.9,2.2-2.2c1.6-0.3,3-1.4,3.9-2.8c0.8-1.4,1-3.2,0.5-4.8c-0.3-1.1,0-2.2,0.8-3c1.2-1.1,1.9-2.7,1.9-4.4
		s-0.7-3.3-1.9-4.4C61.5,25.2,61.2,24.1,61.5,23z M60.2,32.5c-1.7,1.6-2.4,4-1.7,6.2c0.2,0.8,0.2,1.6-0.3,2.3
		c-0.4,0.7-1.1,1.2-1.8,1.4c-2.3,0.5-4,2.3-4.5,4.5c-0.2,0.8-0.7,1.5-1.4,1.9c-0.7,0.4-1.5,0.5-2.3,0.3c-2.2-0.7-4.6-0.1-6.2,1.7
		c-0.5,0.6-1.3,0.9-2.1,0.9c-0.8,0-1.5-0.3-2.1-0.9c-1.1-1.3-2.8-1.9-4.4-1.9c-0.6,0-1.2,0.1-1.8,0.3c-0.8,0.2-1.6,0.2-2.3-0.3
		c-0.7-0.4-1.2-1.1-1.3-1.8c-0.5-2.3-2.3-4-4.5-4.5c-0.8-0.2-1.4-0.6-1.8-1.3c-0.4-0.7-0.5-1.5-0.3-2.3c0.7-2.2,0.1-4.6-1.7-6.2
		c-0.6-0.5-0.9-1.3-0.9-2.1s0.3-1.5,0.9-2.1c1.7-1.6,2.4-4,1.7-6.2c-0.2-0.8-0.1-1.6,0.3-2.3c0.4-0.7,1.1-1.2,1.9-1.4
		c2.3-0.5,4-2.3,4.5-4.5c0.2-0.8,0.7-1.5,1.4-1.9c0.7-0.4,1.5-0.5,2.3-0.3c2.2,0.7,4.6,0.1,6.2-1.7c0.5-0.6,1.3-0.9,2.1-0.9
		s1.5,0.3,2.1,0.9c1.6,1.7,4,2.4,6.2,1.7c0.8-0.2,1.6-0.2,2.3,0.3c0.7,0.4,1.2,1.1,1.4,1.8c0.5,2.3,2.3,4,4.5,4.5
		c0.8,0.2,1.5,0.7,1.8,1.4c0.4,0.7,0.5,1.5,0.3,2.3c-0.7,2.2,0,4.6,1.7,6.2c0.6,0.5,0.9,1.3,0.9,2.1S60.8,31.9,60.2,32.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/38.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/38.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M51.5,51.4l-6.8-1l-3-6.2c-0.3-0.6-0.9-0.9-1.5-0.9s-1.2,0.4-1.5,0.9l-3,6.2l-6.8,1c-0.6,0.1-1.1,0.5-1.3,1.1
		c-0.2,0.6,0,1.3,0.4,1.7l4.9,4.8l-1.2,6.8c-0.1,0.6,0.2,1.3,0.7,1.6c0.5,0.4,1.2,0.4,1.8,0.1l6.1-3.2l6.1,3.2
		c0.3,0.1,0.5,0.2,0.8,0.2c0.3,0,0.7-0.1,1-0.3c0.5-0.4,0.8-1,0.7-1.6L47.5,59l4.9-4.8c0.5-0.4,0.6-1.1,0.4-1.7
		C52.7,51.9,52.2,51.5,51.5,51.4z M44.5,57.2c-0.4,0.4-0.6,0.9-0.5,1.5l0.7,4.3l-3.9-2c-0.5-0.3-1.1-0.3-1.5,0l-3.9,2l0.7-4.3
		c0.1-0.5-0.1-1.1-0.5-1.5l-3.1-3l4.3-0.6c0.6-0.1,1-0.4,1.3-0.9l1.9-3.9l1.9,3.9c0.3,0.5,0.7,0.8,1.3,0.9l4.3,0.6L44.5,57.2z"></path>
                  <path fill="#86898C" d="M64.5,55.5c0-1.7-0.7-3.3-2-4.5c-0.8-0.7-1.1-1.8-0.8-2.9c0.5-1.6,0.3-3.4-0.5-4.9c-0.9-1.5-2.3-2.5-4-2.9
		c-1-0.2-1.9-1-2.1-2.1c-0.4-1.7-1.4-3.1-2.9-4c-1.5-0.9-3.3-1-4.9-0.5c-1,0.3-2.1,0-2.9-0.8c0,0-0.1-0.1-0.1-0.1
		c0.6-0.7,1-1.6,1-2.6v-0.4h6.6c0.9,0,1.7-0.8,1.7-1.7V1.7c0-0.9-0.8-1.7-1.7-1.7H28.2c-0.9,0-1.7,0.8-1.7,1.7v26.5
		c0,0.9,0.8,1.7,1.7,1.7h6.6v0.4c0,1,0.4,1.9,0.9,2.6c-0.1,0.1-0.1,0.1-0.2,0.2c-0.7,0.8-1.8,1.1-2.9,0.8c-1.6-0.5-3.4-0.3-4.9,0.5
		c-1.5,0.9-2.5,2.3-2.9,4c-0.2,1-1,1.9-2.1,2.1c-1.7,0.4-3.1,1.4-4,2.9c-0.9,1.5-1,3.3-0.5,4.9c0.3,1,0,2.1-0.8,2.9
		c-1.3,1.2-2,2.8-2,4.5s0.7,3.3,2,4.5c0.8,0.7,1.1,1.8,0.8,2.9c-0.5,1.6-0.3,3.4,0.5,4.9c0.9,1.5,2.3,2.5,4,2.9c1,0.2,1.9,1,2.1,2.1
		c0.4,1.7,1.4,3.1,2.9,4c1.5,0.9,3.3,1,4.9,0.5c1-0.3,2.1,0,2.9,0.8c1.2,1.3,2.8,2,4.5,2s3.3-0.7,4.5-2c0.7-0.8,1.8-1.1,2.9-0.8
		c1.6,0.5,3.4,0.3,4.9-0.5c1.5-0.9,2.5-2.3,2.9-4c0.2-1,1-1.9,2.1-2.1c1.7-0.4,3.1-1.4,4-2.9c0.9-1.5,1-3.3,0.5-4.9
		c-0.3-1,0-2.1,0.8-2.9C63.8,58.8,64.5,57.2,64.5,55.5z M43.7,26.5h-7.2c0,0-0.1,0-0.1,0h-1.5V3.3h10.4v23.2L43.7,26.5
		C43.7,26.5,43.7,26.5,43.7,26.5z M50.3,26.5h-1.6V3.3h1.6V26.5z M29.9,3.3h1.7v23.2h-1.7V3.3z M38.9,31c-0.4,0-0.8-0.4-0.8-0.8
		v-0.4H42v0.4c0,0.4-0.4,0.8-0.8,0.8h-0.6c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0H38.9z M60.3,57.5c-1.8,1.6-2.4,4.1-1.7,6.3
		c0.2,0.7,0.2,1.5-0.2,2.2s-1,1.1-1.8,1.3c-2.3,0.5-4.1,2.3-4.6,4.6c-0.2,0.8-0.6,1.4-1.3,1.8c-0.7,0.4-1.5,0.5-2.2,0.2
		c-2.3-0.7-4.7,0-6.3,1.7c-0.5,0.6-1.3,0.9-2,0.9c-0.8,0-1.5-0.3-2-0.9c-1.2-1.3-2.8-2-4.5-2c-0.6,0-1.2,0.1-1.8,0.3
		c-0.7,0.2-1.5,0.2-2.2-0.2s-1.1-1-1.3-1.8c-0.5-2.3-2.3-4.1-4.6-4.6c-0.8-0.2-1.4-0.6-1.8-1.3s-0.5-1.5-0.2-2.2
		c0.7-2.3,0-4.7-1.7-6.3c-0.6-0.5-0.9-1.3-0.9-2c0-0.8,0.3-1.5,0.9-2c1.8-1.6,2.4-4.1,1.7-6.3c-0.2-0.7-0.2-1.5,0.2-2.2
		s1-1.1,1.8-1.3c2.3-0.5,4.1-2.3,4.6-4.6c0.2-0.8,0.6-1.4,1.3-1.8c0.7-0.4,1.5-0.5,2.2-0.2c2.3,0.7,4.7,0,6.3-1.7
		c0.5-0.6,1.3-0.9,2-0.9c0.8,0,1.5,0.3,2,0.9c1.6,1.8,4.1,2.4,6.3,1.7c0.7-0.2,1.5-0.2,2.2,0.2s1.1,1,1.3,1.8
		c0.5,2.3,2.3,4.1,4.6,4.6c0.8,0.2,1.4,0.6,1.8,1.3c0.4,0.7,0.5,1.5,0.2,2.2c-0.7,2.3,0,4.7,1.7,6.3c0.6,0.5,0.9,1.3,0.9,2
		C61.2,56.3,60.8,57,60.3,57.5z"></path>
                  <path fill="#86898C" d="M57.3,49.6c0.4-1.3,0.3-2.7-0.4-3.9c-0.7-1.2-1.8-2-3.1-2.3c-0.9-0.2-1.5-0.9-1.7-1.7
		c-0.3-1.3-1.1-2.5-2.3-3.1c-1.2-0.7-2.6-0.8-3.9-0.4c-0.8,0.3-1.8,0-2.4-0.6c-0.9-1-2.2-1.6-3.5-1.6s-2.6,0.6-3.5,1.6
		c-0.6,0.7-1.5,0.9-2.4,0.6c-1.3-0.4-2.7-0.3-3.9,0.4c-1.2,0.7-2,1.8-2.3,3.1c-0.2,0.9-0.9,1.5-1.7,1.7c-1.3,0.3-2.5,1.1-3.1,2.3
		c-0.7,1.2-0.8,2.6-0.4,3.9c0.3,0.8,0,1.8-0.6,2.4c-1,0.9-1.6,2.2-1.6,3.5S21,58.1,22,59c0.7,0.6,0.9,1.5,0.6,2.4
		c-0.4,1.3-0.3,2.7,0.4,3.9c0.7,1.2,1.8,2,3.1,2.3c0.9,0.2,1.5,0.9,1.7,1.7c0.3,1.3,1.1,2.5,2.3,3.1c1.2,0.7,2.6,0.8,3.9,0.4
		c0.8-0.3,1.8,0,2.4,0.6c0.9,1,2.2,1.6,3.5,1.6s2.6-0.6,3.5-1.6c0.6-0.7,1.5-0.9,2.4-0.6c1.3,0.4,2.7,0.3,3.9-0.4
		c1.2-0.7,2-1.8,2.3-3.1c0.2-0.9,0.9-1.5,1.7-1.7c1.3-0.3,2.5-1.1,3.1-2.3c0.7-1.2,0.8-2.6,0.4-3.9c-0.3-0.8,0-1.8,0.6-2.4
		c1-0.9,1.6-2.2,1.6-3.5S59,52.9,58,52C57.3,51.4,57.1,50.4,57.3,49.6z M56.3,57.2c-1.4,1.3-1.9,3.2-1.3,5c0.2,0.6,0.1,1.3-0.2,1.8
		c-0.3,0.6-0.9,1-1.5,1.1c-1.8,0.4-3.3,1.8-3.7,3.7c-0.1,0.6-0.5,1.2-1.1,1.5c-0.6,0.3-1.2,0.4-1.8,0.2c-1.8-0.6-3.7,0-5,1.3
		c-0.4,0.5-1,0.7-1.7,0.7s-1.3-0.3-1.7-0.7c-0.9-1-2.2-1.6-3.5-1.6c-0.5,0-1,0.1-1.5,0.2c-0.6,0.2-1.3,0.1-1.8-0.2
		c-0.6-0.3-1-0.9-1.1-1.5c-0.4-1.8-1.8-3.3-3.7-3.7c-0.6-0.1-1.2-0.5-1.5-1.1c-0.3-0.6-0.4-1.2-0.2-1.8c0.6-1.8,0-3.7-1.3-5
		c-0.5-0.4-0.7-1-0.7-1.7c0-0.6,0.3-1.3,0.7-1.7c1.4-1.3,1.9-3.2,1.3-5c-0.2-0.6-0.1-1.3,0.2-1.8c0.3-0.6,0.9-0.9,1.5-1.1
		c1.8-0.4,3.3-1.8,3.7-3.7c0.1-0.6,0.5-1.2,1.1-1.5c0.6-0.3,1.2-0.4,1.8-0.2c1.8,0.6,3.7,0,5-1.3c0.4-0.5,1-0.7,1.7-0.7
		s1.3,0.3,1.7,0.7c1.3,1.4,3.2,1.9,5,1.3c0.6-0.2,1.3-0.1,1.8,0.2c0.6,0.3,1,0.9,1.1,1.5c0.4,1.8,1.8,3.3,3.7,3.7
		c0.6,0.1,1.2,0.5,1.5,1.1c0.3,0.6,0.4,1.2,0.2,1.8c-0.6,1.8,0,3.7,1.3,5c0.5,0.4,0.7,1,0.7,1.7C57,56.2,56.8,56.8,56.3,57.2z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/39.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/39.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M45.4,33.6c0.2-0.5,0.3-0.9,0.3-1.5v-0.4h7c1,0,1.8-0.8,1.8-1.8V1.8c0-1-0.8-1.8-1.8-1.8H27.4
		c-1,0-1.8,0.8-1.8,1.8V30c0,1,0.8,1.8,1.8,1.8h7v0.4c0,0.5,0.1,1,0.3,1.4C24.3,36,16.5,45.3,16.5,56.5C16.5,69.5,27,80,40,80
		s23.5-10.5,23.5-23.5C63.5,45.4,55.8,36.1,45.4,33.6z M43.9,28.2h-7.7c0,0-0.1,0-0.1,0h-1.6V3.5h11.1v24.6L43.9,28.2
		C44,28.2,43.9,28.2,43.9,28.2z M50.9,28.2h-1.7V3.5h1.7V28.2z M29.2,3.5H31v24.6h-1.8V3.5z M38.8,33c-0.5,0-0.8-0.4-0.8-0.8v-0.4
		h4.1v0.4c0,0.5-0.4,0.8-0.8,0.8h-0.9c-0.1,0-0.3,0-0.4,0s-0.3,0-0.4,0H38.8z M40,76.5c-11,0-20-9-20-20s9-20,20-20s20,9,20,20
		S51,76.5,40,76.5z"></path>
                  <path fill="#86898C" d="M40,38.5c-9.9,0-18,8.1-18,18s8.1,18,18,18s18-8.1,18-18C58,46.6,49.9,38.5,40,38.5z M40,70.9
		c-8,0-14.4-6.5-14.4-14.4S32,42,40,42s14.4,6.5,14.4,14.4S48,70.9,40,70.9z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/40.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/40.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M62.4,53.4c-0.2-0.6-0.7-1-1.3-1.1l-13.5-2L42,39.1l10.7-10.7c0.3-0.3,0.5-0.7,0.5-1.1V1.6
	c0-0.9-0.7-1.6-1.6-1.6h-23c-0.9,0-1.6,0.7-1.6,1.6v25.7c0,0.4,0.2,0.8,0.5,1.1l4.9,4.9c0,0,0,0,0,0l5.8,5.8l-5.5,11.2l-13.5,2
	c-0.6,0.1-1.1,0.5-1.3,1.1c-0.2,0.6,0,1.2,0.4,1.7l9.8,9.5l-2.3,13.5c-0.1,0.6,0.1,1.2,0.6,1.6c0.3,0.2,0.6,0.3,1,0.3
	c0.3,0,0.5-0.1,0.8-0.2L40,73.5l12.1,6.4c0.5,0.3,1.2,0.2,1.7-0.1c0.5-0.4,0.7-1,0.6-1.6l-2.3-13.5l9.8-9.5
	C62.4,54.7,62.5,54,62.4,53.4z M54.9,54.7l-7.6,2.4c-0.4-0.9-1-1.7-1.7-2.4l0.9-1.3L54.9,54.7z M31.1,64.7l1.6-0.5
	c0.4,0.9,1,1.7,1.7,2.3L29.7,73L31.1,64.7z M33.5,53.5l0.9,1.3c-0.7,0.7-1.3,1.5-1.7,2.4l-7.5-2.4L33.5,53.5z M35.4,62.1
	c-0.2-0.5-0.3-1-0.3-1.5c0-0.5,0.1-1,0.2-1.5c0.3-1,0.9-1.8,1.8-2.4c0.8-0.6,1.8-1,2.9-1s2,0.3,2.9,1c0.8,0.6,1.5,1.5,1.8,2.5
	c0.2,0.5,0.2,1,0.2,1.5c0,0.5-0.1,1.1-0.3,1.5c-0.3,1-1,1.8-1.8,2.4C42,65.2,41,65.5,40,65.5s-2-0.3-2.9-0.9
	C36.3,64,35.7,63.1,35.4,62.1z M43.9,53.5c-0.9-0.5-1.8-0.8-2.8-0.9v-7.9l3.7,7.6L43.9,53.5z M35,31.5V3.2h10.1v28.2L40,36.5
	L35,31.5z M38.9,52.6c-1,0.1-1.9,0.4-2.8,0.9l-0.9-1.3l3.7-7.6V52.6z M36.2,67.8c0.9,0.5,1.8,0.8,2.8,0.9v1.7l-7.5,3.9L36.2,67.8z
	 M41.1,68.6c1-0.1,1.9-0.4,2.8-0.9l4.7,6.5l-7.5-3.9V68.6z M48.9,64.7l1.4,8.3l-4.7-6.5c0.7-0.7,1.3-1.5,1.7-2.3L48.9,64.7z
	 M49.9,26.6l-1.5,1.5V3.2h1.5V26.6z M30.1,3.2h1.7v25l-1.7-1.7V3.2z M24.4,56.7l7.6,2.4c-0.1,0.5-0.1,0.9-0.1,1.4
	c0,0.5,0.1,1,0.2,1.5l-1.6,0.5L24.4,56.7z M49.5,62.6L48,62.1c0.1-0.5,0.2-1,0.2-1.5c0-0.5-0.1-1-0.1-1.4l7.6-2.4L49.5,62.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/41.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/41.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M40,51.4c-6.8,0-12.4,5.5-12.4,12.4c0,6.8,5.6,12.4,12.4,12.4s12.4-5.5,12.4-12.4C52.4,57,46.8,51.4,40,51.4z
		 M40,73.9c-5.6,0-10.1-4.5-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1s10.1,4.6,10.1,10.1C50.1,69.4,45.6,73.9,40,73.9z"></path>
                  <path fill="#86898C" d="M64.6,10.3c0-0.1,0-0.2-0.1-0.3c0,0,0-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1l-6.7-9.3c0,0,0,0,0,0
		c0,0-0.1-0.1-0.1-0.1c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0-0.1,0
		c-0.1,0-0.1,0-0.2,0c0,0,0,0-0.1,0H23.3c0,0-0.1,0-0.1,0C23.1,0,23,0,23,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0
		c-0.1,0-0.1,0.1-0.2,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1l-6.7,9.3c0,0,0,0,0,0.1
		c-0.1,0.1-0.1,0.2-0.1,0.3c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1l13.6,41.1c0,0,0,0,0,0
		c-3.2,3-5.3,7.2-5.3,12C23.8,72.7,31.1,80,40,80s16.2-7.3,16.2-16.2c0-4.7-2.1-9-5.3-12l13.6-41.1c0,0,0,0,0-0.1c0-0.1,0-0.2,0-0.3
		C64.6,10.4,64.6,10.3,64.6,10.3z M59.1,6.3l1.1,1.5L46.6,49l0,0c-0.5-0.2-0.9-0.4-1.4-0.6l0,0L59.1,6.3z M57.1,3.6l0.3,0.5L43,47.9
		c-0.2,0-0.3,0-0.5-0.1L57.1,3.6z M39.8,47.6l-12-36h24.2l-12,36l0,0c-0.1,0-0.1,0-0.2,0S39.9,47.6,39.8,47.6z M53,8.8l-0.2,0.5
		H27.1L27,8.8H53z M26.2,6.5L25.7,5h28.6l-0.5,1.5H26.2z M55.2,2.3L55,2.8H25l-0.2-0.5H55.2z M22.9,3.6l14.7,44.2l0,0
		c-0.2,0-0.3,0-0.5,0.1L22.5,4.1L22.9,3.6z M20.9,6.3l14,42.1c-0.5,0.2-1,0.3-1.4,0.6c0,0,0,0,0,0L19.8,7.9L20.9,6.3z M17.8,10.6
		l0.3-0.5l13.2,39.9c-0.1,0.1-0.3,0.2-0.4,0.3L17.8,10.6z M54,63.8c0,7.7-6.3,13.9-14,13.9s-14-6.3-14-13.9s6.3-13.9,14-13.9
		S54,56.1,54,63.8z M49,50.3L49,50.3c-0.1-0.1-0.3-0.2-0.4-0.3h0l13.2-39.9l0.3,0.5L49,50.3z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/42.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/42.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M37.5,57c-3.5,0-7.1-0.5-10.5-1.6c0.1-1.4-0.3-3.2-2.4-4.6c-0.1,1.1,0,2.9,1.2,4.2c-0.4-0.1-0.8-0.3-1.2-0.4
		c-0.6-0.2-1.1-0.5-1.6-0.7c0.3-1.5,0.2-3.3-1.8-5c-0.2,1.2-0.3,3.1,0.9,4.5c-1-0.5-1.9-1-2.9-1.6c0.5-1.4,0.6-3.2-1.2-5.2
		c-0.4,1.1-0.7,3,0.4,4.6c-0.8-0.5-1.5-1.1-2.2-1.6c0.6-1.3,0.9-3.1-0.7-5.3c-0.5,1.1-1,2.9-0.2,4.6c-0.6-0.5-1.1-1-1.6-1.5
		c-0.2-0.2-0.3-0.4-0.5-0.5c0.7-1.3,1.2-3-0.2-5.3c-0.6,1-1.2,2.7-0.6,4.5c-0.6-0.6-1.1-1.3-1.7-2c0.9-1.2,1.6-2.9,0.5-5.3
		c-0.7,1-1.6,2.7-1.1,4.5c-0.5-0.7-1-1.5-1.5-2.2c1-1.1,1.9-2.7,1.1-5.2c-0.8,0.9-1.9,2.4-1.6,4.3c-0.4-0.7-0.8-1.5-1.2-2.3
		c1.2-0.9,2.3-2.3,1.9-5c-1,0.8-2.3,2.2-2.3,4.2c-0.1-0.2-0.2-0.4-0.3-0.6c-0.3-0.6-0.5-1.3-0.8-2c1.3-0.8,2.6-2.1,2.4-4.8
		c-1.1,0.7-2.6,2-2.7,4.1c-0.3-0.9-0.6-1.9-0.8-2.8c1.4-0.7,2.8-1.9,2.8-4.7c-1.1,0.6-2.8,1.9-2.9,4c0,0,0-0.1,0-0.1
		c-0.1-0.6-0.2-1.1-0.3-1.6c-0.1-0.4-0.1-0.8-0.2-1.2C4.5,26,4.9,24.2,3.4,22c-0.6,1.2-1.3,3.5,0.2,5.4c0,0.4,0.1,0.8,0.1,1.2
		c0.1,0.6,0.2,1.1,0.3,1.7c0,0.1,0,0.1,0,0.2c-0.6-1.3-1.6-2.6-4.1-2.9c0.5,1.3,1.7,3.4,4.2,3.6c0.2,1,0.5,1.9,0.7,2.8
		c-0.7-1.2-1.8-2.3-4.2-2.5c0.6,1.3,1.9,3.2,4.4,3.3c0.2,0.7,0.5,1.3,0.7,2C6,36.8,6.1,37,6.2,37.2c-0.8-1.1-2-2-4.3-2
		c0.7,1.2,2.2,3,4.7,2.8c0.4,0.8,0.8,1.7,1.3,2.5c-0.9-1-2.3-1.7-4.6-1.3c0.9,1.1,2.6,2.6,5,2.1c0.5,0.8,0.9,1.5,1.4,2.2
		c-1-0.8-2.5-1.2-4.5-0.6c1,1,2.9,2.3,5.2,1.5c0.5,0.7,1.1,1.4,1.7,2.1c-1.1-0.6-2.6-0.9-4.6-0.1c1.1,0.8,3.1,1.9,5.3,0.9
		c0.2,0.2,0.3,0.4,0.5,0.5c0.5,0.5,1,0.9,1.5,1.4c-1.1-0.4-2.5-0.5-4.3,0.4c1.2,0.7,3.2,1.6,5.3,0.4c0.6,0.5,1.2,1,1.9,1.4
		c-1.1-0.3-2.5-0.1-4,1c1.2,0.6,3.3,1.2,5.2-0.1c0.8,0.5,1.6,1,2.4,1.4c-1.1-0.1-2.4,0.3-3.7,1.5c1.3,0.4,3.4,0.8,5.1-0.7
		c0.6,0.3,1.2,0.6,1.8,0.8c0.3,0.1,0.6,0.3,1,0.4c-1.1,0-2.4,0.5-3.6,1.9c1.3,0.3,3.5,0.4,5.1-1.4c3.5,1.2,7.1,1.8,10.8,1.8
		c0.3,0,0.5-0.2,0.5-0.5C38,57.3,37.8,57,37.5,57z"></path>
                  <path fill="#86898C" d="M74.8,34.6c2.5-0.1,3.8-2,4.4-3.3c-2.3,0.2-3.5,1.3-4.1,2.4c0.3-0.9,0.5-1.8,0.7-2.8c2.5-0.2,3.7-2.2,4.2-3.6
		c-2.4,0.4-3.5,1.6-4,2.8c0,0,0-0.1,0-0.1c0.1-0.5,0.2-1.1,0.3-1.7c0-0.4,0.1-0.8,0.1-1.2c1.5-2,0.8-4.2,0.2-5.4
		c-1.6,2.2-1.1,4.1-0.4,5.4c-0.1,0.4-0.1,0.8-0.2,1.2c-0.1,0.5-0.2,1.1-0.3,1.6c0,0.1,0,0.1,0,0.2c-0.2-2.2-1.8-3.4-2.9-4.1
		c0,2.8,1.4,4,2.8,4.7c-0.2,1-0.5,1.9-0.8,2.9c0-2.1-1.6-3.5-2.7-4.2c-0.2,2.7,1.2,4.1,2.5,4.8c-0.2,0.7-0.5,1.3-0.8,2
		c-0.1,0.2-0.2,0.4-0.3,0.6c0.1-2-1.3-3.5-2.3-4.2c-0.4,2.7,0.7,4.1,1.9,5c-0.4,0.8-0.8,1.6-1.2,2.3c0.3-1.9-0.8-3.5-1.6-4.4
		c-0.8,2.6,0.1,4.2,1.1,5.2c-0.5,0.8-1,1.5-1.5,2.3c0.5-1.9-0.4-3.6-1.1-4.6c-1.1,2.5-0.4,4.1,0.5,5.3c-0.5,0.7-1.1,1.4-1.7,2
		c0.7-1.8,0-3.5-0.6-4.5c-1.4,2.3-0.9,4-0.2,5.3c-0.2,0.2-0.3,0.4-0.5,0.5c-0.5,0.5-1.1,1-1.7,1.5c0.9-1.7,0.4-3.5-0.1-4.6
		c-1.6,2.1-1.3,3.9-0.7,5.3c-0.7,0.6-1.5,1.1-2.2,1.7c1.1-1.6,0.8-3.5,0.4-4.6c-1.8,2-1.7,3.8-1.2,5.2c-0.9,0.6-1.9,1.1-2.9,1.6
		c1.2-1.5,1.2-3.3,0.9-4.5c-2,1.7-2.1,3.5-1.8,5c-0.5,0.3-1.1,0.5-1.6,0.7c-0.4,0.2-0.8,0.3-1.2,0.5c1.2-1.3,1.3-3,1.3-4.2
		c-2.2,1.4-2.5,3.1-2.4,4.6c-3.4,1.1-6.9,1.6-10.5,1.6c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5c3.7,0,7.3-0.6,10.8-1.8
		c1.5,1.8,3.8,1.7,5.1,1.4c-1.2-1.4-2.5-1.9-3.6-1.9c0.3-0.1,0.6-0.2,1-0.4c0.6-0.2,1.2-0.5,1.7-0.8c1.7,1.5,3.9,1.1,5.1,0.7
		c-1.3-1.2-2.6-1.5-3.7-1.5c0.8-0.4,1.6-0.9,2.4-1.4c1.9,1.3,4,0.7,5.2,0.1c-1.5-1.1-2.9-1.2-4-1c0.6-0.5,1.2-0.9,1.8-1.4
		c2.1,1.2,4.1,0.3,5.3-0.4c-1.8-1-3.2-0.9-4.3-0.5c0.5-0.4,1-0.9,1.4-1.4c0.2-0.2,0.3-0.4,0.5-0.5c2.2,1,4.2,0,5.3-0.9
		c-2-0.9-3.4-0.6-4.5,0.1c0.6-0.7,1.1-1.4,1.7-2.1c2.3,0.8,4.2-0.5,5.2-1.5c-2.1-0.6-3.5-0.1-4.5,0.6c0.5-0.7,1-1.4,1.4-2.2
		c2.4,0.5,4.1-1,5-2.1c-2.2-0.4-3.6,0.4-4.6,1.3c0.4-0.8,0.9-1.6,1.2-2.4c2.5,0.2,4-1.6,4.7-2.8c-2.2,0-3.5,0.9-4.3,1.9
		c0.1-0.2,0.1-0.3,0.2-0.5C74.4,36,74.6,35.3,74.8,34.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/43.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/43.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M74.9,11.5c-6.7-5.1-19.9-0.6-30.1,6.8c-0.8-0.4-1.7-0.7-2.6-0.7h-4.3c-1,0-1.8,0.2-2.6,0.7
	C25,10.9,11.8,6.4,5.1,11.5C0.9,14.8,0,20,0,26.9C0,33.8,0.9,39,5.1,42.3c2,1.5,4.5,2.2,7.4,2.2c4.6,0,10.1-1.7,15.4-4.5
	c-3,6.5-8.4,11.1-16.4,16.6c-0.8,0.6-1.2,1.6-0.9,2.5c0.3,0.9,1.2,1.6,2.1,1.5c4.1-0.1,7.5-0.2,10.6-1.1c-0.6,2.7-1.6,4.9-3.3,7.8
	c-0.5,0.9-0.4,2,0.4,2.7c0.4,0.4,1,0.6,1.5,0.6c0.4,0,0.8-0.1,1.2-0.4c7.1-4.6,12.7-11.4,16.9-20.7c3.5,7.7,8.7,15.5,16.9,20.7
	c0.4,0.2,0.8,0.4,1.2,0.4c0.5,0,1.1-0.2,1.5-0.6c0.7-0.7,0.9-1.8,0.4-2.7c-1.7-2.9-2.7-5-3.3-7.8c3.1,0.9,6.5,1,10.6,1.1
	c1,0,1.8-0.6,2.1-1.5c0.3-0.9,0-1.9-0.8-2.5c-8-5.5-13.4-10.2-16.4-16.7c5.3,2.7,10.8,4.5,15.4,4.5c2.9,0,5.4-0.7,7.4-2.2
	C79.1,39,80,33.8,80,26.9S79.1,14.8,74.9,11.5z M42.1,22.1c0.6,0,1.1,0.5,1.1,1.1v7.5c0,0.6-0.5,1.1-1.1,1.1h-4.3
	c-0.6,0-1.1-0.5-1.1-1.1v-7.5c0-0.6,0.5-1.1,1.1-1.1H42.1z M7.8,38.8c-2.4-1.9-3.4-5.2-3.4-11.9s1-10,3.4-11.9
	c4.2-3.2,15-0.1,24.7,6.8c-0.1,0.4-0.2,0.9-0.2,1.3v7.5c0,0.4,0.1,0.9,0.2,1.3c-0.6,0.4-1.2,0.8-1.8,1.2c0,0,0,0-0.1,0
	C21.5,39.3,11.7,41.8,7.8,38.8z M27.6,60.8c0.3-1.4,0.5-2.9,0.7-4.6c0.1-0.8-0.3-1.6-1-2c-0.7-0.4-1.6-0.5-2.3,0
	c-1.4,0.8-3,1.3-4.8,1.6c6.2-4.9,11.4-10.7,13.6-19.3c0.4-0.3,0.9-0.6,1.3-0.9c0.7,2.6,1.5,5.4,2.5,8.2C35,50.8,31.7,56.4,27.6,60.8
	z M59.8,55.8C58,55.5,56.5,55,55,54.2c-0.7-0.4-1.6-0.4-2.3,0c-0.7,0.4-1.1,1.2-1,2c0.1,1.7,0.3,3.2,0.7,4.5
	C45.6,53.5,42,44,39.8,36.1h2.3c0.9,0,1.8-0.2,2.6-0.7c0.5,0.3,0.9,0.7,1.4,1C48.4,45.1,53.6,50.9,59.8,55.8z M72.2,38.8
	c-4.2,3.2-15,0.2-24.7-6.8c0.1-0.4,0.2-0.9,0.2-1.3v-7.5c0-0.5-0.1-0.9-0.2-1.3c9.7-7,20.5-10,24.7-6.8c2.4,1.9,3.4,5.2,3.4,11.9
	S74.6,36.9,72.2,38.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/44.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/44.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M25.2,19.1h22.4c1.3,0,2.3-1,2.3-2.3c0-1.3-1.1-2.3-2.3-2.3H25.2c-1.3,0-2.3,1-2.3,2.3
		C22.9,18.1,23.9,19.1,25.2,19.1z"></path>
                  <path fill="#86898C" d="M25.2,29.4h36.7c1.3,0,2.3-1,2.3-2.3c0-1.3-1.1-2.3-2.3-2.3H25.2c-1.3,0-2.3,1-2.3,2.3
		C22.9,28.4,23.9,29.4,25.2,29.4z"></path>
                  <path fill="#86898C" d="M61.9,35.1h-23c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h23c1.3,0,2.3-1,2.3-2.3
		C64.2,36.1,63.2,35.1,61.9,35.1z"></path>
                  <path fill="#86898C" d="M61.9,45.4H43.5c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h18.3c1.3,0,2.3-1,2.3-2.3
		C64.2,46.4,63.2,45.4,61.9,45.4z"></path>
                  <path fill="#86898C" d="M61.9,55.7h-19c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h19c1.3,0,2.3-1,2.3-2.3
		C64.2,56.7,63.2,55.7,61.9,55.7z"></path>
                  <path fill="#86898C" d="M73.5,17.8c-0.1-0.1-0.1-0.3-0.2-0.4c-0.3-0.5-0.6-0.9-1-1.3L57.9,1.7c-0.4-0.4-0.8-0.7-1.3-0.9
		c-0.1-0.1-0.3-0.2-0.4-0.2C55.5,0.2,54.7,0,53.9,0H21c-4.3,0-7.8,3.5-7.8,7.8v23.8c0,1.3,1,2.3,2.3,2.3c1.3,0,2.3-1.1,2.3-2.3V7.8
		c0-1.7,1.4-3.2,3.2-3.2h32v8.5c0,4.3,3.5,7.8,7.8,7.8h8.5v45.9c0,1.7-1.4,3.2-3.2,3.2H36.9c-1.3,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3
		h29.2c4.3,0,7.8-3.5,7.8-7.8V20C74,19.2,73.8,18.5,73.5,17.8z M57.6,13.2V8l8.3,8.3h-5.2C59.1,16.3,57.6,14.9,57.6,13.2z"></path>
                  <path fill="#86898C" d="M22.4,41.7c-5.3,0-9.7,4.3-9.7,9.7c0,5.3,4.3,9.7,9.7,9.7c5.3,0,9.7-4.3,9.7-9.7
		C32.1,46.1,27.7,41.7,22.4,41.7z M22.4,56.4c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S25.2,56.4,22.4,56.4z"></path>
                  <path fill="#86898C" d="M35.8,59.4c0-0.2,0.1-0.3,0.2-0.4c1.3-0.7,2.2-1.8,2.6-3.2s0.1-2.9-0.6-4.1c-0.1-0.1-0.1-0.3,0-0.5
		c0.8-1.2,1-2.7,0.6-4.1c-0.4-1.4-1.3-2.6-2.6-3.2c-0.2-0.1-0.3-0.2-0.2-0.4c0.1-1.4-0.5-2.8-1.5-3.9c-1-1-2.4-1.6-3.9-1.5
		c-0.2,0-0.3-0.1-0.4-0.2c-0.7-1.3-1.8-2.2-3.2-2.6c-1.4-0.4-2.9-0.1-4.1,0.6c-0.1,0.1-0.3,0.1-0.5,0c-1.2-0.8-2.7-1-4.1-0.6
		s-2.6,1.3-3.2,2.6c-0.1,0.1-0.2,0.3-0.4,0.2c-1.4-0.1-2.8,0.5-3.9,1.5c-1,1-1.6,2.4-1.5,3.9c0,0.2-0.1,0.3-0.2,0.4
		c-1.3,0.7-2.2,1.8-2.6,3.2c-0.4,1.4-0.1,2.9,0.6,4.1c0.1,0.1,0.1,0.3,0,0.5c-0.8,1.2-1,2.7-0.6,4.1c0.4,1.4,1.3,2.6,2.6,3.2
		c0.2,0.1,0.3,0.2,0.2,0.4c-0.1,1.4,0.5,2.8,1.5,3.9c0.6,0.6,1.3,1,2.1,1.3v13.1c0,0.9,0.5,1.7,1.3,2.1c0.3,0.2,0.7,0.3,1.1,0.3
		c0.5,0,0.9-0.1,1.3-0.4l6-4.1l6,4.1c0.7,0.5,1.6,0.6,2.4,0.1c0.8-0.4,1.3-1.2,1.3-2.1V64.5c0.8-0.2,1.6-0.7,2.2-1.3
		C35.3,62.2,35.8,60.8,35.8,59.4z M23.7,70.7c-0.8-0.6-1.8-0.6-2.6,0l-3.7,2.5v-5.9c0.2,0.1,0.4,0.2,0.7,0.3
		c0.4,0.1,0.9,0.2,1.3,0.2c1,0,2-0.3,2.8-0.8c0.1-0.1,0.3-0.1,0.5,0c1.2,0.8,2.7,1,4.1,0.6c0.2-0.1,0.4-0.2,0.6-0.2v5.9L23.7,70.7z
		 M34,54.5c0,0.1-0.1,0.2-0.2,0.3c-1.8,0.9-2.9,2.8-2.8,4.8c0,0.2-0.1,0.3-0.1,0.3S30.8,60,30.6,60c-2-0.1-3.9,1-4.8,2.8
		C25.7,63,25.6,63,25.5,63c-0.1,0-0.2,0-0.4,0c-1.7-1.1-3.8-1.1-5.5,0c-0.1,0.1-0.3,0.1-0.4,0.1c-0.1,0-0.2-0.1-0.3-0.2
		c-0.7-1.3-2-2.3-3.4-2.6c-0.1,0-0.1,0-0.2,0c-0.3-0.1-0.7-0.1-1-0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.3-0.1-0.3-0.1s-0.1-0.2-0.1-0.3
		c0.1-2-1-3.9-2.8-4.8c-0.1-0.1-0.2-0.2-0.2-0.3c0-0.1,0-0.2,0-0.3c1.1-1.7,1.1-3.8,0-5.5c-0.1-0.1-0.1-0.3-0.1-0.3
		c0-0.1,0.1-0.2,0.2-0.3c1.8-0.9,2.9-2.8,2.8-4.8c0-0.2,0.1-0.3,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1c2,0.1,3.9-1,4.8-2.8
		c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.4,0c1.7,1.1,3.8,1.1,5.5,0c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.2,0.1,0.3,0.2
		c0.9,1.8,2.8,2.8,4.8,2.8c0.2,0,0.3,0.1,0.3,0.1S31,43,31,43.2c-0.1,2,1,3.9,2.8,4.8c0.2,0.1,0.2,0.2,0.2,0.3c0,0.1,0,0.2,0,0.3
		c-1.1,1.7-1.1,3.9,0,5.5C34.1,54.3,34.1,54.4,34,54.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/45.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/45.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M20.4,20.5h24c1.4,0,2.5-1.1,2.5-2.5c0-1.4-1.1-2.5-2.5-2.5h-24c-1.4,0-2.5,1.1-2.5,2.5
		C17.9,19.3,19,20.5,20.4,20.5z"></path>
                  <path fill="#86898C" d="M59.6,26.5H20.4c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5h39.2c1.4,0,2.5-1.1,2.5-2.5
		C62.1,27.6,61,26.5,59.6,26.5z"></path>
                  <path fill="#86898C" d="M59.6,37.5H20.4c-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5h39.2c1.4,0,2.5-1.1,2.5-2.5S61,37.5,59.6,37.5z"></path>
                  <path fill="#86898C" d="M59.6,48.5H20.4c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5h39.2c1.4,0,2.5-1.1,2.5-2.5
		C62.1,49.7,61,48.5,59.6,48.5z"></path>
                  <path fill="#86898C" d="M59.6,59.6H20.4c-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5h39.2c1.4,0,2.5-1.1,2.5-2.5S61,59.6,59.6,59.6z"></path>
                  <path fill="#86898C" d="M72,19c0-0.1-0.1-0.1-0.1-0.2c-0.3-0.6-0.7-1.2-1.2-1.7L55.4,1.8C54.3,0.6,52.7,0,51.1,0H15.8
		c-4.6,0-8.4,3.8-8.4,8.4v63.2c0,4.6,3.8,8.4,8.4,8.4h48.3c4.6,0,8.4-3.8,8.4-8.4V21.4C72.5,20.6,72.4,19.8,72,19z M64,17.5h-5.5
		c-1.9,0-3.4-1.5-3.4-3.4V8.6L64,17.5z M64.1,75H15.8c-1.9,0-3.4-1.5-3.4-3.4V8.4C12.5,6.5,14,5,15.8,5c0,0,32.2,0,34.2,0v9.1
		c0,4.6,3.8,8.4,8.4,8.4h9.1v49.1C67.5,73.5,66,75,64.1,75z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/46.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/46.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M65.2,62.1H14.8c-3.7,0-6.8,3-6.8,6.8c0,3.7,3,6.8,6.8,6.8h17.8C34,78.2,36.8,80,40,80s6-1.8,7.4-4.4h17.8
		c3.7,0,6.7-3,6.7-6.8C71.9,65.1,68.9,62.1,65.2,62.1z M65.2,69.6H45.4c0,0-0.1,0-0.1,0H34.8c-0.1,0-0.1,0-0.2,0H14.8
		c-0.5,0-0.8-0.4-0.8-0.8s0.4-0.8,0.8-0.8h50.4c0.5,0,0.8,0.4,0.8,0.8S65.6,69.6,65.2,69.6z"></path>
                  <path fill="#86898C" d="M12.2,27.8c1.8,1.4,4,2,6.5,2c0.5,0,0.9,0,1.4-0.1c-1.3,3.1-2.2,6.7-2.4,10.3c-0.5,6.7-1.1,11.3-3.2,16.4
		c-0.4,0.9-0.3,2,0.3,2.8c0.6,0.8,1.5,1.3,2.5,1.3h45.5c1,0,1.9-0.5,2.5-1.3s0.7-1.9,0.3-2.8c-2-5.1-2.7-9.7-3.2-16.4
		c-0.3-3.6-1.1-7.1-2.4-10.3c0.5,0,0.9,0.1,1.4,0.1c2.5,0,4.7-0.6,6.5-2c3.9-3,4.5-8,4.5-12.9S71.7,5,67.8,2
		C62-2.5,51.4,1.3,43.4,6.9c-0.6-0.2-1.2-0.3-1.8-0.3h-3.2c-0.6,0-1.2,0.1-1.8,0.3c-8-5.7-18.6-9.4-24.4-5c-3.9,3-4.5,8-4.5,12.9
		S8.3,24.8,12.2,27.8z M56.4,40.4c0.3,4.6,0.8,9.3,2.2,14.1H21.4c1.4-4.9,1.9-9.5,2.2-14.1c0.4-4.9,2.1-9.7,4.6-12.8
		c2.9-1.2,5.8-2.9,8.4-4.7c0.6,0.2,1.2,0.3,1.8,0.3h3.2c0.6,0,1.2-0.1,1.8-0.3c2.6,1.9,5.5,3.5,8.5,4.7C54.3,30.7,56,35.5,56.4,40.4
		z M41.1,17.2h-2.3v-4.7h2.3V17.2z M64.2,6.7c1.5,1.2,2.1,3.5,2.1,8.2c0,4.7-0.6,7-2.1,8.2c-2.4,1.8-9.8,0.2-17.1-4.9
		c0-0.1,0-0.3,0-0.4V12c0-0.1,0-0.3,0-0.4C54.4,6.5,61.8,4.8,64.2,6.7z M15.8,6.7c2.4-1.8,9.8-0.2,17.1,4.9c0,0.1,0,0.3,0,0.4v5.7
		c0,0.1,0,0.3,0,0.4c-7.4,5.1-14.7,6.8-17.1,4.9c-1.5-1.2-2.1-3.5-2.1-8.2S14.3,7.8,15.8,6.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/47.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/47.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M8.4,45.9l26.5,13.8c0.3,0.2,0.6,0.2,0.9,0.2c0.3,0,0.6-0.1,0.9-0.2c0.6-0.3,1-0.9,1-1.5
		c0.3-2.9,1-5.4,2.3-8.4c1.2,3,2,5.5,2.3,8.4c0.1,0.7,0.4,1.2,1,1.5c0.3,0.1,0.6,0.2,0.9,0.2c0.3,0,0.6-0.1,0.9-0.2l26.5-13.8
		c0.6-0.3,1-0.9,1-1.5s-0.2-1.3-0.7-1.7c-2.8-2.4-4.5-4.8-6.8-8.6c-0.5-0.7-1-1.5-1.5-2.2c2.5-2.4,2.9-6.2,2.9-9.9
		c0-4-0.4-8-3.5-10.4c-4.5-3.5-13.3-0.5-20.1,4.3c-0.5-0.2-1-0.3-1.6-0.3h-2.7c-0.6,0-1.1,0.1-1.6,0.3c-6.8-4.9-15.5-7.8-20.1-4.3
		c-3.1,2.4-3.5,6.4-3.5,10.4c0,3.7,0.4,7.5,2.9,9.9c-0.6,0.7-1.1,1.4-1.5,2.2c-2.3,3.8-4.1,6.2-6.8,8.6c-0.5,0.4-0.7,1.1-0.7,1.7
		C7.5,45.1,7.8,45.6,8.4,45.9z M36.7,28.5c0.1-0.1,0.3-0.2,0.4-0.3c0.5,0.2,1,0.3,1.6,0.3h2.7c0.6,0,1.1-0.1,1.6-0.3
		c0.1,0.1,0.3,0.2,0.4,0.3c-1.4,0.9-2.5,1.8-3.3,2.9C39.1,30.3,38,29.3,36.7,28.5z M41.5,19.7v4.8c0,0.1-0.1,0.1-0.1,0.1h-2.7
		c-0.1,0-0.1-0.1-0.1-0.1v-4.8c0-0.1,0.1-0.1,0.1-0.1h2.7C41.4,19.6,41.5,19.7,41.5,19.7z M67.4,43.8L45.7,55.1
		c-0.7-3.3-1.8-6.1-3-8.9c-0.3-0.6-0.5-1.2-0.7-1.8c0.8-3,0.9-6,0.2-8.6c0-0.2-0.1-0.3-0.2-0.5c0.7-1.5,1.9-2.9,4.8-4.4
		c0.1,0,0.2-0.1,0.2-0.1c3.7,2,7.5,3.2,10.7,3.2c0.7,0,1.4-0.1,2.1-0.2c0.7,0.8,1.3,1.6,1.8,2.4C63.4,38.8,65.1,41.3,67.4,43.8z
		 M60.6,14.8c1.4,1.1,2,3.2,2,7.3c0,4.2-0.6,6.2-2,7.3c-0.2,0.1-0.4,0.3-0.6,0.4c0,0-0.1,0-0.1,0C57,31,50.8,29,45.3,25.1
		c0-0.2,0.1-0.4,0.1-0.6v-4.8c0-0.2,0-0.4-0.1-0.6C51.3,14.8,58.1,12.9,60.6,14.8z M19.4,14.8c2.5-1.9,9.3,0.1,15.3,4.3
		c0,0.2-0.1,0.4-0.1,0.6v4.8c0,0.2,0,0.4,0.1,0.6C29.2,29,23.1,31,20.1,29.8c-0.1,0-0.1,0-0.2-0.1c-0.2-0.1-0.4-0.2-0.6-0.3
		c-1.4-1.1-2-3.2-2-7.3C17.4,17.9,18,15.9,19.4,14.8z M18.2,36.2c0.5-0.8,1.1-1.7,1.8-2.4c0.7,0.1,1.4,0.2,2.1,0.2
		c3.2,0,7.1-1.3,10.7-3.2c0.1,0,0.2,0.1,0.3,0.1c3.1,1.6,4.3,3.1,5,4.9c0,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.2,0.5,0.2,0.7
		c0.5,2,0.4,4.5-0.3,7c0,0,0,0,0,0c-0.2,0.8-0.5,1.6-0.8,2.4c-1.2,2.8-2.4,5.6-3,8.9L12.6,43.8C15,41.3,16.6,38.8,18.2,36.2z"></path>
                  <path fill="#86898C" d="M35.8,61.5L6.5,46.1c-1-0.5-2.3-0.7-3.4-0.3C2,46.2,1,47,0.5,48c-1.1,2.2-0.3,4.9,1.9,6l10.4,5.4
		c0,2,1.1,3.9,2.9,4.8c0.8,0.4,1.7,0.6,2.6,0.6c1.1,0,2.2-0.3,3.1-1l10.4,5.4c0.6,0.3,1.3,0.5,2,0.5c0.4,0,0.9-0.1,1.3-0.2
		c1.1-0.4,2-1.1,2.6-2.2s0.7-2.3,0.3-3.4C37.6,62.9,36.9,62,35.8,61.5z M34.3,65.6c-0.1,0.2-0.2,0.2-0.3,0.3c-0.1,0-0.3,0-0.4,0
		l-17.7-9.3c0,0,0,0,0,0L4.2,50.5c-0.3-0.1-0.4-0.5-0.2-0.7c0.1-0.2,0.2-0.2,0.3-0.3c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0.1L34,64.9
		c0.2,0.1,0.2,0.2,0.3,0.3C34.3,65.3,34.3,65.5,34.3,65.6z"></path>
                  <path fill="#86898C" d="M79.5,48c-0.5-1-1.5-1.8-2.6-2.2c-1.1-0.4-2.3-0.3-3.4,0.3L44.2,61.5c-2.2,1.1-3,3.8-1.9,6
		c0.5,1,1.5,1.8,2.6,2.2c0.4,0.1,0.9,0.2,1.3,0.2c0.7,0,1.4-0.2,2-0.5l10.4-5.4c0.9,0.6,2,1,3.1,1c0.9,0,1.7-0.2,2.6-0.6
		c1.8-1,2.9-2.8,2.9-4.8L77.6,54C79.8,52.8,80.6,50.2,79.5,48z M75.8,50.5l-11.6,6.1c0,0,0,0,0,0l-17.7,9.3c-0.2,0.1-0.3,0.1-0.4,0
		c-0.1,0-0.2-0.1-0.3-0.3c-0.1-0.3,0-0.6,0.2-0.7l29.3-15.3c0.1,0,0.2-0.1,0.3-0.1s0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.3
		C76.2,50.1,76.1,50.4,75.8,50.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/48.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/48.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M45.5,43.3c5.9,0,12.3-0.9,18.8-3.2c0.6-0.2,1-0.8,1-1.5V26.8c0-0.4-0.2-0.9-0.6-1.2c-0.3-0.3-0.8-0.4-1.3-0.3
		l-19.8,3.2l-18.2-3.2c-0.4-0.1-0.9,0-1.3,0.3c-0.4,0.3-0.5,0.7-0.5,1.2v11.7c0,0.7,0.4,1.3,1.1,1.5C30.3,41.7,37.5,43.3,45.5,43.3z
		"></path>
                  <path fill="#86898C" d="M78.8,17.3L44.3,9.2c-0.2-0.1-0.5-0.1-0.7,0l-32.2,8.3c-0.7,0.2-1.2,0.8-1.2,1.6c0,0.7,0.6,1.3,1.3,1.5
		l32.2,5.6c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3,0l27.4-4.5v5c-0.3,0.2-0.5,0.6-0.6,1l-0.5,3.8c-0.1,0.7,0.3,1.4,1,1.7l2.2,0.8
		c0.2,0.1,0.3,0.1,0.5,0.1c0.4,0,0.7-0.1,1-0.3c0.4-0.3,0.6-0.9,0.6-1.4L75,27.6c0-0.4-0.2-0.7-0.5-0.9v-5.6l4.1-0.7
		c0.7-0.1,1.3-0.7,1.3-1.5C80,18.2,79.5,17.5,78.8,17.3z"></path>
                  <path fill="#86898C" d="M63.9,49.6c-2.9-0.8-5.5,2.8-6.6,6.8c-0.7,2.5-0.6,4.9,0.2,6.4c0.5,0.9,1.2,1.3,1.7,1.4
		c0.8,0.2,1.7-0.3,1.9-1.1c0.2-0.8-0.2-1.6-0.9-1.9c-0.2-0.4-0.5-1.9,0.1-4c0.9-3.1,2.3-4.6,2.8-4.7c0.5,0.2,1.4,3,0.2,7.3
		c-1.2,4.3-3.3,7.2-4.8,7.8c-0.2,0.1-0.8,0.1-1.9-0.4c-1.4-1-2.1-5.9-0.9-11.1c1-4.4,3.2-8.1,5.2-8.8c0.2,0,0.3-0.1,0.5-0.1
		c0.2,0,0.3,0,0.5,0c0.8,0.2,1.7-0.4,1.8-1.2c0.2-0.8-0.4-1.7-1.2-1.8c-0.3-0.1-0.7-0.1-1-0.1c-0.1,0-0.3,0-0.5,0c0,0,0,0-0.1,0
		c-0.3,0-0.5,0.1-0.8,0.2c-6.7,1.3-15.6,1.3-25.7,0c0,0,0,0,0,0s0,0,0,0c-2.4-0.3-4.9-0.7-7.5-1.1c0,0,0,0-0.1,0
		c-6.8-1.3-13.4-3-18.6-4.9c-0.1,0-0.2,0-0.2-0.1c-3.8-0.8-6.7,3.9-7.7,8.6c-0.7,3.2-0.8,7.5,0.7,9.9C2,58,2.8,58.4,3.5,58.5
		c0.1,0,0.3,0,0.4,0c5.5-0.3,11.1,0,16.9,0.8c-1.2,1.1-2.9,1.8-6,2.1c0,0,0,0-0.1,0c0,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0.1
		c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1
		c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0.1c0,0,0,0,0,0.1c0,0,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1
		c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0,0c0,0.2,0.1,0.3,0.1,0.5c0,0,0,0.1,0,0.1c0.1,0.1,0.2,0.3,0.3,0.4c0,0,0,0,0,0
		c0.1,0.1,0.3,0.2,0.4,0.3c0,0,0,0,0,0c0,0,0,0,0,0c3.3,1.3,5.8,1.4,7.7,1.1c0.1,0.9,0.4,1.7,0.7,2.5c0,0,0,0,0,0c0,0,0,0,0,0
		c0,0,0,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0.1,0,0.2,0.1,0.3,0.1
		c0,0,0.1,0,0.1,0.1c0.1,0,0.3,0.1,0.4,0.1h0c0.2,0,0.3,0,0.5-0.1c0,0,0,0,0,0c3.6-1.3,6.5-3.8,8.3-7.3c7.4,1.9,14.8,4.6,20.9,7.8
		l0.2,0.1c0.3,0.2,0.7,0.3,1,0.5c0,0,0,0,0,0c0,0,0,0,0,0c0.8,0.4,1.8,0.8,2.9,0.8c0.5,0,1.1-0.1,1.6-0.3c2.6-1.1,5.2-5,6.5-9.8
		C67.6,55.9,67.2,50.6,63.9,49.6z M25.3,65.4c-0.1-0.6-0.2-1.1-0.1-1.6c0.1-0.5-0.1-1-0.5-1.4c-0.4-0.3-0.9-0.5-1.4-0.3
		c-0.4,0.1-0.9,0.2-1.5,0.3c1-0.7,1.9-1.5,2.6-2.6c1.9,0.3,3.8,0.7,5.7,1.1C29.1,62.6,27.6,64.3,25.3,65.4z M28.5,51.7
		c-0.3,1.4-0.6,3.8-0.2,5.8c-1.4-0.3-2.8-0.5-4.3-0.8c-0.4-0.5-0.9-2.9-0.2-5.7c0.7-2.9,2.1-4.7,2.7-4.6c0,0,0,0,0,0
		c1.3,0.2,2.6,0.4,3.8,0.6C29.5,48.4,28.8,50.1,28.5,51.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/49.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/49.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M79.4,30.9c-1.2-5.4-4.4-10.8-8.7-10c-0.1,0-0.1,0-0.2,0.1c-6.2,2.3-14.3,4.4-22.6,6c0,0-0.1,0-0.1,0l0,0
	c-3.1,0.5-6.1,1-9,1.4h0c-0.2,0-0.3,0-0.5,0.1h0c-8.5,1-20.5,1.8-30.7-0.1c-0.3-0.1-0.7-0.2-1-0.2c0,0,0,0,0,0c-0.1,0-0.2,0-0.4,0
	c-0.4,0-0.8,0-1.2,0.1c-0.7,0.1-1.2,0.9-1.1,1.6c0.1,0.7,0.9,1.2,1.6,1.1c0.2,0,0.5-0.1,0.7,0c0.2,0,0.5,0.1,0.7,0.1
	c2.6,0.8,5.4,5.4,6.6,11l0,0c1.3,6,0.7,12.5-1.3,14c-1.3,0.6-2.2,0.7-2.7,0.5c-1.8-0.8-4.5-4.2-6-9.8c-1.4-5.2-0.5-9.1,0.7-9.5
	C4.4,37,5,37.3,5.8,38.3c0.9,1.2,1.8,2.9,2.3,4.8c0.9,3.3,0.2,5.3-0.1,5.4c-0.7,0.2-1.1,0.9-0.9,1.7c0.2,0.7,0.9,1.1,1.7,0.9
	c0.5-0.1,1.2-0.5,1.8-1.5c0.9-1.6,1-4.4,0.2-7.3c-0.6-2.3-1.6-4.4-2.8-5.8c-1.9-2.4-3.7-2.3-4.5-2.1c-3.2,0.9-4.3,6.4-2.6,12.8
	C2.4,53,5.4,57.6,8.4,58.9c0.6,0.2,1.1,0.3,1.7,0.3c1.2,0,2.4-0.4,3.3-0.8c0,0,0.1,0,0.1-0.1c0.4-0.2,0.8-0.4,1.2-0.6l0.2-0.1
	c7.6-3.9,16.6-7.2,25.8-9.6c2,4.2,5.5,7.3,9.9,8.9c0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0
	c0.1,0,0.1,0,0.2,0l0,0l0,0c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0
	c0,0,0,0,0.1,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0-0.1,0.1-0.1c0,0,0,0,0-0.1
	c0,0,0-0.1,0.1-0.1c0,0,0,0,0-0.1l0,0c0.5-1.1,0.9-2.3,1-3.6c2.3,0.4,5.5,0.4,9.6-1.3c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0
	c0.1,0,0.1,0,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0.1-0.1,0.1-0.1s0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1
	c0,0,0-0.1,0.1-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1
	c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1
	c0,0-0.1-0.1-0.1-0.1s-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1-0.1c0,0-0.1,0-0.1-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0
	c0,0,0,0-0.1,0c-4.5-0.5-6.7-1.6-8.3-3.4c7.4-1.1,14.6-1.4,21.6-1.1c0.1,0,0.2,0,0.4,0c0.7-0.1,1.6-0.6,2.4-1.8
	C80.4,39.7,80.3,34.5,79.4,30.9z M45.6,36.6c-0.5-2.2-1.4-4.5-2.7-6.1c1.8-0.3,3.6-0.6,5.5-0.9l0,0c0,0,0,0,0.1,0
	c1.3-0.2,3.1,2.5,3.9,5.9c0.8,3.6,0.2,6.9-0.5,7.4c-2,0.3-4,0.7-6.1,1.1C46.3,41.7,46.1,38.7,45.6,36.6z M56.5,50.1
	c-1.7,0.1-3-0.2-4.2-0.5c-0.4-0.1-0.9,0-1.2,0.3c-0.3,0.3-0.5,0.7-0.5,1.2c0.1,0.8,0,1.9-0.3,2.8c-3.6-1.6-5.7-4.2-6.9-6.5
	c0,0,0,0,0,0c2.6-0.6,5.3-1.1,7.8-1.6C52.7,47.8,54.3,49.2,56.5,50.1z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/icons/50.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/icons/50.svg'" class="ng-scope"><svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                  viewBox="0 0 80 80" class="ng-scope">
                  <path fill="#86898C" d="M70.71,40.31C75.74,44.3,80,37.86,80,37.86s-5.64-2.17-8.55,0.61c0.59-1.62,1.02-3.31,1.28-5.01
	c4.08,2.16,6.44-2.95,6.44-2.95s-4.41-0.97-6.26,1.4c0.08-0.91,0.12-1.82,0.1-2.73c-0.01-0.36-0.02-0.73-0.05-1.09
	c2.96-3.68-1.73-6.99-1.73-6.99s-2.14,5.09,0.98,7.09c0.02,0.33,0.03,0.66,0.03,1c0.01,0.76-0.03,1.52-0.1,2.27
	c-0.85-2.69-4.91-3.69-4.91-3.69s-0.13,5.78,4.68,5.48c-0.28,1.69-0.73,3.35-1.34,4.95c-0.19-4.03-5.79-6.33-5.79-6.33
	s-1.33,7.55,5.01,8.16c-0.38,0.8-0.8,1.57-1.25,2.32c-0.56,0.95-1.21,1.84-1.89,2.71c0.97-3.99-3.96-7.72-3.96-7.72
	s-3.18,6.94,2.73,9.15c-0.38,0.43-0.8,0.81-1.2,1.21c-0.21,0.2-0.43,0.38-0.64,0.58l-0.32,0.29c-0.11,0.09-0.22,0.18-0.33,0.27
	l-0.67,0.54l-0.7,0.51c-0.08,0.05-0.16,0.11-0.23,0.16c1.62-3.42-2.07-7.77-2.07-7.77s-4.21,5.55,0.49,8.78
	c-1.34,0.79-2.74,1.45-4.2,1.98c1.91-2.59-0.23-6.89-0.23-6.89s-4.66,3.77-1.52,7.46c-1.15,0.33-2.33,0.57-3.51,0.74
	c1.46-1.68,0.55-4.83,0.55-4.83s-3.7,2.03-2.18,5c-0.52,0.03-1.05,0.07-1.57,0.06c-0.29,0-0.57,0.01-0.86,0l-0.86-0.04
	c-0.85-0.06-1.7-0.15-2.54-0.28l0.68-0.27l0.42-0.17l0.41-0.19l0.82-0.38c0,0,0.01,0,0.01,0c0.39-0.18,0.55-0.65,0.37-1.03
	c-0.18-0.39-0.65-0.55-1.03-0.37l-0.04,0.02l-0.77,0.37l-0.39,0.18l-0.39,0.16l-0.79,0.33l-0.8,0.29l-0.4,0.14l-0.41,0.12L40,53.6
	l-0.51-0.15l-0.41-0.12l-0.4-0.14l-0.8-0.29l-0.79-0.33l-0.39-0.16l-0.39-0.18l-0.77-0.37l-0.04-0.02c0,0,0,0-0.01,0
	c-0.39-0.18-0.85-0.01-1.03,0.38c-0.18,0.39-0.01,0.85,0.38,1.03l0.82,0.38l0.41,0.19l0.42,0.17l0.68,0.27
	c-0.84,0.14-1.69,0.22-2.54,0.28l-0.86,0.04c-0.29,0.01-0.57,0-0.86,0c-0.53,0.01-1.05-0.03-1.57-0.06c1.51-2.98-2.18-5-2.18-5
	s-0.92,3.15,0.55,4.83c-1.19-0.16-2.36-0.41-3.51-0.74c3.15-3.7-1.52-7.46-1.52-7.46s-2.14,4.31-0.23,6.89
	c-1.46-0.53-2.86-1.19-4.2-1.98c4.7-3.22,0.49-8.78,0.49-8.78s-3.69,4.34-2.07,7.77c-0.08-0.05-0.16-0.1-0.23-0.16l-0.7-0.51
	l-0.67-0.54c-0.11-0.09-0.23-0.18-0.33-0.27l-0.32-0.29c-0.21-0.19-0.43-0.38-0.64-0.58c-0.4-0.4-0.82-0.79-1.2-1.21
	c5.91-2.21,2.73-9.15,2.73-9.15s-4.93,3.73-3.96,7.72c-0.68-0.86-1.33-1.76-1.89-2.71c-0.46-0.75-0.87-1.53-1.25-2.32
	c6.33-0.61,5.01-8.16,5.01-8.16s-5.6,2.31-5.79,6.33c-0.61-1.6-1.06-3.26-1.34-4.95c4.81,0.3,4.68-5.48,4.68-5.48
	s-4.05,0.99-4.91,3.69c-0.07-0.76-0.1-1.51-0.1-2.27c0-0.33,0.01-0.66,0.03-1c3.11-2.01,0.98-7.09,0.98-7.09s-4.69,3.31-1.73,6.99
	C7,28.46,6.99,28.82,6.98,29.18c-0.02,0.91,0.01,1.82,0.1,2.73c-1.84-2.38-6.26-1.4-6.26-1.4s2.37,5.11,6.44,2.95
	c0.26,1.71,0.69,3.39,1.28,5.01C5.64,35.69,0,37.86,0,37.86s4.26,6.43,9.29,2.45c0.39,0.87,0.83,1.72,1.31,2.54
	c0.47,0.83,1.01,1.63,1.58,2.4C8.71,43.7,4.11,47,4.11,47s5.7,5.1,9.56,0.08c0.04,0.04,0.07,0.08,0.11,0.12
	c0.39,0.45,0.82,0.87,1.24,1.3c0.21,0.21,0.44,0.41,0.66,0.61l0.33,0.3c0.11,0.1,0.23,0.19,0.34,0.29l0.69,0.57l0.23,0.17
	c-3.34-0.34-6.58,3.29-6.58,3.29s6.19,3.47,8.69-1.83c1.2,0.75,2.47,1.41,3.78,1.96c-2.76,0.6-4.62,4.13-4.62,4.13
	s5.89,1.62,6.98-3.26c1.03,0.32,2.07,0.58,3.13,0.78c-1.63,0.99-2.39,3.38-2.39,3.38s4.31,0.39,4.61-3.07
	c0.07,0.01,0.14,0.02,0.21,0.02c0.6,0.04,1.2,0.1,1.8,0.09c0.3,0,0.6,0.02,0.9,0.01l0.9-0.03c1.2-0.07,2.41-0.18,3.59-0.42
	l0.45-0.08c0.15-0.03,0.29-0.07,0.44-0.1L40,55.13l0.81,0.19c0.15,0.03,0.29,0.07,0.44,0.1l0.45,0.08c1.18,0.23,2.39,0.35,3.59,0.42
	l0.9,0.03c0.3,0.01,0.6-0.01,0.9-0.01c0.6,0,1.2-0.06,1.8-0.09c0.07-0.01,0.14-0.02,0.21-0.02c0.31,3.45,4.61,3.07,4.61,3.07
	s-0.76-2.39-2.39-3.38c1.06-0.2,2.11-0.46,3.13-0.78c1.09,4.88,6.98,3.26,6.98,3.26s-1.86-3.52-4.62-4.13
	c1.31-0.55,2.57-1.21,3.78-1.96c2.5,5.3,8.69,1.83,8.69,1.83s-3.24-3.63-6.58-3.29l0.23-0.17l0.69-0.57
	c0.11-0.1,0.23-0.19,0.34-0.29l0.33-0.3c0.22-0.2,0.45-0.4,0.66-0.61c0.42-0.43,0.85-0.84,1.24-1.3c0.03-0.04,0.07-0.08,0.11-0.12
	C70.19,52.1,75.89,47,75.89,47s-4.6-3.31-8.08-1.75c0.57-0.77,1.11-1.56,1.58-2.4C69.88,42.03,70.31,41.18,70.71,40.31z"></path>
                </svg>
              </div>
            </div>
          </div>
          <div ng-show="$ctrl.currentTab === 'ribbons'" class="ng-hide">
            <h6>RIBBONS</h6>
            <!-- <p class="help-text">
          <em><small>Add icons to customize your badge template.</small></em>
        </p> -->
            <div class="asset-container grid cols-3">
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon1.svg'" class="ng-scope"><svg viewBox="0 0 400 85.823" class="ng-scope">
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#1A6284" points="84.87,85.822 0,85.822 27.564,53.201 0,20.578
    84.87,20.578 "></polygon>
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#1A6284" points="315.158,85.822 400.026,85.822 372.463,53.201
    400.026,20.578 315.158,20.578 "></polygon>
                  <rect x="44.35" fill-rule="evenodd" clip-rule="evenodd" fill="#1E7297" width="311.328" height="65.242"></rect>
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#125473" points="44.35,65.242 84.87,65.242 84.87,85.822 "></polygon>
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#125473" points="355.678,65.242 315.158,65.242 315.158,85.822 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/banner_2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/banner_2.svg'" class="ng-scope"><svg viewBox="0 0 100 40.3" class="ng-scope">
                  <polygon fill="#105C8F" points="86.4,19.5 99.4,19.4 91.4,28.9 96.5,39.4 79.4,39.8 84.7,31.6"></polygon>
                  <polygon fill="#0B3B56" points="80.2,31.5 84.8,31.5 79.4,39.8"></polygon>
                  <polygon fill="#105C8F" points="2.8,0.6 16.5,1 12.3,7.1 10.9,17.3 0.7,17.2 7.3,8.9"></polygon>
                  <polygon fill="#0B3B56" points="16.5,1 12.2,7.2 15.6,7.2"></polygon>
                  <polygon fill="#3582C4" points="12.3,7.2 88.2,7.3 84.8,31.5 8.8,31.9"></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/banner_3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/banner_3.svg'" class="ng-scope"><svg viewBox="0 0 100 16.2" class="ng-scope">
                  <polygon fill="#105C8F" points="13.8,5.2 0,5.2 7.6,10.6 -0.1,16 19.6,16.1 19.6,13.9 13.8,13.9"></polygon>
                  <polygon fill="#3582C4" points="76.4,0.1 23.3,0.1 14.8,0.1 14.7,13 36.1,13 63.4,13 85.9,13 85.9,0.1"></polygon>
                  <polygon fill="#105C8F" points="86.8,5.2 100,5.1 92.7,10.6 100.1,16 81.1,16.1 81.1,13.9 86.7,13.8"></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/banner_4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/banner_4.svg'" class="ng-scope"><svg viewBox="0 0 100 16.2" class="ng-scope">
                  <polygon fill="#105C8F" points="15.5,5.1 0.1,5.1 8.6,10.5 0,15.8 22.1,15.9 22.1,13.7 15.6,13.7"></polygon>
                  <polygon fill="#0B3B56" points="15.6,13.7 22.1,13.7 22.1,15.9"></polygon>
                  <polygon fill="#3582C4" points="15.6,0.3 15.5,13.7 84.5,13.7 84.5,0.3"></polygon>
                  <polygon fill="#105C8F" points="84.5,5.1 99.9,5 91.4,10.4 100,15.8 77.9,15.9 77.9,13.7 84.4,13.7"></polygon>
                  <polygon fill="#0B3B56" points="84.4,13.7 77.9,13.7 77.9,15.8"></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/banner_5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/banner_5.svg'" class="ng-scope"><svg viewBox="0 0 100 18.3" class="ng-scope">
                  <polygon fill="#105C8F" points="11.1,16.2 0,16.2 4.6,8.2 0,0.2 16.6,0.2 11.1,2.3 "></polygon>
                  <rect x="12.5" y="2.6" fill="#3582C4" width="75.1" height="15.7"></rect>
                  <polygon fill="#105C8F" points="88.9,16.1 100,16.1 95.4,8.1 100,0.1 83.4,0.1 88.9,2.2 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/banner_6.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/banner_6.svg'" class="ng-scope"><svg viewBox="0 0 100 26.5" class="ng-scope">
                  <polygon fill="#105C8F" points="1.1,0.4 13.7,0.2 9.9,5 9.3,12.6 0.1,12.8 5.6,6.5"></polygon>
                  <polygon fill="#105C8F" points="98.9,26.2 86.3,26.3 90,21.5 90.7,13.8 99.9,13.7 94.4,20"></polygon>
                  <polygon fill="#3582C4" points="10.9,4.8 9.4,21.7 89.2,21.7 90.7,4.9 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon2.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.97" class="ng-scope">
                  <polygon fill="#63C08C" points="101.493,201.97 50.705,175.921 -0.082,201.97 -0.082,0 101.493,0 "></polygon>
                  <polygon fill="#A2D397" points="25.301,188.95 9.985,196.806 9.985,0 25.301,0 "></polygon>
                  <polygon fill="#A2D397" points="76.117,188.95 91.433,196.806 91.433,0 76.117,0 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon3.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.97" class="ng-scope">
                  <path fill="#63C08C" d="M50.787,178.099c20.419,0,38.669,9.29,50.756,23.87h0.031V0.001H0v201.968h0.031
    C12.119,187.389,30.367,178.099,50.787,178.099z"></path>
                  <path fill="#A2D397" d="M11.355,0.001V179.66c10.998-8.155,24.638-12.912,39.432-12.912c14.796,0,28.437,4.757,39.435,12.914V0.001
	  H11.355z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon4.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.971" class="ng-scope">
                  <polygon fill="#63BF8B" points="101.575,201.969 76.18,188.946 50.787,201.969 25.416,188.934 0,201.969 0,0 101.575,0 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon5.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.971" class="ng-scope">
                  <polygon fill="#A1D296" points="101.575,201.969 88.704,188.946 76.182,201.969 63.309,188.946 50.788,201.969 37.916,188.934
    25.395,201.969 12.697,188.946 0.001,201.969 0.001,0 101.575,0 "></polygon>
                  <polygon fill="#63BF8B" points="25.307,175.921 12.697,188.946 25.395,201.969 37.916,188.934 "></polygon>
                  <polygon fill="#63BF8B" points="76.016,175.921 63.309,188.946 76.2,201.969 88.721,188.934 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon6.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon6.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.971" class="ng-scope">
                  <path fill="#63BF8B" d="M101.538,0H0v201.954c2.343-0.08,4.453-1.074,5.978-2.645c1.601-1.719,3.91-2.768,6.443-2.768
		c2.663,0,5.098,1.145,6.703,3.021c1.569,1.486,3.685,2.406,6.018,2.406c2.433,0,4.631-0.99,6.217-2.594
		c1.603-1.76,3.938-2.834,6.506-2.834c3.06,0,5.163,0.998,6.769,2.832c1.586,1.602,3.786,2.596,6.219,2.596
		c2.348,0,4.473-0.93,6.045-2.432c1.607-1.895,4-3.098,6.678-3.098c2.654,0,5.025,1.186,6.633,3.051
		c1.574,1.529,3.717,2.479,6.086,2.479c2.338,0,4.455-0.922,6.025-2.414l0.002,0.002c1.605-1.904,4.008-3.117,6.693-3.117
		c2.783,0,5.256,1.301,6.857,3.324c1.523,1.35,3.514,2.18,5.703,2.201L101.538,0z"></path>
                  <path fill="#A1D296" d="M5.978,199.309c0.857-0.922,1.926-1.643,3.117-2.121V0H5.189v200.02
		C5.464,199.796,5.73,199.563,5.978,199.309z"></path>
                  <path fill="#A1D296" d="M96.366,0h-3.904v197.161c1.34,0.578,2.516,1.473,3.41,2.604c0.16,0.139,0.326,0.27,0.494,0.396V0z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/ribbon7.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/ribbon7.svg'" class="ng-scope"><svg viewBox="0 0 101.575 201.971" class="ng-scope">
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#63BF8B" points="0,-0.144 0,201.969 36.292,179.194 36.36,-0.163 "></polygon>
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#A1D296" points="65.217,179.126 50.694,170.157 36.292,179.194
    36.36,-0.163 65.216,-0.163 "></polygon>
                  <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#63BF8B" points="101.575,168.468 101.575,-0.163 65.216,-0.163
    65.215,179.126 101.575,201.97 101.575,168.468 "></polygon>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/1.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/1.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 100" class="ng-scope">
                  <path fill="#E1DD6D" d="M399.5,84.2l-26.3-22.8l8.4-22.8h-35.9l-9-22.8c-136.7,24.1-273.4,0-273.4,0l-9,22.8H18.4l8.4,22.8L0.5,84.2
  h71.8L45.4,61.4c0.4,0.2,12.8,2.6,33.8,5.3C127.8,73,222.4,81.1,321,67.1c11.2-1.6,22.4-3.5,33.7-5.7l-26.9,22.8H399.5z"></path>
                  <path fill="#F5F09B" d="M34.1,76.8h-9.6c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h9.6c0.3,0,0.4-0.2,0.4-0.5S34.3,76.8,34.1,76.8z
   M43.2,77.2c0,0.3,0.2,0.5,0.5,0.5h9.6c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.4-0.5-0.4h-9.6C43.4,76.8,43.2,77,43.2,77.2z M362.3,77.2
  c0,0.3,0.2,0.5,0.5,0.5h9.6c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.4-0.5-0.4h-9.6C362.5,76.8,362.3,77,362.3,77.2z M353.2,76.8h-9.6
  c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h9.6c0.3,0,0.5-0.2,0.5-0.5S353.4,76.8,353.2,76.8z M65.7,56.5c-3.3-0.5-6.5-1-9.5-1.5
  c-0.3,0-0.5,0.1-0.5,0.4c0,0.3,0.1,0.5,0.4,0.5c3,0.5,6.2,1,9.5,1.5h0.1c0.2,0,0.4-0.2,0.5-0.4C66.1,56.7,65.9,56.5,65.7,56.5z
   M199.2,66.5c-3.2,0-6.4-0.1-9.6-0.1l0,0c-0.2,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5c3.2,0,6.4,0.1,9.6,0.1c0.3,0,0.5-0.2,0.4-0.5
  C199.7,66.7,199.5,66.5,199.2,66.5z M141.8,64.4c-3.2-0.2-6.4-0.4-9.5-0.7c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.4,0.5
  c3.1,0.2,6.3,0.5,9.6,0.7l0,0c0.2,0,0.4-0.2,0.4-0.4C142.3,64.6,142.1,64.4,141.8,64.4z M122.7,63c-3.3-0.3-6.4-0.5-9.5-0.8
  c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.4,0.5c3.1,0.3,6.3,0.6,9.5,0.9l0,0c0.2,0,0.4-0.2,0.4-0.4C123.2,63.2,123,63,122.7,63z
   M84.7,59c-1.9-0.2-3.7-0.5-5.4-0.7c-1.4-0.2-2.8-0.4-4.1-0.5c-0.3,0-0.5,0.1-0.5,0.4c0,0.3,0.1,0.5,0.4,0.5
  c1.3,0.2,2.7,0.4,4.1,0.5c1.8,0.2,3.6,0.5,5.4,0.7c0,0,0,0,0.1,0c0.2,0,0.4-0.2,0.4-0.4S84.9,59.1,84.7,59z M180.1,66.1
  c-3.2-0.1-6.4-0.2-9.6-0.3c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.4,0.5c3.2,0.1,6.4,0.2,9.6,0.3l0,0c0.3,0,0.5-0.2,0.5-0.5
  C180.5,66.3,180.3,66.1,180.1,66.1z M161,65.5c-3.2-0.2-6.4-0.3-9.6-0.5c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.4,0.5
  c3.1,0.2,6.3,0.3,9.6,0.5l0,0c0.2,0,0.4-0.2,0.5-0.4C161.4,65.7,161.2,65.5,161,65.5z M218.4,66.4L218.4,66.4
  c-3.2,0-6.4,0.1-9.6,0.1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5c3.2,0,6.4,0,9.6-0.1c0.3,0,0.5-0.2,0.5-0.5S218.7,66.4,218.4,66.4z
   M103.7,61.2c-3.3-0.3-6.5-0.7-9.5-1c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.1,0.5,0.4,0.5c3.1,0.3,6.2,0.7,9.5,1l0,0
  c0.2,0,0.4-0.2,0.4-0.4C104.1,61.5,103.9,61.2,103.7,61.2z M294.9,61.9c-3.2,0.3-6.4,0.7-9.5,0.9c-0.3,0-0.4,0.2-0.4,0.5
  c0,0.2,0.2,0.4,0.5,0.4l0,0c3.2-0.3,6.4-0.6,9.5-1c0.3,0,0.4-0.3,0.4-0.5C295.3,62.1,295.1,61.9,294.9,61.9z M313.9,59.7
  c-3.1,0.4-6.3,0.8-9.5,1.2c-0.3,0-0.4,0.3-0.4,0.5s0.2,0.4,0.5,0.4c0,0,0,0,0.1,0c3.2-0.4,6.4-0.8,9.5-1.2c0.3,0,0.4-0.3,0.4-0.5
  C314.4,59.8,314.1,59.6,313.9,59.7z M275.8,63.7c-3.1,0.3-6.3,0.5-9.5,0.7c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4l0,0
  c3.2-0.2,6.4-0.5,9.6-0.7c0.2,0,0.4-0.2,0.4-0.5C276.3,63.9,276,63.7,275.8,63.7z M256.7,65c-3.2,0.2-6.4,0.4-9.6,0.5
  c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4l0,0c3.2-0.2,6.4-0.3,9.6-0.5c0.3,0,0.4-0.2,0.4-0.5C257.1,65.2,256.9,65,256.7,65z
   M332.8,56.9c-3.1,0.5-6.3,1-9.5,1.4c-0.3,0-0.4,0.3-0.4,0.5s0.2,0.4,0.5,0.4c0,0,0,0,0.1,0c3.2-0.5,6.4-1,9.5-1.5
  c0.2,0,0.4-0.3,0.4-0.5C333.3,57,333,56.9,332.8,56.9z M237.5,65.9c-3.2,0.1-6.4,0.2-9.6,0.3c-0.3,0-0.5,0.2-0.4,0.5
  c0,0.2,0.2,0.4,0.5,0.4l0,0c3.2-0.1,6.4-0.2,9.6-0.3c0.3,0,0.5-0.2,0.4-0.5S237.8,65.9,237.5,65.9z M360.1,45.4h7.2
  c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5h-7.2c-0.3,0-0.5,0.2-0.5,0.5S359.9,45.4,360.1,45.4z M399.9,84.5l0.1-0.1l0,0v-0.1l0,0
  v-0.1v-0.1c0,0,0-0.1-0.1-0.1l0,0l0,0l-26.1-22.6l5.9-16.1c0,0,0,0,0-0.1l2.3-6.3c0-0.1,0.1-0.1,0.1-0.2l0,0l0,0v-0.1
  c0,0,0-0.1-0.1-0.1l0,0c0-0.1-0.1-0.1-0.2-0.1s-0.2,0-0.2,0H346l-8.9-22.5c-0.1-0.2-0.4-0.3-0.6-0.3l0,0
  c-135,23.8-271.7,0.2-273.1,0c-0.1,0-0.1,0-0.2,0l0,0c0,0-0.1,0-0.1,0.1l0,0c0,0-0.1,0-0.1,0.1c0,0,0,0,0,0.1l0,0l-2.5,6.4v0.1
  l-6.3,16H18.5c-0.1,0-0.2,0-0.3,0c-0.2,0.1-0.3,0.2-0.3,0.4l0,0c0,0.1,0,0.1,0.1,0.2l2.5,6.7l0,0l5.8,15.7L0.2,83.8l0,0
  c0,0,0,0,0,0.1c0,0,0,0,0,0.1v0.1c0,0,0,0,0,0.1l0,0v0.1l0,0c0,0,0,0.1,0.1,0.1l0,0l0,0l0.1,0.1l0,0c0.1,0,0.1,0,0.2,0h71.8
  c0.1,0,0.1,0,0.2,0l0,0l0,0c0,0,0,0,0.1,0l0,0c0,0,0-0.1,0.1-0.1l0,0l0,0l0,0l0,0l6.7-17.1c16.5,2.2,38.1,4.5,63.2,6.1
  c18,1.2,39.1,2,62.3,2c35.1,0,74.9-2,115.7-7.7l6.6,16.7c0,0,0,0,0,0.1l0,0c0,0,0,0.1,0.1,0.1l0,0c0,0,0,0,0.1,0l0,0c0,0,0,0,0.1,0
  s0.1,0,0.2,0h71.8C399.7,84.6,399.7,84.6,399.9,84.5L399.9,84.5C399.8,84.6,399.8,84.5,399.9,84.5L399.9,84.5L399.9,84.5z
   M380.9,39.1l-2,5.4h-4.5c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h4.1l-5.8,15.8l0,0c-0.1,0.2,0,0.4,0.1,0.5l17.4,15h-8.4
  c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h9.4l7,6.1h-69.4l25.9-21.9c0.1-0.1,0.2-0.2,0.2-0.4l0,0v-0.1l0,0l0,0v-0.1l-6.2-15.8h4.1
  c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5h-4.5l-2.1-5.4C346.2,39.1,380.9,39.1,380.9,39.1z M51.4,44.9h-4.5c-0.3,0-0.5,0.2-0.5,0.4
  s0.2,0.5,0.5,0.5H51l-6.1,15.4l0,0l0,0c-0.1,0.2,0,0.4,0.1,0.5l0,0l0,0l17.7,15l0,0c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h1.1
  l7.2,6.1H1.7l7-6.1H15c0.3,0,0.4-0.2,0.4-0.5s-0.2-0.4-0.5-0.4H9.7l17.4-15l0,0l0.1-0.1l0,0c0-0.1,0-0.2,0-0.3v-0.1l0,0l-5.7-15.4
  h4.1c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.4-0.5-0.4h-4.5L19,39.1h34.6L51.4,44.9z M143.8,72.5c-25.7-1.6-47.7-4-64.4-6.1l0,0
  c-0.1,0-0.2,0-0.2,0c-18.8-2.5-30.7-4.6-33.1-5.2l6.1-15.6l0,0l8.9-22.7c0.6,0.1,2.1,0.3,4.4,0.7c0,0,0,0,0.1,0
  c0.2,0,0.4-0.2,0.4-0.4c0-0.3-0.1-0.5-0.4-0.5c-2-0.3-3.4-0.5-4.2-0.6l2.2-5.6c5.2,0.9,64.4,10.6,141.9,10.6
  c40.4,0,85.8-2.6,131-10.6l2.2,5.7c-1.4,0.2-2.8,0.5-4.2,0.7c-0.3,0-0.4,0.3-0.4,0.5s0.2,0.4,0.5,0.4c0,0,0,0,0.1,0
  c1.5-0.2,2.9-0.5,4.4-0.7l6.3,15.9l0,0l2.5,6.3c0,0,0,0,0,0.1l3.4,8.5c-2.9,0.6-5.9,1.1-8.9,1.6c-0.3,0-0.4,0.3-0.4,0.5
  s0.2,0.4,0.5,0.4c0,0,0,0,0.1,0c3-0.5,6.1-1.1,9.1-1.7l2.6,6.5C275.3,76.4,196.3,75.8,143.8,72.5z M102.4,28.1
  c0.2,0,0.4-0.2,0.4-0.4c0-0.3-0.2-0.5-0.4-0.5c-3.3-0.3-6.3-0.7-9.3-1c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.4,0.5
  C96,27.5,99.1,27.8,102.4,28.1L102.4,28.1z M83.9,26c0.2,0,0.4-0.2,0.4-0.4s-0.1-0.5-0.4-0.5c-3.1-0.4-6.2-0.8-9.2-1.2
  c-0.3,0-0.5,0.1-0.5,0.4s0.1,0.5,0.4,0.5C77.6,25.3,80.7,25.6,83.9,26L83.9,26z M158.2,32.3c0.2,0,0.4-0.2,0.4-0.4
  c0-0.3-0.2-0.5-0.4-0.5c-3.2-0.2-6.3-0.3-9.3-0.5c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.4,0.5C151.9,32,155,32.2,158.2,32.3L158.2,32.3z
   M251.7,31.9c0-0.3-0.2-0.4-0.5-0.4c-3.1,0.2-6.2,0.3-9.3,0.4c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4l0,0
  c3.1-0.1,6.2-0.3,9.3-0.4C251.5,32.4,251.7,32.2,251.7,31.9z M270.3,30.8c0-0.3-0.2-0.4-0.5-0.4c-3,0.2-6.2,0.4-9.3,0.6
  c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4l0,0c3.1-0.2,6.2-0.4,9.3-0.6C270.1,31.2,270.3,31,270.3,30.8z M288.8,29.2
  c0-0.3-0.2-0.4-0.5-0.4c-3,0.3-6.2,0.6-9.3,0.9c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4l0,0c3.1-0.3,6.2-0.6,9.3-0.9
  C288.7,29.6,288.8,29.4,288.8,29.2z M325.8,24.6c0-0.3-0.3-0.4-0.5-0.4c-3,0.5-6.1,0.9-9.2,1.3c-0.3,0-0.4,0.3-0.4,0.5
  s0.2,0.4,0.5,0.4c0,0,0,0,0.1,0c3.1-0.4,6.2-0.9,9.2-1.3C325.7,25,325.8,24.8,325.8,24.6z M307.3,27.1c0-0.2-0.3-0.4-0.5-0.4
  c-3,0.4-6.2,0.7-9.2,1.1c-0.3,0-0.4,0.3-0.4,0.5s0.2,0.4,0.5,0.4l0,0c3.1-0.3,6.2-0.7,9.3-1.1C307.2,27.6,307.4,27.4,307.3,27.1z
   M139.6,31.3c0.2,0,0.4-0.2,0.5-0.4c0-0.3-0.2-0.5-0.4-0.5c-3.2-0.2-6.3-0.4-9.3-0.7c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.4,0.5
  C133.3,30.8,136.4,31,139.6,31.3C139.5,31.3,139.5,31.3,139.6,31.3z M176.8,33c0.3,0,0.5-0.2,0.5-0.4c0-0.3-0.2-0.5-0.4-0.5
  c-3.1-0.1-6.2-0.2-9.3-0.3c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.4,0.5C170.5,32.8,173.6,33,176.8,33L176.8,33z M195.9,33
  c0-0.3-0.2-0.5-0.5-0.5c-3.1,0-6.2-0.1-9.3-0.1l0,0c-0.2,0-0.4,0.2-0.4,0.4c0,0.3,0.2,0.5,0.4,0.5c3.1,0.1,6.2,0.1,9.3,0.2
  C195.7,33.4,195.9,33.2,195.9,33z M121,29.9c0.2,0,0.4-0.2,0.4-0.4c0-0.3-0.2-0.5-0.4-0.5c-3.2-0.3-6.3-0.5-9.3-0.8
  c-0.3,0-0.5,0.2-0.5,0.4c0,0.3,0.2,0.5,0.4,0.5C114.7,29.3,117.8,29.6,121,29.9L121,29.9z M233.1,32.7c0-0.3-0.2-0.4-0.5-0.4
  c-3.1,0.1-6.2,0.2-9.3,0.2c-0.3,0-0.4,0.2-0.4,0.5c0,0.2,0.2,0.4,0.5,0.4c3.1-0.1,6.2-0.1,9.3-0.2C232.9,33.1,233.1,32.9,233.1,32.7
  z M214.5,33c0-0.3-0.2-0.5-0.5-0.5c-2.6,0-5.2,0-7.7,0h-1.6c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h1.6c2.6,0,5.1,0,7.7,0
  C214.3,33.5,214.5,33.3,214.5,33z M39.8,44.9h-7.1c-0.3,0-0.5,0.2-0.5,0.4s0.2,0.5,0.5,0.5h7.1c0.3,0,0.5-0.2,0.5-0.5
  S40.1,44.9,39.8,44.9z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/2.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/2.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 100" class="ng-scope">
                  <path fill="#F8F096" d="M322.8,11.4v43.5c-4.9-0.4-9.7-0.8-14.6-1.1C272.4,51.3,236.4,50,200,50s-72.4,1.3-108.2,3.8
	c-4.9,0.4-9.8,0.7-14.6,1.1V11.4c40.5-3.2,81.4-4.9,122.8-4.9S282.3,8.2,322.8,11.4z"></path>
                  <path fill="#FFFFFF" d="M84.6,16.5c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9C85,17.4,84.6,17.1,84.6,16.5z
	 M93,15.9c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9S93,16.5,93,15.9z M101.3,15.4c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C101.7,16.3,101.3,15.9,101.3,15.4z M109.7,14.9c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
	s-0.3,0.9-0.9,0.9C110,15.8,109.7,15.4,109.7,14.9z M118,14.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C118.4,15.3,118,14.9,118,14.4z M126.4,14c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S126.4,14.5,126.4,14z
	 M134.7,13.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C135.1,14.5,134.7,14.1,134.7,13.6z M143.1,13.3
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C143.5,14.1,143.1,13.8,143.1,13.3z M151.5,13c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S151.5,13.5,151.5,13z M159.8,12.7c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C160.2,13.6,159.8,13.2,159.8,12.7z M168.2,12.5c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S168.2,13,168.2,12.5z
	 M176.6,12.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C176.9,13.3,176.6,12.9,176.6,12.4z M184.9,12.3
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C185.3,13.2,184.9,12.8,184.9,12.3z M193.3,12.2c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C193.6,13.1,193.3,12.7,193.3,12.2z M201.7,12.2c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9
	c0,0.5-0.3,0.9-0.9,0.9C202,13.1,201.7,12.7,201.7,12.2z M210,12.2c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C210.4,13.1,210,12.7,210,12.2z M218.4,12.3c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S218.4,12.8,218.4,12.3z
	 M226.8,12.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C227.1,13.3,226.8,12.9,226.8,12.4z M235.1,12.6
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C235.5,13.5,235.1,13.1,235.1,12.6z M243.5,12.8c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S243.5,13.3,243.5,12.8z M251.8,13c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9
	C252.2,13.9,251.8,13.6,251.8,13z M260.2,13.3c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C260.6,14.2,260.2,13.9,260.2,13.3z M268.6,13.7c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C268.9,14.6,268.6,14.2,268.6,13.7z M276.9,14.1c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9
	C277.3,15,276.9,14.6,276.9,14.1z M285.3,14.5c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9
	C285.6,15.4,285.3,15,285.3,14.5z M293.6,15c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C294,15.9,293.6,15.5,293.6,15z
	 M302,15.5c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9S302,16,302,15.5z M310.3,16.1c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9C310.7,17,310.3,16.6,310.3,16.1z M318.7,16.7c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
	s-0.3,0.9-0.9,0.9S318.7,17.2,318.7,16.7z M84.6,48.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C85,49.4,84.6,49.1,84.6,48.6z M93,48c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C93.3,48.8,93,48.5,93,48z
	 M101.3,47.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C101.7,48.3,101.3,47.9,101.3,47.4z M109.7,46.9
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C110,47.8,109.7,47.4,109.7,46.9z M118,46.4c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C118.4,47.3,118,46.9,118,46.4z M126.4,46c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
	s-0.3,0.9-0.9,0.9S126.4,46.5,126.4,46z M134.7,45.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C135.1,46.5,134.7,46.1,134.7,45.6z M143.1,45.3c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C143.5,46.2,143.1,45.8,143.1,45.3z M151.5,45c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S151.5,45.5,151.5,45z
	 M159.8,44.7c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C160.2,45.6,159.8,45.2,159.8,44.7z M168.2,44.5
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S168.2,45,168.2,44.5z M176.6,44.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
	s-0.3,0.9-0.9,0.9C176.9,45.3,176.6,44.9,176.6,44.4z M184.9,44.3c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C185.3,45.2,184.9,44.8,184.9,44.3z M193.3,44.2c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C193.6,45.1,193.3,44.7,193.3,44.2z M201.7,44.2c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9
	C202,45.1,201.7,44.7,201.7,44.2z M210,44.2c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C210.4,45.1,210,44.7,210,44.2z
	 M218.4,44.3c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9S218.4,44.8,218.4,44.3z M226.8,44.4c0-0.5,0.4-0.9,0.9-0.9
	s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C227.1,45.3,226.8,44.9,226.8,44.4z M235.1,44.6c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
	s-0.3,0.9-0.9,0.9C235.5,45.5,235.1,45.1,235.1,44.6z M243.5,44.8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	S243.5,45.3,243.5,44.8z M251.8,45c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9C252.2,45.9,251.8,45.6,251.8,45z
	 M260.2,45.4c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C260.6,46.2,260.2,45.9,260.2,45.4z M268.6,45.7
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C268.9,46.6,268.6,46.2,268.6,45.7z M276.9,46.1c0-0.5,0.4-0.9,0.9-0.9
	s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9C277.3,47,276.9,46.6,276.9,46.1z M285.3,46.5c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9
	c0,0.5-0.3,0.9-0.9,0.9C285.6,47.4,285.3,47,285.3,46.5z M293.6,47c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9
	C294,47.9,293.6,47.5,293.6,47z M302,47.5c0-0.5,0.4-0.9,0.9-0.9s0.8,0.4,0.9,0.9c0,0.5-0.3,0.9-0.9,0.9S302,48.1,302,47.5z
	 M310.3,48.1c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C310.7,49,310.3,48.6,310.3,48.1z M318.7,48.7
	c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9s-0.3,0.9-0.9,0.9C319,49.6,318.7,49.2,318.7,48.7z"></path>
                  <path fill="#F2E77E" d="M91.9,76.2c-4.9,0.4-9.8,0.8-14.6,1.2C68,78.1,58.8,79,49.6,80V42.6c9.2-0.9,18.4-1.8,27.6-2.6v14.9L91.9,76.2z
	 M350.4,42.6V80c-9.2-1-18.4-1.8-27.6-2.6c-4.9-0.4-9.8-0.8-14.6-1.2l14.6-21.3V40C332,40.8,341.2,41.7,350.4,42.6z"></path>
                  <path fill="#EDDE72" d="M0,93.5l24.1-22.1L0,56.7c16.5-2.3,33-4.2,49.6-5.9V80l27.6,4.9C51.3,87.1,25.5,89.9,0,93.5z M375.9,71.3
	L400,93.5c-25.5-3.5-51.3-6.4-77.2-8.6l27.6-4.9V50.7c16.6,1.7,33.1,3.7,49.6,5.9L375.9,71.3z"></path>
                  <path fill="#D5C56B" d="M91.9,76.2L77.2,54.9c4.9-0.4,9.7-0.8,14.6-1.1L91.9,76.2z M77.2,77.4v7.5L49.6,80C58.8,79,68,78.1,77.2,77.4z
	 M322.8,54.9l-14.6,21.3V53.8C313,54.1,317.9,54.5,322.8,54.9z M350.4,80l-27.6,4.9v-7.5C332,78.1,341.2,79,350.4,80z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/3.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/3.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 100" class="ng-scope">
                  <path fill="#80AAB5" d="M103.6,37.3c-12.2,0.5-24.3,1-36.5,1.6c0-3.6,1.9-6.7,4.8-8.3l20.2-12.2c1.4-0.8,2.5-2,3.2-3.4
	c0.7-1.2,1-2.7,1.1-4.2c0-0.1,0-0.3,0-0.4L103.6,37.3z M333,37.8c-12.2-0.5-24.4-0.9-36.6-1.3l0.1-0.4l7.2-26.2
	c0,3.3,1.6,6.2,4.3,7.7l0,0l20.2,11.9C331.1,31.2,333,34.3,333,37.8z"></path>
                  <path fill="#97CADC" d="M333,37.8l-7.9,24.8l-8.4,26.7c-34.6-1.2-69.5-1.8-104.4-1.8c-43.2,0-86.2,0.9-128.9,2.8L75,63.8l-7.9-24.9l0,0
	c12.1-0.6,24.3-1.1,36.5-1.6c36.1-1.3,72.3-2,108.7-2c28.1,0,56.2,0.4,84.1,1.2C308.6,36.8,320.8,37.3,333,37.8z M96.4,10.9
	c-0.1,1.5-0.5,2.9-1.1,4.1c-0.7,1.4-1.8,2.4-3.2,3.3L71.9,30.6c-2.8,1.6-4.8,4.4-4.8,7.9v0.4L75,63.5c-24.9,1-49.6,2.4-74.3,4.1l0,0
	l28.5-27L0.7,15.3c0.1,0,0.2,0,0.4,0c1.8-0.1,3.6-0.2,5.4-0.4c4.1-0.3,8.2-0.5,12.3-0.8c2.9-0.2,5.7-0.3,8.6-0.5
	c7-0.4,14-0.8,20.9-1.1c15.7-0.8,31.5-1.5,47.3-2c0.2,0,0.4,0,0.6,0v0.1l0,0L96.4,10.9z M370.9,39.8l28.5,26.9
	c-24.7-1.7-49.4-3-74.3-4l7.9-24.8c0-3.5-1.9-6.6-4.8-8.2l-20.2-12l0,0c-2.7-1.6-4.3-4.5-4.3-7.7l0,0V9.9c32,1.1,63.9,2.7,95.7,4.9
	L370.9,39.8z"></path>
                  <path fill="#CAE3EE" d="M399.7,66.4l-28-26.4l28-24.7c0.2-0.1,0.3-0.4,0.2-0.6c-0.1-0.2-0.3-0.4-0.5-0.4c-3-0.2-6.1-0.4-9.1-0.6
	c0,0,0-0.1-0.1-0.1c-0.2-0.3-0.6-0.3-0.8-0.1l-0.2,0.1c-28.3-1.8-57-3.3-85.4-4.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0
	c-0.3,0-0.5,0.2-0.6,0.4v0.1c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1l-7,25.6c-27.6-0.8-55.8-1.2-83.8-1.2c-35.9,0-72.3,0.7-108.3,2
	l-7.1-26.4c-0.1-0.3-0.3-0.4-0.6-0.4c-0.1,0-0.2,0.1-0.3,0.2h-0.3c-15.5,0.5-31.5,1.2-47.3,2c-7.5,0.3-14.3,0.7-21,1.1
	c-2.9,0.2-5.7,0.3-8.6,0.5c-4.1,0.3-8.2,0.5-12.3,0.8l-5.8,0.4c-0.2,0-0.4,0.2-0.5,0.4c0,0.2,0,0.4,0.2,0.6l28,24.9L0.3,67.3
	c-0.2,0.1-0.2,0.4-0.1,0.6c0.1,0.2,0.3,0.3,0.5,0.3c24.4-1.7,49.2-3.1,73.8-4.2l8.4,26.4c0,0.2,0.3,0.4,0.5,0.4
	c42.7-1.9,86-2.8,128.9-2.8c34.7,0,69.8,0.6,104.3,1.7c0.3,0,0.5-0.2,0.6-0.4l8.3-26.1c24.6,1,49.5,2.4,73.9,4
	c0.3,0,0.5-0.1,0.4-0.2C399.9,66.8,399.9,66.6,399.7,66.4z M307.7,18.3h0.1l20.1,11.9c2.5,1.4,4.2,4,4.4,6.9
	c-12.4-0.6-23.9-1-35.2-1.3l6.3-23C304.1,15.1,305.6,17.1,307.7,18.3z M92.4,18.9c1.5-0.9,2.6-2,3.4-3.5c0.4-0.7,0.6-1.4,0.8-2.1
	l6.3,23.3c-12.1,0.5-24,1-35.2,1.5c0-0.1,0-0.1,0-0.2c0.3-2.9,1.9-5.5,4.5-7L92.4,18.9z M18.9,14.6c2.8-0.2,5.7-0.3,8.6-0.5
	c6.6-0.3,13.5-0.7,20.9-1.1c15.8-0.8,31.7-1.5,47.3-2h0.1c0,1.3-0.4,2.6-1,3.7c-0.7,1.3-1.7,2.3-3,3.1L71.6,30
	c-3.2,1.8-5.1,4.9-5.1,8.4v0.4c0,0.1,0,0.1,0,0.2l7.7,24c-21.5,0.9-43.1,2-64.5,3.4l28.1-26c0.1,0,0.2-0.1,0.3-0.2
	c0.2-0.2,0.1-0.6-0.1-0.8L9.9,15.2C12.9,15,15.9,14.7,18.9,14.6z M2.1,15.8l4.5-0.4c0.5,0,1.1-0.1,1.6-0.1c0,0,0,0,0,0l28.6,24.6
	L8.1,66.4c0,0-0.1,0.1-0.1,0.1c-1.9,0.1-3.9,0.2-5.8,0.4L29.6,41c0.1-0.1,0.2-0.2,0.2-0.4c0-0.1-0.1-0.3-0.2-0.4L2.1,15.8z
	 M316.3,88.6c-34.4-1.2-69.4-1.8-104-1.8c-42.7,0-86,1-128.5,2.8l-8.2-25.9c0.1-0.1,0.1-0.2,0-0.4l-7.7-23.9
	c11.4-0.6,23.4-1.1,35.8-1.6c36.1-1.3,72.7-2,108.7-2c28.1,0,56.3,0.4,84,1.2c0,0,0,0,0,0c11.5,0.4,23.1,0.8,35.9,1.3l-5,15.7
	L316.3,88.6z M333.4,38.3C333.4,38.3,333.4,38.3,333.4,38.3c0.1-0.1,0.2-0.2,0.2-0.4c0-1.4-0.3-2.8-0.9-4.1c-0.9-2-2.4-3.8-4.3-4.8
	l-20.2-11.9h-0.1c-0.3-0.1-0.5-0.3-0.7-0.5c-1.8-1.5-2.9-3.7-3-6.2c28,0.9,56.1,2.3,83.9,4.1l-28,24c0,0-0.1,0.1-0.1,0.1
	c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0.1c0,0.2,0,0.4,0.1,0.5l28.1,26
	c-20.7-1.3-41.7-2.4-62.4-3.3L333.4,38.3z M390.1,65.5L361.4,39l28.4-24.4c2.7,0.2,5.4,0.3,8.1,0.5l-27.4,24.3
	c-0.1,0.1-0.2,0.2-0.2,0.4c0,0.1,0.1,0.3,0.2,0.4L397.9,66C395.3,65.8,392.7,65.7,390.1,65.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/4.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/4.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 200" class="ng-scope">
                  <path fill="#6269AB" d="M64.7,54.9l7,11.2c-4.2-0.3-8.4-0.3-12.4,0c-1.1,0.1-2.3,0.2-3.4,0.3h0c-1.1,0.1-2.3,0.2-3.4,0.4
	c-1,0.1-2,0.3-2.9,0.4c-13.9,2.2-24,6.6-24,6.6s4.2-17.3,10.3-25.6L0,33.5c0,0,13.5-4.5,34.6-7.7c1.1-0.2,2.2-0.3,3.3-0.5
	c1.1-0.2,2.3-0.3,3.5-0.5c1-0.1,2.1-0.3,3.2-0.4c27.6-3.2,64.8-3.4,101.8,9C86.7,38.2,70.1,49.4,66,53.4c-0.1,0.1-0.2,0.1-0.2,0.2
	C65,54.4,64.8,54.8,64.7,54.9C64.7,54.9,64.7,54.9,64.7,54.9L64.7,54.9z"></path>
                  <path fill="#6269AB" d="M366.7,152.6c6.6,9,7.5,24.7,7.5,24.7c-6.5-2.6-13.1-4.5-19.6-5.8c-1-0.2-1.9-0.4-2.9-0.5
	c-1.1-0.2-2.2-0.4-3.3-0.5c-1.1-0.2-2.3-0.3-3.4-0.5c-32.7-4-60.3,5.2-60.3,5.2s0-0.2,0.1-0.5c0-0.2,0.1-0.4,0.2-0.6
	c0.2-0.5,0.4-1,0.7-1.7c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.2,0.2-0.5,0.4-0.7v0c0.1-0.2,0.2-0.4,0.3-0.6v0c0.1-0.2,0.2-0.4,0.4-0.7v0
	c0.2-0.3,0.4-0.6,0.6-0.9c0.1-0.2,0.3-0.5,0.5-0.7c0.5-0.7,1.1-1.5,1.7-2.2v0c0.2-0.2,0.4-0.5,0.7-0.7v0c0.2-0.2,0.5-0.5,0.7-0.7
	c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.1,0.2-0.2,0.3-0.2c0,0,0,0,0,0
	c0.2-0.2,0.4-0.3,0.5-0.5c0.4-0.3,0.7-0.6,1.1-1c0.2-0.2,0.4-0.3,0.6-0.5c0.2-0.2,0.4-0.3,0.6-0.5c0.2-0.1,0.4-0.3,0.7-0.4
	c0.9-0.6,1.9-1.2,2.9-1.7c0.5-0.3,1.1-0.5,1.6-0.8c0.3-0.1,0.6-0.2,0.8-0.4c0.9-0.3,1.8-0.7,2.7-0.9c0,0,0,0,0,0
	c0.2-0.1,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.1,0.7-0.2c0,0,0,0,0,0c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.4-0.1
	c0.1,0,0.2,0,0.4-0.1c2.7-0.6,5.7-0.9,9.1-0.9h0v0l18.4-26.3l0,0c7.2-0.5,14.8-0.1,22,0.8c1.1,0.1,2.1,0.3,3.2,0.4
	c1.1,0.2,2.3,0.3,3.4,0.5c1.1,0.2,2.1,0.4,3.2,0.6c18.9,3.5,34,9.3,34,9.3C373.8,146.6,366.7,152.6,366.7,152.6z"></path>
                  <path fill="#A8AFD7" d="M13,38.9c10.9-2.8,22-4.6,33.2-6c11.2-1.3,22.4-2,33.7-1.9c5.6,0.1,11.3,0.3,16.9,0.8
	c5.6,0.5,11.2,1.2,16.7,2.2c5.5,1.1,11,2.3,16.4,4c5.4,1.7,10.6,3.8,15.7,6.2c-5.1-2.3-10.4-4.3-15.8-5.9
	c-5.4-1.6-10.9-2.8-16.4-3.8c-5.5-0.9-11.1-1.6-16.7-2.1c-5.6-0.4-11.2-0.7-16.8-0.7c-11.2,0-22.5,0.6-33.6,1.8
	c-5.6,0.6-11.2,1.3-16.7,2.2C24.1,36.7,18.5,37.6,13,38.9z M313.8,137.8c8.1-0.8,16.3-1.3,24.5-1.3c8.2,0,16.4,0.5,24.5,1.7
	c8.1,1.2,16.1,3,23.8,5.8c-7.6-3-15.6-5.1-23.7-6.4c-8.1-1.3-16.3-1.8-24.5-1.9c-8.2-0.1-16.4,0.5-24.6,1.4
	c-8.2,0.9-16.3,2.3-24.3,4C297.5,139.7,305.6,138.6,313.8,137.8z M35.3,63.9c1.2-0.4,2.5-0.6,3.8-1l3.8-0.8
	c5.1-1.1,10.2-1.8,15.3-2.3c1.3-0.1,2.6-0.3,3.9-0.3l3.9-0.1c1.3,0,2.6,0,3.9,0l1.9,0c0.6,0,1.3,0.1,1.9,0.1l3.9,0.3l3.9,0.5
	l1.9,0.2l1.9,0.4l3.8,0.8l-3.8-1l-1.9-0.5l-1.9-0.3l-3.9-0.6l-3.9-0.4c-5.2-0.5-10.4-0.4-15.6,0c-5.2,0.4-10.4,1.3-15.4,2.4
	c-5.1,1.2-10.1,2.7-14.8,4.8C30.3,65.3,32.8,64.5,35.3,63.9z M293.4,165.3c3.8-0.8,7.5-1.6,11.4-2.1c7.6-1.2,15.3-1.8,23-1.9
	c7.7-0.1,15.4,0.4,23,1.7c1.9,0.3,3.8,0.7,5.7,1c1.9,0.4,3.8,0.8,5.6,1.4c3.7,0.9,7.4,2.2,11,3.5c-7.1-3-14.6-5.2-22.2-6.5
	c-7.6-1.4-15.4-1.9-23.1-1.9c-3.9,0-7.7,0.2-11.6,0.6c-3.9,0.4-7.7,0.8-11.5,1.5c-7.6,1.3-15.2,3.1-22.4,5.7
	C285.9,167,289.7,166.1,293.4,165.3z"></path>
                  <path fill="#6269AB" d="M302.4,54.9l-25.6,39.7C239,82,202.8,79.1,172.4,80.2c-0.1,0-0.1,0-0.2,0h0c-2.9,0.1-5.7,0.2-8.4,0.4
	c-44.6,2.8-74.4,14-74.4,14L71.7,66.1v0h0l-7-11.2h0c23-6.7,49.7-13.8,81.6-16.9C188.2,33.8,239.1,36.3,302.4,54.9z M223.4,97.4
	c-61.3,0-105.2,15.1-105.2,15.1l21.8,38.1c0,0,55.6-19,125.4-8.4c16.2,2.5,33.2,6.5,50.4,12.8c0,0,0,0,0,0v0l18.4-26.3l0,0l7.4-10.6
	C299.8,102.4,258.7,97.4,223.4,97.4z"></path>
                  <path fill="#3A4277" d="M276.8,94.6c-20-2.2-37.8-0.7-53.4,2.8c-61.3,0-105.2,15.1-105.2,15.1s13.1-16.6,45.5-31.9
	c2.8-0.2,5.6-0.3,8.4-0.4h0c0.1,0,0.1,0,0.2,0C202.8,79.1,239,82,276.8,94.6z M66,53.4c-0.1,0.1-0.1,0.2-0.2,0.2
	c-0.7,0.7-1,1.2-1,1.2v0c23-6.7,49.7-13.8,81.6-16.9v-4.4C86.7,38.2,70.1,49.4,66,53.4z M315.8,155c-17.2-6.3-34.2-10.3-50.4-12.8
	l19.2,32.9c0,0,0-0.2,0.1-0.5c0-0.2,0.1-0.4,0.2-0.6c0.2-0.5,0.4-1,0.7-1.7c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.2,0.2-0.5,0.4-0.7v0
	c0.1-0.2,0.2-0.4,0.3-0.6c0,0,0,0,0,0v0c0.1-0.2,0.2-0.4,0.4-0.7v0c0.2-0.3,0.4-0.6,0.6-0.9c0.1-0.2,0.3-0.5,0.5-0.7
	c0.5-0.7,1.1-1.5,1.7-2.2v0c0.2-0.2,0.4-0.5,0.7-0.7h0v0c0.2-0.2,0.5-0.5,0.7-0.7c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.1,0.2-0.2,0.2-0.2
	c0.1-0.1,0.2-0.2,0.2-0.2c0.1-0.1,0.2-0.2,0.3-0.2c0,0,0,0,0,0c0.2-0.2,0.4-0.3,0.5-0.5c0.4-0.3,0.7-0.6,1.1-1
	c0.2-0.2,0.4-0.3,0.6-0.5c0.2-0.2,0.4-0.3,0.6-0.5c0.2-0.1,0.4-0.3,0.7-0.4c0.9-0.6,1.9-1.2,2.9-1.7c0.5-0.3,1.1-0.5,1.6-0.8
	c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.1,0.4-0.2,0.6-0.3c0.4-0.2,0.9-0.3,1.4-0.5c0.2-0.1,0.5-0.1,0.7-0.2c0,0,0,0,0,0
	c0.2-0.1,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.1,0.7-0.2c0,0,0,0,0,0c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.3-0.1,0.4-0.1c0.1,0,0.2-0.1,0.4-0.1
	c0.1,0,0.2,0,0.4-0.1C309.4,155.3,312.5,155,315.8,155L315.8,155C315.9,155,315.8,155,315.8,155z"></path>
                  <path fill="#A8AFD7" d="M70.2,63.7l6.9-2.1l3.4-1l3.5-1l6.9-1.9l7-1.8l3.5-0.9c1.2-0.3,2.3-0.5,3.5-0.8l7-1.5c2.3-0.5,4.7-0.9,7.1-1.3
	l7.1-1.3c19-3.1,38.2-4.5,57.4-4.5l7.2,0.1c2.4,0,4.8,0,7.2,0.2c4.8,0.3,9.6,0.5,14.4,0.9l14.3,1.5c4.8,0.7,9.5,1.4,14.2,2.1
	c2.4,0.3,4.7,0.8,7.1,1.3l7.1,1.4c2.4,0.5,4.7,0.9,7.1,1.4l7,1.7c9.4,2.1,18.5,5,27.7,7.6c-9.3-2.4-18.5-5.1-27.9-7l-7-1.6
	c-2.3-0.5-4.7-0.9-7.1-1.3l-7.1-1.3c-2.4-0.4-4.7-0.9-7.1-1.2c-18.9-3-38.1-4.5-57.2-4.5c-19.1-0.1-38.3,1.4-57.2,4.2l-7.1,1.2
	c-2.4,0.4-4.7,0.8-7.1,1.3l-7,1.4c-1.2,0.2-2.3,0.5-3.5,0.7L98,56.4l-7,1.6l-7,1.8l-3.5,0.9l-3.5,1L70.2,63.7z M96.4,83.1l6.1-1.6
	l6.1-1.4c4.1-1,8.2-1.7,12.3-2.6c4.1-0.8,8.2-1.4,12.4-2.1c16.5-2.5,33.3-3.8,50-3.7c16.7,0,33.4,1.3,50,3.9c2.1,0.2,4.1,0.6,6.2,1
	l6.2,1.1c2.1,0.4,4.1,0.7,6.2,1.2l6.1,1.4c8.2,1.6,16.3,4,24.4,6.1c-8-2.3-16-4.8-24.2-6.7l-6.1-1.5c-2-0.5-4.1-0.8-6.2-1.2
	l-6.2-1.2c-2.1-0.4-4.1-0.8-6.2-1.1c-4.1-0.6-8.3-1.3-12.4-1.8l-12.5-1.3c-4.2-0.3-8.4-0.5-12.6-0.8c-2.1-0.2-4.2-0.2-6.3-0.2
	l-6.3-0.1c-16.8,0-33.6,1.3-50.1,4c-4.1,0.8-8.3,1.5-12.4,2.3l-6.1,1.3c-2.1,0.4-4.1,0.9-6.1,1.4l-6.1,1.6l-6,1.7
	c-4,1.1-8,2.4-12,3.6C88.3,85.4,92.3,84.1,96.4,83.1z M129.7,119.4c1.1-0.3,2.2-0.6,3.3-0.9l3.3-0.8l6.6-1.6l6.6-1.4l3.3-0.7
	l3.3-0.6l6.7-1.2c2.2-0.4,4.5-0.6,6.7-1c2.2-0.3,4.5-0.6,6.7-0.9c17.9-2.1,35.9-2.9,53.9-2.3c18,0.5,36,2.3,53.7,5.3
	c1.1,0.2,2.2,0.3,3.3,0.5l3.3,0.6l6.6,1.3c2.2,0.4,4.4,0.8,6.6,1.3l6.6,1.5c8.8,1.9,17.5,4.4,26.2,6.7c-8.7-2.5-17.3-5.2-26.1-7.3
	l-6.6-1.6c-2.2-0.5-4.4-0.9-6.6-1.4l-6.6-1.4l-3.3-0.7c-1.1-0.2-2.2-0.4-3.3-0.6c-17.8-3.2-35.8-5-53.8-5.6
	c-18.1-0.5-36.2,0.3-54.1,2.6c-2.2,0.3-4.5,0.7-6.7,1c-2.2,0.4-4.5,0.6-6.7,1.1l-6.7,1.3l-3.3,0.6l-3.3,0.7l-6.6,1.5l-6.5,1.7
	l-3.3,0.9c-1.1,0.3-2.2,0.6-3.2,1l-6.5,2L129.7,119.4z M147.9,141.4l5.7-1.5l5.7-1.4l2.8-0.7l2.9-0.6l5.7-1.2c1.9-0.4,3.8-0.7,5.8-1
	c1.9-0.3,3.8-0.7,5.8-1c15.4-2.3,31-3.3,46.6-2.8c15.6,0.4,31.1,2.3,46.4,5.2l11.4,2.5l2.9,0.6l2.8,0.7l5.7,1.5l5.7,1.5
	c1.9,0.5,3.7,1.1,5.6,1.7l11.2,3.4l-11.1-3.7c-1.9-0.6-3.7-1.3-5.6-1.8l-5.6-1.6l-5.6-1.6l-2.8-0.8l-2.9-0.7l-11.4-2.6
	c-15.3-3.1-30.9-5-46.5-5.5c-15.6-0.4-31.3,0.5-46.8,3c-1.9,0.3-3.8,0.7-5.8,1c-1.9,0.4-3.8,0.7-5.8,1.1l-5.7,1.3l-2.9,0.6l-2.8,0.7
	l-5.7,1.5l-5.6,1.6c-3.8,1.1-7.5,2.3-11.2,3.4C140.3,143.6,144.1,142.4,147.9,141.4z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/5.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/5.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 200" class="ng-scope">
                  <path fill="#F3E683" d="M101.3,133.2c-13.7-1.1-45.4-5.2-75,37.2c0,0,2.3-33.2,10.6-39.6L0,135.2c31.4-32.9,60.2-36.9,60.2-36.9
	l1.8,11.2c0.2,1.1,0.5,2.1,0.9,3.1l0,0c0.4,1,0.9,1.9,1.6,2.7c3.1,4,9.6,10.5,18.6,8.9c12.9-2.3,42.1-33.3,54.6-17
	c0.4,0.5,0.8,1.1,1.1,1.6C145.7,121,127.8,135.2,101.3,133.2z M373.7,170.3c-29.6-42.4-61.3-38.2-75-37.2
	c-26.5,2-44.4-12.1-37.4-24.3l0.2-0.4c0.3-0.4,0.6-0.8,0.9-1.3c12.6-16.3,41.7,14.7,54.6,17c9,1.6,15.5-4.8,18.6-8.9
	c0.7-0.8,1.2-1.7,1.6-2.7s0.7-2.1,0.9-3.2l1.8-11.2c0,0,28.8,4.1,60.2,36.9l-36.9-4.4C371.4,137.1,373.7,170.3,373.7,170.3z"></path>
                  <path fill="#FFFCEE" d="M138.7,108.8c-0.2,2.7-1.5,5.3-3.3,7.4s-4,3.8-6.3,5.2c-4.7,2.8-10.1,4.4-15.5,5.3s-11,0.9-16.4,0.4
	c-5.4-0.4-10.8-0.4-16.2,0.2l-2,0.2c-0.7,0.1-1.3,0.2-2,0.3c-1.3,0.2-2.7,0.4-4,0.8c-1.3,0.3-2.6,0.6-3.9,1l-3.8,1.2
	c-1.3,0.4-2.5,1-3.8,1.5l-1.9,0.8l-1.8,0.9c-1.2,0.6-2.4,1.2-3.6,1.9l-3.4,2.2c-9.1,5.9-16.8,13.8-23.5,22.4
	c6.4-8.8,13.9-17,23-23.1l3.4-2.3c1.2-0.7,2.4-1.3,3.6-2l1.8-1l1.9-0.8c1.3-0.5,2.5-1.2,3.8-1.6c5.1-2,10.6-3.2,16.1-3.7
	s11-0.3,16.4,0.3c5.4,0.6,10.8,0.7,16.2-0.1c5.4-0.8,10.7-2.3,15.4-4.9c2.4-1.3,4.6-3,6.4-5C137.1,114,138.5,111.5,138.7,108.8z
	 M128.3,89c-0.4,2.8-2,5.2-3.9,7.1c-2,1.9-4.4,3.4-6.8,4.6c-5,2.4-10.5,3.7-15.9,4.3c-5.5,0.6-11.1,0.4-16.5-0.2
	c-5.5-0.5-10.9-0.7-16.4-0.4c-10.9,0.6-21.6,3.4-31.2,8.7c-2.5,1.2-4.7,2.8-7,4.2c-1.2,0.7-2.2,1.6-3.3,2.4l-3.3,2.5
	c-2.1,1.8-4.1,3.6-6.2,5.5l-5.7,5.9l5.6-6.1c2-1.9,4-3.8,6-5.7l3.2-2.6c1.1-0.8,2.1-1.8,3.3-2.5c2.3-1.5,4.5-3.2,7-4.5
	c9.6-5.5,20.5-9,31.6-9.4c5.6-0.3,11.1,0.2,16.6,0.9c5.4,0.8,10.9,1,16.4,0.6c5.4-0.5,10.9-1.6,15.9-3.9c2.5-1.1,4.9-2.6,6.9-4.4
	C126.3,94.1,127.9,91.7,128.3,89z M260.9,109.5c0.3,2.7,1.7,5.2,3.5,7.2s4.1,3.6,6.4,4.9c4.8,2.6,10.1,4.1,15.5,4.8
	c2.7,0.3,5.4,0.5,8.1,0.5s5.4-0.3,8.1-0.5s5.5-0.4,8.3-0.4s5.5,0.2,8.3,0.5c5.5,0.7,10.9,2,16,4s10,4.6,14.6,7.8
	c4.5,3.1,8.7,6.7,12.6,10.6c3.8,3.9,7.3,8.2,10.6,12.6c-6.7-8.6-14.5-16.5-23.6-22.6c-4.5-3-9.4-5.5-14.5-7.4s-10.4-3.1-15.8-3.6
	c-5.4-0.6-10.8-0.5-16.3-0.2c-5.4,0.5-11.1,0.5-16.5-0.4s-10.8-2.5-15.6-5.3c-2.4-1.4-4.6-3.1-6.4-5.2
	C262.4,114.9,261.1,112.3,260.9,109.5z M274.1,88.8c0.4,2.7,2,5.1,3.9,7c2,1.9,4.3,3.3,6.7,4.5c4.9,2.3,10.3,3.4,15.7,3.9
	c2.7,0.2,5.4,0.2,8.1,0.1s5.4-0.5,8.1-0.9c2.7-0.3,5.5-0.6,8.2-0.8c2.8-0.1,5.5-0.1,8.3,0.1c5.5,0.4,11,1.4,16.2,3.1
	c2.6,0.9,5.2,1.8,7.7,3c1.3,0.5,2.5,1.2,3.7,1.8c1.2,0.7,2.4,1.3,3.6,2c4.7,2.8,9.1,6.1,13.2,9.8c4.1,3.7,7.8,7.7,11.3,11.9
	c-7.2-8.2-15.5-15.6-24.9-21c-1.2-0.7-2.4-1.3-3.6-1.9s-2.4-1.2-3.7-1.7c-2.5-1.1-5.1-2-7.6-2.8c-5.2-1.6-10.6-2.5-16-2.7
	c-5.4-0.3-10.8,0-16.3,0.6c-5.4,0.7-11,1-16.5,0.4s-10.9-1.9-15.9-4.3c-2.5-1.2-4.8-2.8-6.7-4.8C275.9,94,274.4,91.5,274.1,88.8z"></path>
                  <path fill="#D8C670" d="M337.1,112.6c-0.4,1-0.9,1.9-1.6,2.7c-3.1,4-9.6,10.5-18.6,8.9c-12.9-2.3-42.1-33.3-54.6-17
	c-0.3,0.4-0.6,0.8-0.9,1.3l15.3-26.9C313.9,90,335.9,102.2,337.1,112.6z M138.8,108.8c-0.3-0.6-0.7-1.1-1.1-1.6
	c-12.5-16.3-41.7,14.7-54.6,17c-9.1,1.6-15.5-4.8-18.6-8.9c-0.6-0.8-1.2-1.7-1.6-2.7l0,0c1.2-10.4,23.2-22.6,60.4-31L138.8,108.8z"></path>
                  <path fill="#F8EF99" d="M343.9,71.7l-4.2,26.5l-1.8,11.2c-0.2,1.1-0.5,2.2-0.9,3.2c-1.2-10.4-23.2-22.6-60.4-31.1
	c-3.6-0.8-7.3-1.6-11.2-2.4c-43.3-8.3-87.8-8.3-131.1,0c-3.9,0.7-7.6,1.5-11.2,2.4c-37.1,8.5-59.2,20.6-60.4,31
	c-0.4-1-0.7-2.1-0.9-3.1L60,98.2l-4.2-26.5c0.7-9.9,26.8-24.4,70.2-34c48.5-10.8,98.9-10.8,147.5,0
	C317.1,47.4,343.3,61.8,343.9,71.7z"></path>
                  <path fill="#FFFCEE" d="M338.9,103.9c-0.2-1.5-0.9-3-1.7-4.3c-0.8-1.3-1.9-2.5-3-3.5c-2.2-2.1-4.8-3.9-7.4-5.5
	c-5.3-3.2-11-5.7-16.8-7.9c-11.6-4.4-23.7-7.6-35.8-10.1c-12.2-2.5-24.5-4.4-36.8-5.7C225,65.6,212.6,65,200.2,65
	s-24.8,0.6-37.2,1.9c-12.4,1.2-24.7,3.1-36.8,5.7C114,75,102,78.2,90.3,82.6c-5.8,2.2-11.5,4.6-16.9,7.8c-2.7,1.6-5.2,3.4-7.5,5.5
	c-1.1,1.1-2.2,2.2-3,3.5s-1.5,2.7-1.7,4.3c0.2-1.6,0.7-3,1.5-4.4c0.8-1.3,1.8-2.6,2.9-3.7c2.2-2.2,4.7-4.2,7.4-5.9
	c5.3-3.4,11-6.1,16.8-8.5c5.8-2.4,11.8-4.3,17.7-6.1c6-1.8,12.1-3.4,18.2-4.7c24.4-5.6,49.5-8.2,74.5-8.3c25,0.1,50.1,2.7,74.5,8.4
	c6.1,1.3,12.2,2.9,18.2,4.7c6,1.8,11.9,3.8,17.7,6.2c5.8,2.4,11.4,5.2,16.7,8.6c2.6,1.7,5.1,3.6,7.3,5.9c1.1,1.1,2.1,2.4,2.9,3.7
	C338.1,100.8,338.7,102.3,338.9,103.9z M342.7,78.6c-0.2-1.6-0.9-3.1-1.8-4.4s-1.9-2.5-3.1-3.6c-2.3-2.2-4.9-4.1-7.6-5.7
	c-5.5-3.3-11.3-5.9-17.3-8.1c-11.9-4.5-24.3-7.8-36.8-10.4c-12.5-2.6-25.1-4.6-37.8-5.9c-12.7-1.3-25.5-2-38.2-2
	c-12.8,0-25.5,0.7-38.2,2s-25.3,3.2-37.9,5.8c-12.5,2.5-24.9,5.8-36.9,10.2c-6,2.2-11.9,4.8-17.3,8c-2.7,1.6-5.3,3.5-7.7,5.7
	c-1.2,1.1-2.2,2.3-3.1,3.6c-0.9,1.3-1.5,2.8-1.8,4.4c0.2-1.6,0.8-3.1,1.6-4.5s1.8-2.7,3-3.8c2.3-2.3,4.9-4.3,7.6-6
	c5.4-3.5,11.3-6.3,17.2-8.7c6-2.4,12.1-4.5,18.2-6.3c3.1-0.9,6.2-1.8,9.3-2.6c3.1-0.8,6.2-1.6,9.4-2.2c25.1-5.7,50.8-8.4,76.6-8.5
	c25.7,0.1,51.5,2.8,76.5,8.6c6.3,1.4,12.5,3,18.7,4.8s12.3,3.9,18.2,6.4c5.9,2.5,11.8,5.3,17.2,8.8c2.7,1.8,5.3,3.7,7.5,6
	c1.1,1.2,2.1,2.4,3,3.8C342,75.4,342.6,77,342.7,78.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/6.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/6.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400" class="ng-scope">
                  <path fill="#AA3835" d="M400,167c0-20.6-99-0.4-169.9-23.2c-80.6-26-161.3-67.3-161.3-90.4c0,0,0,40.2,0,58.1s91.8,51.9,113,59.4
	C269.9,202.1,400,223.3,400,167z M0,233.1c0,27,103.7,2.8,175.5,27c81.5,27.5,154.6,72,154.6,88c0,0,0-40.7,0-58.1
	c0-12.1-16.9-24.3-42.7-33.1c-17.2-2-36.2-6.4-57.4-13.9C142,211.8,0,159.6,0,233.1z"></path>
                  <path fill="#CD473B" d="M304.8,111.9l32-29.1c-27.5,1.7-82-2-127.3-17.3C144.3,43.6,68.9,30.1,68.9,53.4v58.1c0-22.7,61.7-8.7,116.2,5
	l0,0c7.9,2,16.1,4.4,24.3,7.1c45.3,15.3,99.9,18.9,127.3,17.3L304.8,111.9z M0,167v66.1c0-46.7,142-21.3,230.1,9.9
	c21.2,7.5,40.2,11.9,57.4,13.9c54.2,6.4,112.5-5.8,112.5-23.8V167c0,22.7-81.9,41.2-169.9,9.9C142,145.7,0,119.1,0,167z M94.2,289.5
	l-32,29.1c27.5-1.7,82,2,127.3,17.3c65.1,22,140.5,32,140.5,12.2V290c0,20.5-61.6,8.7-116.2-5l0,0c-7.9-2-16.1-4.4-24.3-7.1
	c-45.3-15.3-99.9-18.9-127.3-17.3L94.2,289.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/7.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/7.svg'" class="ng-scope">
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 100" class="ng-scope">
                  <path fill="#7D529A" d="M319,62.9c-0.6-4-4.9-7.7-14.8-8.3c-9.5-0.6-22.9,0.8-38.5,3.2c-22.1,3.4-48.6,8.7-75,13.3
	c-39.9,6.9-75,14.4-95.6,7.9c-12.6-3.9-13-9.8-13-9.8L82,42.7V32.2c0.1,0.6,0.2,1.1,0.3,1.7c1.3,4.3,8.5,12.9,51.4,6.5
	c5.8-0.9,12.3-2.1,19.6-3.5c60.4-12.5,141.2-23.2,158.1-15.4c7.3,3.4,7.2,9.3,7.2,9.3l0.4,25.7L319,62.9z"></path>
                  <path fill="#825EA1" d="M134.3,23.7L134.3,23.7c-0.4,4.4-5.2,7.9-23.1,3.3c-25.6-6.6-29.7,0.2-29.2,5.2v10.5
	c-30.6-2.9-69.8,13.7-69.8,13.7l15.2-22.5L0,25.6C0,25.6,42.2,9.2,78.1,8c36-1.2,51.3,4.6,54,8.8C133.2,18.3,134.5,21.2,134.3,23.7z
	 M400,72.4c0,0-35.2,19.4-77,19.8c-41.8,0.4-51.9-6.8-54.8-9.9c-1.6-1.6-2.8-4.1-2.6-6.5l0,0c0.2-2.1,1.5-4,4.7-5.3
	c6.7-2.6,22.1-0.3,34,2.7c7.7,1.9,14.2-3.1,14.8-8.4c0.1-0.6,0.1-1.3,0-1.9l-0.1-6.5c0,0,45.1,1.8,67.1-14.7l-13.3,22.9L400,72.4z"></path>
                  <path fill="#5A4277" d="M134.3,23.8l-0.6,16.6c-42.9,6.5-50.1-2.2-51.4-6.5c-0.2-0.5-0.3-1.1-0.3-1.7c-0.5-5,3.6-11.8,29.2-5.2
	C129.1,31.6,133.8,28.1,134.3,23.8z M319.1,64.8c-0.6,5.3-7.1,10.3-14.8,8.4c-11.9-3-27.3-5.4-34-2.7c-3.2,1.3-4.5,3.2-4.7,5.3
	l0.3-18c15.6-2.4,29-3.8,38.5-3.2c9.9,0.6,14.1,4.3,14.8,8.3L319.1,64.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/8.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/8.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 200" class="ng-scope">
                  <path fill="#F8F096" d="M328.1,59.8v46.9c-21.2,20.9-34.8,24.6-61.9,27.8c-25.1,2.9-83.3-13.5-124.7-13.5c-5.9,0-11.4,0.5-16.6,1.5
	C93.6,128.1,75.7,148,75.7,148v-47c0,0,24.4-27,65.8-27s99.7,16.4,124.7,13.5c8.3-1,15.4-2,21.8-3.6
	C302.4,80.5,313.5,74.3,328.1,59.8z"></path>
                  <path fill="#D8C86B" d="M124.9,122.4l-9.1,41.9c-12.9-9.7-40.1-16.4-40.1-16.4S93.7,128.1,124.9,122.4z M328.1,59.8
	C313.4,74.3,302.4,80.5,288,84l-8.6-39.3C286.7,51.2,328.1,59.8,328.1,59.8z"></path>
                  <path fill="#EDDE72" d="M115.9,164.3c-57.8-18.1-107.8,0-107.8,0l19.8-28.2L0,118.9c0,0,22.8-10.7,75.7-8.5V148
	C75.7,147.9,103,154.6,115.9,164.3z M373.4,61.8l17.1,27.7c-14.9-8.4-62.4-6.2-62.4-6.2V59.8c0,0-41.4-8.6-48.7-15.1
	c0-0.4,51.5-20.1,120.6,0L373.4,61.8z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/9.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/9.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 150" class="ng-scope">
                  <path fill="#CE483C" d="M80.8,57.1L62.5,87.5l-4.3,7.1C20.7,69.5,0,43.3,0,43.3l29.8,1.5l-1.4-34.2c0,0,8.4,11.3,25,25.8
	C60.8,42.9,70,50.1,80.8,57.1z M324,105.6c-32.4,18.5-74.4,33.8-124,33.8S108.4,124,76,105.6l3.2-7.5l14.1-33.3l0,0c0,0,0,0,0.1,0
	c8.3,4.8,17.4,9.3,27.3,13.4c22.5,9.3,49,16.3,79.3,18c30.4-1.7,56.9-8.7,79.4-18c9.9-4.1,19-8.7,27.4-13.4l14,33.2L324,105.6z
	 M400,43.3c0,0-20.8,26.3-58.3,51.4l-4.3-7.1l-18.3-30.4c10.8-7.1,20-14.2,27.5-20.7c16.5-14.4,25-25.8,25-25.8l-1.4,34.2L400,43.3z
	"></path>
                  <path fill="#BF423B" d="M124.6,65.2c-19.7,3.7-30.3-0.1-31.3-0.4c0,0,0,0-0.1,0l0,0L79.2,98c-6.2-3.4-11.8-7-16.6-10.5l18.3-30.4
	C62.4,41.9,60,25.8,60,25.8S85.6,53.7,124.6,65.2z M319.2,57.1l18.3,30.4c-4.8,3.5-10.4,7.1-16.6,10.5l-14.1-33.3
	c-19.7,5.3-31.3,0.5-31.3,0.5c39-11.5,64.6-39.4,64.6-39.4S336.8,44.3,319.2,57.1z"></path>
                  <path fill="#AA3835" d="M124.6,65.2l-3.9,13c-9.9-4.1-19-8.7-27.3-13.4C94.3,65.1,104.9,68.9,124.6,65.2z M80.8,57.1
	C70,50,60.8,42.9,53.3,36.4L60,25.8C60,25.8,62.4,41.9,80.8,57.1z M346.6,36.4c-7.5,6.5-16.6,13.7-27.5,20.7
	C336.8,44.3,340,25.8,340,25.8L346.6,36.4z M306.8,64.7c-8.3,4.8-17.5,9.3-27.4,13.4l-3.9-13C275.4,65.2,287,70,306.8,64.7z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/10.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/10.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 400"
                  class="ng-scope">
                  <path fill="#EDDE72" d="M100,351.4c-3.4,0-6.6-1.1-9.3-3.2c-2.8-2.2-6.6-2.9-10.1-1.6c-1.7,0.6-3.4,0.9-5.2,0.9c-5,0-9.7-2.5-12.5-6.7
	c-1.9-2.9-5.2-4.6-8.6-4.6c-0.3,0-0.4,0-0.5,0c-0.3,0-0.4,0-0.5,0c-6.7,0-12.7-4.5-14.5-11c-0.5-1.7-1.4-3.3-2.7-4.5
	c-1.2-1.3-2.8-2.2-4.5-2.7c-6.5-1.8-11-7.8-11-14.5c0-0.1,0-0.3,0-0.4c0-0.3,0-0.4,0-0.5c0-3.6-1.7-6.9-4.6-8.8
	c-4.2-2.8-6.7-7.5-6.7-12.5c0-1.8,0.3-3.5,0.9-5.2c0.4-1.2,0.6-2.4,0.6-3.6c0-2.3-0.8-4.6-2.2-6.4c-2.1-2.6-3.2-5.9-3.2-9.3V48.6
	h189v208.2c0,3.4-1.1,6.7-3.2,9.3c-1.4,1.8-2.2,4.1-2.2,6.4c0,1.2,0.2,2.5,0.6,3.6c0.6,1.7,0.9,3.4,0.9,5.2c0,5-2.5,9.7-6.7,12.5
	c-2.9,1.9-4.6,5.2-4.6,8.7c0,0.2,0,0.4,0,0.5c0,0.3,0,0.4,0,0.5c0,6.7-4.5,12.6-11,14.5c-1.7,0.5-3.3,1.4-4.5,2.7
	c-1.3,1.3-2.2,2.8-2.7,4.5c-1.8,6.5-7.8,11-14.5,11c-0.1,0-0.2,0-0.4,0c-0.3,0-0.4,0-0.5,0c-3.6,0-6.9,1.7-8.8,4.6
	c-2.8,4.2-7.5,6.7-12.5,6.7c-1.8,0-3.5-0.3-5.2-0.9c-3.5-1.3-7.2-0.6-10.1,1.6C106.6,350.3,103.4,351.4,100,351.4z"></path>
                  <path fill="#CE483C" d="M190,53.3H10.1v203.6c0,2.3,0.8,4.6,2.2,6.5c2.1,2.6,3.2,6,3.2,9.3c0,1.8-0.3,3.5-0.9,5.2
	c-0.4,1.2-0.6,2.4-0.6,3.6c0,3.5,1.7,6.7,4.6,8.6c4.2,2.8,6.7,7.5,6.7,12.5c0,0.1,0,0.2,0,0.4s0,0.4,0,0.5c0,4.8,3.1,8.9,7.6,10.1
	c2.5,0.7,4.8,2,6.6,3.9c1.8,1.8,3.2,4.1,3.8,6.5c1.3,4.5,5.4,7.6,10,7.6c0.3,0,0.4,0,0.5,0c0.3,0,0.4,0,0.5,0c5,0,9.7,2.5,12.5,6.7
	c2.6,3.9,7.7,5.6,12.3,4c1.6-0.7,3.4-1,5.2-1c3.4,0,6.7,1.1,9.3,3.2c3.7,2.9,9.2,2.9,12.9,0c4.1-3.2,9.6-4.1,14.5-2.3
	c4.6,1.7,9.6-0.1,12.3-4c2.8-4.2,7.5-6.7,12.5-6.7c0.1,0,0.3,0,0.4,0c0.3,0,0.4,0,0.5,0c4.8,0,8.9-3.1,10.1-7.6
	c0.7-2.5,2-4.7,3.8-6.5c1.8-1.8,4.1-3.1,6.6-3.9c4.5-1.3,7.6-5.4,7.6-10c0-0.3,0-0.4,0-0.5c0-0.2,0-0.4,0-0.5c0-5,2.5-9.7,6.7-12.5
	c2.9-1.9,4.6-5.2,4.6-8.6c0-1.2-0.2-2.4-0.6-3.6c-0.6-1.7-0.9-3.4-0.9-5.2c0-3.4,1.1-6.7,3.2-9.3c1.4-1.8,2.2-4.1,2.2-6.5V53.3z
	 M74.8,320.6l0.6,3.5l-3.2-1.6l-3.1,1.6l0.6-3.5l-2.6-2.5l3.5-0.5l1.6-3.2l1.6,3.2l3.5,0.5L74.8,320.6z M104,324.6l0.9,5.5l-4.9-2.6
	l-4.9,2.6l0.9-5.5l-3.9-3.8l5.5-0.8l2.4-5l2.4,5l5.5,0.8L104,324.6z M130.9,320.6l0.6,3.5l-3.2-1.6l-3.1,1.6l0.6-3.5l-2.6-2.5
	l3.6-0.5l1.5-3.2l1.6,3.2l3.5,0.5L130.9,320.6z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/11.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/11.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 400"
                  class="ng-scope">
                  <polygon fill="#5A61A7" points="174.2,49.7 174.2,347.8 100,289.8 25.8,347.8 25.8,49.7 "></polygon>
                  <path fill="#A4ACD6" d="M176.5,352.6L100,292.7l-76.5,59.9V47.4h153V352.6z M100,286.8l71.8,56.2V52H28.2v291L100,286.8z"></path>
                  <path fill="#A4ACD6" d="M159.2,318.5l-0.4-0.3l-58.9-49l-59.2,49.3v-253h118.5V318.5L159.2,318.5z M100,268.6l0.1,0.1l58.6,48.8V65.9
	H41.2v251.6L100,268.6z"></path>
                  <path fill="#A4ACD6" d="M162.1,324l-0.4-0.3L100,273.1L37.9,324V62.8h124.2V324L162.1,324z M100,272.5l0.1,0.1l61.5,50.4V63.3H38.4V323
	L100,272.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/12.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/12.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 400"
                  class="ng-scope">
                  <polygon fill="#CE483C" points="174.2,49.7 174.2,347.8 100,289.8 25.9,347.8 25.9,49.7 "></polygon>
                  <path fill="#EDDE72" d="M176.5,352.6L100,292.7l-76.5,59.9V47.4h153V352.6z M100,286.8l71.8,56.2V52H28.2v291L100,286.8z"></path>
                  <path fill="#EDDE72" d="M159.2,318.5l-0.4-0.3l-58.9-49l-59.2,49.3v-253h118.5V318.5L159.2,318.5z M100,268.6l0.1,0.1l58.6,48.8V65.9
	H41.2v251.6L100,268.6z"></path>
                  <path fill="#EDDE72" d="M162.1,324l-0.4-0.3L100,273.1L37.9,324V62.8h124.2V324L162.1,324z M100,272.5l0.1,0.1l61.5,50.4V63.3H38.4V323
	L100,272.5z"></path>
                </svg>
              </div>
              <!-- ngInclude: '/shared/svg-editor/assets/ribbons/13.svg' -->
              <div ng-click="$ctrl.addSvgAsset($event)" ng-include="'/shared/svg-editor/assets/ribbons/13.svg'" class="ng-scope"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 400"
                  class="ng-scope">
                  <path fill="#A4ACD6" d="M100,351.4c-3.4,0-6.6-1.1-9.3-3.2c-2.8-2.2-6.6-2.9-10.1-1.6c-1.7,0.6-3.4,0.9-5.2,0.9c-5,0-9.7-2.5-12.5-6.7
	c-1.9-2.9-5.2-4.6-8.6-4.6c-0.3,0-0.4,0-0.5,0c-0.3,0-0.4,0-0.5,0c-6.7,0-12.7-4.5-14.5-11c-0.5-1.7-1.4-3.3-2.7-4.5
	c-1.2-1.3-2.8-2.2-4.5-2.7c-6.5-1.8-11-7.8-11-14.5c0-0.1,0-0.3,0-0.4c0-0.3,0-0.4,0-0.5c0-3.6-1.7-6.9-4.6-8.8
	c-4.2-2.8-6.7-7.5-6.7-12.5c0-1.8,0.3-3.5,0.9-5.2c0.4-1.2,0.6-2.4,0.6-3.6c0-2.3-0.8-4.6-2.2-6.4c-2.1-2.6-3.2-5.9-3.2-9.3V48.6
	h189v208.2c0,3.4-1.1,6.7-3.2,9.3c-1.4,1.8-2.2,4.1-2.2,6.4c0,1.2,0.2,2.5,0.6,3.6c0.6,1.7,0.9,3.4,0.9,5.2c0,5-2.5,9.7-6.7,12.5
	c-2.9,1.9-4.6,5.2-4.6,8.7c0,0.2,0,0.4,0,0.5c0,0.3,0,0.4,0,0.5c0,6.7-4.5,12.6-11,14.5c-1.7,0.5-3.3,1.4-4.5,2.7
	c-1.3,1.3-2.2,2.8-2.7,4.5c-1.8,6.5-7.8,11-14.5,11c-0.1,0-0.2,0-0.4,0c-0.3,0-0.4,0-0.5,0c-3.6,0-6.9,1.7-8.8,4.6
	c-2.8,4.2-7.5,6.7-12.5,6.7c-1.8,0-3.5-0.3-5.2-0.9c-3.5-1.3-7.2-0.6-10.1,1.6C106.6,350.3,103.4,351.4,100,351.4z"></path>
                  <path fill="#5A61A7" d="M190,53.3H10.1v203.6c0,2.3,0.8,4.6,2.2,6.5c2.1,2.6,3.2,6,3.2,9.3c0,1.8-0.3,3.5-0.9,5.2
	c-0.4,1.2-0.6,2.4-0.6,3.6c0,3.5,1.7,6.7,4.6,8.6c4.2,2.8,6.7,7.5,6.7,12.5c0,0.1,0,0.2,0,0.4s0,0.4,0,0.5c0,4.8,3.1,8.9,7.6,10.1
	c2.5,0.7,4.8,2,6.6,3.9c1.8,1.8,3.2,4.1,3.8,6.5c1.3,4.5,5.4,7.6,10,7.6c0.3,0,0.4,0,0.5,0c0.3,0,0.4,0,0.5,0c5,0,9.7,2.5,12.5,6.7
	c2.6,3.9,7.7,5.6,12.3,4c1.6-0.7,3.4-1,5.2-1c3.4,0,6.7,1.1,9.3,3.2c3.7,2.9,9.2,2.9,12.9,0c4.1-3.2,9.6-4.1,14.5-2.3
	c4.6,1.7,9.6-0.1,12.3-4c2.8-4.2,7.5-6.7,12.5-6.7c0.1,0,0.3,0,0.4,0c0.3,0,0.4,0,0.5,0c4.8,0,8.9-3.1,10.1-7.6
	c0.7-2.5,2-4.7,3.8-6.5c1.8-1.8,4.1-3.1,6.6-3.9c4.5-1.3,7.6-5.4,7.6-10c0-0.3,0-0.4,0-0.5c0-0.2,0-0.4,0-0.5c0-5,2.5-9.7,6.7-12.5
	c2.9-1.9,4.6-5.2,4.6-8.6c0-1.2-0.2-2.4-0.6-3.6c-0.6-1.7-0.9-3.4-0.9-5.2c0-3.4,1.1-6.7,3.2-9.3c1.4-1.8,2.2-4.1,2.2-6.5V53.3z
	 M74.8,320.6l0.6,3.5l-3.2-1.6l-3.1,1.6l0.6-3.5l-2.6-2.5l3.5-0.5l1.6-3.2l1.6,3.2l3.5,0.5L74.8,320.6z M104,324.6l0.9,5.5l-4.9-2.6
	l-4.9,2.6l0.9-5.5l-3.9-3.8l5.5-0.8l2.4-5l2.4,5l5.5,0.8L104,324.6z M130.9,320.6l0.6,3.5l-3.2-1.6l-3.1,1.6l0.6-3.5l-2.6-2.5
	l3.6-0.5l1.5-3.2l1.6,3.2l3.5,0.5L130.9,320.6z"></path>
                </svg>
              </div>
            </div>
          </div>
          <div ng-show="$ctrl.currentTab === 'images'" class="ng-hide">
            <h6>IMAGES</h6>
            <p>
              <button type="button" class="button large info block ng-isolate-scope upload-file ng-scope" upload-preset="issuerImage" on-start="$ctrl.activateTab('images')" on-upload="$ctrl.addImageAsset(fileUrl)" upload-progress="$ctrl.progressA"
                ng-style="{ 'background-size': $ctrl.progressA + '% 100%' }" ng-disabled="ngDisabled || isDisabled" ng-click="doClick()" ngf-select="onFileSelect($file)" ngf-drop="onFileSelect($file)" ngf-drag-over-class="'dragover'"
                ngf-accept="preset.accept" ngf-pattern="preset.accept" ngf-drop-available="isDropAvailable"> Upload New Image </button>
            </p>
            <p class="text-center">
              <small><em>...or just drag one in from your desktop.</em></small>
            </p>
          </div>
          <div ng-show="$ctrl.currentTab === 'attributes'" style="padding-bottom: 32px;" class="ng-hide">
            <!-- ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <div ng-repeat="(key, group) in $ctrl.allowedAttributes" class="ng-scope">
              <h6 class="ng-binding">issuer</h6>
              <ul class="menu attributes">
                <!-- ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Issuer Name</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[issuer.name]" aria-label="[issuer.name]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
              </ul>
              <hr>
            </div><!-- end ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <div ng-repeat="(key, group) in $ctrl.allowedAttributes" class="ng-scope">
              <h6 class="ng-binding">group</h6>
              <ul class="menu attributes">
                <!-- ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Course Name</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[group.course_name]" aria-label="[group.course_name]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Course Description</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[group.course_description]" aria-label="[group.course_description]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
              </ul>
              <hr>
            </div><!-- end ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <div ng-repeat="(key, group) in $ctrl.allowedAttributes" class="ng-scope">
              <h6 class="ng-binding">credential</h6>
              <ul class="menu attributes">
                <!-- ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Credential ID</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.id]" aria-label="[credential.id]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Credential License ID</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.license_id]" aria-label="[credential.license_id]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Issue Date</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.issued_on]" aria-label="[credential.issued_on]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Expiry Date</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.expired_on]" aria-label="[credential.expired_on]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Grade</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.grade]" aria-label="[credential.grade]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">URL</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.url]" aria-label="[credential.url]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">UUID</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[credential.uuid]" aria-label="[credential.uuid]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
              </ul>
              <hr>
            </div><!-- end ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <div ng-repeat="(key, group) in $ctrl.allowedAttributes" class="ng-scope">
              <h6 class="ng-binding">recipient</h6>
              <ul class="menu attributes">
                <!-- ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Recipient ID</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[recipient.id]" aria-label="[recipient.id]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)">
                <span style="margin-right: 8px" class="ng-binding">Recipient Name</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[recipient.name]" aria-label="[recipient.name]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
              </ul>
              <hr>
            </div><!-- end ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <div ng-repeat="(key, group) in $ctrl.allowedAttributes" class="ng-scope">
              <h6 class="ng-binding">custom</h6>
              <ul class="menu attributes">
                <!-- ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)" class="active">
                <span style="margin-right: 8px" class="ng-binding">completion</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) --><span ng-if="$ctrl.attributeInUse(attribute)" class="chip small info ng-scope">In Use</span><!-- end ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[custom.completion]" aria-label="[custom.completion]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)" class="active">
                <span style="margin-right: 8px" class="ng-binding">content_type</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) --><span ng-if="$ctrl.attributeInUse(attribute)" class="chip small info ng-scope">In Use</span><!-- end ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[custom.content_type]" aria-label="[custom.content_type]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
                <li ng-repeat="attribute in group" class="ng-scope"> <!-- Only show custom text attributes for the moment -->
                  <a href="" ng-class="{ active: $ctrl.attributeInUse(attribute) }" ng-click="$ctrl.addAttribute(attribute)" class="active">
                <span style="margin-right: 8px" class="ng-binding">title_automatically_inserts_here</span>
                <!-- ngIf: $ctrl.attributeInUse(attribute) --><span ng-if="$ctrl.attributeInUse(attribute)" class="chip small info ng-scope">In Use</span><!-- end ngIf: $ctrl.attributeInUse(attribute) -->
                <span class="lozenge" tooltip="[custom.title_automatically_inserts_here]" aria-label="[custom.title_automatically_inserts_here]">
                  <i class="ellipsis"></i>
                </span>
              </a>
                </li><!-- end ngRepeat: attribute in group -->
              </ul>
              <hr>
            </div><!-- end ngRepeat: (key, group) in $ctrl.allowedAttributes -->
            <!-- ngIf: $ctrl.host === 'dashboard' -->
          </div>
          <!-- ngIf: $ctrl.currentTab === 'qrcode' -->
          <div ng-show="$ctrl.currentTab === 'document'" class="ng-hide">
            <!-- Languages selector -->
            <h6>DESIGN LANGUAGE</h6>
            <div class="form language-filter-container">
              <label for="languageSelector">Choose a language tag for this design</label>
              <select id="languageSelector" ng-model="$ctrl.language" ng-change="$ctrl.saveState()" class="ng-untouched ng-valid ng-empty ng-dirty ng-valid-parse">
                <option value="" ng-disabled="true" disabled="disabled" selected="selected">Language</option>
                <!-- ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ar" class="ng-binding ng-scope"> Arabic (General) - عربى </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="hr" class="ng-binding ng-scope"> Croatian - Hrvatski </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="cs" class="ng-binding ng-scope"> Czech - Česky </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="da" class="ng-binding ng-scope"> Danish - Dansk </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="nl" class="ng-binding ng-scope"> Dutch - Nederlands </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="en-gb" class="ng-binding ng-scope"> English (UK) </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="en" class="ng-binding ng-scope"> English (US) </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="fi" class="ng-binding ng-scope"> Finnish - Suomalainen </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="fr" class="ng-binding ng-scope"> French - Français </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="de" class="ng-binding ng-scope"> German - Deutsch </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="el" class="ng-binding ng-scope"> Greek - Νέα Ελληνικά </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="he" class="ng-binding ng-scope"> Hebrew - עברית </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="hi" class="ng-binding ng-scope"> Hindi - हिन्दी </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="hu" class="ng-binding ng-scope"> Hungarian - Magyar </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="id" class="ng-binding ng-scope"> Indonesian - Bahasa Indonesia </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="it" class="ng-binding ng-scope"> Italian - Italiano </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ja" class="ng-binding ng-scope"> Japanese - 日本語 </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ko" class="ng-binding ng-scope"> Korean - 한국어 </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ms" class="ng-binding ng-scope"> Malay - Malay </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="no" class="ng-binding ng-scope"> Norwegian - Norsk </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="nb" class="ng-binding ng-scope"> Norwegian - Norsk Bokmål </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="pl" class="ng-binding ng-scope"> Polish - Polski </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="pt-br" class="ng-binding ng-scope"> Portuguese (Brazil) - Português (Brasil) </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="pt-pt" class="ng-binding ng-scope"> Portuguese (Portugal) - Português (Portugal) </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ro" class="ng-binding ng-scope"> Romanian - Română </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="ru" class="ng-binding ng-scope"> Russian - Русский </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="zh-cn" class="ng-binding ng-scope"> Simplified Chinese - 简体中文 </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="sk" class="ng-binding ng-scope"> Slovak - Slovenský </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="sl" class="ng-binding ng-scope"> Slovenian - Slovenščina </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="es-419" class="ng-binding ng-scope"> Spanish (Latin America) - Español (Latinoamérica) </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="es" class="ng-binding ng-scope"> Spanish - Español </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="sv" class="ng-binding ng-scope"> Swedish - Svenska </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="th" class="ng-binding ng-scope"> Thai - ไทย </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="zh-tw" class="ng-binding ng-scope"> Traditional Chinese - 繁體中文 </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="tr" class="ng-binding ng-scope"> Turkish - Türk </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
                <option ng-repeat="language in $ctrl.languageOptions" value="vi" class="ng-binding ng-scope"> Vietnamese - Việtnam </option><!-- end ngRepeat: language in $ctrl.languageOptions -->
              </select>
            </div>
          </div>
        </div>
      </div>
      <a class="close-tab" ng-class="{ 'closed': !$ctrl.showSidebarMain }" ng-click="$ctrl.showSidebarMain = !$ctrl.showSidebarMain">
    <svg viewBox="0 0 16.02 92.01" xmlns="http://www.w3.org/2000/svg">
      <path d="M6.63,7.76L4.69,6.62C1.69,4.86,0,2.48,0,0v92.01c0-2.48,1.69-4.86,4.69-6.62l1.94-1.13c6.01-3.51,9.38-8.27,9.38-13.24V21C16.02,16.03,12.64,11.27,6.63,7.76"></path>
    </svg>
  </a>
    </div>
  </svg-editor>
</form>

Text Content

Close


You have unsaved changes Save and Close
nudge nudge nudge nudge nudge nudge nudge nudge nudge nudge nudge nudge
[custom.title_automatically_inserts_here]
[custom.content_type]
[custom.completion]


Don't forget to add your logo to your badge design!   Need help with the badge
designer, or starting your design?

   
 * My Designs
   
   
 * Templates
   
 * Backgrounds
 * Text
 * Images
 * Icons
 * Ribbons
   
 * Attributes
   
   
   
 * Document

MY DESIGNS

  

[custom.title_automatically_inserts_here]
[custom.content_type]
[custom.completion]


TEMPLATES

[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
[credential.issued_on]
[group.course_name]
[credential.issued_on]
[group.course_name]
[credential.issued_on]
[group.course_name]
[group.course_name]
[group.course_name]
[group.course_name]
[group.course_name]
[group.course_name]
[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
CERTIFIED
YOUR LOGO HERE
[group.course_name]
Your Logo Here
[group.course_name]
Your Logo Here
[group.course_name]
Your Logo Here

BACKGROUND SHAPES



TEXT

Add Text

Add Text on Circle

...then customize it using the options in the top bar.

ICONS



RIBBONS



IMAGES

Upload New Image

...or just drag one in from your desktop.

ISSUER

   
 * Issuer Name
   

--------------------------------------------------------------------------------

GROUP

   
 * Course Name
   
 * Course Description
   

--------------------------------------------------------------------------------

CREDENTIAL

   
 * Credential ID
   
 * Credential License ID
   
 * Issue Date
   
 * Expiry Date
   
 * Grade
   
 * URL
   
 * UUID
   

--------------------------------------------------------------------------------

RECIPIENT

   
 * Recipient ID
   
 * Recipient Name
   

--------------------------------------------------------------------------------

CUSTOM

   
 * completion In Use
   
 * content_type In Use
   
 * title_automatically_inserts_here In Use
   

--------------------------------------------------------------------------------

DESIGN LANGUAGE

Choose a language tag for this design Language Arabic (General) - عربى Croatian
- Hrvatski Czech - Česky Danish - Dansk Dutch - Nederlands English (UK) English
(US) Finnish - Suomalainen French - Français German - Deutsch Greek - Νέα
Ελληνικά Hebrew - עברית Hindi - हिन्दी Hungarian - Magyar Indonesian - Bahasa
Indonesia Italian - Italiano Japanese - 日本語 Korean - 한국어 Malay - Malay Norwegian
- Norsk Norwegian - Norsk Bokmål Polish - Polski Portuguese (Brazil) - Português
(Brasil) Portuguese (Portugal) - Português (Portugal) Romanian - Română Russian
- Русский Simplified Chinese - 简体中文 Slovak - Slovenský Slovenian - Slovenščina
Spanish (Latin America) - Español (Latinoamérica) Spanish - Español Swedish -
Svenska Thai - ไทย Traditional Chinese - 繁體中文 Turkish - Türk Vietnamese -
Việtnam
Drop to Upload
upload