Skip to content

Instantly share code, notes, and snippets.

@cheapsteak
Created January 30, 2017 22:27
Show Gist options
  • Save cheapsteak/a52552ae71ca19128794a4f85fffbfef to your computer and use it in GitHub Desktop.
Save cheapsteak/a52552ae71ca19128794a4f85fffbfef to your computer and use it in GitHub Desktop.
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('404/templates/404.html',
'<div class="container-fluid text-center not-found"><h1 data-translate="">Page Not Found</h1><p data-translate="">You have searched for something that doesn\'t exist!</p><a href="/">Go back to the home page.</a></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('annotations/templates/annotation.html',
'<div class="container entity"><h1 class="col-lg-12"><i class="fa fa-align-left"></i> {{ ::ac.annotation.annotation_id }}</h1><div class="col-lg-12"><div class="panel panel-default" id="summary"><div class="panel-heading"><h3 class="panel-title" data-translate="">Summary</h3></div><table id="summary-table" class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th data-translate="" scope="row">Annotation UUID</th><td>{{ ::ac.annotation.annotation_id }}</td></tr><tr><th data-translate="" scope="row">Entity UUID</th><td><a data-ng-if="ac.annotation.entity_id !== \'case\'" data-ui-sref="case({ caseId: ac.annotation.case_id, bioId: ac.annotation.entity_id, \'#\': \'biospecimen\' })">{{ ::ac.annotation.entity_id }}</a> <a data-ng-if="ac.annotation.entity_id === \'case\'" data-ui-sref="case({ caseId: ac.annotation.case_id, bioId: ac.annotation.entity_id, })">{{ ::ac.annotation.entity_id }}</a></td></tr><tr><th data-translate="" scope="row">Entity Barcode</th><td>{{ ::ac.annotation.entity_submitter_id || "--" }}</td></tr><tr><th data-translate="" scope="row">Entity Type</th><td>{{ ::ac.annotation.entity_type | humanify }}</td></tr><tr><th data-translate="" scope="row">Case UUID</th><td><a data-ui-sref="case({ caseId: ac.annotation.case_id })" data-ng-if="ac.annotation.case_id">{{ ::ac.annotation.case_id }}</a> <span data-ng-if="!ac.annotation.case_id">--</span></td></tr><tr><th data-translate="" scope="row">Case Submitter ID</th><td><a data-ui-sref="case({ caseId: ac.annotation.case_id })" data-ng-if="ac.annotation.case_submitter_id">{{ ::ac.annotation.case_submitter_id }}</a> <span data-ng-if="!ac.annotation.case_submitter_id">--</span></td></tr><tr><th data-translate="" scope="row">Project ID</th><td><a data-ui-sref="project({ projectId: ac.annotation.project.project_id })" data-uib-tooltip="{{ ::ac.ProjectsService.projectIdMapping[ ac.annotation.project.project_id ] }}">{{ ::ac.annotation.project.project_id }}</a></td></tr><tr><th data-translate="" scope="row">Classification</th><td>{{ ::ac.annotation.classification | humanify:false:true }}</td></tr><tr><th data-translate="" scope="row">Category</th><td>{{ ::ac.annotation.category }}</td></tr><tr><th data-translate="" scope="row">Created On</th><td>{{ ::ac.annotation.created_datetime | date:\'yyyy-MM-dd\' }}</td></tr><tr><th data-translate="" scope="row">Status</th><td>{{ ::ac.annotation.status }}</td></tr></tbody></table></div><div class="panel panel-default" id="notes"><div class="panel-heading"><h3 class="panel-title" data-translate="">Notes</h3></div><div class="list-group"><div class="list-group-item clearfix"><p class="list-group-item-text">{{ ::ac.annotation.notes }}</p></div></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('annotations/templates/annotations.facets.html',
'<facets-free-text data-field="annotation_id" data-title="Annotation ID" placeholder="{{ \'Annotation ID\' | translate }}" entity="annotations" data-template="components/facets/templates/typeahead-annotations.html"></facets-free-text><facets-free-text data-field="entity_id" data-title="Entity ID" placeholder="{{ \'Entity ID\' | translate }}" entity="annotations" data-autocomplete="false"></facets-free-text><facets-free-text data-field="annotation.case_id" data-title="Case UUID" placeholder="{{ \'Case UUID\' | translate }}" entity="annotations" data-autocomplete="false"></facets-free-text><terms data-name="annotations.project.primary_site" data-title="Primary Site" data-facet="asc.annotations.aggregations[\'project.primary_site\']"></terms><terms data-name="annotations.project.project_id" data-title="Project" data-facet="asc.annotations.aggregations[\'project.project_id\']"></terms><terms data-name="annotations.entity_type" data-title="Entity Type" data-facet="asc.annotations.aggregations[\'entity_type\']"></terms><terms data-name="annotations.category" data-title="Annotation Category" data-facet="asc.annotations.aggregations.category"></terms><date-facet data-name="annotations.created_datetime" data-title="Annotation Created" data-facet="asc.annotations.aggregations.created_datetime"></date-facet><terms data-name="annotations.classification" data-title="Annotation Classification" data-facet="asc.annotations.aggregations.classification"></terms>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('annotations/templates/annotations.html',
'<div class="container-fluid full-page annotations"><div class="search-panel"><div class="facets-sidebar" ng-class="{ collapsed: asc.facetsCollapsed }"><uib-tabset><div class="collapse-facets-button" ng-click="asc.facetsCollapsed = true"><span class="fa fa-angle-double-left" aria-hidden="true"></span> Hide Filters</div></uib-tabset><div class="panel panel-default"><div class="list-group" data-ng-include="\'annotations/templates/annotations.facets.html\'" role="form"></div></div></div><div class="expand-facets-button" ng-class="{ expanded: asc.facetsCollapsed }" ng-click="asc.facetsCollapsed = false">Show Filters <span class="fa fa-angle-double-right" aria-hidden="true"></span></div><div class="content" ng-class="{ expanded: asc.facetsCollapsed }"><div class="alert alert-info clearfix"><span data-ng-if="!cfc.currentFilters.length"><i class="fa fa-long-arrow-left"></i> Start searching by selecting a facet</span><current-filters></current-filters></div><h3 class="col-lg-9 col-md-8" data-ng-if="asc.annotations.hits.length === 0" data-translate="">No annotations found using those filters.</h3><gdc-table data-data="asc.annotations.hits" data-config="tableConfig" data-paging="asc.annotations.pagination" data-page="annotations" data-heading="annotations" data-id="annotation-table" data-sort-columns="true" data-ng-if="asc.annotations.hits.length" data-endpoint="annotations"></gdc-table></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/add-to-cart-all-button.html',
'<button id="add-to-cart-button" class="btn btn-primary" data-ng-click="ctrl.addAll(ctrl.files)" data-ng-disabled="ctrl.size === 0 || (ctrl.files && ctrl.files.length === 0)"><i class="fa fa-shopping-cart"></i> <span data-translate="">Add all files to the Cart</span></button>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/add-to-cart-all-dropdown.html',
'<div class="btn-group" data-uib-dropdown="" style="width: 42px"><button data-ng-if="ctrl.CartService.areInCart(ctrl.files)" type="button" class="btn btn-success fa fa-shopping-cart" data-ng-click="ctrl.CartService.remove(ctrl.files)"><span class="icon-btn-label">Remove from Cart</span></button> <button data-ng-if="!ctrl.CartService.areInCart(ctrl.files)" type="button" class="btn btn-primary fa fa-shopping-cart" data-ng-click="ctrl.addAll(ctrl.files)" data-ng-disabled="ctrl.CartService.getCartVacancySize() < ctrl.files.length"><span class="icon-btn-label">Add to Cart</span></button> <button type="button" class="btn btn-default dropdown-toggle" data-uib-dropdown-toggle=""><span class="caret"></span> <span class="icon-btn-label">Cart dropdown</span></button><ul class="dropdown-menu" role="menu"><li><a data-ng-click="ctrl.addAll()"><span class="fa-stack"><i class="fa fa-shopping-cart fa-stack-1x"></i></span> <span data-translate="">Add all files to the Cart</span></a></li><li><a data-ng-click="ctrl.removeAll()"><span class="fa-stack"><i class="fa fa-trash fa-stack-1x"></i></span> <span data-translate="">Remove all from the Cart</span></a></li></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/add-to-cart-button-filtered.html',
'<div class="btn-group" data-uib-dropdown="" data-dropdown-append-to-body="" data-on-toggle="ctrl.calculateFileCount()"><button type="button" class="btn btn-default dropdown-toggle fa fa-shopping-cart" style="line-height: 1.42" uib-dropdown-toggle="" data-ng-click="ctrl.getFiles()" aria-label="Case Actions"><span class="caret" style="margin-left: 0.5rem"></span> <span class="icon-btn-label">Case Actions</span></button><ul uib-dropdown-menu="" role="menu"><li aria-label="{{ \'Add all related files\' | translate }}" role="button" data-ng-class="{ disabled: !ctrl.files.length }"><a data-ng-click="ctrl.addRelatedFiles()" data-ng-if="ctrl.files.length"><i class="fa fa-shopping-cart fa-stack"></i> <span data-translate="">Add all Case files to the Cart</span> ({{ ctrl.files.length }})</a> <a data-ng-click="ctrl.removeRelatedFiles()" data-ng-if="ctrl.inBoth.length"><i class="fa fa-trash-o fa-stack"></i> <span data-translate="">Remove all Case files from the Cart</span> ({{ ctrl.inBoth.length }})</a> <a data-ng-if="!ctrl.files.length"><span class="fa-stack"><i class="fa fa-shopping-cart fa-stack-1x"></i> <i class="fa fa-ban fa-stack-2x"></i></span> <span data-translate="" data-ng-if="ctrl.retrievingFiles">Loading...</span> <span data-translate="" data-ng-if="!ctrl.retrievingFiles">No files.</span></a></li><li aria-label="{{ \'Add filtered related files\' | translate }}" data-ng-if="ctrl.areFiltersApplied" role="button" data-ng-class="{ disabled: !ctrl.filteredRelatedFiles.pagination.total }"><a data-ng-click="ctrl.addFilteredRelatedFiles(p)" data-ng-if="ctrl.filteredRelatedFiles.pagination.total"><i class="fa fa-shopping-cart fa-stack"></i> <span data-translate="">Add filtered Case files to the Cart</span> ({{ ctrl.filteredRelatedFiles.pagination.total }})</a> <a data-ng-if="!ctrl.filteredRelatedFiles.pagination.total"><span class="fa-stack"><i class="fa fa-shopping-cart fa-stack-1x"></i> <i class="fa fa-ban fa-stack-2x"></i></span> <span data-translate="" data-ng-if="ctrl.retrievingFiles">Loading...</span></a></li></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/add-to-cart-button-labelled.html',
'<button id="cart-button" type="button" ng-class="{\'btn\':true, \'btn-primary\': true, active: ctrl.CartService.isInCart(ctrl.file.file_id)}" data-ng-click="ctrl.CartService.isInCart(ctrl.file.file_id) ? ctrl.removeFromCart() : ctrl.addToCart()"><i class="fa fa-shopping-cart"></i> <span data-ng-if="ctrl.CartService.isInCart(ctrl.file.file_id)" data-translate="">Remove from Cart</span> <span data-ng-if="!ctrl.CartService.isInCart(ctrl.file.file_id)" data-translate="">Add to Cart</span></button>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/add-to-cart-button-single.html',
'<span><button aria-label="Remove from Cart" data-ng-if="ctrl.CartService.isInCart(ctrl.file.file_id)" type="button" class="btn btn-success fa fa-shopping-cart" data-ng-click="ctrl.removeFromCart()"><span class="icon-btn-label">Remove from Cart</span></button> <button aria-label="Add to Cart" data-ng-if="!ctrl.CartService.isInCart(ctrl.file.file_id)" type="button" class="btn btn-default fa fa-shopping-cart" data-ng-click="ctrl.addToCart()"><span class="icon-btn-label">Add to Cart</span></button></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/cart.html',
'<div class="container-fluid cart full-page"><section class="row"><div class="col-lg-8" data-ng-if="!cc.files.hits.length"><h2 data-translate="" data-ng-if="!cc.CartService.getFileIds().length">Your Cart is empty.</h2><h2 data-translate="" data-ng-if="cc.CartService.getFileIds().length"><i class="fa fa-spinner fa-spin"></i> Your Cart is loading.</h2></div><div data-ng-if="cc.files.hits.length"><div class="col-lg-3 col-sm-6"><count-card title="Files" icon="fa-file-o" data="cc.files.pagination.total | number"></count-card><count-card title="Cases" icon="fa-user" data="cc.participantCount | number"></count-card><count-card title="File Size" icon="fa-save" data="cc.summary.fs.value | size"></count-card></div><div class="col-lg-3 col-sm-6"><summary-card data-data="cc.summary[\'project.project_id\'].buckets" height="177" data-mode="graph" data-show-cases="true" data-grouping-title="Project" data-config="cc.projectCountChartConfig" data-title="File Counts by Project"></summary-card></div><div class="col-lg-3 col-sm-6"><summary-card data-data="cc.fileCountChartData" height="177" data-mode="graph" data-grouping-title="Level" data-config="cc.fileCountChartConfig" data-title="File Counts by Authorization Levels"></summary-card></div><div class="col-lg-3 col-sm-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">How to download files in my Cart?</h4></div><div style="padding: 10px"><strong>Download Manifest</strong>: <span data-ng-include="\'files/templates/download-manifest-info.html\'"></span><p data-translate=""><strong>Download Cart</strong>:<br>Download Files in your Cart directly from the Web Browser.</p></div></div></div></div></section><section class="row items-pane" data-ng-if="cc.files.hits.length"><div class="col-md-12 col-lg-12 col-sm-12"><div class="pull-right"><download-metadata-button data-text-normal="Metadata" data-filename="metadata.cart" data-text-in-progress="Processing"></download-metadata-button><split-control data-control-label-text="Download" data-no-split="true" data-icon-classes="fa fa-download"><split-control-option data-option-label-text="Download Manifest File"><button data-download-manifest-cart="" data-downloader="" id="manifest-button"><i class="fa" ng-class="{\'fa-download\': !active, \'fa-spinner fa-pulse\': active}"></i> <span data-translate="">Manifest</span></button></split-control-option><split-control-option data-option-label-text="Download Cart (Web Browser)"><button download-button-all-cart="" data-downloader="" id="download-all-button"><i class="fa" ng-class="{\'fa-download\': !active, \'fa-spinner fa-pulse\': active}"></i> <span data-translate="">Cart</span></button></split-control-option></split-control><split-control data-control-label-text="Remove From Cart" data-btn-type="danger" data-no-split="true" data-icon-classes="fa fa-trash-o"><split-control-option data-option-label-text="Remove All Files"><span><button tabindex="0" id="clear-button" data-ng-click="cc.removeAll()"><i class="fa fa-remove"></i> <span data-translate="">All Files ({{cc.CartService.getFiles().length}})</span></button></span></split-control-option><split-control-option data-option-label-text="Remove Unauthorized Files"><remove-unauthorized-files-button data-ng-if="cc.CartService.getUnauthorizedFiles().length"></remove-unauthorized-files-button></split-control-option></split-control></div></div></section><gdc-table data-ng-if="cc.files.hits.length" data-data="cc.files.hits" data-config="cc.cartTableConfig" data-paging="cc.files.pagination" data-page="files" data-heading="cart items" id="cart-table" class="cart-table"></gdc-table></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/remove-single.html',
'<button data-tooltip-popup-delay="1000" data-uib-tooltip="Remove" class="btn btn-default fa fa-trash-o" data-ng-click="ctrl.remove()" data-ng-disabled="ctrl.disabled"><span class="icon-btn-label">Remove from Cart</span></button>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('cart/templates/remove-unauthorized-files.button.html',
'<span><button id="remove-unauthorized-files-button" tabindex="0" data-ng-if="files[0]" data-ng-click="remove()"><i class="fa fa-remove"></i> <span data-translate="">Unauthorized Files ({{ files.length }})</span></button></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/browser-check-warning.html',
'<div class="modal-header"><h4 data-translate="">Warning</h4></div><div class="modal-body text-danger"><p data-translate="">The GDC Data Portal does not support the web browser you are using. This will prevent you from accessing certain features. For a list of supported browsers, please refer to the <a href="https://gdc.nci.nih.gov/access-data/gdc-data-portal#SupportedInternetBrowsers">documentation</a>.</p></div><div class="modal-footer"><button class="btn btn-primary" data-ng-click="wc.acceptWarning()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/download-failed.html',
'<div class="modal-header"><h4 data-translate="">Download Failed</h4></div><div class="modal-body text-danger"><p data-translate="">Please try your download again later.</p></div><div class="modal-footer"><button class="btn btn-primary" data-ng-click="wc.cancel()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/enable-cookies.html',
'<div class="modal-body" style="display:flex;align-items:center;"><span>Please enable cookies in your web browser to continue.</span> <button class="btn btn-primary" style="margin-left:auto;" data-ng-click="wc.acceptWarning()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/generic-warning.html',
'<div class="modal-header"><h4 data-translate="">{{ wc.header || \'Error\' }}</h4></div><div class="modal-body text-danger"><p data-translate="">{{ wc.warning || \'The GDC service has encountered an error.\' }}</p></div><div class="modal-footer" style="border-top: 0"><button class="btn btn-primary" data-ng-click="wc.acceptWarning()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/internal-server-error.html',
'<div class="modal-header"><h4 data-translate="">Error</h4></div><div class="modal-body text-danger"><p data-translate="">The GDC service has encountered an error. Please contact <a target="_blank" href="https://gdc.nci.nih.gov/support#gdc-help-desk">GDC Support</a> if the problem persists.</p></div><div class="modal-footer"><button class="btn btn-primary" data-ng-click="wc.acceptWarning()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/login-failed-warning.html',
'<div class="modal-header"><h4 data-translate="">Login Failed</h4></div><div class="modal-body text-danger"><p data-translate="">Your ERA Commons account does not have dbGaP access to projects hosted by the GDC. Please request access to dbGap, click <a href="https://gdc.nci.nih.gov/access-data/obtaining-access-controlled-data">here</a> for more information.</p></div><div class="modal-footer"><button logout-button="" class="btn btn-primary" data-redirect="logout"><i class="fa fa-sign-out stock-icon"></i> <span data-translate="">Logout from eRA commons</span></button> <button class="btn btn-primary" data-ng-click="wc.acceptWarning()" data-translate="">Continue Browsing</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/login-to-download-single.html',
'<div class="modal-header"><h4 data-translate="">Access Error</h4></div><div class="modal-body"><p>You don\'t have access to this file.</p><p>Please <a login-button="" ng-click="wc.cancel()">login <i class="fa fa-sign-in"></i>.</a></p></div><div class="modal-footer"><button class="btn btn-warning" ng-click="wc.cancel()" data-translate="">Cancel</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/login-to-download.html',
'<div class="modal-header"><h4 data-translate="">Access Error</h4></div><div class="modal-body"><p>You are attempting to download files that you are not authorized to access.</p><p><span class="label label-success">{{meta.authorized.length}}</span> files that you are authorized to download.</p><p><span class="label label-danger">{{meta.unauthorized.length}}</span> files that you are not authorized to download.</p><p>Please <a login-button="" ng-click="wc.cancel()">login <i class="fa fa-sign-in"></i>.</a></p></div><div class="modal-footer"><button class="btn btn-warning" ng-click="wc.cancel()" data-translate="">Cancel</button> <button class="btn btn-primary" ng-if="meta.authorized.length" ng-click="wc.goAuth()" data-translate="">Download {{meta.authorized.length}} authorized files</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/modal.html',
'<div class="modal-body" style="display:flex;align-items:center;"><span data-ng-bind-html="wc.warning"></span> <button class="btn btn-primary" style="margin-left:auto;" data-ng-click="wc.acceptWarning()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/request-access-to-download-single.html',
'<div class="modal-header"><h4 data-translate="">Access Error</h4></div><div class="modal-body"><p>You don\'t have access to this file.</p><p>Please request dbGaP Access to the project (click <a href="https://gdc.nci.nih.gov/access-data/obtaining-access-controlled-data/registering-and-working-era-commons-and-dbgap" target="_blank">here</a> for more information).</p></div><div class="modal-footer"><button class="btn btn-warning" ng-click="wc.cancel()" data-translate="">Cancel</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/request-access-to-download.html',
'<div class="modal-header"><h4 data-translate="">Access Error</h4></div><div class="modal-body"><p>You are attempting to download files that you are not authorized to access.</p><p><span class="label label-success">{{meta.authorized.length}}</span> files that you are authorized to download.</p><p><span class="label label-danger">{{meta.unauthorized.length}}</span> files that you are not authorized to download.</p><p>Please request dbGaP Access to the project (click <a href="https://gdc.nci.nih.gov/access-data/obtaining-access-controlled-data/registering-and-working-era-commons-and-dbgap" target="_blank">here</a> for more information).</p></div><div class="modal-footer"><button class="btn btn-warning" ng-click="wc.cancel()" data-translate="">Cancel</button> <button class="btn btn-primary" ng-if="meta.authorized.length" ng-click="wc.goAuth()" data-downloader="" data-translate="">Download {{meta.authorized.length}} authorized files</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/session-expired.html',
'<div class="modal-header"><h4 data-translate="">Session Expired</h4></div><div class="modal-body"><p>Your session has expired.</p><p>Please <a login-button="" ng-click="wc.cancel()">login <i class="fa fa-sign-in"></i>.</a></p></div><div class="modal-footer"><button class="btn btn-warning" ng-click="wc.cancel()" data-translate="">Cancel</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('core/templates/warning.html',
'<div class="modal-header"><h4 data-translate="">Warning</h4></div><div class="modal-body text-danger"><p data-translate="">You are accessing a U.S. Government web site which may contain information that must be protected under the U. S. Privacy Act or other sensitive information and is intended for Government authorized use only.</p><p data-translate="">Unauthorized attempts to upload information, change information, or use of this web site may result in disciplinary action, civil, and/or criminal penalties. Unauthorized users of this web site should have no expectation of privacy regarding any communications or data processed by this web site.</p><p data-translate="">Anyone accessing this web site expressly consents to monitoring of their actions and all communication or data transiting or stored on or related to this web site and is advised that if such monitoring reveals possible evidence of criminal activity, NIH may provide that evidence to law enforcement officials.</p><p data-translate="">Please be advised that some features may not work with higher privacy settings, such as disabling cookies.</p><p data-translate="">Contact <a target="_blank" href="https://gdc.nci.nih.gov/support#gdc-help-desk">GDC Support</a> for more information.</p></div><div class="modal-footer"><button class="btn btn-primary" data-ng-click="wc.acceptWarning()" data-translate="">Accept</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('files/templates/bam-slicing-failed.html',
'<div class="modal-header"><h4 data-translate="">BAM Slicing Failed</h4></div><div class="modal-body text-danger"><span data-ng-if="bamfc.errorStatus === 400"><p data-translate="">{{ bamfc.msg400 }}</p></span> <span data-ng-if="bamfc.errorStatus !== 400"><h5>{{bamfc.errorStatus}}: {{ bamfc.errorStatusText }}</h5><p data-translate="">{{ bamfc.errorBlobString }}</p></span></div><div class="modal-footer"><button class="btn btn-primary" data-ng-click="bamfc.$uibModalInstance.close()" data-translate="">OK</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('files/templates/bam-slicing.html',
'<div class="modal-header"><h2 data-translate="" style="margin-top: 0px; margin-bottom: 0px">BAM Slicing</h2><h3 data-translate="">File name: {{bamc.file.file_name}}</h3></div><div class="modal-body"><label for="bed">Please enter one or more slices\' genome coordinates below in <a href="https://genome.ucsc.edu/FAQ/FAQformat.html#format1" target="_blank">BED</a> format. (<a data-ng-click="bamc.toggleExample()">{{bamc.exampleShowing ? \'Hide Example\' : \'Show Example\'}}</a>)</label><div data-ng-if="bamc.exampleShowing"><pre>\n' +
'chr7:140505783-140511649\n' +
'chr1&#09;150505782&#09;150511648\n' +
'</pre></div><textarea id="bed" class="form-control" data-ng-model="bedModel" data-ng-keydown="bamc.allowTab($event)" style="min-height: 200px; font-family:\'Courier New\', Courier, monospace"></textarea></div><div class="modal-footer"><span style="float: left"></span> <button class="btn" ng-click="bamc.closeModal()" data-translate="">Cancel</button> <button class="btn btn-primary" data-ng-disabled="placeholderShowing" data-ng-click="bamc.submit()" data-translate="">Download</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('files/templates/download-manifest-button.html',
'<a data-uib-popover-template="\'files/templates/download-manifest-info.html\'" data-popover-is-open="open" ng-class="[classes || \'btn btn-primary\']" data-popover-placement="bottom" data-downloader=""><i class="fa {{icon || \'fa-download\'}}" ng-class="{\'fa-spinner\': active, \'fa-pulse\': active}"></i> <span ng-if="copy"><span ng-if="!active">&nbsp;{{copy}}</span> <span ng-if="active">&nbsp;{{dlcopy}}</span></span></a>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('files/templates/download-manifest-info.html',
'<p data-translate="">Download a manifest for use with the <a href="https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool">GDC Data Transfer Tool</a>. The GDC Data Transfer Tool is recommended for transferring large volumes of data.</p>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('files/templates/file.html',
'<div class="container entity"><div class="row"><h1 class="col-lg-12 col-md-12"><i class="fa fa-file-o"></i> {{ ::fc.file.file_id }} <span class="btn-group pull-right" style="margin-top: .3em"><add-to-cart-single-labelled class="btn-bordered" file="fc.file"></add-to-cart-single-labelled><download-button class="btn-bordered" data-icon="fa-download" data-files="fc.file" data-copy="Download" data-dlcopy="Downloading"></download-button><bam-slicing-button class="btn-bordered" data-icon="fa-cutlery" data-files="fc.file" data-copy="BAM Slicing" data-dlcopy="Slicing BAM" data-ng-if="fc.canBAMSlice()"></bam-slicing-button></span></h1></div><div class="row"><div class="col-lg-12 col-md-12"><section class="row" id="summary"><div class="col-lg-7 col-md-7"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title pull-left" data-translate="">File Properties</h3></div><table id="properties-table" class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th scope="row" data-translate="">Name</th><td>{{ ::fc.file.file_name }}</td></tr><tr><th scope="row" data-translate="">Access</th><td><i data-ng-if="fc.file.access !== \'open\'" class="fa fa-lock"></i> <i data-ng-if="fc.file.access === \'open\'" class="fa fa-unlock"></i> <span data-ng-if="fc.file.access === \'open\'" data-translate="">Open</span> <span data-ng-if="fc.file.access !== \'open\'" data-translate="">Controlled</span></td></tr><tr><th scope="row" data-translate="">UUID</th><td>{{ ::fc.file.file_id }}</td></tr><tr><th scope="row" data-translate="">Submitter ID</th><td>{{ ::fc.file.submitter_id || \'--\'}}</td></tr><tr><th scope="row" data-translate="">Data format</th><td>{{ ::fc.file.data_format || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Size</th><td>{{ ::fc.file.file_size | size }}</td></tr><tr><th scope="row" data-translate="">MD5 Checksum</th><td>{{ ::fc.file.md5sum }}</td></tr><tr><th scope="row" data-translate="">Archive</th><td data-ng-if="fc.file.archive">{{ ::fc.file.archive.submitter_id || \'--\' }} - rev {{ ::fc.file.archive.revision || \'--\'}} (<a data-ui-sref="search.files({ \'filters\': {{ [{ field: \'files.archive.archive_id\', value: fc.file.archive.archive_id }] | makeFilter }} })">{{ fc.archiveCount }} files</a>)</td><td data-ng-if="!fc.file.archive">--</td></tr><tr><th scope="row" data-translate="">Project ID</th><td><span data-ng-repeat="p in fc.file.projects"><a data-ui-sref="project({ projectId: p })">{{ p }}</a>{{$last ? \'\' : \', \'}}</span> <span data-ng-if="fc.file.projects.length === 0">--</span></td></tr></tbody></table></div></div><div class="col-lg-5 col-md-5"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title" data-translate="">Data Information</h3></div><table id="data-information-table" class="table table-striped table-hover table-condensed table-bordered"><tbody><tr><th scope="row" data-translate="">Data Category</th><td>{{ ::fc.file.data_category || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Data Type</th><td>{{ ::fc.file.data_type || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Experimental Strategy</th><td>{{ ::fc.file.experimental_strategy || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Platform</th><td>{{ ::fc.file.platform || \'--\' }}</td></tr></tbody></table></div></div></section><section class="row" id="participants"><div class="col-lg-12 col-md-12"><div class="panel panel-default"><div class="panel-heading panel-with-filter"><span class="panel-title">Associated Cases / Biospecimen</span> <span class="input-group" style="margin: 0 1.75rem 0 auto; width: 300px;" data-ng-if="fc.file.associated_entities.length"><div class="input-group-addon"><i class="fa fa-search"></i></div><input type="text" class="form-control" style="width: 28rem;" placeholder="Type to filter cases." title="Search…" data-ng-model="fc.tableFilters.assocEntity"></span></div><div class="panel-body" data-ng-if="!fc.file.associated_entities.length"><h4 class="list-group-item-heading">No Cases/Biospecimen Found.</h4></div><div class="long-scrollable-table" data-ng-if="fc.file.associated_entities.length"><div class="long-scrollable-table-container"><table id="associated-cases-biospecimen-table" class="table table-striped table-hover table-condensed table-bordered" style="margin-bottom: 0;"><thead><tr><th class="sticky" scope="col" data-translate="">Entity ID<div>Entity ID</div></th><th class="sticky" scope="col" data-translate="">Entity Type<div>Entity Type</div></th><th class="sticky" scope="col" data-translate="">Sample Type<div>Sample Type</div></th><th class="sticky" scope="col" data-translate="">Case UUID<div>Case UUID</div></th><th class="sticky" scope="col" data-translate="">Annotations<div>Annotations</div></th></tr></thead><tbody><tr data-ng-repeat="e in fc.file.associated_entities | filter:fc.tableFilters.assocEntity track by e.entity_id"><td class="id-cell"><a data-ng-if="e.entity_type === \'case\'" data-ui-sref="case({ caseId: e.case_id })">{{ ::e.entity_id }}</a> <a data-ng-if="e.entity_type !== \'case\'" data-ui-sref="case({ caseId: e.case_id, bioId: e.entity_id, \'#\': \'biospecimen\' })">{{ ::e.entity_id }}</a></td><td>{{ ::e.entity_type | humanify }}</td><td>{{ e.sample_type | humanify}}</td><td class="id-cell"><a data-ui-sref="case({ caseId: e.case_id })">{{ ::e.case_id }}</a></td><td class="text-right"><a data-ui-sref="annotations({ \'filters\': {{ [{field: \'annotation_id\', value: e.annotations }] | makeFilter }} })" data-ng-if="e.annotations.length > 1">{{ e.annotations.length }}</a> <a data-ui-sref="annotation({ annotationId: e.annotations[0] })" data-ng-if="e.annotations.length === 1">{{ e.annotations.length }}</a> <span data-ng-if="!e.annotations.length">0</span></td></tr></tbody></table></div></div></div></div></section><section class="row" id="analysis-split-ref-genome"><div class="col-lg-6 col-md-6" data-ng-if="fc.tablesToDisplay.analysis"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title">Analysis</h3></div><div class="panel-body" data-ng-if="!fc.file.analysis"><h4 class="list-group-item-heading">No Analyses found.</h4></div><table id="-files-table" class="table table-striped table-hover table-condensed table-bordered" data-ng-if="fc.file.analysis"><tbody><tr><th data-translate="" scope="row">Analysis ID</th><td style="width: 64%">{{fc.file.analysis.analysis_id || \'--\'}}</td></tr><tr><th data-translate="" scope="row">Workflow Type</th><td>{{fc.file.analysis.workflow_type | humanify}}</td></tr><tr><th data-translate="" scope="row">Workflow Completion Date</th><td>{{fc.file.analysis.updated_datetime || \'--\' | date:\'yyyy-MM-dd\'}}</td></tr><tr><th data-translate="" scope="row">Source Files</th><td data-ng-if="fc.file.analysis.input_files.length > 1" data-ng-bind-html="fc.makeSearchPageLink(fc.file.analysis.input_files)"></td><td data-ng-if="fc.file.analysis.input_files.length === 1"><a href="/files/{{fc.file.analysis.input_files[0].file_id}}">1</a></td><td data-ng-if="fc.file.analysis.input_files.length === 0">0</td></tr></tbody></table></div></div><div class="col-lg-6 col-md-6" data-ng-if="fc.tablesToDisplay.referenceGenome"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title">Reference Genome</h3></div><div class="panel-body" data-ng-if="false && !fc.file.referenceGenome.length"><h4 class="list-group-item-heading">No Reference Genome found.</h4></div><table id="reference-genome-files-table" class="table table-striped table-hover table-condensed table-bordered" data-ng-if2="fc.file.referenceGenome.length"><thead></thead><tbody><tr><th scope="row" data-translate="" style="width: 22%">Genome Build</th><td>GRCh38.p0</td></tr><tr><th scope="row" data-translate="">Genome Name</th><td>GRCh38.d1.vd1</td></tr></tbody></table></div></div></section><section class="row" id="readgroup-file" data-ng-if="fc.tablesToDisplay.readGroup"><div class="col-lg-12 col-md-12"><div class="panel panel-default"><div class="panel-heading panel-with-filter"><span class="panel-title">Read Groups</span> <span class="input-group" style="margin: 0 1.75rem 0 auto; width: 300px;" data-ng-if="fc.file.analysis.metadata.read_groups"><div class="input-group-addon"><i class="fa fa-search"></i></div><input type="text" class="form-control" style="width: 28rem;" placeholder="Type to filter read groups." title="Search…" data-ng-model="fc.tableFilters.readGroup"></span></div><div class="panel-body" data-ng-if="!fc.file.analysis.metadata.read_groups"><h4 class="list-group-item-heading">No Read Groups found.</h4></div><div class="long-scrollable-table"><div class="long-scrollable-table-container"><table id="readgroup-files-table" class="table table-striped table-hover table-condensed table-bordered" data-ng-if="fc.file.analysis.metadata.read_groups" style="margin-bottom: 0;"><thead><tr><th class="sticky" scope="col" data-translate="">Read Group ID<div>Read Group ID</div></th><th class="sticky" scope="col" data-translate="">Is Paired End<div>Is Paired End</div></th><th class="sticky" scope="col" data-translate="">Read Length<div>Read Length</div></th><th class="sticky" scope="col" data-translate="">Library Name<div>Library Name</div></th><th class="sticky" scope="col" data-translate="">Sequencing Center<div>Sequencing Center</div></th><th class="sticky" scope="col" data-translate="">Sequencing Date<div>Sequencing Date</div></th></tr></thead><tbody><tr data-ng-repeat="r in fc.file.analysis.metadata.read_groups | filter:fc.tableFilters.readGroup track by r.read_group_id"><td>{{r.read_group_id || \'--\'}}</td><td>{{r.is_paired_end | humanify}}</td><td>{{r.read_length || \'--\'}}</td><td>{{r.library_name || \'--\'}}</td><td>{{r.sequencing_center | humanify}}</td><td>{{r.sequencing_date || \'--\' | date:\'yyyy-MM-dd\'}}</td></tr></tbody></table></div></div></div></div></section><section class="row" id="downstream-analysis-file" data-ng-if="fc.tablesToDisplay.downstreamAnalysis"><div class="col-lg-12 col-md-12"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title">Downstream Analyses Files</h3></div><div class="panel-body" data-ng-if="!fc.file.downstream_analyses.length"><h4 class="list-group-item-heading">No Downstream Analyses Files Found.</h4></div><div style="overflow:auto;"><table id="downstream-files-table" class="table table-striped table-hover table-condensed table-bordered" data-ng-if="fc.file.downstream_analyses.length"><thead><tr><th scope="col" data-translate="">File Name</th><th scope="col" data-translate="">Data Category</th><th scope="col" data-translate="">Data Type</th><th scope="col" data-translate="">Data Format</th><th scope="col" data-translate="">Analysis workflow</th><th scope="col" data-translate="">File Size</th><th scope="col" data-translate="">Action</th></tr></thead><tbody><tr data-ng-repeat="outf in fc.file.downstream_analyses track by outf.file_id"><td class="id-cell" data-uib-tooltip="{{outf.file_name}}" data-tooltip-append-to-body="true" data-tooltip-popup-delay="1000"><a data-ng-href="files/{{outf.file_id}}">{{ ::outf.file_name || \'--\' }}</a></td><td>{{ ::outf.data_category || \'--\' }}</td><td>{{ ::outf.data_type || \'--\' }}</td><td>{{ ::outf.data_format || \'--\' }}</td><td>{{ ::outf.workflow_type || \'--\' }}</td><td>{{ ::outf.file_size | size }}</td><td><download-button class="btn-bordered" data-icon="fa-download" data-files="outf"></download-button><add-to-cart-single-icon data-file="outf"></add-to-cart-single-icon></td></tr></tbody></table></div></div></div></section></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('home/templates/home.html',
'<div class="home-container"><div class="showcase-container row-layout col-md-12 row"><div class="col-lg-6 col-md-7 quick-search-component"><h3>Harmonized Cancer Datasets</h3><h1>Genomic Data Commons Data Portal</h1><div class="quick-search-container"><em>Get Started by Exploring:</em><div class="search-button-container row"><div class="col-md-6"><a ui-sref="projects.table" tabindex="0" class="btn btn-primary btn-lg btn-projects"><i class="icon-gdc-projects"></i>&nbsp; <span data-translate="">Projects</span></a></div><div class="col-md-6"><a ui-sref="search.summary" tabindex="0" class="btn btn-primary btn-lg btn-data"><i class="icon-gdc-data"></i>&nbsp; <span data-translate="">Data</span></a></div></div></div><div class="query-list-container"><em>Perform Advanced Search Queries, such as:</em><table class="query-list-table" role="presentation"><tbody><tr data-ng-repeat="query in hc.getExampleSearchQueries()"><th scope="row" style="white-space: normal"><ul><li data-ng-bind="query.description"></li></ul></th><td><a class="btn btn-primary" href="/search/c?filters={{query.filters}}"><span data-ng-if="query.caseCount >= 0" data-ng-bind="query.caseCount | number"></span> <span data-ng-if="query.caseCount === null"><i class="fa fa-spinner fa-spin"></i></span> Cases</a></td><td><a class="btn btn-primary" href="/search/f?filters={{query.filters}}"><span data-ng-if="query.fileCount >= 0" data-ng-bind="query.fileCount | number"></span> <span data-ng-if="query.fileCount === null"><i class="fa fa-spinner fa-spin"></i></span> Files</a></td></tr></tbody></table></div></div><div class="col-lg-6 col-md-5 browser-vis component"><div class="filter-container"><div class="filter-bubble"><a ui-sref="projects.table" title="Go to the GDC Projects Page">Cases by Primary Site</a><div class="arrow"></div></div></div><marked-bar-chart data-data="hc.getChartFilteredData()" data-tool-tip-fn="hc.getChartTooltipFunction()" data-height="305"></marked-bar-chart></div></div><div class="data-display-container row-layout row"><div class="component col-md-12 col-lg-12"><div class="data-stats-list-container col-md-12"><div class="data-stats-block" style="text-align: left; justify-content: center; display: flex; flex-direction: column;"><h3 style="margin:0 0 1rem 0; color: #333 !important">Data Portal Summary</h3><a href="https://gdc-docs.nci.nih.gov/Data/Release_Notes/Data_Release_Notes/" target="_blank"><em style="font-size:1.3rem;text-transform: none">Data Release <span data-ng-bind-placholder="">4.0</span> - <span style="margin-right: 1rem">October 31, 2016</span></em></a></div><div class="data-stats-block"><div class="stats-block-header">Projects</div><div class="stats-block-body"><i class="icon-gdc-projects project-icon"></i> <span style="color: #333" data-ng-bind="hc.projectData.pagination.total|number"></span></div></div><div class="data-stats-block"><div class="stats-block-header">Primary Site</div><div class="stats-block-body"><span class="icon-gdc-cancer-types project-icon"><span class="path1"></span><span class="path2"></span><span class="path3" style="color: #fff;"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span></span> <span style="color: #333" data-ng-bind="hc.projectData.aggregations.primary_site.buckets.length|number"></span></div></div><div class="data-stats-block"><div class="stats-block-header">Cases</div><div class="stats-block-body"><i class="icon-gdc-cases data-icon"></i> <span style="color: #333" data-ng-bind="hc.caseData.pagination.total|number"></span></div></div><div class="data-stats-block"><div class="stats-block-header">Files</div><div class="stats-block-body"><i class="fa fa-file-o data-icon"></i> <span style="color: #333" data-ng-bind="hc.fileData.pagination.total|number"></span></div></div></div></div></div><div class="table-row-container row-layout row"><div class="table-container component col-md-12"><div class="info-table col-lg-4 col-md-6 col-sm-12 gdc-infras"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title table-heading">Infrastructure</h3><p><em>Data is continuously being processed and harmonized by the GDC.<br>View GDC system statistics:</em></p></div><table class="table-responsive table table-striped table-hover table-condensed"><tbody><tr><th scope="row">Compute Infrastructure</th><td>12,800 Cores</td><td>87.96 TB RAM</td></tr><tr><th scope="row">Storage Infrastructure</th><td>4.98 PB Used</td><td>5.42 PB Total</td></tr><tr><th scope="row" colspan="3"><a href="/reports/data-download-statistics">View Data Download Statistics Report <i class="fa fa-angle-double-right"></i></a></th></tr></tbody></table></div></div><div class="info-table col-lg-4 col-md-6 col-sm-12 gdc-docs"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title table-heading">Documentation</h3><em>Learn how to use the GDC Data Portal to its full potential with common topics such as:</em></div><table class="table-responsive table table-striped table-hover table-condensed"><tbody><tr><td><a href="https://gdc-docs.nci.nih.gov/Data_Portal/Users_Guide/Data/" target="_blank">Browse Data using Facet Search</a></td></tr><tr><td><a href="https://gdc-docs.nci.nih.gov/Data_Portal/Users_Guide/Advanced_Search/" target="_blank">Search Data with Advanced Search Technology</a></td></tr><tr><td><a href="https://gdc-docs.nci.nih.gov/Data_Portal/Users_Guide/Projects/" target="_blank">Project Based Data Availability</a></td></tr><tr><td><a href="https://gdc-docs.nci.nih.gov/Commons/About_the_Data/#controlled-access-data" target="_blank">Controlled Access Data</a></td></tr><tr><td><a href="https://gdc-docs.nci.nih.gov/" target="_blank"><strong>Visit the Documentation Website <i class="fa fa-angle-double-right"></i></strong></a></td></tr></tbody></table></div></div><div class="info-table col-lg-4 col-md-12 col-sm-12 gdc-apps"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title table-heading">GDC Applications</h3><em>The GDC Data Portal is a robust data-driven platform that allows cancer researchers and bioinformaticians to search and download cancer data for analysis. The GDC applications include:</em></div><table class="table-responsive table table-striped table-hover table-condensed"><tbody><tr><td><div data-uib-tooltip="Data Portal"><a href="#" title="Data Portal"><img width="35px" src="images/GDC-App-data-portal-blue.svg" class="icon icon-gdc-cbio-portal home" alt="GDC Data Portal"><p>Data Portal</p></a></div></td><td><div data-uib-tooltip="GDC Website"><a href="https://gdc.nci.nih.gov/" target="_blank" title="GDC Website"><img width="35px" src="images/GDC-App-website-blue.svg" class="icon icon-gdc-cbio-portal home" alt="GDC Website"><p>Website</p></a></div></td><td><div data-uib-tooltip="GDC Data Transfer Tool"><a href="https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool" target="_blank" title="GDC Data Transfer Tool"><span class="icon icon-gdc-data-transer-tool"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span></span><p>Data Transfer Tool</p></a></div></td><td><div data-uib-tooltip="GDC API"><a href="https://gdc.nci.nih.gov/developers/gdc-application-programming-interface-api" target="_blank" title="GDC API"><span class="icon icon-gdc-portal-api"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>API</p></a></div></td></tr><tr><td><div data-uib-tooltip="GDC Submission Portal"><a href="https://gdc-portal.nci.nih.gov/submission/" target="_blank" title="GDC Submission Portal"><span class="icon icon-gdc-submission-portal"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>Data Submission Portal</p></a></div></td><td><div data-uib-tooltip="GDC Docs"><a href="https://gdc-docs.nci.nih.gov/" target="_blank" title="GDC Docs"><span class="icon icon-gdc-docs"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span></span><p>Documentation</p></a></div></td><td><div data-uib-tooltip="GDC Legacy Archive"><a href="https://gdc-portal.nci.nih.gov/legacy-archive" target="_blank" title="GDC Legacy Archive"><span class="icon icon-gdc-legacy-archive"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>Legacy Archive</p></a></div></td><td><div data-uib-tooltip="GDC cBio Portal"><a href="https://gdc-cbioportal.nci.nih.gov/" title="GDC cBio Portal" target="_blank" class="menu-item"><img width="35px" src="images/icon-cBioPortal.svg" class="icon icon-gdc-cbio-portal home" alt="GDC cBio Portal"><p>GDC cBio Portal</p></a></div></td><td>&nbsp;</td></tr></tbody></table></div></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('participant/templates/participant.html',
'<div class="container entity"><h1 class="col-lg-12"><i class="fa fa-user"></i> {{ ::pc.participant.case_id }}<add-to-cart-all-button class="pull-right" data-filter=\'{{ [{ field: "cases.case_id", value: pc.participant.case_id }] | makeFilter:true }}\' data-size="pc.participant.summary.file_count" data-files="pc.participant.files"></add-to-cart-all-button></h1><div class="col-lg-12"><section class="row" id="summary"><div class="col-lg-6 col-md-6"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title" data-translate="">Summary</h3></div><table id="summary-table" class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th scope="row" data-translate="">Case UUID</th><td>{{ ::pc.participant.case_id }}</td></tr><tr><th scope="row" data-translate="">Case Submitter ID</th><td>{{ ::pc.participant.submitter_id }}</td></tr><tr><th scope="row" data-translate="">Project ID</th><td><a href="projects/{{ ::pc.participant.project.project_id}}">{{::pc.participant.project.project_id}}</a></td></tr><tr><th scope="row" data-translate="">Project Name</th><td>{{ ::pc.participant.project.name}}</td></tr><tr><th scope="row" data-translate="">Disease Type</th><td>{{ ::pc.participant.project.disease_type}}</td></tr><tr><th scope="row" data-translate="">Program</th><td>{{ ::pc.participant.project.program.name }}</td></tr><tr><th scope="row" data-translate="">Primary Site</th><td>{{ ::pc.participant.project.primary_site }}</td></tr></tbody></table></div></div><div class="col-lg-6 col-md-6"><div class="row"><div class="col-sm-12"><count-card title="Files" icon="fa-file-o" data="pc.participant.files.length | number" data-ng-if="pc.participant.files.length > 1" data-sref="search.files({ \'filters\': {{ [{ field: \'cases.case_id\', value: pc.participant.case_id}] | makeFilter }} })"></count-card><count-card title="Files" icon="fa-file-o" data="pc.participant.files.length | number" data-ng-if="pc.participant.files.length === 1" data-sref="file({ fileId: \'{{ pc.participant.files[0].file_id }}\' })"></count-card></div></div><div class="row"><div class="col-sm-12"><count-card data-ng-if="pc.annotationIds.length > 1" title="Annotations" icon="fa-edit" data="pc.annotationIds.length | number" data-sref="annotations({ \'filters\': {{ [{ field: \'annotation_id\', value: pc.annotationIds }] | makeFilter }} })"></count-card><count-card data-ng-if="pc.annotationIds.length === 1" title="Annotations" icon="fa-edit" data="pc.annotationIds.length | number" data-sref="annotation({ annotationId: \'{{ pc.annotationIds[0] }}\' })"></count-card><count-card data-ng-if="!pc.annotationIds.length" title="Annotations" icon="fa-edit" data="0"></count-card></div></div></div></section><section class="row" id="graphs"><div class="col-md-6"><case-summary-card data-data="pc.experimentalStrategies" height="250" data-mode="table" class="no-ellipsis" data-config="pc.expStratConfig" data-grouping-title="Experimental Strategy" data-title="File Counts by Experimental Strategy"></case-summary-card></div><div class="col-md-6"><case-summary-card data-data="pc.dataCategories" height="250" data-mode="table" data-config="pc.dataCategoriesConfig" data-grouping-title="Data Category" data-title="File Counts by Data Category"></case-summary-card></div></section><section class="row" id="clinical"><div class="col-lg-12 col-md-12" ng-if="! pc.hasNoClinical"><div class="panel panel-default" style="margin-bottom: 0;"><div class="panel-heading clearfix" style="border-width: 0"><h3 class="panel-title pull-left" data-translate="">Clinical</h3><export-cases-button ng-disabled="pc.hasNoClinical" data-filter-key-values="pc.clinicalDataExportFilters" data-expands="pc.clinicalDataExportExpands" data-filename="pc.clinicalDataExportFileName" data-size="1" data-text-normal="Export" data-text-in-progress="Processing" data-style-class="btn pull-right btn-primary"></export-cases-button></div><ul class="nav nav-tabs" style="border-bottom: 0"><li role="presentation" style="outline: none;" data-ng-class="{ active: pc.activeClinicalTab === \'demographic\' }" data-ng-click="pc.setClinicalTab(\'demographic\')"><a>Demographic</a></li><li style="outline: none;" role="presentation" data-ng-class="{ active: pc.activeClinicalTab === \'diagnoses\' }" data-ng-click="pc.setClinicalTab(\'diagnoses\')"><a>Diagnoses / Treatment ({{ ::pc.participant.diagnoses.length || 0 }})</a></li><li data-ng-repeat="clinicalTab in [\'family_histories\', \'exposures\']" style="outline: none;" role="presentation" data-ng-class="{ active: pc.activeClinicalTab === clinicalTab }" data-ng-click="pc.setClinicalTab(clinicalTab)"><a>{{ ::clinicalTab | humanify }} ({{ ::pc.participant[ clinicalTab ].length || 0 }})</a></li></ul></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'demographic\' && pc.participant.demographic" ng-init="demo = pc.participant.demographic" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="padding: 1rem; border-top: 0"><table class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th scope="row" data-translate="">ID</th><td>{{ ::demo.demographic_id || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Ethnicity</th><td>{{ ::demo.ethnicity | humanify }}</td></tr><tr><th scope="row" data-translate="">Gender</th><td>{{ ::demo.gender | humanify }}</td></tr><tr><th scope="row" data-translate="">Race</th><td>{{ ::demo.race | humanify }}</td></tr><tr><th scope="row" data-translate="">Year of Birth</th><td>{{ ::demo.year_of_birth | humanify }}</td></tr><tr><th scope="row" data-translate="">Year of Death</th><td>{{ ::demo.year_of_death | humanify }}</td></tr></tbody></table></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'demographic\' && ! pc.participant.demographic" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 0.2rem; padding-left: 2rem"><h3>No Demographic Data Found.</h3></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'diagnoses\' && pc.participant.diagnoses.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 1rem"><uib-tabset vertical="true" type="pills"><uib-tab ng-repeat="id in pc.pluck(pc.participant.diagnoses, \'diagnosis_id\')" heading="{{ ::id }}"><div><table style="border-top: 0" class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th scope="row" data-translate="">ID</th><td>{{ ::pc.participant.diagnoses[ $index ].diagnosis_id || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Classification of Tumor</th><td>{{ ::pc.participant.diagnoses[ $index ].classification_of_tumor || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Alcohol Intensity</th><td>{{ ::pc.participant.diagnoses[ $index ].alcohol_intensity || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Age at Diagnosis</th><td>{{ ::pc.participant.diagnoses[ $index ].age_at_diagnosis | ageDisplay }}</td></tr><tr><th scope="row" data-translate="">Days to Birth</th><td>{{ ::pc.participant.diagnoses[ $index ].days_to_birth | number | humanify}}</td></tr><tr><th scope="row" data-translate="">Days to Death</th><td>{{ ::pc.participant.diagnoses[ $index ].days_to_death | number | humanify}}</td></tr><tr><th scope="row" data-translate="">Days to Last Followup</th><td>{{ ::pc.participant.diagnoses[ $index ].days_to_last_follow_up | number | humanify}}</td></tr><tr><th scope="row" data-translate="">Days to Last Known Disease Status</th><td>{{ ::pc.participant.diagnoses[ $index ].days_to_last_known_disease_status | number | humanify}}</td></tr><tr><th scope="row" data-translate="">Days to Recurrence</th><td>{{ ::pc.participant.diagnoses[ $index ].days_to_recurrence | number | humanify}}</td></tr><tr><th scope="row" data-translate="">Last Known Disease Status</th><td>{{ ::pc.participant.diagnoses[ $index ].last_known_disease_status || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Morphology</th><td>{{ ::pc.participant.diagnoses[ $index ].morphology || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Primary Diagnosis</th><td>{{ ::pc.participant.diagnoses[ $index ].primary_diagnosis || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Prior Malignancy</th><td>{{ ::pc.participant.diagnoses[ $index ].prior_malignancy || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Progression or Recurrence</th><td>{{ ::pc.participant.diagnoses[ $index ].progression_or_recurrence || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Site of Resection or Biopsy</th><td>{{ ::pc.participant.diagnoses[ $index ].site_of_resection_or_biopsy || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Tissue or Organ of Origin</th><td>{{ ::pc.participant.diagnoses[ $index ].tissue_or_organ_of_origin || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Tumor Grade</th><td>{{ ::pc.participant.diagnoses[ $index ].tumor_grade || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Tumor Stage</th><td>{{ ::pc.participant.diagnoses[ $index ].tumor_stage || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Vital Status</th><td>{{ ::pc.participant.diagnoses[ $index ].vital_status | humanify }}</td></tr></tbody></table><div ng-if="pc.participant.diagnoses[ $index ].treatments.length"><strong>Treatments</strong> ({{ ::pc.participant.diagnoses[ $index ].treatments.length | number | humanify}})<table class="table table-striped table-hover table-condensed table-bordered"><thead><tr><th scope="col" data-translate="">ID</th><th scope="col" data-translate="">Therapeutic Agents</th><th scope="col" data-translate="">Treatment Intent Type</th><th scope="col" data-translate="">Treatment or Therapy</th><th scope="col" data-translate="">Days to Treatment</th></tr></thead><tbody><tr data-ng-repeat="t in pc.participant.diagnoses[ $index ].treatments"><td class="id-cell" data-uib-tooltip="{{ ::t.treatment_id }}" data-tooltip-append-to-body="true" data-tooltip-popup-delay="1000">{{ ::t.treatment_id || \'--\' }}</td><td>{{ ::t.therapeutic_agents || \'--\' }}</td><td>{{ ::t.treatment_intent_type || \'--\' }}</td><td>{{ ::t.treatment_or_therapy || \'--\' }}</td><td ng-class="{ \'text-right\': t.days_to_treatment }">{{ ::(t.days_to_treatment | number) || \'--\' }}</td></tr></tbody></table></div><div ng-if="! pc.participant.diagnoses[ $index ].treatments.length" style="margin-bottom: 1rem;"><h3>No Treatments Found.</h3></div></div></uib-tab></uib-tabset></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'diagnoses\' && ! pc.participant.diagnoses.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 0.2rem; padding-left: 2rem"><h3>No Diagnoses Found.</h3></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'family_histories\' && pc.participant.family_histories.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 1rem"><uib-tabset vertical="true" type="pills"><uib-tab ng-repeat="id in pc.pluck(pc.participant.family_histories, \'family_history_id\')" heading="{{ ::id }}"><div><table class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0"><tbody><tr><th scope="row" data-translate="">ID</th><td>{{ ::pc.participant.family_histories[ $index ].family_history_id }}</td></tr><tr><th scope="row" data-translate="">Relationship Age at Diagnosis</th><td>{{ ::pc.participant.family_histories[ $index ].relationship_age_at_diagnosis | ageDisplay }}</td></tr><tr><th scope="row" data-translate="">Relationship Gender</th><td>{{ ::pc.participant.family_histories[ $index ].relationship_gender | humanify }}</td></tr><tr><th scope="row" data-translate="">Relationship Primary Diagnosis</th><td>{{ ::pc.participant.family_histories[ $index ].relationship_primary_diagnosis | humanify }}</td></tr><tr><th scope="row" data-translate="">Relationship Type</th><td>{{ ::pc.participant.family_histories[ $index ].relationship_type | humanify }}</td></tr><tr><th scope="row" data-translate="">Relative with Cancer History</th><td>{{ ::pc.participant.family_histories[ $index ].relative_with_cancer_history | humanify }}</td></tr></tbody></table></div></uib-tab></uib-tabset></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'family_histories\' && ! pc.participant.family_histories.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 0.2rem; padding-left: 2rem"><h3>No Family Histories Found.</h3></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'exposures\' && pc.participant.exposures.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 1rem"><uib-tabset vertical="true" type="pills"><uib-tab ng-repeat="id in pc.pluck(pc.participant.exposures, \'exposure_id\')" heading="{{ ::id }}"><div><table class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0"><tbody><tr><th scope="row" data-translate="">ID</th><td>{{ ::pc.participant.exposures[ $index ].exposure_id || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Alcohol History</th><td>{{ ::pc.participant.exposures[ $index ].alcohol_history || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Alcohol Intensity</th><td>{{ ::pc.participant.exposures[ $index ].alcohol_intensity || \'--\' }}</td></tr><tr><th scope="row" data-translate="">BMI</th><td>{{ ::(pc.participant.exposures[ $index ].bmi | number) || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Cigarettes per Day</th><td>{{ ::(pc.participant.exposures[ $index ].cigarettes_per_day | number) || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Height</th><td>{{ ::pc.participant.exposures[ $index ].height || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Weight</th><td>{{ ::pc.participant.exposures[ $index ].weight || \'--\' }}</td></tr><tr><th scope="row" data-translate="">Years Smoked</th><td>{{ ::pc.participant.exposures[ $index ].years_smoked || \'--\' }}</td></tr></tbody></table></div></uib-tab></uib-tabset></div><div id="clinical-table" ng-if="pc.activeClinicalTab === \'exposures\' && ! pc.participant.exposures.length" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 0.2rem; padding-left: 2rem"><h3>No Exposures Found.</h3></div></div><div class="col-lg-12 col-md-12" ng-if="pc.hasNoClinical"><div class="panel panel-default" style="margin-bottom: 0;"><div class="panel-heading clearfix" style="border-width: 0"><h3 class="panel-title pull-left" data-translate="">Clinical</h3></div></div><div id="clinical-table" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-top: 0.2rem; padding-left: 2rem"><h3>No Clinical Data Found.</h3></div></div></section><biospecimen data-participant="pc.participant"></biospecimen></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('projects/templates/project.html',
'<div class="container entity"><h1 class="col-lg-12"><i class="fa fa-align-left"></i> {{ ::prc.project.project_id }} <span class="btn-row"><export-cases-button data-ng-disabled="prc.biospecimenCount === 0" data-filter-key-values="prc.biospecimenDataExportFilters" data-expands="prc.biospecimenDataExportExpands" data-filename="prc.biospecimenDataExportFileName" data-text-normal="{{prc.biospecimenCount === 0 ? \'No Biospecimen Data\' : \'Download Biospecimen\'}}" data-text-in-progress="Processing" data-style-class="btn pull-right btn-primary"></export-cases-button><export-cases-button data-ng-disabled="prc.clinicalCount === 0" data-filter-key-values="prc.clinicalDataExportFilters" data-expands="prc.clinicalDataExportExpands" data-filename="prc.clinicalDataExportFileName" data-text-normal="{{prc.clinicalCount === 0 ? \'No Clinical Data\' : \'Download Clinical\' }}" data-text-in-progress="Processing" data-style-class="btn pull-right btn-primary"></export-cases-button><download-manifest-button classes="btn btn-primary pull-right" data-ng-disabled="!prc.project.summary.file_count" data-icon="fa-download" data-copy="Download Manifest" data-dlcopy="Downloading" data-size="prc.project.summary.file_count" data-project-id="prc.project.project_id"></download-manifest-button></span></h1><div class="col-lg-12"><section class="row" id="summary"><div class="col-lg-6 col-md-6"><div class="panel panel-default"><div class="panel-heading"><h3 class="panel-title" data-translate="">Summary</h3></div><table id="summary-table" class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr><th scope="row" data-translate="">Project ID</th><td>{{ ::prc.project.project_id }}</td></tr><tr><th scope="row" data-translate="">Project Name</th><td>{{ ::prc.project.name }}</td></tr><tr><th scope="row" data-translate="">Disease Type</th><td>{{ ::prc.project.disease_type }}</td></tr><tr><th scope="row" data-translate="">Primary Site</th><td>{{ ::prc.project.primary_site }}</td></tr><tr><th scope="row" data-translate="">Program</th><td>{{ ::prc.project.program.name }}</td></tr></tbody></table></div></div><div class="col-lg-6 col-md-6"><div class="row"><div class="col-sm-12"><count-card title="Cases" icon="fa-user" data="prc.project.summary.case_count | number" data-sref="search.participants({ \'filters\': {{ [{ field: \'cases.project.project_id\', value: prc.project.project_id}] | makeFilter }} })"></count-card></div></div><div class="row"><div class="col-sm-12"><count-card title="Files" icon="fa-file-o" data="prc.project.summary.file_count | number" data-sref="search.files({ \'filters\': {{ [{ field: \'cases.project.project_id\', value: prc.project.project_id}] | makeFilter }} })"></count-card></div></div><div class="row"><div class="col-sm-12"><count-card data-ng-if="prc.project.annotations.pagination.total > 1" title="Annotations" icon="fa-edit" data="prc.project.annotations.pagination.total | number" data-sref="annotations({ \'filters\': {{ [{ field: \'project.project_id\', value: prc.project.project_id }] | makeFilter }} })"></count-card><count-card data-ng-if="prc.project.annotations.pagination.total === 1" title="Annotations" icon="fa-edit" data="prc.project.annotations.pagination.total | number" data-sref="annotation({ annotationId: \'{{ prc.project.annotations.hits[0].annotation_id }}\' })"></count-card><count-card data-ng-if="!prc.project.annotations.pagination.total" title="Annotations" icon="fa-edit" data="0"></count-card></div></div></div></section><section class="row" id="graphs"><div class="col-md-6"><project-summary-card data-data="prc.experimentalStrategies" height="250" data-mode="table" class="no-ellipsis" data-show-cases="true" data-config="prc.expStratConfig" data-table-id="file-case-counts-by-experimental-strategy-summary-card-table" data-grouping-title="Experimental Strategy" data-title="File Counts by Experimental Strategy"></project-summary-card></div><div class="col-md-6"><project-summary-card data-data="prc.dataCategories" height="250" data-mode="table" data-show-cases="true" class="no-ellipsis" data-config="prc.dataCategoriesConfig" data-table-id="file-case-counts-by-data-category-summary-card-table" data-grouping-title="Data Category" data-title="File Counts by Data Category"></project-summary-card></div></section></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('projects/templates/projects.facets.html',
'<facets-free-text data-title="Project" field="project_id" placeholder="{{ \'Project Name or ID\' | translate }}" data-entity="projects" data-template="components/facets/templates/typeahead-projects.html"></facets-free-text><terms data-name="primary_site" data-facet="prsc.projects.aggregations.primary_site" data-title="Primary Site" data-has-value-search="true"></terms><terms data-name="program.name" data-facet="prsc.projects.aggregations[\'program.name\']" data-title="Cancer Program"></terms><terms data-name="disease_type" data-title="Disease Type" data-show-tooltip="true" data-has-value-search="true" data-facet="prsc.projects.aggregations.disease_type"></terms><terms data-name="summary.data_categories.data_category" data-facet="prsc.projects.aggregations[\'summary.data_categories.data_category\']" data-title="Data Category"></terms><terms data-name="summary.experimental_strategies.experimental_strategy" data-facet="prsc.projects.aggregations[\'summary.experimental_strategies.experimental_strategy\']" data-title="Experimental Strategy"></terms>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('projects/templates/projects.html',
'<div class="container-fluid full-page projects"><div class="search-panel"><div class="facets-sidebar" ng-class="{ collapsed: prsc.facetsCollapsed }"><uib-tabset><div class="collapse-facets-button" ng-click="prsc.facetsCollapsed = true"><span class="fa fa-angle-double-left" aria-hidden="true"></span> Hide Filters</div></uib-tabset><div class="panel panel-default"><div class="list-group"><div data-ng-include="\'projects/templates/projects.facets.html\'" class="facet-section" role="form"></div></div></div></div><div class="expand-facets-button" ng-class="{ expanded: prsc.facetsCollapsed }" ng-click="prsc.facetsCollapsed = false">Show Filters <span class="fa fa-angle-double-right" aria-hidden="true"></span></div><div class="content" ng-class="{ expanded: prsc.facetsCollapsed }"><div class="alert alert-info clearfix"><div class="col-sm-12 col-lg-9"><current-filters></current-filters><span data-ng-if="!cfc.currentFilters.length" style="line-height: 3.4rem"><span data-translate="">Start searching by selecting a facet or try the Data Search</span></span></div><div class="col-sm-12 col-lg-3 text-right" data-ng-if="cfc.currentFilters.length"><a class="btn btn-primary" data-translate="" data-ng-click="prsc.gotoQuery()"><i class="fa fa-gears"></i> <span data-translate="">Open Query in Data Page</span></a></div></div><h3 class="col-lg-9 col-md-8" data-ng-if="!prsc.projects.hits.length && !prsc.loading" data-translate="">No projects found using those filters.</h3><ul class="nav nav-tabs" data-ng-if="prsc.projects.hits.length"><li role="presentation" data-ng-class="{ active: prsc.ProjectsState.tabs.table.active }" data-ng-click="prsc.select(\'tabs\', \'table\')" id="projects-table"><a data-ng-href="{{ prsc.$state.href(\'projects.table\', prsc.LocationService.search().filters )}}">{{ \'Table\' | translate }}</a></li><li role="presentation" data-ng-class="{ active: prsc.ProjectsState.tabs.graph.active }" data-ng-click="prsc.select(\'tabs\', \'graph\')" id="projects-graph"><a data-ng-href="{{ prsc.$state.href(\'projects.graph\', prsc.LocationService.search().filters )}}">{{ \'Graph\' | translate }}</a></li></ul><div class="pane-section" data-ng-show="prsc.ProjectsState.tabs.table.active"><gdc-table data-data="prsc.projects.hits" data-config="tableConfig" data-heading="Projects ({{prsc.projects.pagination.total}})" data-id="project-table" data-endpoint="projects" data-paging="prsc.projects.pagination" data-sort-columns="true" data-page="projects" data-ng-if="prsc.projects.hits.length"></gdc-table></div><div class="pane-section" data-ng-if="prsc.ProjectsState.tabs.graph.active"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title">Available Cases per Data Category ({{ prsc.projects.pagination.total }})</h3></div><git-hut data-ng-if="prsc.githutData" data="prsc.githutData" config="prsc.githutConfig"></git-hut></div></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('query/templates/query.files.html',
'<gdc-table data-data="qc.files.hits" data-config="fileTableConfig" data-paging="qc.files.pagination" data-page="files" data-heading="Files" data-id="file-table" data-endpoint="files" data-sort-columns="true" data-ng-if="(qc.QState.tabs.files.hasLoadedOnce || qc.QState.tabs.files.active) && qc.files.hits.length"></gdc-table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('query/templates/query.html',
'<div class="container-fluid full-page"><div class="row search-panel"><div class="col-lg-12 content center"><search-bar></search-bar><h3 class="col-lg-9 col-md-8" data-ng-if="!qc.participants.hits.length && !qc.files.hits.length && !qc.participantsLoading && !qc.filesLoading" data-translate="">No results found using those filters.</h3><div data-ng-if="qc.participants.hits.length || qc.files.hits.length"><div style="display: flex"><ul class="nav nav-tabs"><li role="presentation" data-ng-class="{ active: qc.QState.tabs.summary.active }" data-ng-click="qc.select(\'summary\')" id="query-summary"><a data-ng-href="{{ qc.$state.href(\'query.summary\', qc.LocationService.search().filters )}}">{{ \'Summary\' | translate }}</a></li><li role="presentation" data-ng-class="{ active: qc.QState.tabs.participants.active }" data-ng-click="qc.select(\'participants\')" id="query-participants"><a data-ng-href="{{ qc.$state.href(\'query.participants\', qc.LocationService.search().filters )}}">{{ \'Cases\' | translate }} ({{qc.participants.pagination.total| number:0}})</a></li><li role="presentation" data-ng-class="{ active: qc.QState.tabs.files.active }" data-ng-click="qc.select(\'files\')" id="query-files"><a data-ng-href="{{ qc.$state.href(\'query.files\', qc.LocationService.search().filters )}}">{{ \'Files\' | translate }} ({{qc.files.pagination.total| number:0}})</a></li></ul><a ui-sref="annotations" style="margin-top: auto; margin-bottom: auto; margin-left: auto"><span data-translate="">Browse Annotations</span></a></div><div class="pane-section" data-ng-if="qc.QState.tabs.summary.active"><div data-ng-include="\'query/templates/query.summary.html\'"></div></div><div class="pane-section" data-ng-show="qc.QState.tabs.participants.active"><div data-ng-include="\'query/templates/query.participants.html\'"></div></div><div class="pane-section" data-ng-show="qc.QState.tabs.files.active"><div data-ng-include="\'query/templates/query.files.html\'"></div></div></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('query/templates/query.participants.html',
'<gdc-table data-data="qc.participants.hits" data-config="participantTableConfig" data-paging="qc.participants.pagination" data-page="cases" data-heading="cases" data-id="case-table" data-endpoint="cases" data-sort-columns="true" data-ng-if="(qc.QState.tabs.participants.hasLoadedOnce || qc.QState.tabs.participants.active) && qc.participants.hits.length"></gdc-table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('query/templates/query.summary.html',
'<div class="panel panel-default summary-panel"><div class="row"><div class="col-lg-12 spacing-left"><add-to-cart-all-button data-size="qc.files.pagination.total"></add-to-cart-all-button><download-manifest-button classes="btn btn-primary" data-icon="fa-download" data-copy="Download Manifest" data-dlcopy="Downloading" data-ng-disabled="!qc.files.pagination.total" data-size="qc.files.pagination.total"></download-manifest-button></div></div></div><div class="row"><div class="col-sm-4"><count-card title="Files" icon="fa-file-o" data="qc.files.pagination.total | number"></count-card></div><div class="col-sm-4"><count-card title="Cases" icon="fa-user" data="qc.participants.pagination.total | number"></count-card></div><div class="col-sm-4"><count-card title="File Size" icon="fa-save" data="qc.summary.fs.value | size"></count-card></div></div><div class="flex-visible-lg summary-cards"><div class="flex-column"><summary-card data-data="qc.summary[\'project.project_id\'].buckets" height="177" data-mode="graph" data-config="qc.chartConfigs.projectIdChartConfig" data-grouping-title="Project" data-title="File Counts by Project" data-show-cases="true"></summary-card><summary-card data-data="qc.summary[\'project.primary_site\'].buckets" height="177" data-mode="graph" data-grouping-title="Primary Site" data-config="qc.chartConfigs.primarySiteChartConfig" data-title="File Counts by Primary Site" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="qc.summary.access.buckets" height="177" data-mode="graph" data-grouping-title="Level" data-config="qc.chartConfigs.accessChartConfig" data-title="File Counts by Access Level" data-show-cases="true"></summary-card><summary-card data-data="qc.summary.data_type.buckets" height="177" data-mode="graph" data-grouping-title="Data Type" data-config="qc.chartConfigs.dataTypeChartConfig" data-title="File Counts by Data Type" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="qc.summary.data_format.buckets" height="177" data-mode="graph" data-grouping-title="Data Format" data-config="qc.chartConfigs.dataFormatChartConfig" data-title="File Counts by Data Format" data-show-cases="true"></summary-card><summary-card data-data="qc.summary.experimental_strategy.buckets" height="177" data-grouping-title="Experimental Strategy" data-mode="graph" data-config="qc.chartConfigs.expStratChartConfig" data-title="File Counts by Experimental Strategy" data-show-cases="true"></summary-card></div></div><div class="flex-visible-sm summary-cards"><div class="flex-column"><summary-card data-data="qc.summary[\'project.project_id\'].buckets" height="177" data-mode="graph" data-config="qc.chartConfigs.projectIdChartConfig" data-grouping-title="Project" data-title="File Counts by Project" data-show-cases="true"></summary-card><summary-card data-data="qc.summary[\'project.primary_site\'].buckets" height="177" data-mode="graph" data-grouping-title="Primary Site" data-config="qc.chartConfigs.primarySiteChartConfig" data-title="File Counts by Primary Site" data-show-cases="true"></summary-card><summary-card data-data="qc.summary.access.buckets" height="177" data-mode="graph" data-grouping-title="Level" data-config="qc.chartConfigs.accessChartConfig" data-title="File Counts by Access Level" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="qc.summary.data_type.buckets" height="177" data-mode="graph" data-grouping-title="Data Type" data-config="qc.chartConfigs.dataTypeChartConfig" data-title="File Counts by Data Type" data-show-cases="true"></summary-card><summary-card data-data="qc.summary.data_format.buckets" height="177" data-mode="graph" data-grouping-title="Data Format" data-config="qc.chartConfigs.dataFormatChartConfig" data-title="File Counts by Data Format" data-show-cases="true"></summary-card><summary-card data-data="qc.summary.experimental_strategy.buckets" height="177" data-grouping-title="Experimental Strategy" data-mode="graph" data-config="qc.chartConfigs.expStratChartConfig" data-title="File Counts by Experimental Strategy" data-show-cases="true"></summary-card></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('reports/templates/reports.html',
'<div class="container-fluid full-page entity"><h1 data-scroll-fix="85"><img alt="Data Download Statistics Icon" src="/images/icon-reports-large.png" width="30" height="30"> Data Download Statistics</h1><div class="col-lg-12" data-ng-if="!rsc.reports.hits.length">No downloads to date.</div><div class="col-lg-12" data-ng-if="rsc.reports.hits.length"><section><p>This report depicts statistics describing data download since the GDC Data Portal launch. Represented GDC data includes information about the total number and size of downloaded files categorized at project, data and user access levels.</p></section><section id="projectLevel" style="padding-top: 40px; margin-top: -40px;"><h2>Project</h2><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Project</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Project ID</th><th scope="col" data-translate="">Project Name</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="project in rsc.byProject | orderBy:\'values.file_count\':true"><td>{{ project.key }}</td><td>{{ project.values.project_name }}</td><td class="text-right">{{ project.values.file_count | number }}</td><td class="text-right">{{ project.values.file_size | size}}</td></tr></tbody></table></div><div class="row"><div class="col-lg-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Disease Type</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Disease Type</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="project in rsc.byDisease | orderBy:\'values.file_count\':true"><td class="truncated-cell">{{ project.key || \'(none specified)\'}}</td><td class="text-right">{{ project.values.file_count | number }}</td><td class="text-right">{{ project.values.file_size | size}}</td></tr></tbody></table></div></div><div class="col-lg-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Program</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Program</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="project in rsc.byProgram | orderBy:\'values.file_count\':true"><td>{{ project.key || \'(none specified)\'}}</td><td class="text-right">{{ project.values.file_count | number }}</td><td class="text-right">{{ project.values.file_size | size}}</td></tr></tbody></table></div></div></div></section><section id="dataLevel" style="padding-top: 40px; margin-top: -40px;"><h2>Data</h2><div class="row"><div class="col-lg-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Experimental Strategy</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Experimental Strategy</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="project in rsc.byStrat | orderBy:\'values.file_count\':true"><td>{{ project.key || \'(none specified)\' }}</td><td class="text-right">{{ project.values.file_count | number }}</td><td class="text-right">{{ project.values.file_size | size }}</td></tr></tbody></table></div></div><div class="col-lg-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Data Access</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Data Access</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right">File Size</th></tr></thead><tbody><tr ng-repeat="p in rsc.byDataAccess"><td>{{ p.key }}</td><td class="text-right">{{ p.values.file_count | number }}</td><td class="text-right">{{ p.values.file_size | size }}</td></tr></tbody></table></div></div></div></section><section id="userLevel" style="padding-top: 40px; margin-top: -40px;"><h2>User Access</h2><div class="row"><div class="col-sm-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by User Access Type</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Access Type</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="x in rsc.byUserType | orderBy:\'values.file_count\':true"><td>{{ x.key }}</td><td class="text-right">{{ x.values.file_count | number }}</td><td class="text-right">{{ x.values.file_size | size }}</td></tr></tbody></table></div></div><div class="col-sm-6"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title" data-translate="">Downloads by Access Location</h4></div><table class="table table-striped table-hover table-condensed table-bordered table-responsive"><thead><tr><th scope="col" data-translate="">Access Location</th><th scope="col" class="text-right" data-translate=""># Requests</th><th scope="col" class="text-right" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="x in rsc.byLocation | orderBy:\'values.file_count\':true"><td>{{ x.key }}</td><td class="text-right">{{ x.values.file_count | number }}</td><td class="text-right">{{ x.values.file_size | size }}</td></tr></tbody></table></div></div></div></section></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('search/templates/search.files.html',
'<gdc-table data-data="sc.files.hits" data-config="fileTableConfig" data-paging="sc.files.pagination" data-page="files" data-heading="files" data-id="file-table" data-endpoint="files" data-sort-columns="true" data-ng-if="(sc.SearchState.tabs.files.hasLoadedOnce || sc.SearchState.tabs.files.active)"></gdc-table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('search/templates/search.html',
'<div class="container-fluid full-page search" data-autoscroll="false"><div class="search-panel"><div class="facets-sidebar" ng-class="{ collapsed: sc.facetsCollapsed }"><uib-tabset active="sc.facetTab"><uib-tab heading="{{ \'Cases\' | translate }}" id="participants-facets-tab" index="0" select="sc.setFacetTab(\'cases\')"><div class="facet-section panel-default"><div class="list-group"><add-custom-facets-panel aggregations="sc.participants.aggregations" data-title="Add a Case/Biospecimen Filter" data-doc-type="cases"></add-custom-facets-panel><facets-section doctype="cases" aggregations="sc.participants.aggregations"></facets-section></div></div></uib-tab><uib-tab heading="{{ \'Files\' | translate }}" id="files-facets-tab" index="1" select="sc.setFacetTab(\'files\')"><div class="facet-section panel-default"><div class="list-group"><add-custom-facets-panel aggregations="sc.files.aggregations" data-title="Add a File Filter" data-doc-type="files"></add-custom-facets-panel><facets-section doctype="files" aggregations="sc.files.aggregations"></facets-section></div></div></uib-tab><div class="collapse-facets-button" ng-click="sc.toggleFacets(true)"><span class="fa fa-angle-double-left" aria-hidden="true"></span> Hide Filters</div></uib-tabset></div><div class="expand-facets-button" ng-class="{ expanded: sc.facetsCollapsed }" ng-click="sc.toggleFacets(false)">Show Filters <span class="fa fa-angle-double-right" aria-hidden="true"></span></div><div class="content" ng-class="{ expanded: sc.facetsCollapsed }"><div class="alert alert-info clearfix"><div class="col-sm-10"><current-filters></current-filters><span data-ng-if="!cfc.currentFilters.length" style="line-height: 3.4rem"><span data-translate="">Start searching by selecting a facet or try the Advanced Search</span></span></div><div class="col-sm-2 text-right"><a class="btn btn-primary" data-translate="" data-ng-click="sc.gotoQuery()"><i class="fa fa-gears"></i> <span data-translate="">Advanced</span></a></div></div><h3 class="col-lg-9 col-md-8" data-ng-if="!sc.participants.hits.length && !sc.files.hits.length && !sc.participantsLoading && !sc.filesLoading" data-translate="">No results found using those filters.</h3><div data-ng-if="sc.participants.hits.length || sc.files.hits.length"><div style="display: flex"><ul class="nav nav-tabs"><li role="presentation" data-ng-class="{ active: sc.SearchState.tabs.summary.active }" data-ng-click="sc.select(\'tabs\', \'summary\')" id="search-summary"><a data-ng-href="{{ sc.$state.href(\'search.summary\', sc.LocationService.search().filters )}}">{{ \'Summary\' | translate }}</a></li><li role="presentation" data-ng-class="{ active: sc.SearchState.tabs.participants.active }" data-ng-click="sc.select(\'tabs\', \'participants\')" id="search-participants"><a data-ng-href="{{ sc.$state.href(\'search.participants\', sc.LocationService.search().filters )}}">{{ \'Cases\' | translate }} ({{ sc.participants.pagination.total | number:0 }})</a></li><li role="presentation" data-ng-class="{ active: sc.SearchState.tabs.files.active }" data-ng-click="sc.select(\'tabs\', \'files\')" id="search-files"><a data-ng-href="{{ sc.$state.href(\'search.files\', sc.LocationService.search().filters )}}">{{ \'Files\' | translate }} ({{ sc.files.pagination.total | number:0 }})</a></li></ul><a ui-sref="annotations" style="margin-top: auto; margin-bottom: auto; margin-left: auto"><span data-translate="">Browse Annotations</span></a></div><div class="pane-section" data-ng-if="sc.SearchState.tabs.summary.active"><div data-ng-include="\'search/templates/search.summary.html\'"></div></div><div class="pane-section" data-ng-show="sc.SearchState.tabs.participants.active"><div data-ng-include="\'search/templates/search.participants.html\'"></div></div><div class="pane-section" data-ng-show="sc.SearchState.tabs.files.active"><div data-ng-include="\'search/templates/search.files.html\'"></div></div></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('search/templates/search.participants.html',
'<gdc-table data-data="sc.participants.hits" data-config="participantTableConfig" data-paging="sc.participants.pagination" data-page="cases" data-heading="cases" data-id="case-table" data-endpoint="cases" data-sort-columns="true" data-ng-if="(sc.SearchState.tabs.participants.hasLoadedOnce || sc.SearchState.tabs.participants.active)"></gdc-table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('search/templates/search.summary.html',
'<div class="panel panel-default summary-panel"><div class="row"><div class="col-lg-12 spacing-left"><add-to-cart-all-button data-size="sc.files.pagination.total"></add-to-cart-all-button><download-manifest-button classes="btn btn-primary" data-icon="fa-download" data-copy="Download Manifest" data-dlcopy="Downloading" data-ng-disabled="!sc.files.pagination.total" data-size="sc.files.pagination.total"></download-manifest-button></div></div></div><div class="row"><div class="col-sm-4"><count-card title="Files" icon="fa-file-o" data="sc.files.pagination.total | number"></count-card></div><div class="col-sm-4"><count-card title="Cases" icon="fa-user" data="sc.participants.pagination.total | number"></count-card></div><div class="col-sm-4"><count-card title="File Size" icon="fa-save" data="sc.summary.fs.value | size"></count-card></div></div><div class="flex-visible-lg summary-cards"><div class="flex-column"><summary-card data-data="sc.summary[\'project.project_id\'].buckets" height="177" data-mode="graph" data-config="sc.chartConfigs.projectIdChartConfig" data-grouping-title="Project" data-title="File Counts by Project" data-show-cases="true"></summary-card><summary-card data-data="sc.summary[\'project.primary_site\'].buckets" height="177" data-mode="graph" data-grouping-title="Primary Site" data-config="sc.chartConfigs.primarySiteChartConfig" data-title="File Counts by Primary Site" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="sc.summary.access.buckets" height="177" data-mode="graph" data-grouping-title="Level" data-config="sc.chartConfigs.accessChartConfig" data-title="File Counts by Access Level" data-show-cases="true"></summary-card><summary-card data-data="sc.summary.data_type.buckets" height="177" data-mode="graph" data-grouping-title="Data Type" data-config="sc.chartConfigs.dataTypeChartConfig" data-title="File Counts by Data Type" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="sc.summary.data_format.buckets" height="177" data-mode="graph" data-grouping-title="Data Format" data-config="sc.chartConfigs.dataFormatChartConfig" data-title="File Counts by Data Format" data-show-cases="true"></summary-card><summary-card data-data="sc.summary.experimental_strategy.buckets" height="177" data-grouping-title="Experimental Strategy" data-mode="graph" data-config="sc.chartConfigs.expStratChartConfig" data-title="File Counts by Experimental Strategy" data-show-cases="true"></summary-card></div></div><div class="flex-visible-sm summary-cards"><div class="flex-column"><summary-card data-data="sc.summary[\'project.project_id\'].buckets" height="177" data-mode="graph" data-config="sc.chartConfigs.projectIdChartConfig" data-grouping-title="Project" data-title="File Counts by Project" data-show-cases="true"></summary-card><summary-card data-data="sc.summary[\'project.primary_site\'].buckets" height="177" data-mode="graph" data-grouping-title="Primary Site" data-config="sc.chartConfigs.primarySiteChartConfig" data-title="File Counts by Primary Site" data-show-cases="true"></summary-card><summary-card data-data="sc.summary.access.buckets" height="177" data-mode="graph" data-grouping-title="Level" data-config="sc.chartConfigs.accessChartConfig" data-title="File Counts by Access Level" data-show-cases="true"></summary-card></div><div class="flex-column"><summary-card data-data="sc.summary.data_type.buckets" height="177" data-mode="graph" data-grouping-title="Data Type" data-config="sc.chartConfigs.dataTypeChartConfig" data-title="File Counts by Data Type" data-show-cases="true"></summary-card><summary-card data-data="sc.summary.data_format.buckets" height="177" data-mode="graph" data-grouping-title="Data Format" data-config="sc.chartConfigs.dataFormatChartConfig" data-title="File Counts by Data Format" data-show-cases="true"></summary-card><summary-card data-data="sc.summary.experimental_strategy.buckets" height="177" data-grouping-title="Experimental Strategy" data-mode="graph" data-config="sc.chartConfigs.expStratChartConfig" data-title="File Counts by Experimental Strategy" data-show-cases="true"></summary-card></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/charts/templates/bar-chart.html',
'<div class="row chart bar-chart"><div class="col-lg-12 col-md-12 chart-container"></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/charts/templates/chart-legend.html',
'<div class="invisible panel panel-default"><table class="table table-striped table-hover table-condensed table-bordered"><thead><tr><td></td><th scope="col" data-translate="">Files</th><th scope="col" data-translate="" data-ng-if="config.showParticipant">Cases</th><th scope="col" data-translate="" data-ng-if="!config.hideFileSize">File Size</th></tr></thead><tbody><tr data-ng-repeat="item in displayedData track by $index"><th scope="row"><div class="chart-color" data-ng-style="{ \'background-color\': item.color }"></div>{{ item.data[config.displayKey] | humanify }}</th><td class="text-right">{{ item.data[config.sortKey] | number }}</td><td class="text-right" data-ng-if="config.showParticipant">{{ item.data.case_count | number }}</td><td class="text-right" data-ng-if="!config.hideFileSize">{{ item.data.file_size | size }}</td></tr></tbody></table></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/charts/templates/marked-bar-chart.html',
'<div class="marked-bar-chart-container marked-bar-chart"><svg class="marked-bar-chart-component" preserveaspectratio="xMidYMid meet"><defs><clippath class="chart-canvas-area"><rect></rect></clippath><g id="bar-chart-marker-symbol"><path d="M 332.25647,385.51933 L 217.94322,325.58331 L 103.76342,385.77314 L 125.44132,258.53357 L 32.91382,168.54182 L 160.62472,149.83945 L 217.61942,34.031678 L 274.87122,149.71255 L 402.62329,168.13113 L 310.29602,258.32822 L 332.25647,385.51933 z"></path></g><g id="background" style="fill:none;stroke:#fafafa;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"><g id="Layer_1"><g><defs><path id="SVGID_1_" d="M675.7,56.1c-2.4-0.4-3,1.7-4.6,0c0.6-2.6-1.1-2.9-0.8-5.3c-2,0-4.4,0.3-5.3-0.8 c-1.3-8.1-4.5-14.3-6.1-22.1c-3,0-4.4-1.7-6.9-2.3c-1.9,1.7-3.3,3.8-6.1,4.6c-2.2-0.1-1-3.6-3.8-3.1c-3,7.4-8.4,19-4.6,28.3 c-2,3.1-4,6.2-3.8,11.5c-2.7-0.6-3.7,1.7-5.3,0c-0.8,2.3-0.6,5.5-3.1,6.1c-7.9,1.4-16.8,5-25.2,6.9c-4,0.9-8.3,0.2-11.5,2.3 c-3.7,2.4-5,7.8-7.6,11.5c-1.8,2.5-5.6,2.9-4.6,6.9c3.5,1.2,2.9,5.3,3.1,7.6c-7.2,10.4-20.6,5.3-32.1,10.7 c0.2,3.6,2.5,5.1,3.8,7.6c-9.8,13.3-24,22.3-39.7,29.8c-2.4-3.2-10.1-1.1-11.5-5.3c4-3.8,3.2-14.2,9.2-13.7 c-0.7-10-2-19.3-8.4-23.7c-5,0.6-4.3,6.9-8.4,8.4c-3,0.5-2.2-2.9-2.3-5.3c8.8-2.3,2.9-15.8,4.6-19.9c-2,0.2-2-1.6-2.3-3.1 c-8.2,0-15.3-9.2-19.9-0.8c-0.7,2.5,2.5,1,2.3,3.1c-2.6-0.6-3.2,0.8-4.6,1.5c-0.6,4.6,2.1,7.8-2.3,8.4c-1.2-3.7,3.2-6.5,0-7.6 c-7,7.7-7.4,15.8-8.4,29c8.5,8.2,6,28.8-5.3,32.1c-16-14.4-7-44-3.1-60.3c-3.1,3.8-6.3,11.5-9.9,12.2c2.6-7.4,7.2-12.6,9.2-20.6 c6.5,1.7,10.3-3.3,18.3-5.3c6.8,1.1,12.8-0.1,17.6-0.8c-3.5-0.6-4.4-3.8-3.8-8.4c-4.1,0.1-7.1,3.2-10.7,1.5c0-1.5,0-3.1,0-4.6 c-11.1,1.2-16.9,8.4-26.7,6.9c-1.3-6.2-10-7.5-12.2-4.6c1.2-4.9,5.2-7.1,7.6-10.7c-7.5,0.1-10.2,5.1-13.7,9.2 c-5.2,2.9-11.3,5-16,8.4c-0.8-2.9-4.5,0-5.3-1.5c0.7-1.6,2.3-2.3,2.3-4.6c-3.9-1.4-8.9,6.2-14.5,3.1c5.6-3.1,7.8-10,13-13.7 c4.3-3.1,10.6-2.5,13.7-7.6c-4.5-0.9-11.7-0.3-14.5-3.1c-3.9,4.1-11.9,3.6-13-1.5c-6.6,2-12.1-7.3-18.3-1.5 c-3.2-1.2-5.5-3.1-9.9-3.1c-3.3-2.3-0.2-11-6.1-10.7c-1.8,0.8,0.4,5.5-1.5,6.1C243.4,46,147.9,26.4,61.7,4.2 C65.2,9.8,62,16.5,63.2,21c-3.6-2.9-1.8-5.3-1.5-7.6c-3.1-0.5-1.9,3.2-4.6,3.1c-7.9-1.3-12.2-6.2-18.3-9.2 c-0.6,7.1-1.2,19,2.3,24.4c-1.3-0.1-2.4,0.2-3.1,0.8c-0.8,2.9,1.9,2.2,1.5,4.6c-3.2,2-4.3,5.9-0.8,7.6c-2.5-0.7-1.6,2-3.1,2.3 c-5.3,17.4-11.5,33.8-21.4,46.6c0.2,4.5-0.8,7.8-1.5,11.5c4.6,11.8-5.6,21.1-9.2,29.8c8.6,5.5,0.6,15.5,1.5,22.9 c0.4,3.2,5.9,8,6.1,13c0.2,4.9,0.7,6.4,3.8,9.2c-4,6.5-0.1,15,4.6,17.6c-0.4,2.6-3.5,2.6-3.8,5.3c0.3,10,10,18,10.7,26.7 c0.3,4-3.7,6.9-0.8,10.7c13.4-0.4,14.8,11.2,24.4,14.5c0.5,2.4-1.4,2.4,0,3.8c8.9,2.1,12.1,9.8,11.5,21.4 c9.4,3.4,22.2,3.2,32.8,5.3c0,1.5-2.1,1-1.5,3.1c12,5.9,23.3,14.1,34.4,20.6c14.2,8.4,31.1,10.4,52.7,13c0.4-2.7,0.3-5.8,1.5-7.6 c7.5,1.2,14.8,2.5,22.9,3.1c5.3,6.7,9.3,14.6,17.6,18.3c4.3,4.6,2.9,9.6,4.6,16c2.2,8.5,12.9,10.5,19.9,15.3 c5.5-3.5,4.8-13.1,13-13.7c16.2,1.9,24.1,12.1,26.7,27.5c5.5,2.9,6.9,9.9,12.2,13c-3.4,19.2,18.3,23.9,31.3,26.7 c-2.4-10.2-1.9-20.2-0.8-31.3c12.9-8.8,28.6-14.7,39-26c10.9-9.1,30-2.4,41.2-2.3c-0.4-4.3-5.1-0.1-6.1-3.1c4.8-4.4,8.6,3,13,3.8 c0.2,1.4-0.9,1.7-0.8,3.1c2.7,1.2,4.7,2.9,8.4,3.1c1.9-1.4,2.9-3.7,6.1-3.8c2.5,1.5-1.9,3.3,0,3.8c6.1-1.9,1.4-5.8,6.1-7.6 c1.2,3.6,11.4,8.5,12.2,3.1c-2.1-2.9-8.5-1.7-9.9-5.3c2.4-2,5.4-2.7,3.8-8.4c-3.4-0.3-1.9,4.2-6.1,3.1c3.4-9.1,11.4-7.9,22.1-8.4 c1.5-1.3,0.3-5.3,3.1-5.3c1.6,1.3,3.7,5.6,0.8,6.9c12.6-4.1,31-7.5,37.4,4.6c6.8-0.6,12.9-3.4,13.7-7.6 c13.1-1.4,12.2,11.2,22.9,12.2c6.4,5.2-0.9,19.4,5.3,24.4c1.9-2.1-0.6-5.1,0-5.3c1.1,0.1,2.8-0.3,3.1,0.8 c0.3,3.6-2.9,3.7-3.1,6.9c4,4.4,7.2,9.6,9.9,15.3c2.2,0.6,2-1.1,3.8-0.8c1.6,2.5,2.4,5.8,3.8,8.4c6.7-1.5,9.6,5.8,11.5,11.5 c2.9-0.9,7.9-3.8,9.9-3.1c-1,4.6-8.7,6.6-8.4,9.9c5.3-3.8,10.2-8.1,11.5-16c-2.7-1.2-0.5,2.6-2.3,2.3c5.8-20-5.3-33.7-12.2-45.8 c0-1.5,2.1-1,1.5-3.1c-11.6-10.4-23.8-31.1-16.8-51.2c1.6-4.7,6.8-7.3,6.9-12.2c7.3-2.4,9.2-10.2,15.3-13.7 c-0.4-10.1,5.1-14.3,13.7-15.3c-0.7-15.1,18.6-12.2,19.1-22.1c-0.6,1.3-6.6,2.3-7.6,0c3.2,2.5,5.3-4.1,2.3-5.3 c4.9,1.4,10.2-0.8,10.7-6.1c-1.2-2.1-4.7,1.8-6.1-0.8c2.7,0.2,4.6-0.5,5.3-2.3l-0.4-1.1l1.1,0.4c-3.2-4.9-5.8-10.5-8.4-16 c-1.7,0-3.7-0.2-4.8,0.4c3-2.5-3.5-5.5-2-7.3c0.8,0,0.9,0.6,1.5,0.8c-0.4-5.7-2.1-10.1-6.1-12.2c2.1,0.5,1.5-1.6,2.3-2.3 c-5.3-3.4-6.1-17.6-0.8-18.3c-3.5,3.2,2.2,7-1.5,10.7c3.4,0,1.3,1.1,1.5,5.3c4.1,0.3,3.2,5.4,6.1,6.9c1.1-2.7-2.5-4.6-0.8-5.3 c8,2.8-1.5,14,4.6,18.3c1.5-9.9,8.6-19.1,4.6-29.8c-5.4-1.5-6.1-7.6-9.2-11.5c2.1,3,5,5.2,9.9,5.3c0.3,1.8-1.4,1.7-0.8,3.8 c5.7-5.4,10.3-15.4,7.6-26.7c-0.9-1.9-2.9,1.6-3.8-0.8c1.6-0.2,1.5-2.1,3.1-2.3l-0.4-2.1l1.1-1.8c5.4-10.9,21.1-11.5,30.5-18.3 c1-2.3-0.4-3.8,3.1-4.6c0.4,2.5-0.2,3.8-1.5,4.6c3.5-1.9,5.1-5.6,9.9-6.1c-0.1-4-1.2-7-5.3-6.9c0.4,2.4,3.9,1.7,3.8,4.6 c-6.6,5.9-8-7.1-13-5.3c0.5-6.7-0.4-16,3.1-26c4.3,0.7,7.1-3.9,10.7-6.1c0.6-2.6-0.8-7.2,0-7.6c0.9,1.1,3.2,0.9,3.1,3.1 c-1.8,1.2-2.8,1.2-1.5,3.8c3.8-0.9,2.1-6.2,4.6-8.4c-0.2,2-0.3,3.8,2.3,3.1c1.4-4.5-0.9-2.1-1.5-4.6 C671.5,73.5,682.8,61.8,675.7,56.1z"></path></defs><clippath id="SVGID_2_"><use xlink:href="#SVGID_1_" overflow="visible"></use></clippath><g clip-path="url(#SVGID_2_)" overflow="visible"><g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,5.8-56,7.5-53.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,5.8-42.5,7.5-40.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,5.8-29,7.5-27,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,5.8-15.5,7.5-13.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,7.5c2.1,0,3.7-1.7,3.7-3.7C3.7,1.7,2.1,0,0,0 s-3.7,1.7-3.7,3.7C-3.7,5.8-2.1,7.5,0,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 S9.7,1.7,9.7,3.7C9.7,5.8,11.4,7.5,13.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,7.5c2.1,0,3.7-1.7,3.7-3.7C30.7,1.7,29,0,27,0 c-2.1,0-3.7,1.7-3.7,3.7C23.2,5.8,24.9,7.5,27,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,5.8,38.4,7.5,40.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,7.5c2.1,0,3.7-1.7,3.7-3.7C57.7,1.7,56,0,53.9,0 c-2.1,0-3.7,1.7-3.7,3.7C50.2,5.8,51.9,7.5,53.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,5.8,65.4,7.5,67.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,7.5c2.1,0,3.7-1.7,3.7-3.7C84.6,1.7,83,0,80.9,0 c-2.1,0-3.7,1.7-3.7,3.7C77.2,5.8,78.8,7.5,80.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-56,33.1-53.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-42.5,33.1-40.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-29,33.1-27,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-15.5,33.1-13.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,33.1c2.1,0,3.7-1.7,3.7-3.7S2.1,25.6,0,25.6 s-3.7,1.7-3.7,3.7S-2.1,33.1,0,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S11.4,33.1,13.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,33.1c2.1,0,3.7-1.7,3.7-3.7S29,25.6,27,25.6 c-2.1,0-3.7,1.7-3.7,3.7S24.9,33.1,27,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S38.4,33.1,40.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S51.9,33.1,53.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S65.4,33.1,67.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S78.8,33.1,80.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-56,58.8-53.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-42.5,58.8-40.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-29,58.8-27,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-15.5,58.8-13.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,58.8c2.1,0,3.7-1.7,3.7-3.7S2.1,51.3,0,51.3 S-3.7,53-3.7,55S-2.1,58.8,0,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 S9.7,53,9.7,55S11.4,58.8,13.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,58.8c2.1,0,3.7-1.7,3.7-3.7S29,51.3,27,51.3 c-2.1,0-3.7,1.7-3.7,3.7S24.9,58.8,27,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S38.4,58.8,40.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S51.9,58.8,53.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 S63.7,53,63.7,55S65.4,58.8,67.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S78.8,58.8,80.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,82.7-56,84.4-53.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,82.7-42.5,84.4-40.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,82.7-29,84.4-27,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,82.7-15.5,84.4-13.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,82.7-2.1,84.4,0,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,82.7,11.4,84.4,13.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,82.7,24.9,84.4,27,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,82.7,38.4,84.4,40.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,82.7,51.9,84.4,53.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,82.7,65.4,84.4,67.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,82.7,78.8,84.4,80.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,108.4-56,110-53.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,108.4-42.5,110-40.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,108.4-29,110-27,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,108.4-15.5,110-13.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,108.4-2.1,110,0,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,108.4,11.4,110,13.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,108.4,24.9,110,27,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,108.4,38.4,110,40.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,108.4,51.9,110,53.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,108.4,65.4,110,67.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,108.4,78.8,110,80.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,134-56,135.7-53.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,134-42.5,135.7-40.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,134-29,135.7-27,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,134-15.5,135.7-13.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,134-2.1,135.7,0,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,134,11.4,135.7,13.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,134,24.9,135.7,27,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,134,38.4,135.7,40.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,134,51.9,135.7,53.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,134,65.4,135.7,67.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,134,78.8,135.7,80.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,18.6-62.3,20.3-60.3,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,18.6-48.9,20.3-46.8,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,18.6-35.4,20.3-33.3,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,18.6-21.9,20.3-19.8,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,18.6-8.4,20.3-6.3,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,18.6,5.1,20.3,7.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,18.6,18.6,20.3,20.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,18.6,32.1,20.3,34.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,18.6,45.5,20.3,47.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,18.6,59,20.3,61.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,18.6,72.5,20.3,74.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,44.3-62.3,45.9-60.3,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,44.3-48.9,45.9-46.8,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,44.3-35.4,45.9-33.3,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,44.3-21.9,45.9-19.8,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,44.3-8.4,45.9-6.3,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,44.3,5.1,45.9,7.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,44.3,18.6,45.9,20.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,44.3,32.1,45.9,34.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,44.3,45.5,45.9,47.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,44.3,59,45.9,61.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,44.3,72.5,45.9,74.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,69.9-62.3,71.6-60.3,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,69.9-48.9,71.6-46.8,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,69.9-35.4,71.6-33.3,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,69.9-21.9,71.6-19.8,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,69.9-8.4,71.6-6.3,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,69.9,5.1,71.6,7.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,69.9,18.6,71.6,20.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,69.9,32.1,71.6,34.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,69.9,45.5,71.6,47.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,69.9,59,71.6,61.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,69.9,72.5,71.6,74.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,95.5-62.3,97.2-60.3,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,95.5-48.9,97.2-46.8,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,95.5-35.4,97.2-33.3,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,95.5-21.9,97.2-19.8,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,95.5-8.4,97.2-6.3,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,95.5,5.1,97.2,7.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,95.5,18.6,97.2,20.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,95.5,32.1,97.2,34.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,95.5,45.5,97.2,47.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,95.5,59,97.2,61.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,95.5,72.5,97.2,74.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,121.2-62.3,122.9-60.3,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,121.2-48.9,122.9-46.8,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,121.2-35.4,122.9-33.3,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,121.2-21.9,122.9-19.8,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,121.2-8.4,122.9-6.3,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,121.2,5.1,122.9,7.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,121.2,18.6,122.9,20.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,121.2,32.1,122.9,34.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,121.2,45.5,122.9,47.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,121.2,59,122.9,61.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,121.2,72.5,122.9,74.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-62.3,148.5-60.3,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-48.9,148.5-46.8,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-35.4,148.5-33.3,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-21.9,148.5-19.8,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-8.4,148.5-6.3,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,148.5c2.1,0,3.7-1.7,3.7-3.7S9.2,141,7.1,141 s-3.7,1.7-3.7,3.7S5.1,148.5,7.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S18.6,148.5,20.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S32.1,148.5,34.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S45.5,148.5,47.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S59,148.5,61.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S72.5,148.5,74.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,5.8,93,7.5,95.1,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,5.8,106.5,7.5,108.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,5.8,120,7.5,122,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,5.8,133.5,7.5,135.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,5.8,146.9,7.5,149,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,5.8,160.4,7.5,162.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,5.8,173.9,7.5,176,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,5.8,187.4,7.5,189.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,5.8,200.9,7.5,202.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,5.8,214.4,7.5,216.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,5.8,227.8,7.5,229.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S93,33.1,95.1,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S106.5,33.1,108.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S120,33.1,122,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S133.5,33.1,135.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S146.9,33.1,149,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S160.4,33.1,162.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S173.9,33.1,176,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S187.4,33.1,189.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S200.9,33.1,202.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S214.4,33.1,216.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S227.8,33.1,229.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S93,58.8,95.1,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S106.5,58.8,108.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S120,58.8,122,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S133.5,58.8,135.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S146.9,58.8,149,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S160.4,58.8,162.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S173.9,58.8,176,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S187.4,58.8,189.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S200.9,58.8,202.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S214.4,58.8,216.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S227.8,58.8,229.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,82.7,93,84.4,95.1,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,82.7,106.5,84.4,108.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,82.7,120,84.4,122,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,82.7,133.5,84.4,135.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,82.7,146.9,84.4,149,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,82.7,160.4,84.4,162.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,82.7,173.9,84.4,176,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,82.7,187.4,84.4,189.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,82.7,200.9,84.4,202.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,82.7,214.4,84.4,216.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,82.7,227.8,84.4,229.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,108.4,93,110,95.1,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,108.4,106.5,110,108.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,108.4,120,110,122,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,108.4,133.5,110,135.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,108.4,146.9,110,149,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,108.4,160.4,110,162.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,108.4,173.9,110,176,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,108.4,187.4,110,189.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,108.4,200.9,110,202.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,108.4,214.4,110,216.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,108.4,227.8,110,229.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,134,93,135.7,95.1,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,134,106.5,135.7,108.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,134,120,135.7,122,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,134,133.5,135.7,135.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,134,146.9,135.7,149,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,134,160.4,135.7,162.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,134,173.9,135.7,176,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,134,187.4,135.7,189.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,134,200.9,135.7,202.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,134,214.4,135.7,216.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,134,227.8,135.7,229.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,18.6,86.7,20.3,88.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,18.6,100.1,20.3,102.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,18.6,113.6,20.3,115.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,18.6,127.1,20.3,129.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,18.6,140.6,20.3,142.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,18.6,154.1,20.3,156.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,18.6,167.6,20.3,169.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,18.6,181.1,20.3,183.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,18.6,194.5,20.3,196.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,18.6,208,20.3,210.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,18.6,221.5,20.3,223.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,44.3,86.7,45.9,88.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,44.3,100.1,45.9,102.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,44.3,113.6,45.9,115.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,44.3,127.1,45.9,129.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,44.3,140.6,45.9,142.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,44.3,154.1,45.9,156.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,44.3,167.6,45.9,169.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,44.3,181.1,45.9,183.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,44.3,194.5,45.9,196.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,44.3,208,45.9,210.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,44.3,221.5,45.9,223.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,69.9,86.7,71.6,88.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,69.9,100.1,71.6,102.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,69.9,113.6,71.6,115.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,69.9,127.1,71.6,129.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,69.9,140.6,71.6,142.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,69.9,154.1,71.6,156.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,69.9,167.6,71.6,169.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,69.9,181.1,71.6,183.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,69.9,194.5,71.6,196.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,69.9,208,71.6,210.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,69.9,221.5,71.6,223.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,95.5,86.7,97.2,88.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,95.5,100.1,97.2,102.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,95.5,113.6,97.2,115.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,95.5,127.1,97.2,129.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,95.5,140.6,97.2,142.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,95.5,154.1,97.2,156.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,95.5,167.6,97.2,169.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,95.5,181.1,97.2,183.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,95.5,194.5,97.2,196.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,95.5,208,97.2,210.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,95.5,221.5,97.2,223.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,121.2,86.7,122.9,88.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,121.2,100.1,122.9,102.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,121.2,113.6,122.9,115.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,121.2,127.1,122.9,129.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,121.2,140.6,122.9,142.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,121.2,154.1,122.9,156.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,121.2,167.6,122.9,169.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,121.2,181.1,122.9,183.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,121.2,194.5,122.9,196.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,121.2,208,122.9,210.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,121.2,221.5,122.9,223.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S86.7,148.5,88.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S100.1,148.5,102.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S113.6,148.5,115.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S127.1,148.5,129.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S140.6,148.5,142.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S154.1,148.5,156.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S167.6,148.5,169.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S181.1,148.5,183.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S194.5,148.5,196.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S208,148.5,210.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S221.5,148.5,223.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,159.8-56,161.5-53.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,159.8-42.5,161.5-40.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,159.8-29,161.5-27,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,159.8-15.5,161.5-13.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,159.8-2.1,161.5,0,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,159.8,11.4,161.5,13.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,159.8,24.9,161.5,27,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,159.8,38.4,161.5,40.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,159.8,51.9,161.5,53.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,159.8,65.4,161.5,67.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,159.8,78.8,161.5,80.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,185.4-56,187.1-53.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,185.4-42.5,187.1-40.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,185.4-29,187.1-27,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,185.4-15.5,187.1-13.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,185.4-2.1,187.1,0,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,185.4,11.4,187.1,13.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,185.4,24.9,187.1,27,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,185.4,38.4,187.1,40.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,185.4,51.9,187.1,53.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,185.4,65.4,187.1,67.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,185.4,78.8,187.1,80.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-56,212.8-53.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-42.5,212.8-40.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-29,212.8-27,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-15.5,212.8-13.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-2.1,212.8,0,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 S9.7,207,9.7,209S11.4,212.8,13.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S24.9,212.8,27,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S38.4,212.8,40.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S51.9,212.8,53.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S65.4,212.8,67.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S78.8,212.8,80.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,236.7-56,238.4-53.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,236.7-42.5,238.4-40.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,236.7-29,238.4-27,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,236.7-15.5,238.4-13.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,236.7-2.1,238.4,0,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,236.7,11.4,238.4,13.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,236.7,24.9,238.4,27,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,236.7,38.4,238.4,40.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,236.7,51.9,238.4,53.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,236.7,65.4,238.4,67.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,236.7,78.8,238.4,80.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,262.4-56,264-53.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,262.4-42.5,264-40.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,262.4-29,264-27,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,262.4-15.5,264-13.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,262.4-2.1,264,0,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,262.4,11.4,264,13.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,262.4,24.9,264,27,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,262.4,38.4,264,40.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,262.4,51.9,264,53.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,262.4,65.4,264,67.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,262.4,78.8,264,80.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,288-56,289.7-53.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,288-42.5,289.7-40.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,288-29,289.7-27,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,288-15.5,289.7-13.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,288-2.1,289.7,0,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,288,11.4,289.7,13.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,288,24.9,289.7,27,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,288,38.4,289.7,40.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,288,51.9,289.7,53.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,288,65.4,289.7,67.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,288,78.8,289.7,80.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,172.6-62.3,174.3-60.3,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,172.6-48.9,174.3-46.8,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,172.6-35.4,174.3-33.3,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,172.6-21.9,174.3-19.8,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,172.6-8.4,174.3-6.3,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,172.6,5.1,174.3,7.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,172.6,18.6,174.3,20.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,172.6,32.1,174.3,34.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,172.6,45.5,174.3,47.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,172.6,59,174.3,61.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,172.6,72.5,174.3,74.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,198.3-62.3,199.9-60.3,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,198.3-48.9,199.9-46.8,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,198.3-35.4,199.9-33.3,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,198.3-21.9,199.9-19.8,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,198.3-8.4,199.9-6.3,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,198.3,5.1,199.9,7.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,198.3,18.6,199.9,20.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,198.3,32.1,199.9,34.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,198.3,45.5,199.9,47.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,198.3,59,199.9,61.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,198.3,72.5,199.9,74.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,223.9-62.3,225.6-60.3,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,223.9-48.9,225.6-46.8,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,223.9-35.4,225.6-33.3,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,223.9-21.9,225.6-19.8,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,223.9-8.4,225.6-6.3,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,223.9,5.1,225.6,7.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,223.9,18.6,225.6,20.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,223.9,32.1,225.6,34.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,223.9,45.5,225.6,47.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,223.9,59,225.6,61.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,223.9,72.5,225.6,74.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,249.5-62.3,251.2-60.3,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,249.5-48.9,251.2-46.8,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,249.5-35.4,251.2-33.3,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,249.5-21.9,251.2-19.8,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,249.5-8.4,251.2-6.3,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,249.5,5.1,251.2,7.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,249.5,18.6,251.2,20.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,249.5,32.1,251.2,34.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,249.5,45.5,251.2,47.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,249.5,59,251.2,61.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,249.5,72.5,251.2,74.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,275.2-62.3,276.9-60.3,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,275.2-48.9,276.9-46.8,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,275.2-35.4,276.9-33.3,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,275.2-21.9,276.9-19.8,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,275.2-8.4,276.9-6.3,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,275.2,5.1,276.9,7.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,275.2,18.6,276.9,20.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,275.2,32.1,276.9,34.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,275.2,45.5,276.9,47.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,275.2,59,276.9,61.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,275.2,72.5,276.9,74.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,300.8-62.3,302.5-60.3,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,300.8-48.9,302.5-46.8,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,300.8-35.4,302.5-33.3,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,300.8-21.9,302.5-19.8,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,300.8-8.4,302.5-6.3,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,300.8,5.1,302.5,7.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,300.8,18.6,302.5,20.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,300.8,32.1,302.5,34.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,300.8,45.5,302.5,47.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,300.8,59,302.5,61.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,300.8,72.5,302.5,74.6,302.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,159.8,93,161.5,95.1,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,159.8,106.5,161.5,108.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,159.8,120,161.5,122,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,159.8,133.5,161.5,135.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,159.8,146.9,161.5,149,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,159.8,160.4,161.5,162.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,159.8,173.9,161.5,176,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,159.8,187.4,161.5,189.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,159.8,200.9,161.5,202.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,159.8,214.4,161.5,216.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,159.8,227.8,161.5,229.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,185.4,93,187.1,95.1,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,185.4,106.5,187.1,108.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,185.4,120,187.1,122,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,185.4,133.5,187.1,135.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,185.4,146.9,187.1,149,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,185.4,160.4,187.1,162.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,185.4,173.9,187.1,176,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,185.4,187.4,187.1,189.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,185.4,200.9,187.1,202.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,185.4,214.4,187.1,216.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,185.4,227.8,187.1,229.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S93,212.8,95.1,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S106.5,212.8,108.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S120,212.8,122,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S133.5,212.8,135.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S146.9,212.8,149,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S160.4,212.8,162.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S173.9,212.8,176,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S187.4,212.8,189.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S200.9,212.8,202.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S214.4,212.8,216.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S227.8,212.8,229.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,236.7,93,238.4,95.1,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,236.7,106.5,238.4,108.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,236.7,120,238.4,122,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,236.7,133.5,238.4,135.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,236.7,146.9,238.4,149,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,236.7,160.4,238.4,162.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,236.7,173.9,238.4,176,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,236.7,187.4,238.4,189.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,236.7,200.9,238.4,202.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,236.7,214.4,238.4,216.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,236.7,227.8,238.4,229.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,262.4,93,264,95.1,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,262.4,106.5,264,108.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,262.4,120,264,122,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,262.4,133.5,264,135.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,262.4,146.9,264,149,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,262.4,160.4,264,162.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,262.4,173.9,264,176,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,262.4,187.4,264,189.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,262.4,200.9,264,202.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,262.4,214.4,264,216.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,262.4,227.8,264,229.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,288,93,289.7,95.1,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,288,106.5,289.7,108.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,288,120,289.7,122,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,288,133.5,289.7,135.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,288,146.9,289.7,149,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,288,160.4,289.7,162.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,288,173.9,289.7,176,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,288,187.4,289.7,189.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,288,200.9,289.7,202.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,288,214.4,289.7,216.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,288,227.8,289.7,229.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,172.6,86.7,174.3,88.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,172.6,100.1,174.3,102.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,172.6,113.6,174.3,115.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,172.6,127.1,174.3,129.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,172.6,140.6,174.3,142.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,172.6,154.1,174.3,156.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,172.6,167.6,174.3,169.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,172.6,181.1,174.3,183.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,172.6,194.5,174.3,196.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,172.6,208,174.3,210.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,172.6,221.5,174.3,223.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,198.3,86.7,199.9,88.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,198.3,100.1,199.9,102.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,198.3,113.6,199.9,115.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,198.3,127.1,199.9,129.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,198.3,140.6,199.9,142.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,198.3,154.1,199.9,156.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,198.3,167.6,199.9,169.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,198.3,181.1,199.9,183.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,198.3,194.5,199.9,196.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,198.3,208,199.9,210.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,198.3,221.5,199.9,223.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,223.9,86.7,225.6,88.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,223.9,100.1,225.6,102.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,223.9,113.6,225.6,115.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,223.9,127.1,225.6,129.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,223.9,140.6,225.6,142.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,223.9,154.1,225.6,156.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,223.9,167.6,225.6,169.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,223.9,181.1,225.6,183.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,223.9,194.5,225.6,196.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,223.9,208,225.6,210.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,223.9,221.5,225.6,223.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,249.5,86.7,251.2,88.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,249.5,100.1,251.2,102.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,249.5,113.6,251.2,115.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,249.5,127.1,251.2,129.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,249.5,140.6,251.2,142.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,249.5,154.1,251.2,156.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,249.5,167.6,251.2,169.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,249.5,181.1,251.2,183.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,249.5,194.5,251.2,196.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,249.5,208,251.2,210.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,249.5,221.5,251.2,223.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,275.2,86.7,276.9,88.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,275.2,100.1,276.9,102.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,275.2,113.6,276.9,115.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,275.2,127.1,276.9,129.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,275.2,140.6,276.9,142.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,275.2,154.1,276.9,156.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,275.2,167.6,276.9,169.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,275.2,181.1,276.9,183.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,275.2,194.5,276.9,196.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,275.2,208,276.9,210.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,275.2,221.5,276.9,223.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,300.8,86.7,302.5,88.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,300.8,100.1,302.5,102.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,300.8,113.6,302.5,115.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,300.8,127.1,302.5,129.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,300.8,140.6,302.5,142.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,300.8,154.1,302.5,156.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,300.8,167.6,302.5,169.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,300.8,181.1,302.5,183.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,300.8,194.5,302.5,196.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,300.8,208,302.5,210.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,300.8,221.5,302.5,223.6,302.5z"></path></g></g></g></g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,5.8,242,7.5,244.1,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,5.8,255.5,7.5,257.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,5.8,269,7.5,271,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,5.8,282.5,7.5,284.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,5.8,295.9,7.5,298,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,5.8,309.4,7.5,311.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,5.8,322.9,7.5,325,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,5.8,336.4,7.5,338.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,5.8,349.9,7.5,351.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,5.8,363.4,7.5,365.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,5.8,376.8,7.5,378.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S242,33.1,244.1,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S255.5,33.1,257.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S269,33.1,271,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S282.5,33.1,284.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S295.9,33.1,298,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S309.4,33.1,311.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S322.9,33.1,325,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S336.4,33.1,338.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S349.9,33.1,351.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S363.4,33.1,365.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S376.8,33.1,378.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S242,58.8,244.1,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S255.5,58.8,257.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S269,58.8,271,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S282.5,58.8,284.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S295.9,58.8,298,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S309.4,58.8,311.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S322.9,58.8,325,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S336.4,58.8,338.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S349.9,58.8,351.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S363.4,58.8,365.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S376.8,58.8,378.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,82.7,242,84.4,244.1,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,82.7,255.5,84.4,257.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,82.7,269,84.4,271,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,82.7,282.5,84.4,284.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,82.7,295.9,84.4,298,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,82.7,309.4,84.4,311.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,82.7,322.9,84.4,325,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,82.7,336.4,84.4,338.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,82.7,349.9,84.4,351.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,82.7,363.4,84.4,365.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,82.7,376.8,84.4,378.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,108.4,242,110,244.1,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,108.4,255.5,110,257.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,108.4,269,110,271,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,108.4,282.5,110,284.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,108.4,295.9,110,298,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,108.4,309.4,110,311.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,108.4,322.9,110,325,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,108.4,336.4,110,338.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,108.4,349.9,110,351.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,108.4,363.4,110,365.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,108.4,376.8,110,378.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,134,242,135.7,244.1,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,134,255.5,135.7,257.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,134,269,135.7,271,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,134,282.5,135.7,284.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,134,295.9,135.7,298,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,134,309.4,135.7,311.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,134,322.9,135.7,325,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,134,336.4,135.7,338.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,134,349.9,135.7,351.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,134,363.4,135.7,365.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,134,376.8,135.7,378.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,18.6,235.7,20.3,237.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,18.6,249.1,20.3,251.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,18.6,262.6,20.3,264.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,18.6,276.1,20.3,278.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,18.6,289.6,20.3,291.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,18.6,303.1,20.3,305.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,18.6,316.6,20.3,318.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,18.6,330.1,20.3,332.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,18.6,343.5,20.3,345.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,18.6,357,20.3,359.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,18.6,370.5,20.3,372.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,44.3,235.7,45.9,237.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,44.3,249.1,45.9,251.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,44.3,262.6,45.9,264.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,44.3,276.1,45.9,278.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,44.3,289.6,45.9,291.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,44.3,303.1,45.9,305.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,44.3,316.6,45.9,318.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,44.3,330.1,45.9,332.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,44.3,343.5,45.9,345.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,44.3,357,45.9,359.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,44.3,370.5,45.9,372.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,69.9,235.7,71.6,237.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,69.9,249.1,71.6,251.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,69.9,262.6,71.6,264.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,69.9,276.1,71.6,278.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,69.9,289.6,71.6,291.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,69.9,303.1,71.6,305.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,69.9,316.6,71.6,318.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,69.9,330.1,71.6,332.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,69.9,343.5,71.6,345.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,69.9,357,71.6,359.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,69.9,370.5,71.6,372.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,95.5,235.7,97.2,237.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,95.5,249.1,97.2,251.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,95.5,262.6,97.2,264.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,95.5,276.1,97.2,278.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,95.5,289.6,97.2,291.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,95.5,303.1,97.2,305.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,95.5,316.6,97.2,318.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,95.5,330.1,97.2,332.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,95.5,343.5,97.2,345.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,95.5,357,97.2,359.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,95.5,370.5,97.2,372.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,121.2,235.7,122.9,237.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,121.2,249.1,122.9,251.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,121.2,262.6,122.9,264.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,121.2,276.1,122.9,278.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,121.2,289.6,122.9,291.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,121.2,303.1,122.9,305.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,121.2,316.6,122.9,318.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,121.2,330.1,122.9,332.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,121.2,343.5,122.9,345.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,121.2,357,122.9,359.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,121.2,370.5,122.9,372.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S235.7,148.5,237.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S249.1,148.5,251.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S262.6,148.5,264.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S276.1,148.5,278.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S289.6,148.5,291.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S303.1,148.5,305.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S316.6,148.5,318.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S330.1,148.5,332.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S343.5,148.5,345.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S357,148.5,359.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S370.5,148.5,372.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,5.8,391,7.5,393.1,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,5.8,404.5,7.5,406.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,5.8,418,7.5,420,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,5.8,431.5,7.5,433.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,5.8,444.9,7.5,447,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,5.8,458.4,7.5,460.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,5.8,471.9,7.5,474,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,5.8,485.4,7.5,487.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,5.8,498.9,7.5,500.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,5.8,512.4,7.5,514.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,5.8,525.8,7.5,527.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S391,33.1,393.1,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S404.5,33.1,406.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S418,33.1,420,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S431.5,33.1,433.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S444.9,33.1,447,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S458.4,33.1,460.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S471.9,33.1,474,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S485.4,33.1,487.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S498.9,33.1,500.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S512.4,33.1,514.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S525.8,33.1,527.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S391,58.8,393.1,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S404.5,58.8,406.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S418,58.8,420,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S431.5,58.8,433.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S444.9,58.8,447,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S458.4,58.8,460.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S471.9,58.8,474,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S485.4,58.8,487.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S498.9,58.8,500.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S512.4,58.8,514.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S525.8,58.8,527.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,82.7,391,84.4,393.1,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,82.7,404.5,84.4,406.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,82.7,418,84.4,420,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,82.7,431.5,84.4,433.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,82.7,444.9,84.4,447,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,82.7,458.4,84.4,460.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,82.7,471.9,84.4,474,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,82.7,485.4,84.4,487.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,82.7,498.9,84.4,500.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,82.7,512.4,84.4,514.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,82.7,525.8,84.4,527.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,108.4,391,110,393.1,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,108.4,404.5,110,406.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,108.4,418,110,420,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,108.4,431.5,110,433.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,108.4,444.9,110,447,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,108.4,458.4,110,460.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,108.4,471.9,110,474,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,108.4,485.4,110,487.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,108.4,498.9,110,500.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,108.4,512.4,110,514.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,108.4,525.8,110,527.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,134,391,135.7,393.1,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,134,404.5,135.7,406.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,134,418,135.7,420,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,134,431.5,135.7,433.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,134,444.9,135.7,447,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,134,458.4,135.7,460.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,134,471.9,135.7,474,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,134,485.4,135.7,487.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,134,498.9,135.7,500.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,134,512.4,135.7,514.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,134,525.8,135.7,527.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,18.6,384.7,20.3,386.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,18.6,398.1,20.3,400.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,18.6,411.6,20.3,413.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,18.6,425.1,20.3,427.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,18.6,438.6,20.3,440.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,18.6,452.1,20.3,454.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,18.6,465.6,20.3,467.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,18.6,479.1,20.3,481.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,18.6,492.5,20.3,494.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,18.6,506,20.3,508.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,18.6,519.5,20.3,521.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,44.3,384.7,45.9,386.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,44.3,398.1,45.9,400.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,44.3,411.6,45.9,413.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,44.3,425.1,45.9,427.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,44.3,438.6,45.9,440.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,44.3,452.1,45.9,454.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,44.3,465.6,45.9,467.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,44.3,479.1,45.9,481.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,44.3,492.5,45.9,494.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,44.3,506,45.9,508.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,44.3,519.5,45.9,521.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,69.9,384.7,71.6,386.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,69.9,398.1,71.6,400.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,69.9,411.6,71.6,413.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,69.9,425.1,71.6,427.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,69.9,438.6,71.6,440.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,69.9,452.1,71.6,454.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,69.9,465.6,71.6,467.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,69.9,479.1,71.6,481.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,69.9,492.5,71.6,494.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,69.9,506,71.6,508.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,69.9,519.5,71.6,521.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,95.5,384.7,97.2,386.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,95.5,398.1,97.2,400.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,95.5,411.6,97.2,413.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,95.5,425.1,97.2,427.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,95.5,438.6,97.2,440.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,95.5,452.1,97.2,454.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,95.5,465.6,97.2,467.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,95.5,479.1,97.2,481.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,95.5,492.5,97.2,494.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,95.5,506,97.2,508.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,95.5,519.5,97.2,521.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,121.2,384.7,122.9,386.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,121.2,398.1,122.9,400.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,121.2,411.6,122.9,413.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,121.2,425.1,122.9,427.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,121.2,438.6,122.9,440.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,121.2,452.1,122.9,454.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,121.2,465.6,122.9,467.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,121.2,479.1,122.9,481.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,121.2,492.5,122.9,494.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,121.2,506,122.9,508.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,121.2,519.5,122.9,521.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S384.7,148.5,386.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S398.1,148.5,400.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S411.6,148.5,413.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S425.1,148.5,427.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S438.6,148.5,440.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S452.1,148.5,454.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S465.6,148.5,467.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S479.1,148.5,481.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S492.5,148.5,494.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S506,148.5,508.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S519.5,148.5,521.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,159.8,242,161.5,244.1,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,159.8,255.5,161.5,257.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,159.8,269,161.5,271,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,159.8,282.5,161.5,284.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,159.8,295.9,161.5,298,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,159.8,309.4,161.5,311.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,159.8,322.9,161.5,325,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,159.8,336.4,161.5,338.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,159.8,349.9,161.5,351.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,159.8,363.4,161.5,365.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,159.8,376.8,161.5,378.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,185.4,242,187.1,244.1,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,185.4,255.5,187.1,257.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,185.4,269,187.1,271,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,185.4,282.5,187.1,284.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,185.4,295.9,187.1,298,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,185.4,309.4,187.1,311.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,185.4,322.9,187.1,325,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,185.4,336.4,187.1,338.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,185.4,349.9,187.1,351.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,185.4,363.4,187.1,365.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,185.4,376.8,187.1,378.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S242,212.8,244.1,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S255.5,212.8,257.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S269,212.8,271,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S282.5,212.8,284.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S295.9,212.8,298,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S309.4,212.8,311.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S322.9,212.8,325,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S336.4,212.8,338.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S349.9,212.8,351.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S363.4,212.8,365.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S376.8,212.8,378.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,236.7,242,238.4,244.1,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,236.7,255.5,238.4,257.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,236.7,269,238.4,271,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,236.7,282.5,238.4,284.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,236.7,295.9,238.4,298,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,236.7,309.4,238.4,311.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,236.7,322.9,238.4,325,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,236.7,336.4,238.4,338.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,236.7,349.9,238.4,351.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,236.7,363.4,238.4,365.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,236.7,376.8,238.4,378.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,262.4,242,264,244.1,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,262.4,255.5,264,257.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,262.4,269,264,271,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,262.4,282.5,264,284.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,262.4,295.9,264,298,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,262.4,309.4,264,311.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,262.4,322.9,264,325,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,262.4,336.4,264,338.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,262.4,349.9,264,351.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,262.4,363.4,264,365.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,262.4,376.8,264,378.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,288,242,289.7,244.1,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,288,255.5,289.7,257.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,288,269,289.7,271,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,288,282.5,289.7,284.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,288,295.9,289.7,298,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,288,309.4,289.7,311.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,288,322.9,289.7,325,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,288,336.4,289.7,338.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,288,349.9,289.7,351.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,288,363.4,289.7,365.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,288,376.8,289.7,378.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,172.6,235.7,174.3,237.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,172.6,249.1,174.3,251.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,172.6,262.6,174.3,264.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,172.6,276.1,174.3,278.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,172.6,289.6,174.3,291.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,172.6,303.1,174.3,305.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,172.6,316.6,174.3,318.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,172.6,330.1,174.3,332.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,172.6,343.5,174.3,345.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,172.6,357,174.3,359.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,172.6,370.5,174.3,372.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,198.3,235.7,199.9,237.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,198.3,249.1,199.9,251.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,198.3,262.6,199.9,264.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,198.3,276.1,199.9,278.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,198.3,289.6,199.9,291.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,198.3,303.1,199.9,305.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,198.3,316.6,199.9,318.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,198.3,330.1,199.9,332.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,198.3,343.5,199.9,345.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,198.3,357,199.9,359.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,198.3,370.5,199.9,372.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,223.9,235.7,225.6,237.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,223.9,249.1,225.6,251.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,223.9,262.6,225.6,264.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,223.9,276.1,225.6,278.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,223.9,289.6,225.6,291.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,223.9,303.1,225.6,305.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,223.9,316.6,225.6,318.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,223.9,330.1,225.6,332.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,223.9,343.5,225.6,345.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,223.9,357,225.6,359.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,223.9,370.5,225.6,372.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,249.5,235.7,251.2,237.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,249.5,249.1,251.2,251.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,249.5,262.6,251.2,264.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,249.5,276.1,251.2,278.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,249.5,289.6,251.2,291.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,249.5,303.1,251.2,305.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,249.5,316.6,251.2,318.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,249.5,330.1,251.2,332.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,249.5,343.5,251.2,345.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,249.5,357,251.2,359.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,249.5,370.5,251.2,372.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,275.2,235.7,276.9,237.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,275.2,249.1,276.9,251.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,275.2,262.6,276.9,264.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,275.2,276.1,276.9,278.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,275.2,289.6,276.9,291.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,275.2,303.1,276.9,305.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,275.2,316.6,276.9,318.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,275.2,330.1,276.9,332.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,275.2,343.5,276.9,345.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,275.2,357,276.9,359.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,275.2,370.5,276.9,372.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,300.8,235.7,302.5,237.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,300.8,249.1,302.5,251.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,300.8,262.6,302.5,264.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,300.8,276.1,302.5,278.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,300.8,289.6,302.5,291.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,300.8,303.1,302.5,305.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,300.8,316.6,302.5,318.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,300.8,330.1,302.5,332.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,300.8,343.5,302.5,345.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,300.8,357,302.5,359.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,300.8,370.5,302.5,372.6,302.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,159.8,391,161.5,393.1,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,159.8,404.5,161.5,406.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,159.8,418,161.5,420,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,159.8,431.5,161.5,433.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,159.8,444.9,161.5,447,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,159.8,458.4,161.5,460.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,159.8,471.9,161.5,474,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,159.8,485.4,161.5,487.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,159.8,498.9,161.5,500.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,159.8,512.4,161.5,514.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,159.8,525.8,161.5,527.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,185.4,391,187.1,393.1,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,185.4,404.5,187.1,406.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,185.4,418,187.1,420,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,185.4,431.5,187.1,433.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,185.4,444.9,187.1,447,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,185.4,458.4,187.1,460.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,185.4,471.9,187.1,474,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,185.4,485.4,187.1,487.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,185.4,498.9,187.1,500.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,185.4,512.4,187.1,514.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,185.4,525.8,187.1,527.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S391,212.8,393.1,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S404.5,212.8,406.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S418,212.8,420,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S431.5,212.8,433.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S444.9,212.8,447,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S458.4,212.8,460.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S471.9,212.8,474,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S485.4,212.8,487.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S498.9,212.8,500.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S512.4,212.8,514.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S525.8,212.8,527.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,236.7,391,238.4,393.1,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,236.7,404.5,238.4,406.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,236.7,418,238.4,420,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,236.7,431.5,238.4,433.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,236.7,444.9,238.4,447,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,236.7,458.4,238.4,460.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,236.7,471.9,238.4,474,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,236.7,485.4,238.4,487.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,236.7,498.9,238.4,500.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,236.7,512.4,238.4,514.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,236.7,525.8,238.4,527.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,262.4,391,264,393.1,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,262.4,404.5,264,406.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,262.4,418,264,420,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,262.4,431.5,264,433.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,262.4,444.9,264,447,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,262.4,458.4,264,460.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,262.4,471.9,264,474,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,262.4,485.4,264,487.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,262.4,498.9,264,500.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,262.4,512.4,264,514.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,262.4,525.8,264,527.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,288,391,289.7,393.1,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,288,404.5,289.7,406.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,288,418,289.7,420,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,288,431.5,289.7,433.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,288,444.9,289.7,447,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,288,458.4,289.7,460.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,288,471.9,289.7,474,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,288,485.4,289.7,487.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,288,498.9,289.7,500.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,288,512.4,289.7,514.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,288,525.8,289.7,527.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,172.6,384.7,174.3,386.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,172.6,398.1,174.3,400.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,172.6,411.6,174.3,413.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,172.6,425.1,174.3,427.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,172.6,438.6,174.3,440.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,172.6,452.1,174.3,454.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,172.6,465.6,174.3,467.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,172.6,479.1,174.3,481.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,172.6,492.5,174.3,494.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,172.6,506,174.3,508.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,172.6,519.5,174.3,521.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,198.3,384.7,199.9,386.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,198.3,398.1,199.9,400.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,198.3,411.6,199.9,413.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,198.3,425.1,199.9,427.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,198.3,438.6,199.9,440.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,198.3,452.1,199.9,454.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,198.3,465.6,199.9,467.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,198.3,479.1,199.9,481.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,198.3,492.5,199.9,494.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,198.3,506,199.9,508.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,198.3,519.5,199.9,521.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,223.9,384.7,225.6,386.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,223.9,398.1,225.6,400.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,223.9,411.6,225.6,413.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,223.9,425.1,225.6,427.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,223.9,438.6,225.6,440.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,223.9,452.1,225.6,454.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,223.9,465.6,225.6,467.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,223.9,479.1,225.6,481.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,223.9,492.5,225.6,494.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,223.9,506,225.6,508.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,223.9,519.5,225.6,521.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,249.5,384.7,251.2,386.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,249.5,398.1,251.2,400.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,249.5,411.6,251.2,413.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,249.5,425.1,251.2,427.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,249.5,438.6,251.2,440.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,249.5,452.1,251.2,454.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,249.5,465.6,251.2,467.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,249.5,479.1,251.2,481.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,249.5,492.5,251.2,494.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,249.5,506,251.2,508.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,249.5,519.5,251.2,521.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,275.2,384.7,276.9,386.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,275.2,398.1,276.9,400.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,275.2,411.6,276.9,413.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,275.2,425.1,276.9,427.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,275.2,438.6,276.9,440.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,275.2,452.1,276.9,454.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,275.2,465.6,276.9,467.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,275.2,479.1,276.9,481.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,275.2,492.5,276.9,494.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,275.2,506,276.9,508.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,275.2,519.5,276.9,521.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,300.8,384.7,302.5,386.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,300.8,398.1,302.5,400.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,300.8,411.6,302.5,413.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,300.8,425.1,302.5,427.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,300.8,438.6,302.5,440.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,300.8,452.1,302.5,454.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,300.8,465.6,302.5,467.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,300.8,479.1,302.5,481.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,300.8,492.5,302.5,494.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,300.8,506,302.5,508.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,300.8,519.5,302.5,521.6,302.5z"></path></g></g></g></g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,5.8,540,7.5,542.1,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,5.8,553.5,7.5,555.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,5.8,567,7.5,569,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,5.8,580.5,7.5,582.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,5.8,593.9,7.5,596,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,5.8,607.4,7.5,609.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,5.8,620.9,7.5,623,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,5.8,634.4,7.5,636.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,5.8,647.9,7.5,649.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,5.8,661.4,7.5,663.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,5.8,674.8,7.5,676.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S540,33.1,542.1,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S553.5,33.1,555.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S567,33.1,569,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S580.5,33.1,582.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S593.9,33.1,596,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S607.4,33.1,609.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S620.9,33.1,623,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S634.4,33.1,636.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S647.9,33.1,649.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S661.4,33.1,663.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S674.8,33.1,676.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S540,58.8,542.1,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S553.5,58.8,555.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S567,58.8,569,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S580.5,58.8,582.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S593.9,58.8,596,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S607.4,58.8,609.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S620.9,58.8,623,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S634.4,58.8,636.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S647.9,58.8,649.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S661.4,58.8,663.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S674.8,58.8,676.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,82.7,540,84.4,542.1,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,82.7,553.5,84.4,555.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,82.7,567,84.4,569,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,82.7,580.5,84.4,582.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,82.7,593.9,84.4,596,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,82.7,607.4,84.4,609.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,82.7,620.9,84.4,623,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,82.7,634.4,84.4,636.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,82.7,647.9,84.4,649.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,82.7,661.4,84.4,663.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,82.7,674.8,84.4,676.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,108.4,540,110,542.1,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,108.4,553.5,110,555.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,108.4,567,110,569,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,108.4,580.5,110,582.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,108.4,593.9,110,596,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,108.4,607.4,110,609.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,108.4,620.9,110,623,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,108.4,634.4,110,636.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,108.4,647.9,110,649.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,108.4,661.4,110,663.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,108.4,674.8,110,676.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,134,540,135.7,542.1,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,134,553.5,135.7,555.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,134,567,135.7,569,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,134,580.5,135.7,582.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,134,593.9,135.7,596,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,134,607.4,135.7,609.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,134,620.9,135.7,623,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,134,634.4,135.7,636.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,134,647.9,135.7,649.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,134,661.4,135.7,663.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,134,674.8,135.7,676.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,18.6,533.7,20.3,535.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,18.6,547.1,20.3,549.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,18.6,560.6,20.3,562.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,18.6,574.1,20.3,576.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,18.6,587.6,20.3,589.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,18.6,601.1,20.3,603.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,18.6,614.6,20.3,616.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,18.6,628.1,20.3,630.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,18.6,641.5,20.3,643.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,18.6,655,20.3,657.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,18.6,668.5,20.3,670.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,44.3,533.7,45.9,535.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,44.3,547.1,45.9,549.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,44.3,560.6,45.9,562.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,44.3,574.1,45.9,576.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,44.3,587.6,45.9,589.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,44.3,601.1,45.9,603.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,44.3,614.6,45.9,616.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,44.3,628.1,45.9,630.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,44.3,641.5,45.9,643.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,44.3,655,45.9,657.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,44.3,668.5,45.9,670.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,69.9,533.7,71.6,535.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,69.9,547.1,71.6,549.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,69.9,560.6,71.6,562.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,69.9,574.1,71.6,576.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,69.9,587.6,71.6,589.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,69.9,601.1,71.6,603.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,69.9,614.6,71.6,616.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,69.9,628.1,71.6,630.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,69.9,641.5,71.6,643.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,69.9,655,71.6,657.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,69.9,668.5,71.6,670.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,95.5,533.7,97.2,535.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,95.5,547.1,97.2,549.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,95.5,560.6,97.2,562.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,95.5,574.1,97.2,576.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,95.5,587.6,97.2,589.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,95.5,601.1,97.2,603.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,95.5,614.6,97.2,616.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,95.5,628.1,97.2,630.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,95.5,641.5,97.2,643.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,95.5,655,97.2,657.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,95.5,668.5,97.2,670.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,121.2,533.7,122.9,535.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,121.2,547.1,122.9,549.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,121.2,560.6,122.9,562.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,121.2,574.1,122.9,576.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,121.2,587.6,122.9,589.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,121.2,601.1,122.9,603.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,121.2,614.6,122.9,616.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,121.2,628.1,122.9,630.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,121.2,641.5,122.9,643.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,121.2,655,122.9,657.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,121.2,668.5,122.9,670.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S533.7,148.5,535.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S547.1,148.5,549.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S560.6,148.5,562.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S574.1,148.5,576.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S587.6,148.5,589.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S601.1,148.5,603.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S614.6,148.5,616.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S628.1,148.5,630.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S641.5,148.5,643.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S655,148.5,657.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S668.5,148.5,670.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,5.8,689,7.5,691.1,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,5.8,702.5,7.5,704.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,5.8,716,7.5,718,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,5.8,729.5,7.5,731.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,5.8,742.9,7.5,745,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,5.8,756.4,7.5,758.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,5.8,769.9,7.5,772,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,5.8,783.4,7.5,785.5,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,5.8,796.9,7.5,798.9,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,5.8,810.4,7.5,812.4,7.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,7.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,5.8,823.8,7.5,825.9,7.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S689,33.1,691.1,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S702.5,33.1,704.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S716,33.1,718,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S729.5,33.1,731.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S742.9,33.1,745,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S756.4,33.1,758.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S769.9,33.1,772,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S783.4,33.1,785.5,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S796.9,33.1,798.9,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S810.4,33.1,812.4,33.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,33.1c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S823.8,33.1,825.9,33.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S689,58.8,691.1,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S702.5,58.8,704.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S716,58.8,718,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S729.5,58.8,731.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S742.9,58.8,745,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S756.4,58.8,758.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S769.9,58.8,772,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S783.4,58.8,785.5,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S796.9,58.8,798.9,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S810.4,58.8,812.4,58.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,58.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S823.8,58.8,825.9,58.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,82.7,689,84.4,691.1,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,82.7,702.5,84.4,704.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,82.7,716,84.4,718,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,82.7,729.5,84.4,731.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,82.7,742.9,84.4,745,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,82.7,756.4,84.4,758.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,82.7,769.9,84.4,772,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,82.7,783.4,84.4,785.5,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,82.7,796.9,84.4,798.9,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,82.7,810.4,84.4,812.4,84.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,84.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,82.7,823.8,84.4,825.9,84.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,108.4,689,110,691.1,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,108.4,702.5,110,704.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,108.4,716,110,718,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,108.4,729.5,110,731.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,108.4,742.9,110,745,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,108.4,756.4,110,758.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,108.4,769.9,110,772,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,108.4,783.4,110,785.5,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,108.4,796.9,110,798.9,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,108.4,810.4,110,812.4,110z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,110c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,108.4,823.8,110,825.9,110z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,134,689,135.7,691.1,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,134,702.5,135.7,704.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,134,716,135.7,718,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,134,729.5,135.7,731.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,134,742.9,135.7,745,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,134,756.4,135.7,758.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,134,769.9,135.7,772,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,134,783.4,135.7,785.5,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,134,796.9,135.7,798.9,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,134,810.4,135.7,812.4,135.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,135.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,134,823.8,135.7,825.9,135.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,18.6,682.7,20.3,684.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,18.6,696.1,20.3,698.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,18.6,709.6,20.3,711.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,18.6,723.1,20.3,725.2,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,18.6,736.6,20.3,738.7,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,18.6,750.1,20.3,752.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,18.6,763.6,20.3,765.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,18.6,777.1,20.3,779.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,18.6,790.5,20.3,792.6,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,18.6,804,20.3,806.1,20.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,20.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,18.6,817.5,20.3,819.6,20.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,44.3,682.7,45.9,684.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,44.3,696.1,45.9,698.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,44.3,709.6,45.9,711.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,44.3,723.1,45.9,725.2,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,44.3,736.6,45.9,738.7,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,44.3,750.1,45.9,752.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,44.3,763.6,45.9,765.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,44.3,777.1,45.9,779.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,44.3,790.5,45.9,792.6,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,44.3,804,45.9,806.1,45.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,45.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,44.3,817.5,45.9,819.6,45.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,69.9,682.7,71.6,684.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,69.9,696.1,71.6,698.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,69.9,709.6,71.6,711.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,69.9,723.1,71.6,725.2,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,69.9,736.6,71.6,738.7,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,69.9,750.1,71.6,752.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,69.9,763.6,71.6,765.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,69.9,777.1,71.6,779.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,69.9,790.5,71.6,792.6,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,69.9,804,71.6,806.1,71.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,71.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,69.9,817.5,71.6,819.6,71.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,95.5,682.7,97.2,684.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,95.5,696.1,97.2,698.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,95.5,709.6,97.2,711.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,95.5,723.1,97.2,725.2,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,95.5,736.6,97.2,738.7,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,95.5,750.1,97.2,752.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,95.5,763.6,97.2,765.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,95.5,777.1,97.2,779.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,95.5,790.5,97.2,792.6,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,95.5,804,97.2,806.1,97.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,97.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,95.5,817.5,97.2,819.6,97.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,121.2,682.7,122.9,684.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,121.2,696.1,122.9,698.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,121.2,709.6,122.9,711.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,121.2,723.1,122.9,725.2,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,121.2,736.6,122.9,738.7,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,121.2,750.1,122.9,752.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,121.2,763.6,122.9,765.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,121.2,777.1,122.9,779.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,121.2,790.5,122.9,792.6,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,121.2,804,122.9,806.1,122.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,122.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,121.2,817.5,122.9,819.6,122.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S682.7,148.5,684.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S696.1,148.5,698.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S709.6,148.5,711.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S723.1,148.5,725.2,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S736.6,148.5,738.7,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S750.1,148.5,752.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S763.6,148.5,765.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S777.1,148.5,779.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S790.5,148.5,792.6,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S804,148.5,806.1,148.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,148.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S817.5,148.5,819.6,148.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,159.8,540,161.5,542.1,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,159.8,553.5,161.5,555.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,159.8,567,161.5,569,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,159.8,580.5,161.5,582.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,159.8,593.9,161.5,596,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,159.8,607.4,161.5,609.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,159.8,620.9,161.5,623,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,159.8,634.4,161.5,636.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,159.8,647.9,161.5,649.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,159.8,661.4,161.5,663.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,159.8,674.8,161.5,676.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,185.4,540,187.1,542.1,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,185.4,553.5,187.1,555.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,185.4,567,187.1,569,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,185.4,580.5,187.1,582.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,185.4,593.9,187.1,596,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,185.4,607.4,187.1,609.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,185.4,620.9,187.1,623,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,185.4,634.4,187.1,636.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,185.4,647.9,187.1,649.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,185.4,661.4,187.1,663.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,185.4,674.8,187.1,676.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S540,212.8,542.1,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S553.5,212.8,555.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S567,212.8,569,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S580.5,212.8,582.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S593.9,212.8,596,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S607.4,212.8,609.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S620.9,212.8,623,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S634.4,212.8,636.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S647.9,212.8,649.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S661.4,212.8,663.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S674.8,212.8,676.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,236.7,540,238.4,542.1,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,236.7,553.5,238.4,555.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,236.7,567,238.4,569,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,236.7,580.5,238.4,582.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,236.7,593.9,238.4,596,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,236.7,607.4,238.4,609.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,236.7,620.9,238.4,623,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,236.7,634.4,238.4,636.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,236.7,647.9,238.4,649.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,236.7,661.4,238.4,663.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,236.7,674.8,238.4,676.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,262.4,540,264,542.1,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,262.4,553.5,264,555.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,262.4,567,264,569,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,262.4,580.5,264,582.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,262.4,593.9,264,596,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,262.4,607.4,264,609.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,262.4,620.9,264,623,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,262.4,634.4,264,636.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,262.4,647.9,264,649.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,262.4,661.4,264,663.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,262.4,674.8,264,676.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,288,540,289.7,542.1,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,288,553.5,289.7,555.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,288,567,289.7,569,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,288,580.5,289.7,582.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,288,593.9,289.7,596,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,288,607.4,289.7,609.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,288,620.9,289.7,623,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,288,634.4,289.7,636.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,288,647.9,289.7,649.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,288,661.4,289.7,663.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,288,674.8,289.7,676.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,172.6,533.7,174.3,535.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,172.6,547.1,174.3,549.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,172.6,560.6,174.3,562.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,172.6,574.1,174.3,576.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,172.6,587.6,174.3,589.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,172.6,601.1,174.3,603.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,172.6,614.6,174.3,616.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,172.6,628.1,174.3,630.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,172.6,641.5,174.3,643.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,172.6,655,174.3,657.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,172.6,668.5,174.3,670.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,198.3,533.7,199.9,535.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,198.3,547.1,199.9,549.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,198.3,560.6,199.9,562.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,198.3,574.1,199.9,576.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,198.3,587.6,199.9,589.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,198.3,601.1,199.9,603.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,198.3,614.6,199.9,616.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,198.3,628.1,199.9,630.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,198.3,641.5,199.9,643.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,198.3,655,199.9,657.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,198.3,668.5,199.9,670.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,223.9,533.7,225.6,535.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,223.9,547.1,225.6,549.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,223.9,560.6,225.6,562.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,223.9,574.1,225.6,576.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,223.9,587.6,225.6,589.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,223.9,601.1,225.6,603.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,223.9,614.6,225.6,616.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,223.9,628.1,225.6,630.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,223.9,641.5,225.6,643.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,223.9,655,225.6,657.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,223.9,668.5,225.6,670.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,249.5,533.7,251.2,535.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,249.5,547.1,251.2,549.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,249.5,560.6,251.2,562.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,249.5,574.1,251.2,576.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,249.5,587.6,251.2,589.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,249.5,601.1,251.2,603.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,249.5,614.6,251.2,616.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,249.5,628.1,251.2,630.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,249.5,641.5,251.2,643.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,249.5,655,251.2,657.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,249.5,668.5,251.2,670.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,275.2,533.7,276.9,535.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,275.2,547.1,276.9,549.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,275.2,560.6,276.9,562.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,275.2,574.1,276.9,576.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,275.2,587.6,276.9,589.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,275.2,601.1,276.9,603.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,275.2,614.6,276.9,616.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,275.2,628.1,276.9,630.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,275.2,641.5,276.9,643.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,275.2,655,276.9,657.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,275.2,668.5,276.9,670.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,300.8,533.7,302.5,535.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,300.8,547.1,302.5,549.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,300.8,560.6,302.5,562.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,300.8,574.1,302.5,576.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,300.8,587.6,302.5,589.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,300.8,601.1,302.5,603.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,300.8,614.6,302.5,616.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,300.8,628.1,302.5,630.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,300.8,641.5,302.5,643.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,300.8,655,302.5,657.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,300.8,668.5,302.5,670.6,302.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,159.8,689,161.5,691.1,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,159.8,702.5,161.5,704.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,159.8,716,161.5,718,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,159.8,729.5,161.5,731.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,159.8,742.9,161.5,745,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,159.8,756.4,161.5,758.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,159.8,769.9,161.5,772,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,159.8,783.4,161.5,785.5,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,159.8,796.9,161.5,798.9,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,159.8,810.4,161.5,812.4,161.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,161.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,159.8,823.8,161.5,825.9,161.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,185.4,689,187.1,691.1,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,185.4,702.5,187.1,704.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,185.4,716,187.1,718,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,185.4,729.5,187.1,731.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,185.4,742.9,187.1,745,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,185.4,756.4,187.1,758.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,185.4,769.9,187.1,772,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,185.4,783.4,187.1,785.5,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,185.4,796.9,187.1,798.9,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,185.4,810.4,187.1,812.4,187.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,187.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,185.4,823.8,187.1,825.9,187.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S689,212.8,691.1,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S702.5,212.8,704.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S716,212.8,718,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S729.5,212.8,731.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S742.9,212.8,745,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S756.4,212.8,758.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S769.9,212.8,772,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S783.4,212.8,785.5,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S796.9,212.8,798.9,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S810.4,212.8,812.4,212.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,212.8c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S823.8,212.8,825.9,212.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,236.7,689,238.4,691.1,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,236.7,702.5,238.4,704.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,236.7,716,238.4,718,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,236.7,729.5,238.4,731.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,236.7,742.9,238.4,745,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,236.7,756.4,238.4,758.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,236.7,769.9,238.4,772,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,236.7,783.4,238.4,785.5,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,236.7,796.9,238.4,798.9,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,236.7,810.4,238.4,812.4,238.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,238.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,236.7,823.8,238.4,825.9,238.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,262.4,689,264,691.1,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,262.4,702.5,264,704.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,262.4,716,264,718,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,262.4,729.5,264,731.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,262.4,742.9,264,745,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,262.4,756.4,264,758.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,262.4,769.9,264,772,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,262.4,783.4,264,785.5,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,262.4,796.9,264,798.9,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,262.4,810.4,264,812.4,264z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,264c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,262.4,823.8,264,825.9,264z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,288,689,289.7,691.1,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,288,702.5,289.7,704.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,288,716,289.7,718,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,288,729.5,289.7,731.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,288,742.9,289.7,745,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,288,756.4,289.7,758.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,288,769.9,289.7,772,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,288,783.4,289.7,785.5,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,288,796.9,289.7,798.9,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,288,810.4,289.7,812.4,289.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,289.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,288,823.8,289.7,825.9,289.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,172.6,682.7,174.3,684.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,172.6,696.1,174.3,698.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,172.6,709.6,174.3,711.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,172.6,723.1,174.3,725.2,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,172.6,736.6,174.3,738.7,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,172.6,750.1,174.3,752.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,172.6,763.6,174.3,765.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,172.6,777.1,174.3,779.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,172.6,790.5,174.3,792.6,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,172.6,804,174.3,806.1,174.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,174.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,172.6,817.5,174.3,819.6,174.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,198.3,682.7,199.9,684.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,198.3,696.1,199.9,698.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,198.3,709.6,199.9,711.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,198.3,723.1,199.9,725.2,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,198.3,736.6,199.9,738.7,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,198.3,750.1,199.9,752.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,198.3,763.6,199.9,765.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,198.3,777.1,199.9,779.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,198.3,790.5,199.9,792.6,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,198.3,804,199.9,806.1,199.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,199.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,198.3,817.5,199.9,819.6,199.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,223.9,682.7,225.6,684.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,223.9,696.1,225.6,698.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,223.9,709.6,225.6,711.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,223.9,723.1,225.6,725.2,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,223.9,736.6,225.6,738.7,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,223.9,750.1,225.6,752.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,223.9,763.6,225.6,765.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,223.9,777.1,225.6,779.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,223.9,790.5,225.6,792.6,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,223.9,804,225.6,806.1,225.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,225.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,223.9,817.5,225.6,819.6,225.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,249.5,682.7,251.2,684.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,249.5,696.1,251.2,698.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,249.5,709.6,251.2,711.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,249.5,723.1,251.2,725.2,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,249.5,736.6,251.2,738.7,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,249.5,750.1,251.2,752.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,249.5,763.6,251.2,765.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,249.5,777.1,251.2,779.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,249.5,790.5,251.2,792.6,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,249.5,804,251.2,806.1,251.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,251.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,249.5,817.5,251.2,819.6,251.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,275.2,682.7,276.9,684.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,275.2,696.1,276.9,698.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,275.2,709.6,276.9,711.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,275.2,723.1,276.9,725.2,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,275.2,736.6,276.9,738.7,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,275.2,750.1,276.9,752.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,275.2,763.6,276.9,765.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,275.2,777.1,276.9,779.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,275.2,790.5,276.9,792.6,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,275.2,804,276.9,806.1,276.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,276.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,275.2,817.5,276.9,819.6,276.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,300.8,682.7,302.5,684.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,300.8,696.1,302.5,698.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,300.8,709.6,302.5,711.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,300.8,723.1,302.5,725.2,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,300.8,736.6,302.5,738.7,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,300.8,750.1,302.5,752.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,300.8,763.6,302.5,765.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,300.8,777.1,302.5,779.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,300.8,790.5,302.5,792.6,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,300.8,804,302.5,806.1,302.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,302.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,300.8,817.5,302.5,819.6,302.5z"></path></g></g></g></g></g><g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,313.8-56,315.5-53.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,313.8-42.5,315.5-40.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,313.8-29,315.5-27,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,313.8-15.5,315.5-13.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,313.8-2.1,315.5,0,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,313.8,11.4,315.5,13.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,313.8,24.9,315.5,27,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,313.8,38.4,315.5,40.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,313.8,51.9,315.5,53.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,313.8,65.4,315.5,67.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,313.8,78.8,315.5,80.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,339.4-56,341.1-53.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,339.4-42.5,341.1-40.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,339.4-29,341.1-27,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,339.4-15.5,341.1-13.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,339.4-2.1,341.1,0,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,339.4,11.4,341.1,13.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,339.4,24.9,341.1,27,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,339.4,38.4,341.1,40.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,339.4,51.9,341.1,53.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,339.4,65.4,341.1,67.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,339.4,78.8,341.1,80.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,365.1-56,366.8-53.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,365.1-42.5,366.8-40.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,365.1-29,366.8-27,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,365.1-15.5,366.8-13.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,365.1-2.1,366.8,0,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 S9.7,361,9.7,363C9.7,365.1,11.4,366.8,13.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,365.1,24.9,366.8,27,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,365.1,38.4,366.8,40.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,365.1,51.9,366.8,53.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,365.1,65.4,366.8,67.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,365.1,78.8,366.8,80.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,390.7-56,392.4-53.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,390.7-42.5,392.4-40.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,390.7-29,392.4-27,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,390.7-15.5,392.4-13.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,390.7-2.1,392.4,0,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,390.7,11.4,392.4,13.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,390.7,24.9,392.4,27,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,390.7,38.4,392.4,40.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,390.7,51.9,392.4,53.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,390.7,65.4,392.4,67.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,390.7,78.8,392.4,80.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,416.4-56,418-53.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,416.4-42.5,418-40.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,416.4-29,418-27,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,416.4-15.5,418-13.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,416.4-2.1,418,0,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,416.4,11.4,418,13.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,416.4,24.9,418,27,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,416.4,38.4,418,40.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,416.4,51.9,418,53.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,416.4,65.4,418,67.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,416.4,78.8,418,80.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,442-56,443.7-53.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,442-42.5,443.7-40.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,442-29,443.7-27,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,442-15.5,443.7-13.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,442-2.1,443.7,0,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,442,11.4,443.7,13.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,442,24.9,443.7,27,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,442,38.4,443.7,40.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,442,51.9,443.7,53.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,442,65.4,443.7,67.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,442,78.8,443.7,80.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,326.6-62.3,328.3-60.3,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,326.6-48.9,328.3-46.8,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,326.6-35.4,328.3-33.3,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,326.6-21.9,328.3-19.8,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,326.6-8.4,328.3-6.3,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,326.6,5.1,328.3,7.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,326.6,18.6,328.3,20.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,326.6,32.1,328.3,34.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,326.6,45.5,328.3,47.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,326.6,59,328.3,61.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,326.6,72.5,328.3,74.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,352.3-62.3,353.9-60.3,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,352.3-48.9,353.9-46.8,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,352.3-35.4,353.9-33.3,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,352.3-21.9,353.9-19.8,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,352.3-8.4,353.9-6.3,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,352.3,5.1,353.9,7.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,352.3,18.6,353.9,20.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,352.3,32.1,353.9,34.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,352.3,45.5,353.9,47.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,352.3,59,353.9,61.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,352.3,72.5,353.9,74.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-62.3,379.6-60.3,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-48.9,379.6-46.8,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-35.4,379.6-33.3,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-21.9,379.6-19.8,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-8.4,379.6-6.3,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S5.1,379.6,7.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S18.6,379.6,20.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S32.1,379.6,34.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S45.5,379.6,47.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S59,379.6,61.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S72.5,379.6,74.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,403.5-62.3,405.2-60.3,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,403.5-48.9,405.2-46.8,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,403.5-35.4,405.2-33.3,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,403.5-21.9,405.2-19.8,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,403.5-8.4,405.2-6.3,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,403.5,5.1,405.2,7.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,403.5,18.6,405.2,20.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,403.5,32.1,405.2,34.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,403.5,45.5,405.2,47.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,403.5,59,405.2,61.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,403.5,72.5,405.2,74.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,429.2-62.3,430.9-60.3,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,429.2-48.9,430.9-46.8,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,429.2-35.4,430.9-33.3,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,429.2-21.9,430.9-19.8,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,429.2-8.4,430.9-6.3,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,429.2,5.1,430.9,7.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,429.2,18.6,430.9,20.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,429.2,32.1,430.9,34.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,429.2,45.5,430.9,47.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,429.2,59,430.9,61.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,429.2,72.5,430.9,74.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,454.8-62.3,456.5-60.3,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,454.8-48.9,456.5-46.8,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,454.8-35.4,456.5-33.3,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,454.8-21.9,456.5-19.8,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,454.8-8.4,456.5-6.3,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,454.8,5.1,456.5,7.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,454.8,18.6,456.5,20.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,454.8,32.1,456.5,34.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,454.8,45.5,456.5,47.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,454.8,59,456.5,61.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,454.8,72.5,456.5,74.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,313.8,93,315.5,95.1,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,313.8,106.5,315.5,108.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,313.8,120,315.5,122,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,313.8,133.5,315.5,135.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,313.8,146.9,315.5,149,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,313.8,160.4,315.5,162.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,313.8,173.9,315.5,176,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,313.8,187.4,315.5,189.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,313.8,200.9,315.5,202.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,313.8,214.4,315.5,216.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,313.8,227.8,315.5,229.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,339.4,93,341.1,95.1,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,339.4,106.5,341.1,108.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,339.4,120,341.1,122,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,339.4,133.5,341.1,135.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,339.4,146.9,341.1,149,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,339.4,160.4,341.1,162.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,339.4,173.9,341.1,176,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,339.4,187.4,341.1,189.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,339.4,200.9,341.1,202.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,339.4,214.4,341.1,216.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,339.4,227.8,341.1,229.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,365.1,93,366.8,95.1,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,365.1,106.5,366.8,108.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,365.1,120,366.8,122,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,365.1,133.5,366.8,135.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,365.1,146.9,366.8,149,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,365.1,160.4,366.8,162.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,365.1,173.9,366.8,176,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,365.1,187.4,366.8,189.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,365.1,200.9,366.8,202.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,365.1,214.4,366.8,216.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,365.1,227.8,366.8,229.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,390.7,93,392.4,95.1,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,390.7,106.5,392.4,108.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,390.7,120,392.4,122,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,390.7,133.5,392.4,135.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,390.7,146.9,392.4,149,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,390.7,160.4,392.4,162.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,390.7,173.9,392.4,176,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,390.7,187.4,392.4,189.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,390.7,200.9,392.4,202.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,390.7,214.4,392.4,216.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,390.7,227.8,392.4,229.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,416.4,93,418,95.1,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,416.4,106.5,418,108.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,416.4,120,418,122,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,416.4,133.5,418,135.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,416.4,146.9,418,149,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,416.4,160.4,418,162.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,416.4,173.9,418,176,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,416.4,187.4,418,189.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,416.4,200.9,418,202.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,416.4,214.4,418,216.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,416.4,227.8,418,229.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,442,93,443.7,95.1,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,442,106.5,443.7,108.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,442,120,443.7,122,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,442,133.5,443.7,135.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,442,146.9,443.7,149,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,442,160.4,443.7,162.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,442,173.9,443.7,176,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,442,187.4,443.7,189.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,442,200.9,443.7,202.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,442,214.4,443.7,216.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,442,227.8,443.7,229.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,326.6,86.7,328.3,88.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,326.6,100.1,328.3,102.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,326.6,113.6,328.3,115.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,326.6,127.1,328.3,129.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,326.6,140.6,328.3,142.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,326.6,154.1,328.3,156.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,326.6,167.6,328.3,169.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,326.6,181.1,328.3,183.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,326.6,194.5,328.3,196.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,326.6,208,328.3,210.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,326.6,221.5,328.3,223.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,352.3,86.7,353.9,88.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,352.3,100.1,353.9,102.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,352.3,113.6,353.9,115.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,352.3,127.1,353.9,129.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,352.3,140.6,353.9,142.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,352.3,154.1,353.9,156.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,352.3,167.6,353.9,169.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,352.3,181.1,353.9,183.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,352.3,194.5,353.9,196.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,352.3,208,353.9,210.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,352.3,221.5,353.9,223.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S86.7,379.6,88.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S100.1,379.6,102.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S113.6,379.6,115.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S127.1,379.6,129.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S140.6,379.6,142.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S154.1,379.6,156.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S167.6,379.6,169.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S181.1,379.6,183.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S194.5,379.6,196.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S208,379.6,210.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S221.5,379.6,223.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,403.5,86.7,405.2,88.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,403.5,100.1,405.2,102.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,403.5,113.6,405.2,115.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,403.5,127.1,405.2,129.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,403.5,140.6,405.2,142.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,403.5,154.1,405.2,156.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,403.5,167.6,405.2,169.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,403.5,181.1,405.2,183.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,403.5,194.5,405.2,196.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,403.5,208,405.2,210.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,403.5,221.5,405.2,223.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,429.2,86.7,430.9,88.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,429.2,100.1,430.9,102.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,429.2,113.6,430.9,115.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,429.2,127.1,430.9,129.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,429.2,140.6,430.9,142.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,429.2,154.1,430.9,156.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,429.2,167.6,430.9,169.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,429.2,181.1,430.9,183.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,429.2,194.5,430.9,196.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,429.2,208,430.9,210.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,429.2,221.5,430.9,223.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,454.8,86.7,456.5,88.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,454.8,100.1,456.5,102.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,454.8,113.6,456.5,115.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,454.8,127.1,456.5,129.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,454.8,140.6,456.5,142.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,454.8,154.1,456.5,156.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,454.8,167.6,456.5,169.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,454.8,181.1,456.5,183.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,454.8,194.5,456.5,196.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,454.8,208,456.5,210.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,454.8,221.5,456.5,223.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,467.8-56,469.5-53.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,467.8-42.5,469.5-40.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,467.8-29,469.5-27,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,467.8-15.5,469.5-13.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,467.8-2.1,469.5,0,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,467.8,11.4,469.5,13.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,467.8,24.9,469.5,27,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,467.8,38.4,469.5,40.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,467.8,51.9,469.5,53.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,467.8,65.4,469.5,67.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,467.8,78.8,469.5,80.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,493.4-56,495.1-53.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,493.4-42.5,495.1-40.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,493.4-29,495.1-27,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,493.4-15.5,495.1-13.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,493.4-2.1,495.1,0,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,493.4,11.4,495.1,13.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,493.4,24.9,495.1,27,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,493.4,38.4,495.1,40.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,493.4,51.9,495.1,53.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,493.4,65.4,495.1,67.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,493.4,78.8,495.1,80.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,519.1-56,520.8-53.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,519.1-42.5,520.8-40.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,519.1-29,520.8-27,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,519.1-15.5,520.8-13.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,519.1-2.1,520.8,0,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 S9.7,515,9.7,517C9.7,519.1,11.4,520.8,13.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,519.1,24.9,520.8,27,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,519.1,38.4,520.8,40.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,519.1,51.9,520.8,53.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,519.1,65.4,520.8,67.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,519.1,78.8,520.8,80.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,544.7-56,546.4-53.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,544.7-42.5,546.4-40.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,544.7-29,546.4-27,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,544.7-15.5,546.4-13.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,544.7-2.1,546.4,0,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,544.7,11.4,546.4,13.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,544.7,24.9,546.4,27,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,544.7,38.4,546.4,40.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,544.7,51.9,546.4,53.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,544.7,65.4,546.4,67.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,544.7,78.8,546.4,80.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,570.4-56,572-53.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,570.4-42.5,572-40.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,570.4-29,572-27,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,570.4-15.5,572-13.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,570.4-2.1,572,0,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,570.4,11.4,572,13.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,570.4,24.9,572,27,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,570.4,38.4,572,40.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,570.4,51.9,572,53.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,570.4,65.4,572,67.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,570.4,78.8,572,80.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-53.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-57.7,596-56,597.7-53.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-40.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-44.2,596-42.5,597.7-40.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-27,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-30.7,596-29,597.7-27,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-13.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-17.2,596-15.5,597.7-13.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M0,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-3.7,596-2.1,597.7,0,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M13.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C9.7,596,11.4,597.7,13.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M27,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C23.2,596,24.9,597.7,27,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M40.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C36.7,596,38.4,597.7,40.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M53.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C50.2,596,51.9,597.7,53.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M67.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C63.7,596,65.4,597.7,67.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M80.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C77.2,596,78.8,597.7,80.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,480.6-62.3,482.3-60.3,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,480.6-48.9,482.3-46.8,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,480.6-35.4,482.3-33.3,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,480.6-21.9,482.3-19.8,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,480.6-8.4,482.3-6.3,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,480.6,5.1,482.3,7.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,480.6,18.6,482.3,20.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,480.6,32.1,482.3,34.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,480.6,45.5,482.3,47.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,480.6,59,482.3,61.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,480.6,72.5,482.3,74.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,506.3-62.3,507.9-60.3,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,506.3-48.9,507.9-46.8,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,506.3-35.4,507.9-33.3,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,506.3-21.9,507.9-19.8,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,506.3-8.4,507.9-6.3,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,506.3,5.1,507.9,7.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,506.3,18.6,507.9,20.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,506.3,32.1,507.9,34.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,506.3,45.5,507.9,47.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,506.3,59,507.9,61.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,506.3,72.5,507.9,74.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,531.9-62.3,533.6-60.3,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,531.9-48.9,533.6-46.8,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,531.9-35.4,533.6-33.3,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,531.9-21.9,533.6-19.8,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,531.9-8.4,533.6-6.3,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,531.9,5.1,533.6,7.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,531.9,18.6,533.6,20.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,531.9,32.1,533.6,34.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,531.9,45.5,533.6,47.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,531.9,59,533.6,61.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,531.9,72.5,533.6,74.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,557.5-62.3,559.2-60.3,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,557.5-48.9,559.2-46.8,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,557.5-35.4,559.2-33.3,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,557.5-21.9,559.2-19.8,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,557.5-8.4,559.2-6.3,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,557.5,5.1,559.2,7.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,557.5,18.6,559.2,20.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,557.5,32.1,559.2,34.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,557.5,45.5,559.2,47.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,557.5,59,559.2,61.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,557.5,72.5,559.2,74.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-64,583.2-62.3,584.9-60.3,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-50.5,583.2-48.9,584.9-46.8,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-37,583.2-35.4,584.9-33.3,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C-23.6,583.2-21.9,584.9-19.8,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C-10.1,583.2-8.4,584.9-6.3,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C3.4,583.2,5.1,584.9,7.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C16.9,583.2,18.6,584.9,20.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C30.4,583.2,32.1,584.9,34.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C43.9,583.2,45.5,584.9,47.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C57.3,583.2,59,584.9,61.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C70.8,583.2,72.5,584.9,74.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-60.3,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-62.3,610.5-60.3,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-46.8,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-48.9,610.5-46.8,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-33.3,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-35.4,610.5-33.3,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-19.8,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S-21.9,610.5-19.8,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M-6.3,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S-8.4,610.5-6.3,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M7.1,610.5c2.1,0,3.7-1.7,3.7-3.7S9.2,603,7.1,603 s-3.7,1.7-3.7,3.7S5.1,610.5,7.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M20.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S18.6,610.5,20.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M34.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S32.1,610.5,34.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M47.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S45.5,610.5,47.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M61.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S59,610.5,61.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M74.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S72.5,610.5,74.6,610.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,467.8,93,469.5,95.1,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,467.8,106.5,469.5,108.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,467.8,120,469.5,122,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,467.8,133.5,469.5,135.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,467.8,146.9,469.5,149,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,467.8,160.4,469.5,162.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,467.8,173.9,469.5,176,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,467.8,187.4,469.5,189.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,467.8,200.9,469.5,202.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,467.8,214.4,469.5,216.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,467.8,227.8,469.5,229.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,493.4,93,495.1,95.1,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,493.4,106.5,495.1,108.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,493.4,120,495.1,122,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,493.4,133.5,495.1,135.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,493.4,146.9,495.1,149,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,493.4,160.4,495.1,162.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,493.4,173.9,495.1,176,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,493.4,187.4,495.1,189.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,493.4,200.9,495.1,202.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,493.4,214.4,495.1,216.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,493.4,227.8,495.1,229.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,519.1,93,520.8,95.1,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,519.1,106.5,520.8,108.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,519.1,120,520.8,122,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,519.1,133.5,520.8,135.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,519.1,146.9,520.8,149,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,519.1,160.4,520.8,162.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,519.1,173.9,520.8,176,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,519.1,187.4,520.8,189.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,519.1,200.9,520.8,202.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,519.1,214.4,520.8,216.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,519.1,227.8,520.8,229.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,544.7,93,546.4,95.1,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,544.7,106.5,546.4,108.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,544.7,120,546.4,122,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,544.7,133.5,546.4,135.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,544.7,146.9,546.4,149,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,544.7,160.4,546.4,162.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,544.7,173.9,546.4,176,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,544.7,187.4,546.4,189.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,544.7,200.9,546.4,202.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,544.7,214.4,546.4,216.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,544.7,227.8,546.4,229.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,570.4,93,572,95.1,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,570.4,106.5,572,108.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,570.4,120,572,122,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,570.4,133.5,572,135.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,570.4,146.9,572,149,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,570.4,160.4,572,162.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,570.4,173.9,572,176,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,570.4,187.4,572,189.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,570.4,200.9,572,202.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,570.4,214.4,572,216.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,570.4,227.8,572,229.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M95.1,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C91.3,596,93,597.7,95.1,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M108.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C104.8,596,106.5,597.7,108.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M122,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C118.3,596,120,597.7,122,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M135.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C131.8,596,133.5,597.7,135.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M149,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C145.3,596,146.9,597.7,149,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M162.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C158.7,596,160.4,597.7,162.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M176,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C172.2,596,173.9,597.7,176,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M189.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C185.7,596,187.4,597.7,189.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M202.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C199.2,596,200.9,597.7,202.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M216.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C212.7,596,214.4,597.7,216.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M229.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C226.2,596,227.8,597.7,229.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,480.6,86.7,482.3,88.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,480.6,100.1,482.3,102.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,480.6,113.6,482.3,115.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,480.6,127.1,482.3,129.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,480.6,140.6,482.3,142.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,480.6,154.1,482.3,156.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,480.6,167.6,482.3,169.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,480.6,181.1,482.3,183.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,480.6,194.5,482.3,196.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,480.6,208,482.3,210.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,480.6,221.5,482.3,223.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,506.3,86.7,507.9,88.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,506.3,100.1,507.9,102.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,506.3,113.6,507.9,115.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,506.3,127.1,507.9,129.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,506.3,140.6,507.9,142.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,506.3,154.1,507.9,156.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,506.3,167.6,507.9,169.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,506.3,181.1,507.9,183.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,506.3,194.5,507.9,196.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,506.3,208,507.9,210.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,506.3,221.5,507.9,223.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,531.9,86.7,533.6,88.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,531.9,100.1,533.6,102.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,531.9,113.6,533.6,115.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,531.9,127.1,533.6,129.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,531.9,140.6,533.6,142.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,531.9,154.1,533.6,156.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,531.9,167.6,533.6,169.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,531.9,181.1,533.6,183.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,531.9,194.5,533.6,196.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,531.9,208,533.6,210.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,531.9,221.5,533.6,223.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,557.5,86.7,559.2,88.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,557.5,100.1,559.2,102.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,557.5,113.6,559.2,115.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,557.5,127.1,559.2,129.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,557.5,140.6,559.2,142.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,557.5,154.1,559.2,156.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,557.5,167.6,559.2,169.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,557.5,181.1,559.2,183.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,557.5,194.5,559.2,196.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,557.5,208,559.2,210.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,557.5,221.5,559.2,223.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C85,583.2,86.7,584.9,88.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C98.5,583.2,100.1,584.9,102.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C112,583.2,113.6,584.9,115.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C125.4,583.2,127.1,584.9,129.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C138.9,583.2,140.6,584.9,142.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C152.4,583.2,154.1,584.9,156.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C165.9,583.2,167.6,584.9,169.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C179.4,583.2,181.1,584.9,183.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C192.9,583.2,194.5,584.9,196.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C206.3,583.2,208,584.9,210.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C219.8,583.2,221.5,584.9,223.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M88.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S86.7,610.5,88.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M102.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S100.1,610.5,102.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M115.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S113.6,610.5,115.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M129.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S127.1,610.5,129.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M142.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S140.6,610.5,142.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M156.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S154.1,610.5,156.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M169.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S167.6,610.5,169.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M183.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S181.1,610.5,183.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M196.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S194.5,610.5,196.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M210.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S208,610.5,210.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M223.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S221.5,610.5,223.6,610.5z"></path></g></g></g></g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,313.8,242,315.5,244.1,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,313.8,255.5,315.5,257.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,313.8,269,315.5,271,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,313.8,282.5,315.5,284.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,313.8,295.9,315.5,298,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,313.8,309.4,315.5,311.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,313.8,322.9,315.5,325,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,313.8,336.4,315.5,338.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,313.8,349.9,315.5,351.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,313.8,363.4,315.5,365.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,313.8,376.8,315.5,378.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,339.4,242,341.1,244.1,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,339.4,255.5,341.1,257.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,339.4,269,341.1,271,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,339.4,282.5,341.1,284.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,339.4,295.9,341.1,298,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,339.4,309.4,341.1,311.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,339.4,322.9,341.1,325,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,339.4,336.4,341.1,338.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,339.4,349.9,341.1,351.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,339.4,363.4,341.1,365.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,339.4,376.8,341.1,378.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,365.1,242,366.8,244.1,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,365.1,255.5,366.8,257.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,365.1,269,366.8,271,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,365.1,282.5,366.8,284.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,365.1,295.9,366.8,298,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,365.1,309.4,366.8,311.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,365.1,322.9,366.8,325,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,365.1,336.4,366.8,338.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,365.1,349.9,366.8,351.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,365.1,363.4,366.8,365.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,365.1,376.8,366.8,378.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,390.7,242,392.4,244.1,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,390.7,255.5,392.4,257.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,390.7,269,392.4,271,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,390.7,282.5,392.4,284.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,390.7,295.9,392.4,298,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,390.7,309.4,392.4,311.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,390.7,322.9,392.4,325,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,390.7,336.4,392.4,338.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,390.7,349.9,392.4,351.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,390.7,363.4,392.4,365.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,390.7,376.8,392.4,378.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,416.4,242,418,244.1,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,416.4,255.5,418,257.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,416.4,269,418,271,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,416.4,282.5,418,284.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,416.4,295.9,418,298,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,416.4,309.4,418,311.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,416.4,322.9,418,325,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,416.4,336.4,418,338.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,416.4,349.9,418,351.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,416.4,363.4,418,365.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,416.4,376.8,418,378.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,442,242,443.7,244.1,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,442,255.5,443.7,257.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,442,269,443.7,271,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,442,282.5,443.7,284.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,442,295.9,443.7,298,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,442,309.4,443.7,311.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,442,322.9,443.7,325,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,442,336.4,443.7,338.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,442,349.9,443.7,351.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,442,363.4,443.7,365.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,442,376.8,443.7,378.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,326.6,235.7,328.3,237.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,326.6,249.1,328.3,251.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,326.6,262.6,328.3,264.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,326.6,276.1,328.3,278.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,326.6,289.6,328.3,291.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,326.6,303.1,328.3,305.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,326.6,316.6,328.3,318.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,326.6,330.1,328.3,332.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,326.6,343.5,328.3,345.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,326.6,357,328.3,359.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,326.6,370.5,328.3,372.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,352.3,235.7,353.9,237.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,352.3,249.1,353.9,251.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,352.3,262.6,353.9,264.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,352.3,276.1,353.9,278.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,352.3,289.6,353.9,291.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,352.3,303.1,353.9,305.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,352.3,316.6,353.9,318.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,352.3,330.1,353.9,332.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,352.3,343.5,353.9,345.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,352.3,357,353.9,359.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,352.3,370.5,353.9,372.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S235.7,379.6,237.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S249.1,379.6,251.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S262.6,379.6,264.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S276.1,379.6,278.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S289.6,379.6,291.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S303.1,379.6,305.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S316.6,379.6,318.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S330.1,379.6,332.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S343.5,379.6,345.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S357,379.6,359.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S370.5,379.6,372.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,403.5,235.7,405.2,237.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,403.5,249.1,405.2,251.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,403.5,262.6,405.2,264.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,403.5,276.1,405.2,278.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,403.5,289.6,405.2,291.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,403.5,303.1,405.2,305.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,403.5,316.6,405.2,318.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,403.5,330.1,405.2,332.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,403.5,343.5,405.2,345.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,403.5,357,405.2,359.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,403.5,370.5,405.2,372.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,429.2,235.7,430.9,237.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,429.2,249.1,430.9,251.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,429.2,262.6,430.9,264.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,429.2,276.1,430.9,278.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,429.2,289.6,430.9,291.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,429.2,303.1,430.9,305.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,429.2,316.6,430.9,318.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,429.2,330.1,430.9,332.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,429.2,343.5,430.9,345.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,429.2,357,430.9,359.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,429.2,370.5,430.9,372.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,454.8,235.7,456.5,237.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,454.8,249.1,456.5,251.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,454.8,262.6,456.5,264.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,454.8,276.1,456.5,278.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,454.8,289.6,456.5,291.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,454.8,303.1,456.5,305.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,454.8,316.6,456.5,318.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,454.8,330.1,456.5,332.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,454.8,343.5,456.5,345.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,454.8,357,456.5,359.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,454.8,370.5,456.5,372.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,313.8,391,315.5,393.1,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,313.8,404.5,315.5,406.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,313.8,418,315.5,420,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,313.8,431.5,315.5,433.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,313.8,444.9,315.5,447,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,313.8,458.4,315.5,460.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,313.8,471.9,315.5,474,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,313.8,485.4,315.5,487.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,313.8,498.9,315.5,500.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,313.8,512.4,315.5,514.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,313.8,525.8,315.5,527.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,339.4,391,341.1,393.1,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,339.4,404.5,341.1,406.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,339.4,418,341.1,420,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,339.4,431.5,341.1,433.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,339.4,444.9,341.1,447,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,339.4,458.4,341.1,460.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,339.4,471.9,341.1,474,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,339.4,485.4,341.1,487.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,339.4,498.9,341.1,500.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,339.4,512.4,341.1,514.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,339.4,525.8,341.1,527.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,365.1,391,366.8,393.1,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,365.1,404.5,366.8,406.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,365.1,418,366.8,420,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,365.1,431.5,366.8,433.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,365.1,444.9,366.8,447,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,365.1,458.4,366.8,460.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,365.1,471.9,366.8,474,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,365.1,485.4,366.8,487.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,365.1,498.9,366.8,500.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,365.1,512.4,366.8,514.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,365.1,525.8,366.8,527.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,390.7,391,392.4,393.1,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,390.7,404.5,392.4,406.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,390.7,418,392.4,420,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,390.7,431.5,392.4,433.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,390.7,444.9,392.4,447,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,390.7,458.4,392.4,460.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,390.7,471.9,392.4,474,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,390.7,485.4,392.4,487.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,390.7,498.9,392.4,500.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,390.7,512.4,392.4,514.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,390.7,525.8,392.4,527.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,416.4,391,418,393.1,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,416.4,404.5,418,406.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,416.4,418,418,420,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,416.4,431.5,418,433.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,416.4,444.9,418,447,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,416.4,458.4,418,460.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,416.4,471.9,418,474,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,416.4,485.4,418,487.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,416.4,498.9,418,500.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,416.4,512.4,418,514.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,416.4,525.8,418,527.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,442,391,443.7,393.1,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,442,404.5,443.7,406.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,442,418,443.7,420,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,442,431.5,443.7,433.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,442,444.9,443.7,447,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,442,458.4,443.7,460.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,442,471.9,443.7,474,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,442,485.4,443.7,487.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,442,498.9,443.7,500.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,442,512.4,443.7,514.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,442,525.8,443.7,527.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,326.6,384.7,328.3,386.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,326.6,398.1,328.3,400.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,326.6,411.6,328.3,413.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,326.6,425.1,328.3,427.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,326.6,438.6,328.3,440.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,326.6,452.1,328.3,454.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,326.6,465.6,328.3,467.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,326.6,479.1,328.3,481.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,326.6,492.5,328.3,494.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,326.6,506,328.3,508.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,326.6,519.5,328.3,521.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,352.3,384.7,353.9,386.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,352.3,398.1,353.9,400.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,352.3,411.6,353.9,413.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,352.3,425.1,353.9,427.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,352.3,438.6,353.9,440.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,352.3,452.1,353.9,454.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,352.3,465.6,353.9,467.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,352.3,479.1,353.9,481.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,352.3,492.5,353.9,494.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,352.3,506,353.9,508.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,352.3,519.5,353.9,521.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S384.7,379.6,386.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S398.1,379.6,400.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S411.6,379.6,413.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S425.1,379.6,427.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S438.6,379.6,440.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S452.1,379.6,454.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S465.6,379.6,467.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S479.1,379.6,481.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S492.5,379.6,494.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S506,379.6,508.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S519.5,379.6,521.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,403.5,384.7,405.2,386.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,403.5,398.1,405.2,400.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,403.5,411.6,405.2,413.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,403.5,425.1,405.2,427.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,403.5,438.6,405.2,440.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,403.5,452.1,405.2,454.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,403.5,465.6,405.2,467.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,403.5,479.1,405.2,481.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,403.5,492.5,405.2,494.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,403.5,506,405.2,508.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,403.5,519.5,405.2,521.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,429.2,384.7,430.9,386.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,429.2,398.1,430.9,400.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,429.2,411.6,430.9,413.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,429.2,425.1,430.9,427.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,429.2,438.6,430.9,440.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,429.2,452.1,430.9,454.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,429.2,465.6,430.9,467.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,429.2,479.1,430.9,481.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,429.2,492.5,430.9,494.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,429.2,506,430.9,508.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,429.2,519.5,430.9,521.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,454.8,384.7,456.5,386.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,454.8,398.1,456.5,400.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,454.8,411.6,456.5,413.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,454.8,425.1,456.5,427.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,454.8,438.6,456.5,440.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,454.8,452.1,456.5,454.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,454.8,465.6,456.5,467.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,454.8,479.1,456.5,481.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,454.8,492.5,456.5,494.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,454.8,506,456.5,508.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,454.8,519.5,456.5,521.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,467.8,242,469.5,244.1,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,467.8,255.5,469.5,257.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,467.8,269,469.5,271,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,467.8,282.5,469.5,284.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,467.8,295.9,469.5,298,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,467.8,309.4,469.5,311.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,467.8,322.9,469.5,325,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,467.8,336.4,469.5,338.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,467.8,349.9,469.5,351.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,467.8,363.4,469.5,365.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,467.8,376.8,469.5,378.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,493.4,242,495.1,244.1,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,493.4,255.5,495.1,257.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,493.4,269,495.1,271,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,493.4,282.5,495.1,284.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,493.4,295.9,495.1,298,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,493.4,309.4,495.1,311.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,493.4,322.9,495.1,325,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,493.4,336.4,495.1,338.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,493.4,349.9,495.1,351.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,493.4,363.4,495.1,365.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,493.4,376.8,495.1,378.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,519.1,242,520.8,244.1,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,519.1,255.5,520.8,257.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,519.1,269,520.8,271,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,519.1,282.5,520.8,284.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,519.1,295.9,520.8,298,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,519.1,309.4,520.8,311.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,519.1,322.9,520.8,325,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,519.1,336.4,520.8,338.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,519.1,349.9,520.8,351.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,519.1,363.4,520.8,365.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,519.1,376.8,520.8,378.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,544.7,242,546.4,244.1,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,544.7,255.5,546.4,257.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,544.7,269,546.4,271,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,544.7,282.5,546.4,284.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,544.7,295.9,546.4,298,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,544.7,309.4,546.4,311.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,544.7,322.9,546.4,325,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,544.7,336.4,546.4,338.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,544.7,349.9,546.4,351.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,544.7,363.4,546.4,365.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,544.7,376.8,546.4,378.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,570.4,242,572,244.1,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,570.4,255.5,572,257.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,570.4,269,572,271,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,570.4,282.5,572,284.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,570.4,295.9,572,298,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,570.4,309.4,572,311.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,570.4,322.9,572,325,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,570.4,336.4,572,338.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,570.4,349.9,572,351.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,570.4,363.4,572,365.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,570.4,376.8,572,378.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M244.1,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C240.3,596,242,597.7,244.1,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M257.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C253.8,596,255.5,597.7,257.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M271,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C267.3,596,269,597.7,271,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M284.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C280.8,596,282.5,597.7,284.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M298,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C294.3,596,295.9,597.7,298,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M311.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C307.7,596,309.4,597.7,311.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M325,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C321.2,596,322.9,597.7,325,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M338.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C334.7,596,336.4,597.7,338.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M351.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C348.2,596,349.9,597.7,351.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M365.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C361.7,596,363.4,597.7,365.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M378.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C375.2,596,376.8,597.7,378.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,480.6,235.7,482.3,237.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,480.6,249.1,482.3,251.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,480.6,262.6,482.3,264.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,480.6,276.1,482.3,278.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,480.6,289.6,482.3,291.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,480.6,303.1,482.3,305.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,480.6,316.6,482.3,318.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,480.6,330.1,482.3,332.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,480.6,343.5,482.3,345.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,480.6,357,482.3,359.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,480.6,370.5,482.3,372.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,506.3,235.7,507.9,237.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,506.3,249.1,507.9,251.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,506.3,262.6,507.9,264.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,506.3,276.1,507.9,278.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,506.3,289.6,507.9,291.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,506.3,303.1,507.9,305.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,506.3,316.6,507.9,318.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,506.3,330.1,507.9,332.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,506.3,343.5,507.9,345.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,506.3,357,507.9,359.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,506.3,370.5,507.9,372.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,531.9,235.7,533.6,237.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,531.9,249.1,533.6,251.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,531.9,262.6,533.6,264.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,531.9,276.1,533.6,278.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,531.9,289.6,533.6,291.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,531.9,303.1,533.6,305.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,531.9,316.6,533.6,318.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,531.9,330.1,533.6,332.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,531.9,343.5,533.6,345.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,531.9,357,533.6,359.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,531.9,370.5,533.6,372.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,557.5,235.7,559.2,237.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,557.5,249.1,559.2,251.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,557.5,262.6,559.2,264.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,557.5,276.1,559.2,278.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,557.5,289.6,559.2,291.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,557.5,303.1,559.2,305.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,557.5,316.6,559.2,318.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,557.5,330.1,559.2,332.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,557.5,343.5,559.2,345.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,557.5,357,559.2,359.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,557.5,370.5,559.2,372.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C234,583.2,235.7,584.9,237.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C247.5,583.2,249.1,584.9,251.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C261,583.2,262.6,584.9,264.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C274.4,583.2,276.1,584.9,278.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C287.9,583.2,289.6,584.9,291.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C301.4,583.2,303.1,584.9,305.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C314.9,583.2,316.6,584.9,318.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C328.4,583.2,330.1,584.9,332.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C341.9,583.2,343.5,584.9,345.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C355.3,583.2,357,584.9,359.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C368.8,583.2,370.5,584.9,372.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M237.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S235.7,610.5,237.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M251.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S249.1,610.5,251.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M264.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S262.6,610.5,264.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M278.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S276.1,610.5,278.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M291.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S289.6,610.5,291.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M305.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S303.1,610.5,305.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M318.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S316.6,610.5,318.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M332.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S330.1,610.5,332.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M345.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S343.5,610.5,345.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M359.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S357,610.5,359.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M372.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S370.5,610.5,372.6,610.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,467.8,391,469.5,393.1,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,467.8,404.5,469.5,406.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,467.8,418,469.5,420,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,467.8,431.5,469.5,433.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,467.8,444.9,469.5,447,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,467.8,458.4,469.5,460.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,467.8,471.9,469.5,474,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,467.8,485.4,469.5,487.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,467.8,498.9,469.5,500.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,467.8,512.4,469.5,514.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,467.8,525.8,469.5,527.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,493.4,391,495.1,393.1,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,493.4,404.5,495.1,406.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,493.4,418,495.1,420,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,493.4,431.5,495.1,433.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,493.4,444.9,495.1,447,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,493.4,458.4,495.1,460.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,493.4,471.9,495.1,474,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,493.4,485.4,495.1,487.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,493.4,498.9,495.1,500.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,493.4,512.4,495.1,514.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,493.4,525.8,495.1,527.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,519.1,391,520.8,393.1,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,519.1,404.5,520.8,406.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,519.1,418,520.8,420,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,519.1,431.5,520.8,433.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,519.1,444.9,520.8,447,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,519.1,458.4,520.8,460.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,519.1,471.9,520.8,474,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,519.1,485.4,520.8,487.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,519.1,498.9,520.8,500.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,519.1,512.4,520.8,514.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,519.1,525.8,520.8,527.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,544.7,391,546.4,393.1,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,544.7,404.5,546.4,406.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,544.7,418,546.4,420,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,544.7,431.5,546.4,433.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,544.7,444.9,546.4,447,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,544.7,458.4,546.4,460.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,544.7,471.9,546.4,474,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,544.7,485.4,546.4,487.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,544.7,498.9,546.4,500.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,544.7,512.4,546.4,514.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,544.7,525.8,546.4,527.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,570.4,391,572,393.1,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,570.4,404.5,572,406.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,570.4,418,572,420,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,570.4,431.5,572,433.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,570.4,444.9,572,447,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,570.4,458.4,572,460.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,570.4,471.9,572,474,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,570.4,485.4,572,487.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,570.4,498.9,572,500.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,570.4,512.4,572,514.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,570.4,525.8,572,527.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M393.1,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C389.3,596,391,597.7,393.1,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M406.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C402.8,596,404.5,597.7,406.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M420,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C416.3,596,418,597.7,420,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M433.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C429.8,596,431.5,597.7,433.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M447,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C443.3,596,444.9,597.7,447,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M460.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C456.7,596,458.4,597.7,460.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M474,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C470.2,596,471.9,597.7,474,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M487.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C483.7,596,485.4,597.7,487.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M500.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C497.2,596,498.9,597.7,500.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M514.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C510.7,596,512.4,597.7,514.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M527.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C524.2,596,525.8,597.7,527.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,480.6,384.7,482.3,386.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,480.6,398.1,482.3,400.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,480.6,411.6,482.3,413.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,480.6,425.1,482.3,427.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,480.6,438.6,482.3,440.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,480.6,452.1,482.3,454.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,480.6,465.6,482.3,467.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,480.6,479.1,482.3,481.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,480.6,492.5,482.3,494.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,480.6,506,482.3,508.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,480.6,519.5,482.3,521.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,506.3,384.7,507.9,386.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,506.3,398.1,507.9,400.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,506.3,411.6,507.9,413.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,506.3,425.1,507.9,427.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,506.3,438.6,507.9,440.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,506.3,452.1,507.9,454.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,506.3,465.6,507.9,467.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,506.3,479.1,507.9,481.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,506.3,492.5,507.9,494.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,506.3,506,507.9,508.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,506.3,519.5,507.9,521.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,531.9,384.7,533.6,386.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,531.9,398.1,533.6,400.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,531.9,411.6,533.6,413.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,531.9,425.1,533.6,427.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,531.9,438.6,533.6,440.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,531.9,452.1,533.6,454.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,531.9,465.6,533.6,467.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,531.9,479.1,533.6,481.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,531.9,492.5,533.6,494.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,531.9,506,533.6,508.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,531.9,519.5,533.6,521.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,557.5,384.7,559.2,386.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,557.5,398.1,559.2,400.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,557.5,411.6,559.2,413.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,557.5,425.1,559.2,427.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,557.5,438.6,559.2,440.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,557.5,452.1,559.2,454.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,557.5,465.6,559.2,467.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,557.5,479.1,559.2,481.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,557.5,492.5,559.2,494.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,557.5,506,559.2,508.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,557.5,519.5,559.2,521.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C383,583.2,384.7,584.9,386.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C396.5,583.2,398.1,584.9,400.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C410,583.2,411.6,584.9,413.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C423.4,583.2,425.1,584.9,427.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C436.9,583.2,438.6,584.9,440.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C450.4,583.2,452.1,584.9,454.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C463.9,583.2,465.6,584.9,467.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C477.4,583.2,479.1,584.9,481.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C490.9,583.2,492.5,584.9,494.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C504.3,583.2,506,584.9,508.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C517.8,583.2,519.5,584.9,521.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M386.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S384.7,610.5,386.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M400.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S398.1,610.5,400.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M413.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S411.6,610.5,413.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M427.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S425.1,610.5,427.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M440.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S438.6,610.5,440.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M454.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S452.1,610.5,454.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M467.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S465.6,610.5,467.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M481.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S479.1,610.5,481.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M494.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S492.5,610.5,494.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M508.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S506,610.5,508.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M521.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S519.5,610.5,521.6,610.5z"></path></g></g></g></g><g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,313.8,540,315.5,542.1,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,313.8,553.5,315.5,555.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,313.8,567,315.5,569,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,313.8,580.5,315.5,582.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,313.8,593.9,315.5,596,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,313.8,607.4,315.5,609.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,313.8,620.9,315.5,623,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,313.8,634.4,315.5,636.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,313.8,647.9,315.5,649.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,313.8,661.4,315.5,663.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,313.8,674.8,315.5,676.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,339.4,540,341.1,542.1,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,339.4,553.5,341.1,555.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,339.4,567,341.1,569,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,339.4,580.5,341.1,582.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,339.4,593.9,341.1,596,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,339.4,607.4,341.1,609.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,339.4,620.9,341.1,623,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,339.4,634.4,341.1,636.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,339.4,647.9,341.1,649.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,339.4,661.4,341.1,663.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,339.4,674.8,341.1,676.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,365.1,540,366.8,542.1,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,365.1,553.5,366.8,555.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,365.1,567,366.8,569,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,365.1,580.5,366.8,582.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,365.1,593.9,366.8,596,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,365.1,607.4,366.8,609.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,365.1,620.9,366.8,623,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,365.1,634.4,366.8,636.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,365.1,647.9,366.8,649.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,365.1,661.4,366.8,663.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,365.1,674.8,366.8,676.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,390.7,540,392.4,542.1,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,390.7,553.5,392.4,555.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,390.7,567,392.4,569,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,390.7,580.5,392.4,582.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,390.7,593.9,392.4,596,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,390.7,607.4,392.4,609.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,390.7,620.9,392.4,623,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,390.7,634.4,392.4,636.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,390.7,647.9,392.4,649.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,390.7,661.4,392.4,663.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,390.7,674.8,392.4,676.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,416.4,540,418,542.1,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,416.4,553.5,418,555.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,416.4,567,418,569,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,416.4,580.5,418,582.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,416.4,593.9,418,596,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,416.4,607.4,418,609.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,416.4,620.9,418,623,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,416.4,634.4,418,636.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,416.4,647.9,418,649.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,416.4,661.4,418,663.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,416.4,674.8,418,676.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,442,540,443.7,542.1,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,442,553.5,443.7,555.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,442,567,443.7,569,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,442,580.5,443.7,582.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,442,593.9,443.7,596,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,442,607.4,443.7,609.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,442,620.9,443.7,623,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,442,634.4,443.7,636.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,442,647.9,443.7,649.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,442,661.4,443.7,663.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,442,674.8,443.7,676.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,326.6,533.7,328.3,535.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,326.6,547.1,328.3,549.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,326.6,560.6,328.3,562.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,326.6,574.1,328.3,576.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,326.6,587.6,328.3,589.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,326.6,601.1,328.3,603.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,326.6,614.6,328.3,616.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,326.6,628.1,328.3,630.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,326.6,641.5,328.3,643.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,326.6,655,328.3,657.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,326.6,668.5,328.3,670.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,352.3,533.7,353.9,535.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,352.3,547.1,353.9,549.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,352.3,560.6,353.9,562.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,352.3,574.1,353.9,576.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,352.3,587.6,353.9,589.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,352.3,601.1,353.9,603.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,352.3,614.6,353.9,616.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,352.3,628.1,353.9,630.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,352.3,641.5,353.9,643.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,352.3,655,353.9,657.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,352.3,668.5,353.9,670.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S533.7,379.6,535.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S547.1,379.6,549.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S560.6,379.6,562.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S574.1,379.6,576.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S587.6,379.6,589.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S601.1,379.6,603.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S614.6,379.6,616.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S628.1,379.6,630.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S641.5,379.6,643.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S655,379.6,657.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S668.5,379.6,670.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,403.5,533.7,405.2,535.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,403.5,547.1,405.2,549.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,403.5,560.6,405.2,562.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,403.5,574.1,405.2,576.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,403.5,587.6,405.2,589.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,403.5,601.1,405.2,603.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,403.5,614.6,405.2,616.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,403.5,628.1,405.2,630.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,403.5,641.5,405.2,643.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,403.5,655,405.2,657.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,403.5,668.5,405.2,670.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,429.2,533.7,430.9,535.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,429.2,547.1,430.9,549.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,429.2,560.6,430.9,562.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,429.2,574.1,430.9,576.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,429.2,587.6,430.9,589.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,429.2,601.1,430.9,603.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,429.2,614.6,430.9,616.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,429.2,628.1,430.9,630.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,429.2,641.5,430.9,643.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,429.2,655,430.9,657.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,429.2,668.5,430.9,670.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,454.8,533.7,456.5,535.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,454.8,547.1,456.5,549.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,454.8,560.6,456.5,562.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,454.8,574.1,456.5,576.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,454.8,587.6,456.5,589.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,454.8,601.1,456.5,603.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,454.8,614.6,456.5,616.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,454.8,628.1,456.5,630.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,454.8,641.5,456.5,643.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,454.8,655,456.5,657.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,454.8,668.5,456.5,670.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,313.8,689,315.5,691.1,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,313.8,702.5,315.5,704.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,313.8,716,315.5,718,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,313.8,729.5,315.5,731.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,313.8,742.9,315.5,745,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,313.8,756.4,315.5,758.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,313.8,769.9,315.5,772,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,313.8,783.4,315.5,785.5,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,313.8,796.9,315.5,798.9,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,313.8,810.4,315.5,812.4,315.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,315.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,313.8,823.8,315.5,825.9,315.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,339.4,689,341.1,691.1,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,339.4,702.5,341.1,704.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,339.4,716,341.1,718,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,339.4,729.5,341.1,731.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,339.4,742.9,341.1,745,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,339.4,756.4,341.1,758.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,339.4,769.9,341.1,772,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,339.4,783.4,341.1,785.5,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,339.4,796.9,341.1,798.9,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,339.4,810.4,341.1,812.4,341.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,341.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,339.4,823.8,341.1,825.9,341.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,365.1,689,366.8,691.1,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,365.1,702.5,366.8,704.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,365.1,716,366.8,718,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,365.1,729.5,366.8,731.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,365.1,742.9,366.8,745,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,365.1,756.4,366.8,758.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,365.1,769.9,366.8,772,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,365.1,783.4,366.8,785.5,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,365.1,796.9,366.8,798.9,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,365.1,810.4,366.8,812.4,366.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,366.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,365.1,823.8,366.8,825.9,366.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,390.7,689,392.4,691.1,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,390.7,702.5,392.4,704.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,390.7,716,392.4,718,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,390.7,729.5,392.4,731.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,390.7,742.9,392.4,745,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,390.7,756.4,392.4,758.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,390.7,769.9,392.4,772,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,390.7,783.4,392.4,785.5,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,390.7,796.9,392.4,798.9,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,390.7,810.4,392.4,812.4,392.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,392.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,390.7,823.8,392.4,825.9,392.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,416.4,689,418,691.1,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,416.4,702.5,418,704.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,416.4,716,418,718,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,416.4,729.5,418,731.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,416.4,742.9,418,745,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,416.4,756.4,418,758.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,416.4,769.9,418,772,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,416.4,783.4,418,785.5,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,416.4,796.9,418,798.9,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,416.4,810.4,418,812.4,418z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,418c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,416.4,823.8,418,825.9,418z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,442,689,443.7,691.1,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,442,702.5,443.7,704.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,442,716,443.7,718,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,442,729.5,443.7,731.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,442,742.9,443.7,745,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,442,756.4,443.7,758.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,442,769.9,443.7,772,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,442,783.4,443.7,785.5,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,442,796.9,443.7,798.9,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,442,810.4,443.7,812.4,443.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,443.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,442,823.8,443.7,825.9,443.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,326.6,682.7,328.3,684.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,326.6,696.1,328.3,698.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,326.6,709.6,328.3,711.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,326.6,723.1,328.3,725.2,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,326.6,736.6,328.3,738.7,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,326.6,750.1,328.3,752.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,326.6,763.6,328.3,765.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,326.6,777.1,328.3,779.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,326.6,790.5,328.3,792.6,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,326.6,804,328.3,806.1,328.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,328.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,326.6,817.5,328.3,819.6,328.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,352.3,682.7,353.9,684.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,352.3,696.1,353.9,698.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,352.3,709.6,353.9,711.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,352.3,723.1,353.9,725.2,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,352.3,736.6,353.9,738.7,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,352.3,750.1,353.9,752.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,352.3,763.6,353.9,765.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,352.3,777.1,353.9,779.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,352.3,790.5,353.9,792.6,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,352.3,804,353.9,806.1,353.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,353.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,352.3,817.5,353.9,819.6,353.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S682.7,379.6,684.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S696.1,379.6,698.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S709.6,379.6,711.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S723.1,379.6,725.2,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S736.6,379.6,738.7,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S750.1,379.6,752.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S763.6,379.6,765.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S777.1,379.6,779.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S790.5,379.6,792.6,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S804,379.6,806.1,379.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,379.6c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S817.5,379.6,819.6,379.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,403.5,682.7,405.2,684.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,403.5,696.1,405.2,698.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,403.5,709.6,405.2,711.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,403.5,723.1,405.2,725.2,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,403.5,736.6,405.2,738.7,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,403.5,750.1,405.2,752.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,403.5,763.6,405.2,765.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,403.5,777.1,405.2,779.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,403.5,790.5,405.2,792.6,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,403.5,804,405.2,806.1,405.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,405.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,403.5,817.5,405.2,819.6,405.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,429.2,682.7,430.9,684.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,429.2,696.1,430.9,698.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,429.2,709.6,430.9,711.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,429.2,723.1,430.9,725.2,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,429.2,736.6,430.9,738.7,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,429.2,750.1,430.9,752.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,429.2,763.6,430.9,765.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,429.2,777.1,430.9,779.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,429.2,790.5,430.9,792.6,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,429.2,804,430.9,806.1,430.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,430.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,429.2,817.5,430.9,819.6,430.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,454.8,682.7,456.5,684.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,454.8,696.1,456.5,698.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,454.8,709.6,456.5,711.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,454.8,723.1,456.5,725.2,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,454.8,736.6,456.5,738.7,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,454.8,750.1,456.5,752.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,454.8,763.6,456.5,765.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,454.8,777.1,456.5,779.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,454.8,790.5,456.5,792.6,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,454.8,804,456.5,806.1,456.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,456.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,454.8,817.5,456.5,819.6,456.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,467.8,540,469.5,542.1,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,467.8,553.5,469.5,555.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,467.8,567,469.5,569,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,467.8,580.5,469.5,582.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,467.8,593.9,469.5,596,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,467.8,607.4,469.5,609.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,467.8,620.9,469.5,623,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,467.8,634.4,469.5,636.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,467.8,647.9,469.5,649.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,467.8,661.4,469.5,663.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,467.8,674.8,469.5,676.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,493.4,540,495.1,542.1,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,493.4,553.5,495.1,555.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,493.4,567,495.1,569,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,493.4,580.5,495.1,582.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,493.4,593.9,495.1,596,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,493.4,607.4,495.1,609.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,493.4,620.9,495.1,623,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,493.4,634.4,495.1,636.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,493.4,647.9,495.1,649.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,493.4,661.4,495.1,663.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,493.4,674.8,495.1,676.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,519.1,540,520.8,542.1,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,519.1,553.5,520.8,555.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,519.1,567,520.8,569,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,519.1,580.5,520.8,582.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,519.1,593.9,520.8,596,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,519.1,607.4,520.8,609.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,519.1,620.9,520.8,623,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,519.1,634.4,520.8,636.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,519.1,647.9,520.8,649.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,519.1,661.4,520.8,663.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,519.1,674.8,520.8,676.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,544.7,540,546.4,542.1,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,544.7,553.5,546.4,555.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,544.7,567,546.4,569,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,544.7,580.5,546.4,582.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,544.7,593.9,546.4,596,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,544.7,607.4,546.4,609.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,544.7,620.9,546.4,623,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,544.7,634.4,546.4,636.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,544.7,647.9,546.4,649.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,544.7,661.4,546.4,663.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,544.7,674.8,546.4,676.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,570.4,540,572,542.1,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,570.4,553.5,572,555.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,570.4,567,572,569,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,570.4,580.5,572,582.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,570.4,593.9,572,596,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,570.4,607.4,572,609.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,570.4,620.9,572,623,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,570.4,634.4,572,636.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,570.4,647.9,572,649.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,570.4,661.4,572,663.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,570.4,674.8,572,676.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M542.1,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C538.3,596,540,597.7,542.1,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M555.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C551.8,596,553.5,597.7,555.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M569,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C565.3,596,567,597.7,569,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M582.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C578.8,596,580.5,597.7,582.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M596,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C592.3,596,593.9,597.7,596,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M609.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C605.7,596,607.4,597.7,609.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M623,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C619.2,596,620.9,597.7,623,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M636.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C632.7,596,634.4,597.7,636.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M649.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C646.2,596,647.9,597.7,649.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M663.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C659.7,596,661.4,597.7,663.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M676.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C673.2,596,674.8,597.7,676.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,480.6,533.7,482.3,535.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,480.6,547.1,482.3,549.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,480.6,560.6,482.3,562.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,480.6,574.1,482.3,576.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,480.6,587.6,482.3,589.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,480.6,601.1,482.3,603.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,480.6,614.6,482.3,616.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,480.6,628.1,482.3,630.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,480.6,641.5,482.3,643.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,480.6,655,482.3,657.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,480.6,668.5,482.3,670.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,506.3,533.7,507.9,535.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,506.3,547.1,507.9,549.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,506.3,560.6,507.9,562.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,506.3,574.1,507.9,576.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,506.3,587.6,507.9,589.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,506.3,601.1,507.9,603.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,506.3,614.6,507.9,616.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,506.3,628.1,507.9,630.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,506.3,641.5,507.9,643.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,506.3,655,507.9,657.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,506.3,668.5,507.9,670.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,531.9,533.7,533.6,535.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,531.9,547.1,533.6,549.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,531.9,560.6,533.6,562.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,531.9,574.1,533.6,576.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,531.9,587.6,533.6,589.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,531.9,601.1,533.6,603.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,531.9,614.6,533.6,616.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,531.9,628.1,533.6,630.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,531.9,641.5,533.6,643.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,531.9,655,533.6,657.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,531.9,668.5,533.6,670.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,557.5,533.7,559.2,535.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,557.5,547.1,559.2,549.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,557.5,560.6,559.2,562.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,557.5,574.1,559.2,576.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,557.5,587.6,559.2,589.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,557.5,601.1,559.2,603.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,557.5,614.6,559.2,616.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,557.5,628.1,559.2,630.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,557.5,641.5,559.2,643.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,557.5,655,559.2,657.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,557.5,668.5,559.2,670.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C532,583.2,533.7,584.9,535.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C545.5,583.2,547.1,584.9,549.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C559,583.2,560.6,584.9,562.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C572.4,583.2,574.1,584.9,576.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C585.9,583.2,587.6,584.9,589.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C599.4,583.2,601.1,584.9,603.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C612.9,583.2,614.6,584.9,616.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C626.4,583.2,628.1,584.9,630.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C639.9,583.2,641.5,584.9,643.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C653.3,583.2,655,584.9,657.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C666.8,583.2,668.5,584.9,670.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M535.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S533.7,610.5,535.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M549.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S547.1,610.5,549.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M562.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S560.6,610.5,562.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M576.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S574.1,610.5,576.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M589.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S587.6,610.5,589.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M603.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S601.1,610.5,603.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M616.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S614.6,610.5,616.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M630.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S628.1,610.5,630.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M643.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S641.5,610.5,643.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M657.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S655,610.5,657.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M670.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S668.5,610.5,670.6,610.5z"></path></g></g></g><g><g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,467.8,689,469.5,691.1,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,467.8,702.5,469.5,704.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,467.8,716,469.5,718,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,467.8,729.5,469.5,731.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,467.8,742.9,469.5,745,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,467.8,756.4,469.5,758.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,467.8,769.9,469.5,772,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,467.8,783.4,469.5,785.5,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,467.8,796.9,469.5,798.9,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,467.8,810.4,469.5,812.4,469.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,469.5c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,467.8,823.8,469.5,825.9,469.5z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,493.4,689,495.1,691.1,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,493.4,702.5,495.1,704.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,493.4,716,495.1,718,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,493.4,729.5,495.1,731.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,493.4,742.9,495.1,745,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,493.4,756.4,495.1,758.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,493.4,769.9,495.1,772,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,493.4,783.4,495.1,785.5,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,493.4,796.9,495.1,798.9,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,493.4,810.4,495.1,812.4,495.1z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,495.1c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,493.4,823.8,495.1,825.9,495.1z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,519.1,689,520.8,691.1,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,519.1,702.5,520.8,704.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,519.1,716,520.8,718,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,519.1,729.5,520.8,731.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,519.1,742.9,520.8,745,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,519.1,756.4,520.8,758.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,519.1,769.9,520.8,772,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,519.1,783.4,520.8,785.5,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,519.1,796.9,520.8,798.9,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,519.1,810.4,520.8,812.4,520.8z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,520.8c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,519.1,823.8,520.8,825.9,520.8z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,544.7,689,546.4,691.1,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,544.7,702.5,546.4,704.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,544.7,716,546.4,718,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,544.7,729.5,546.4,731.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,544.7,742.9,546.4,745,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,544.7,756.4,546.4,758.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,544.7,769.9,546.4,772,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,544.7,783.4,546.4,785.5,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,544.7,796.9,546.4,798.9,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,544.7,810.4,546.4,812.4,546.4z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,546.4c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,544.7,823.8,546.4,825.9,546.4z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,570.4,689,572,691.1,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,570.4,702.5,572,704.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,570.4,716,572,718,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,570.4,729.5,572,731.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,570.4,742.9,572,745,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,570.4,756.4,572,758.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,570.4,769.9,572,772,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,570.4,783.4,572,785.5,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,570.4,796.9,572,798.9,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,570.4,810.4,572,812.4,572z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,572c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,570.4,823.8,572,825.9,572z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M691.1,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C687.3,596,689,597.7,691.1,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M704.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C700.8,596,702.5,597.7,704.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M718,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C714.3,596,716,597.7,718,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M731.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C727.8,596,729.5,597.7,731.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M745,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C741.3,596,742.9,597.7,745,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M758.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C754.7,596,756.4,597.7,758.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M772,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C768.2,596,769.9,597.7,772,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M785.5,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C781.7,596,783.4,597.7,785.5,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M798.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C795.2,596,796.9,597.7,798.9,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M812.4,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C808.7,596,810.4,597.7,812.4,597.7z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M825.9,597.7c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C822.2,596,823.8,597.7,825.9,597.7z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,480.6,682.7,482.3,684.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,480.6,696.1,482.3,698.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,480.6,709.6,482.3,711.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,480.6,723.1,482.3,725.2,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,480.6,736.6,482.3,738.7,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,480.6,750.1,482.3,752.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,480.6,763.6,482.3,765.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,480.6,777.1,482.3,779.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,480.6,790.5,482.3,792.6,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,480.6,804,482.3,806.1,482.3z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,482.3c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,480.6,817.5,482.3,819.6,482.3z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,506.3,682.7,507.9,684.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,506.3,696.1,507.9,698.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,506.3,709.6,507.9,711.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,506.3,723.1,507.9,725.2,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,506.3,736.6,507.9,738.7,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,506.3,750.1,507.9,752.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,506.3,763.6,507.9,765.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,506.3,777.1,507.9,779.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,506.3,790.5,507.9,792.6,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,506.3,804,507.9,806.1,507.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,507.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,506.3,817.5,507.9,819.6,507.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,531.9,682.7,533.6,684.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,531.9,696.1,533.6,698.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,531.9,709.6,533.6,711.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,531.9,723.1,533.6,725.2,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,531.9,736.6,533.6,738.7,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,531.9,750.1,533.6,752.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,531.9,763.6,533.6,765.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,531.9,777.1,533.6,779.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,531.9,790.5,533.6,792.6,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,531.9,804,533.6,806.1,533.6z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,533.6c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,531.9,817.5,533.6,819.6,533.6z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,557.5,682.7,559.2,684.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,557.5,696.1,559.2,698.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,557.5,709.6,559.2,711.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,557.5,723.1,559.2,725.2,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,557.5,736.6,559.2,738.7,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,557.5,750.1,559.2,752.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,557.5,763.6,559.2,765.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,557.5,777.1,559.2,779.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,557.5,790.5,559.2,792.6,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,557.5,804,559.2,806.1,559.2z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,559.2c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,557.5,817.5,559.2,819.6,559.2z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C681,583.2,682.7,584.9,684.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C694.5,583.2,696.1,584.9,698.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C708,583.2,709.6,584.9,711.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C721.4,583.2,723.1,584.9,725.2,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7C734.9,583.2,736.6,584.9,738.7,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C748.4,583.2,750.1,584.9,752.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C761.9,583.2,763.6,584.9,765.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C775.4,583.2,777.1,584.9,779.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C788.9,583.2,790.5,584.9,792.6,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C802.3,583.2,804,584.9,806.1,584.9z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,584.9c2.1,0,3.7-1.7,3.7-3.7c0-2.1-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7C815.8,583.2,817.5,584.9,819.6,584.9z"></path></g><g><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M684.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S682.7,610.5,684.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M698.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S696.1,610.5,698.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M711.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S709.6,610.5,711.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M725.2,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S723.1,610.5,725.2,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M738.7,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 s-3.7,1.7-3.7,3.7S736.6,610.5,738.7,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M752.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S750.1,610.5,752.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M765.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S763.6,610.5,765.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M779.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S777.1,610.5,779.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M792.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S790.5,610.5,792.6,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M806.1,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S804,610.5,806.1,610.5z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#ECECEC" d="M819.6,610.5c2.1,0,3.7-1.7,3.7-3.7s-1.7-3.7-3.7-3.7 c-2.1,0-3.7,1.7-3.7,3.7S817.5,610.5,819.6,610.5z"></path></g></g></g></g></g></g></g></g></g></defs><g class="chart-title-container"></g></svg></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/charts/templates/pie-chart.html',
'<div class="pie-chart"><div class="row"><div class="col-lg-12 col-md-12 chart-container"></div></div><div chart-legend="" class="chart-legend" data="legendData" config="config" data-ng-if="prunedData.length <= legendLimit"></div><div class="panel-footer text-center pie-chart-footer"><span data-ng-if="showDefault">{{ prunedData.length | number }} <span data-ng-if="prunedData.length === 1">{{ config.defaultText | translate | humanify }}</span> <span data-ng-if="prunedData.length > 1">{{ config.pluralDefaultText | translate | humanify }}</span></span> <span data-ng-if="!showDefault">{{ hoverKey | translate | humanify }} - {{ hoverCount | number }} {{ \'Files\' | translate }}<span data-ng-if="!config.hideFileSize">, {{ hoverSize | size }}</span></span></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/charts/templates/sort.html',
'<div class="btn-group pull-right" role="group" aria-label="Graph Data Sorting for {{ data.heading }}"><button type="button" class="btn btn-default" data-ng-class="{ active: sortingDesc }" data-ng-click="vm.sortDesc()" aria-label="Sort Descending"><i class="fa fa-sort-amount-desc"></i></button> <button type="button" class="btn btn-default" data-ng-class="{ active: !sortingAsc && !sortingDesc }" data-ng-click="vm.unSort()" aria-label="No Sorting"><i class="fa fa-sort"></i></button> <button type="button" class="btn btn-default" data-ng-class="{ active: sortingAsc }" data-ng-click="vm.sortAsc()" aria-label="Sort Ascending"><i class="fa fa-sort-amount-asc"></i></button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/add-custom-facets-panel.html',
'<div class="list-group-item" style="text-align: right"><span data-ng-if="!acfc.FacetsConfigService.isDefault(docType)"><a data-ng-click="acfc.FacetsConfigService.reset(docType)">Reset</a> |</span> <a data-ng-click="acfc.openModal()">{{ title }}</a></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/add-facets-modal.html',
'<div class="modal-header"><h2 class="modal-title" data-translate="">{{ cufc.title }} <a style="font-size:1.5rem" class="pull-right" data-ng-click="cufc.closeModal()">Cancel</a></h2><div style="margin-bottom: 15px"><label for="quick-search-input">Search for a field:</label> <input type="text" placeholder="search" class="form-control" id="quick-search-input" data-ng-model="q" data-ng-change="cufc.inputChanged()" data-ng-keydown="keyboardListener($event)" autofocus=""></div><h3 style="display: inline">{{ filteredFields.length }} {{ cufc.docType }} fields</h3><span data-ng-click="cufc.toggleEmpty()" class="pull-right" id="show-fields-checkbox" tabindex="0"><input id="show-facets-checkbox" type="checkbox" data-ng-checked="cufc.CustomFacetsService.nonEmptyOnlyDisplayed"> <label for="show-facets-checkbox">Only show fields with values</label></span></div><div class="modal-body no-pad" id="add-facets-modal" style="max-height: 500px; overflow-y: auto;"><div class="quick-search-list-container"><ul id="facets-list" class="list-unstyled"><li data-ng-repeat="field in (filteredFields = (cufc.facetFields | filter: q ))" id="{{::field.field | dotReplace:\'-\' }}" class="custom-facet-item" data-ng-mouseover="itemHover($index)" data-ng-keydown="keyboardListener($event)" data-ng-class="{\'add-facet-selected\': $index === cufc.selectedIndex }" data-ng-click="cufc.addFacet(field)"><div><i class="fa list-indent" data-ng-if="field.doc_type" style="padding: 1rem; width: 3.2rem" data-ng-class="{\'files\':\'fa-file-o\', \'cases\':\'fa-user\', \'\':\'fa-square\'}[field.doc_type]"></i> <span data-ng-bind-html="field.field | highlight:q"></span> <em class="Gql_dropdown_item--type" data-ng-if="field.doc_type" data-ng-bind-html="field.type | highlight:q"></em></div><div data-ng-if="field.doc_type && field.description" class="custom-facet-description"><em data-ng-bind-html="field.description | highlight:q | superscript"></em></div></li></ul></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/current.html',
'<div class="current-filters" data-ng-if="cfc.currentFilters.length"><span class="btn-group"><button class="btn btn-default" data-ng-click="cfc.resetQuery()" aria-label="{{ \'Clear Query\' | translate }}" data-translate=""><i class="fa fa-rotate-left"></i> Clear</button></span> <span class="filter" data-ng-repeat="filter in cfc.currentFilters"><span class="facet-block label label-primary facet-name" data-ng-click="cfc.removeTerm(filter.content.field, null, $event, filter.op)" data-ng-keypress="cfc.removeTerm(filter.content.field, null, $event, filter.op)">{{ filter.content.field | translate | humanify }}</span> <span data-ng-switch="filter.op"><span data-ng-switch-when="in"><span data-ng-if="filter.content.value.length === 1" class="facet-block is label label-danger">is</span> <span data-ng-if="filter.content.value.length > 1" class="facet-block in label label-danger">in</span></span> <span data-ng-switch-default=""><span class="facet-block range label label-danger">{{ filter.op }}</span></span></span> <span class="facet-block terms-container" data-ng-class="{ multiterm: filter.content.value.length > 1 }"><span data-ng-repeat="v in filter.content.value" class="facet-block"><span data-ng-hide="$index > 1 && !filter.expanded" class="facet-block label label-success term-container"><span class="facet-block facet-term" data-ng-click="cfc.removeTerm(filter.content.field, v, $event, filter.op)" data-ng-keypress="cfc.removeTerm(filter.content.field, v, $event, filter.op)"><span data-ng-if="filter.content.field.toLowerCase().indexOf(\'datetime\') > -1" class="facet-block">{{ v }}</span> <span data-ng-if="filter.content.field.toLowerCase().indexOf(\'datetime\') === -1" class="facet-block">{{ v | translate }}</span></span></span> <span data-ng-if="!$last" data-ng-hide="$index > 1 && !filter.expanded" class="facet-block term-separator">,</span></span> <span data-ng-if="!filter.expanded && filter.content.value.length > 2" class="expand-terms" data-ng-click="cfc.expandTerms($event, filter)" data-ng-keypress="cfc.expandTerms($event, filter)">...</span> <span data-ng-if="filter.expanded && filter.content.value.length > 2" class="hide-terms" data-ng-click="cfc.expandTerms($event, filter)" data-ng-keypress="cfc.expandTerms($event, filter)">... Less</span></span> <span class="facet-block label label-warning and" data-ng-if="!$last">AND</span></span></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facet-heading.html',
'<div class="list-group-item-heading facet-title"><h4 class="list-group-item-heading h4 facet-title" id="{{ ::$parent.title | lowercase | spaceReplace:\'-\' }}-facet-heading"><label data-ng-click="fhc.toggle($event, \'collapsed\')" data-ng-keypress="fhc.toggle($event, \'collapsed\')" aria-expanded="{{ !$parent.collapsed }}" aria-label="{{ ::$parent.value | translate }} Facet Collapse Toggle" role="button" id="{{ ::$parent.title | lowercase | spaceReplace:\'-\' }}-facet-label" for="{{ \'input-\' + $parent.field }}"><i class="fa" data-ng-class="{ \'fa-angle-down\': !$parent.collapsed, \'fa-angle-right\': $parent.collapsed }"></i> {{ ::$parent.title | translate }}</label></h4><div><i class="fa fa-search" data-ng-show="$parent.hasValueSearch" data-ng-click="$parent.valueSearchActive = !$parent.valueSearchActive"></i> <i class="fa fa-rotate-left" data-ng-if="hasActives" data-ng-click="clearFunction($parent.name)"></i> <i class="fa fa-times" data-ng-if="$parent.removable" data-ng-click="removeFunction()"></i></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facet.html',
'<div class="list-group-item" id="{{ title | lowercase | spaceReplace:\'-\' }}-facet-list-group"><facets-heading has-actives="tc.actives.length !== 0" remove-function="removeFunction()" clear-function="clear(tc.name)"></facets-heading><div data-ng-show="valueSearchActive"><input type="text" title="Search {{title | lowercase | spaceReplace:\'-\'}} values" placeholder="search" class="form-control" style="margin-bottom: 10px" data-ng-class="{ active: valueSearchActive}" id="{{ title | lowercase | spaceReplace:\'-\' }}-facet-value-search" data-ng-model="q"> <span aria-hidden="true" class="fa fa-close clear-term-value-search" data-ng-class="{ active: valueSearchActive && q}" data-ng-click="q = \'\'"></span></div><div data-ng-hide="collapsed"><p data-ng-show="(!tc.terms.length && !tc.error) || (tc.terms.length === 1 && tc.terms[0].key === \'_missing\')">No Data for this Field</p><p data-ng-show="tc.error">{{tc.error}}</p><p data-ng-show="tc.terms.length" data-ng-repeat="term in tc.actives track by term.key" class="list-group-item-text"><span data-ng-click="tc.remove(tc.name, term.key)" data-ng-keypress="remove(tc.name, term.key, $event)" tabindex="0" class="facet-term-label"><input id="facet-checkbox-true-{{term.key}}" type="checkbox" data-ng-checked="true"> <label data-ng-if="tc.name.indexOf(\'project_id\') !== -1" data-uib-tooltip="{{ ::ProjectsService.projectIdMapping[term.key] }}" data-tooltip-append-to-body="true" data-tooltip-placement="right" for="facet-checkbox-true-{{term.key}}">{{ ::term.key.toUpperCase() }}</label> <label data-ng-if="tc.name.indexOf(\'project_id\') === -1" for="facet-checkbox-true-{{term.key}}">{{ ::term.key | translate }}</label></span> <span class="label label-primary pull-right">{{ term.doc_count | number:0 }}</span></p><p data-ng-repeat="term in (tc.inactives | filter: q | limitTo: tc.displayCount) track by term.key" data-ng-if="term.key !== \'_missing\'" class="list-group-item-text"><span data-ng-click="tc.add(tc.name, term.key)" data-ng-keypress="add(tc.name, term.key, $event)" tabindex="0" class="facet-term-label"><input id="facet-checkbox-false-{{term.key}}" type="checkbox" data-ng-checked="false"> <label data-ng-if="tc.name.indexOf(\'project_id\') !== -1" data-uib-tooltip="{{ ::ProjectsService.projectIdMapping[term.key] }}" data-tooltip-append-to-body="true" data-tooltip-placement="right" for="facet-checkbox-false-{{term.key}}">{{ ::term.key.toUpperCase() }}</label> <label data-ng-if="tc.name.indexOf(\'project_id\') === -1 && showTooltip" data-tooltip-append-to-body="true" data-uib-tooltip="{{::term.key}}" for="facet-checkbox-false-{{term.key}}">{{ ::term.key | translate }}</label> <label data-ng-if="tc.name.indexOf(\'project_id\') === -1 && !showTooltip" for="facet-checkbox-false-{{term.key}}">{{ ::term.key | translate }}</label></span> <span class="label label-primary pull-right">{{ term.doc_count | number:0 }}</span></p><div class="text-right"><a data-ng-if="(tc.inactives | filter: q).length > tc.originalDisplayCount" data-ng-click="tc.toggle($event, \'expanded\')" data-ng-keypress="tc.toggle($event, \'expanded\')" aria-label="Expanded Terms Toggle" tabindex="0" role="button"><span data-ng-show="!tc.expanded">{{ (tc.inactives | filter:q).length - tc.displayCount }} More...</span> <span data-ng-show="tc.expanded">Less...</span></a></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facets-date.html',
'<div class="list-group-item"><facets-heading has-actives="dfc.facetAdded" remove-function="removeFunction()" clear-function="clear()"></facets-heading><div data-ng-show="!collapsed" class="row"><div class="col-sm-12"><div class="input-group"><label for="{{::facet.value}}-date-input" class="input-group-addon">since</label> <input id="{{::facet.value}}-date-input" type="text" class="form-control" data-uib-datepicker-popup="" data-datepicker-options="dateOptions" data-ng-model="date" data-is-open="opened" data-ng-required="true" data-close-text="Close"> <span class="input-group-btn"><button type="button" class="btn btn-default fa fa-calendar" style="line-height: 1.42" ng-click="dfc.open($event)"><span class="caret" style="margin-left: 0.5rem"></span> <span class="icon-btn-label">Calendar</span></button> <button class="btn btn-default" type="button" data-ng-click="dfc.search()">Go!</button></span></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facets-free-text.html',
'<div class="list-group-item" id="{{ title | lowercase | spaceReplace:\'-\' }}-facet-list-group"><facets-heading has-actives="ftc.actives.length !== 0" remove-function="removeFunction()" clear-function="clear()"></facets-heading><p class="text-success facet-title" data-ng-repeat="active in ftc.actives"><span data-ng-click="ftc.remove(active)" data-ng-keypress="ftc.remove(active)"><i class="fa fa-check-circle-o" aria-controls="data-table" aria-checked="true"></i> {{ active }}</span></p><div></div><div class="input-group" data-ng-if="!collapsed"><span data-ng-if="ftc.autocomplete" class="input-group-addon"><span class="fa fa-search"></span></span> <input typeahead-click-open="" data-ng-if="ftc.autocomplete" type="text" data-ng-model="ftc.searchTerm" placeholder="{{ \'Search for\' | translate }} {{ placeholder | translate }}" data-uib-typeahead="id for id in ftc.autoComplete($viewValue)" data-typeahead-on-select="ftc.termSelected()" data-ng-focus="ftc.saveInput()" data-typeahead-min-length="2" maxlength="100" id="{{ \'input-\' + field }}" data-typeahead-template-url="{{ template }}" class="form-control" style="border-radius: 0px;"> <input data-ng-if="!ftc.autocomplete" type="text" data-ng-model="ftc.searchTerm" placeholder="{{ \'Enter\' | translate }} {{ placeholder | translate }}" data-ng-change="ftc.saveInput()" maxlength="100" id="{{ \'input-\' + field }}" class="form-control" style=""> <span class="input-group-btn" data-ng-if="!ftc.autocomplete"><button class="btn btn-default" type="button" data-ng-click="ftc.setTerm()" data-ng-class="{\'disabled\' : ftc.searchTerm === \'\'}">Go!</button></span></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facets-prefix.html',
'<div class="list-group-item" id="{{ title | lowercase | spaceReplace:\'-\' }}-facet-list-group"><facets-heading has-actives="ftc.actives.length !== 0" remove-function="removeFunction()" clear-function="clear()"></facets-heading><p class="text-success facet-title" data-ng-repeat="active in ftc.actives"><span data-ng-click="ftc.remove(active)" data-ng-keypress="ftc.remove(active)"><i class="fa fa-check-circle-o" aria-controls="data-table" aria-checked="true"></i> {{ active }}</span></p><div class="input-group" data-ng-if="!collapsed && !ftc.actives.length"><span class="input-group-addon"><span class="fa fa-search"></span></span> <input data-ng-if="ftc.autocomplete" type="text" data-ng-model="ftc.searchTerm" placeholder="{{ \'Search for\' | translate }} {{ placeholder | translate }}" data-uib-typeahead="id for id in ftc.prefixValue($viewValue)" data-typeahead-on-select="ftc.termSelected()" data-ng-change="ftc.saveInput()" data-typeahead-min-length="2" maxlength="100" id="{{ \'input-\' + field }}" data-typeahead-template-url="{{ template }}" class="form-control" style="border-radius: 0px;"></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/facets-section.html',
'<div data-ng-repeat="f in facetsConfig track by f.title"><facets-free-text data-ng-if="f.facetType === \'free-text\'" data-title="{{ f.title | facetTitlefy }}" placeholder="{{ f.name | facetTitlefy }}" data-field="{{doctype}}.{{f.name}}" data-entity="{{doctype}}" data-removable="f.removable" data-remove-function="removeFacet(f.name)" data-template="components/facets/templates/typeahead-{{doctype}}.html"></facets-free-text><facets-free-text data-ng-if="f.facetType === \'id\'" data-title="{{ f.title | facetTitlefy }}" placeholder="{{ f.name | humanify }}" data-field="{{doctype}}.{{f.name}}" data-entity="{{doctype}}" data-removable="f.removable" data-autocomplete="{{false}}" data-remove-function="removeFacet(f.name)"></facets-free-text><facets-prefix data-ng-if="f.facetType === \'prefix\'" data-title="{{ f.title | facetTitlefy }}" placeholder="{{ f.name | facetTitlefy }}" data-field="{{doctype}}.{{f.name}}" data-entity="{{doctype}}" data-template="components/facets/templates/typeahead-prefix.html"></facets-prefix><terms data-ng-if="f.facetType === \'terms\'" data-name="{{doctype}}.{{f.name}}" data-title="{{f.title | facetTitlefy }}" data-facet="aggregations[f.name]" data-collapsed="f.collapsed" data-removable="f.removable" data-show-tooltip="{{ f.showTooltip }}" data-has-value-search="f.hasValueSearch" data-remove-function="removeFacet(f.name)"></terms><range-facet data-ng-if="f.facetType === \'range\'" data-field="{{doctype}}.{{f.name}}" data-title="{{ f.title | facetTitlefy }}" data-facet="aggregations[f.name]" data-remove-function="removeFacet(f.name)" data-removable="f.removable" data-collapsed="f.collapsed" data-convert-days="{{ f.convertDays }}"></range-facet><date-facet data-ng-if="f.facetType === \'datetime\'" data-name="{{doctype}}.{{f.name}}" data-title="{{ f.title | replace:\'datetime\':\'\' | facetTitlefy }}" data-facet="aggregations[f.name]" data-remove-function="removeFacet(f.name)" data-removable="f.removable" data-collapsed="f.collapsed"></date-facet></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/range-facet.html',
'<div class="list-group-item"><facets-heading has-actives="rfc.lowerFacetAdded || rfc.upperFacetAdded" remove-function="removeFunction()" clear-function="clear()"></facets-heading><div data-ng-show="!collapsed"><form name="{{field}}-radio" ng-if="convertDays"><label for="{{field}}-years-radio"><input type="radio" ng-model="rfc.selectedUnit" value="years" data-ng-change="rfc.unitClicked()" id="{{field}}-years-radio"> Years</label> <label for="{{field}}-days-radio"><input type="radio" ng-model="rfc.selectedUnit" value="days" data-ng-change="rfc.unitClicked()" id="{{field}}-days-radio"> Days</label><br></form><p data-ng-if="rfc.error">{{rfc.error}}</p><div class="input-group" data-ng-if="data"><label for="from-{{title}}" class="input-group-addon">From:</label> <input id="from-{{title}}" type="number" class="form-control" style="border-radius: 0px;" placeholder="{{ rfc.displayedMin }}" title="Min: {{ rfc.displayedMin | number}}; Max: {{ rfc.displayedMax | number}}" data-ng-model="rfc.lowerBound" aria-label="Min {{ field }}" data-ng-change="rfc.inputChanged()"> <label for="to-{{title}}" class="input-group-addon" style="border-radius: 0px; border-right: 0px; border-left: 0px">To:</label> <input id="to-{{title}}" type="number" class="form-control" style="border-radius: 0px" placeholder="{{ rfc.displayedMax }}" title="Min: {{ rfc.displayedMin | number}}; Max: {{ rfc.displayedMax | number}}" data-ng-model="rfc.upperBound" aria-label="Max {{ field }}" data-ng-change="rfc.inputChanged()"> <span class="input-group-btn"><button class="btn btn-default" type="button" data-ng-click="rfc.setBounds()">Go!</button></span></div></div><div style="margin-top: 10px; margin-bottom: 5px;" class="alert alert-warning" data-ng-show="(lowerBoundFinal >= rfc.warningDays) || (upperBoundFinal >= rfc.warningDays)" data-ng-if="title.toLowerCase().indexOf(\'age\') !== -1"><p><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> For health information privacy concerns, individuals over 89 will all appear as 90 years old. For more information, click <a href="https://gdc.nci.nih.gov/about-gdc/gdc-faqs#collapsible-item-618-question" target="_blank">here</a>.</p></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-annotations.html',
'<a data-ng-if="!match.model.warning"><div class="typeahead-row"><div class="icon-container"><i class="fa fa-align-left"></i></div><div class="data-container"><div class="data-row"><span class="uuid">{{ match.model.annotation_id }}</span></div></div></div></a> <span data-ng-if="match.model.warning"><div class="typeahead-row"><em class="text-muted">{{ match.model.warning }}</em></div></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-cases.html',
'<a data-ng-if="!match.model.warning"><div class="typeahead-row"><div class="icon-container"><i class="fa fa-user"></i></div><div class="data-container"><div class="data-row"><span class="uuid">{{ match.model.case_id }}</span></div><div class="data-row sub-item">{{ match.model.submitter_id }}</div></div></div></a> <span data-ng-if="match.model.warning"><div class="typeahead-row"><em class="text-muted">{{ match.model.warning }}</em></div></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-files.html',
'<a data-ng-if="!match.model.warning"><div class="typeahead-row"><div class="icon-container"><i class="fa fa-file-o"></i></div><div class="data-container"><div class="data-row"><span class="uuid">{{ match.model.file_id }}</span></div><div class="data-row sub-item">{{ match.model.file_name }}</div></div></div></a> <span data-ng-if="match.model.warning"><div class="typeahead-row"><em class="text-muted">{{ match.model.warning }}</em></div></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-not-supported.html',
'<span><div class="typeahead-row"><em class="text-muted">{{ match.model }}</em></div></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-prefix.html',
'<a><div class="typeahead-row"><div class="data-row"><span>{{ match.model.term }}</span></div><div class="sub-item">Prefix Search</div></div></a>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/facets/templates/typeahead-projects.html',
'<a data-ng-if="!match.model.warning"><div class="typeahead-row"><div class="icon-container"><i class="fa fa-folder-o"></i></div><div class="data-container"><div class="data-row"><span class="uuid">{{ match.model.name }}</span></div><div class="data-row sub-item">{{ match.model.project_id }}</div><div class="data-row sub-item">{{ match.model.primary_site }}</div></div></div></a> <span data-ng-if="match.model.warning"><div class="typeahead-row"><em class="text-muted">{{ match.model.warning }}</em></div></span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/githut/templates/graph.html',
'<div class="row"><div class="col-sm-12"><div class="githut"><div id="pc"></div></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/gql/templates/gql.html',
'<textarea id="gql" class="form-control Gql" data-ng-model="query" data-ng-model-options="{ debounce: 200 }" data-ng-change="onChange()" data-ng-keydown="keypress($event)" aria-label="Advanced Query" placeholder="Start Typing Your Query...." data-ng-trim="false" rows="3" role="textbox">\n' +
'</textarea>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/gql/templates/gql_dropdown.html',
'<ul class="list-unstyled Gql_dropdown Gql_dropdown-{{mode}}" data-ng-show="showResults()"><li data-ng-click="handleOnClickUpArrow()" class="Gql_dropdown_arrow"><i ng-style="{color: offset > 0 ? \'#333\' : \'#ccc\'}" class="fa fa-sort-asc"></i></li><li class="Gql_dropdown_item" data-ng-click="click(e)" data-ng-mouseenter="mouseIn($index)" data-ng-class="{true:\'Gql_dropdown_item-active\'}[e.active]" data-ng-repeat="e in ddItems | limitTo:limit:offset track by e.full"><i class="fa list-indent" data-ng-if="e.doc_type" data-ng-class="{\'files\':\'fa-file\', \'cases\':\'fa-user\', \'\':\'fa-square\'}[e.doc_type]"></i> <i class="fa fa-square" data-ng-if="!e.doc_type" style="margin-right: 10px;background: #5b5151;padding: 1rem;color: #fff;"></i> <span class="Gql_dropdown_item--field" data-ng-bind-html="e.field | gqlHighlight:query"></span> <em class="Gql_dropdown_item--type" data-ng-if="e.doc_type" data-ng-bind-html="e.type | gqlHighlight:query"></em><div class="Gql_dropdown_item--description" data-ng-if="e.description"><em data-ng-bind-html="e.description | gqlHighlight:query | superscript"></em></div></li><li data-ng-click="handleOnClickDownArrow()" class="Gql_dropdown_arrow"><i ng-style="{color: ddItems.length > offset + limit ? \'#333\' : \'#ccc\'}" class="fa fa-sort-desc"></i></li></ul>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/header/templates/banner.html',
'<div class="header-banner {{ level.toLowerCase() }}" data-ng-class="{ dismissed: dismissed }"><span class="fa icon" data-ng-class="{ \'fa-question\': level === \'INFO\', \'fa-exclamation\': level === \'WARNING\', \'fa-exclamation-triangle\': level === \'ERROR\' }"></span> <span class="message">{{ message }}</span> <span data-ng-if="dismissible" class="header-banner-dismiss" data-ng-click="dismiss()">Dismiss <span class="fa fa-close" aria-hidden="true"></span></span></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/header/templates/header.html',
'<header id="gdc-header" class="navbar navbar-default navbar-static-top" data-ng-class="{ blue: hc.bannerDismissed }" role="banner"><div class="header-banner" data-ng-class="{ dismissed: hc.bannerDismissed }"><span class="fa fa-question icon"></span> <span style="flex: 32"><strong>Can\'t find your data?</strong> <span class="header-banner-link" data-ng-click="hc.showBannerModal()">Click here for more information.</span></span> <span class="header-banner-dismiss" data-ng-click="hc.dismissBanner()">Dismiss <span class="fa fa-close" aria-hidden="true"></span></span></div><banner data-ng-repeat="n in notifications track by n.id" data-notification-id="{{n.id}}" data-message="{{n.message}}" data-level="{{n.level}}" data-dismissible="n.dismissible"></banner><div class="container-fluid"><div class="navbar-header"><button type="button" class="navbar-toggle" data-ng-click="hc.toggleCollapsed()"><span class="sr-only" data-translate="">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a id="gdc-logo" class="navbar-brand" data-ui-sref="home" data-translate="" tabindex="0">GDC Data Portal</a></div><nav class="navbar-collapse collapse navbar-responsive-collapse" data-uib-collapse="hc.isCollapsed" role="navigation" data-ng-click="hc.collapse($event)" tabindex="-1" data-ng-keypress="hc.collapse($event)" aria-label="{{ \'Site Navigation\' | translate }}"><ul class="nav navbar-nav"><li data-ng-class="{ active: hc.$state.includes(\'home\') }" id="header-projects"><a ui-sref="home" tabindex="0"><i class="fa fa-home"></i> <span class="hidden-sm" data-translate="">Home</span></a></li><li data-ng-class="{ active: hc.$state.includes(\'projects\') }" id="header-projects"><a ui-sref="projects.table" tabindex="0"><i class="icon-gdc-projects"></i> <span class="hidden-sm" data-translate="">Projects</span></a></li><li data-ng-class="{ active: hc.$state.includes(\'search\') || hc.$state.includes(\'query\') }" id="header-data"><a ui-sref="search.summary" tabindex="0"><i class="icon-gdc-data"></i> <span class="hidden-sm" data-translate="">Data</span></a></li><li id="header-data"><a href="https://gdc.nci.nih.gov/access-data/analytical-tools" tabindex="0" target="_blank"><i class="fa fa-bar-chart"></i> <span class="hidden-sm" data-translate="">Analysis</span></a></li></ul><ul class="nav navbar-nav navbar-right"><li data-ng-if="hc.addedLanguages"><select ng-model="hc.currentLang" ng-change="hc.setLanguage()" aria-label="Select language" ng-options="k as v for (k, v) in hc.languages"></select></li><li><a quick-search="" tabindex="0"><i class="fa fa-search stock-icon"></i> <span class="hidden-md hidden-sm" data-translate="">Quick Search</span></a></li><li data-ng-if="!hc.UserService.currentUser" id="header-login"><a login-button="" tabindex="0"><i class="fa fa-sign-in"></i> <span class="hidden-md hidden-sm" data-translate="">Login</span></a></li><li data-ng-if="hc.UserService.currentUser" class="hidden-xs"><ul class="nav navbar-nav username-list"><li class="btn-group" data-uib-dropdown=""><a href="" class="dropdown-toggle username" data-uib-dropdown-toggle="" aria-expanded="false">{{ hc.UserService.currentUser.username }} <span class="caret"></span></a> <a href="" class="dropdown-toggle username-icon" data-uib-dropdown-toggle="" aria-expanded="false"><span class="fa fa-user"></span> <span class="caret"></span> <span class="sr-only">User Dropdown</span></a><ul class="dropdown-menu" role="menu"><li id="header-token"><a data-ng-click="hc.getToken()" data-ng-keydown="$event.which === 13 && hc.getToken()" tabindex="0"><i class="fa fa-file-zip-o stock-icon"></i> <span data-translate="">Download Token</span></a></li><li id="header-logout"><a logout-button="" data-redirect="logout" tabindex="0"><i class="fa fa-sign-out stock-icon"></i> <span data-translate="">Logout</span></a></li></ul></li></ul></li><li id="header-token" data-ng-if="hc.UserService.currentUser" class="visible-xs"><a data-ng-click="hc.getToken()" data-ng-keydown="$event.which === 13 && hc.getToken()" tabindex="0"><i class="fa fa-file-zip-o stock-icon"></i> <span data-translate="">Download Token</span></a></li><li id="header-logout" data-ng-if="hc.UserService.currentUser" class="visible-xs"><a logout-button="" data-redirect="logout" tabindex="0"><i class="fa fa-sign-out stock-icon"></i> <span data-translate="">Logout</span></a></li><li ui-sref-active="active" class="nav-cart" ng-if="hc.cookieEnabled"><a ui-sref="cart" tabindex="0"><i class="fa fa-shopping-cart"></i> <span class="hidden-md hidden-sm" data-translate="">Cart</span> <span class="label label-primary">{{ cartSize }}</span></a></li><li data-uib-dropdown=""><a data-uib-dropdown-toggle="" class="dropdown-toggle" aria-expanded="false" tabindex="0"><i class="icon-gdc-apps-menu"></i> <span class="hidden-md hidden-sm" data-translate="">GDC Apps</span></a><div data-uib-dropdown-menu="" class="dropdown-menu gdc-apps-menu-container" role="menu"><div class="gdc-apps-menu-grid"><div class="menu-column"><a href="/" title="Data Portal" class="active menu-item"><img width="26px" src="images/GDC-App-website-blue.svg" class="icon icon-gdc-cbio-portal home" alt="GDC Website"><p>Data Portal</p></a> <a href="https://gdc.nci.nih.gov/developers/gdc-application-programming-interface-api" title="GDC API" target="_blank" class="menu-item"><span class="icon icon-gdc-portal-api"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>API</p></a> <a href="https://gdc-docs.nci.nih.gov/" title="GDC Docs" target="_blank" class="menu-item"><span class="icon icon-gdc-docs"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span></span><p>Documentation</p></a> <a href="https://gdc-portal.nci.nih.gov/legacy-archive" title="GDC Legacy Archive" target="_blank" class="menu-item"><span class="icon icon-gdc-legacy-archive"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>Legacy Archive</p></a></div><div class="menu-column"><a href="https://gdc.nci.nih.gov/" title="GDC Website" target="_blank" class="menu-item"><img width="26px" src="images/GDC-App-website-blue.svg" class="icon icon-gdc-cbio-portal home" alt="GDC Website"><p>Website</p></a> <a href="https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool" class="menu-item" title="GDC Data Transfer Tool" target="_blank"><span class="icon icon-gdc-data-transer-tool"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span></span><p>Data Transfer Tool</p></a> <a href="https://gdc-portal.nci.nih.gov/submission/" title="GDC Submission Portal" target="_blank" class="menu-item"><span class="icon icon-gdc-submission-portal"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span></span><p>Data Submission Portal</p></a> <a href="https://gdc-cbioportal.nci.nih.gov/" title="GDC cBio Portal" target="_blank" class="menu-item"><img width="26px" src="images/icon-cBioPortal.svg" class="icon icon-gdc-cbio-portal header" alt="GDC cBio Portal"><p>GDC cBio Portal</p></a> <span class="menu-item" style="height: 61px">&nbsp;</span></div></div></div></li></ul></nav></div><div class="xhrCounter" data-ng-if="hc.CoreService.activeRequests">{{ (hc.CoreService.finishedRequests / hc.CoreService.requestCount * 100).toFixed(0) }}%</div></header>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/annotation.html',
'<div class="row"><div class="col-lg-12 icon-row"><i class="fa fa-align-left fa-12x"></i></div></div><table class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr data-ng-if="selectedItem.annotation_id"><th scope="row" data-translate="">Annotation ID</th><td data-ng-bind-html="selectedItem.annotation_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.entity_id"><th scope="row" data-translate="">Entity ID</th><td data-ng-bind-html="selectedItem.entity_id"></td></tr><tr data-ng-if="selectedItem.entity_submitter_id"><th scope="row" data-translate="">Entity Submitter ID</th><td data-ng-bind-html="selectedItem.entity_submitter_id"></td></tr><tr data-ng-if="selectedItem.case_id"><th scope="row" data-translate="">Case ID</th><td>{{ selectedItem.case_id }}</td></tr><tr data-ng-if="selectedItem.submitter_id"><th scope="row" data-translate="">Case Submitter ID</th><td>{{ selectedItem.submitter_id }}</td></tr><tr data-ng-if="selectedItem.project.project_id"><th scope="row" data-translate="">Project ID</th><td>{{ selectedItem.project.project_id}}</td></tr></tbody></table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/file.html',
'<div class="row"><div class="col-lg-12 icon-row"><i class="fa fa-file-o fa-12x"></i></div></div><table class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr data-ng-if="selectedItem.file_id"><th scope="row" data-translate="">File UUID</th><td data-ng-bind-html="selectedItem.file_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.file_name"><th scope="row" data-translate="">File Name</th><td data-ng-bind-html="selectedItem.file_name | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.submitter_id"><th scope="row" data-translate="">File Submitter ID</th><td data-ng-bind-html="selectedItem.submitter_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.data_type"><th scope="row" data-translate="">Data Type</th><td>{{ selectedItem.data_type }}</td></tr><tr data-ng-if="selectedItem.file_size"><th scope="row" data-translate="">Size</th><td>{{ selectedItem.file_size | size }}</td></tr></tbody></table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/participant.html',
'<div class="row"><div class="col-lg-12 icon-row"><i class="fa fa-user fa-12x"></i></div></div><table class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr data-ng-if="selectedItem.case_id"><th scope="row" data-translate="">Case UUID</th><td data-ng-bind-html="selectedItem.case_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.project.project_id"><th scope="row" data-translate="">Project</th><td>{{ selectedItem.project.name }}</td></tr><tr data-ng-if="selectedItem.clinical.gender"><th scope="row" data-translate="">Gender</th><td>{{ selectedItem.clinical.gender | humanify }}</td></tr><tr data-ng-if="selectedItem.project.primary_site"><th scope="row" data-translate="">Primary Site</th><td>{{ selectedItem.project.primary_site | humanify }}</td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.sample_id"><th scope="row" data-translate="">Sample UUID</th><td data-ng-bind-html="selectedItem.bioSpecimen.sample_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.sample_type"><th scope="row" data-translate="">Sample Type</th><td>{{ selectedItem.bioSpecimen.sample_type }}</td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.portion_id"><th scope="row" data-translate="">Portion UUID</th><td data-ng-if="selectedItem.bioSpecimen.portion_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.analyte_id"><th scope="row" data-translate="">Analyte UUID</th><td data-ng-bind-html="selectedItem.bioSpecimen.analyte_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.analyte_type"><th scope="row" data-translate="">Analyte Type</th><td>{{ selectedItem.bioSpecimen.analyte_type }}</td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.aliquot_id"><th scope="row" data-translate="">Aliquot UUID</th><td data-ng-bind-html="selectedItem.bioSpecimen.aliquot_id | highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.bioSpecimen && selectedItem.bioSpecimen.submitter_id"><th scope="row" data-translate="">Submitter ID</th><td data-ng-bind-html="selectedItem.bioSpecimen.submitter_id | highlight:searchQuery"></td></tr></tbody></table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/project.html',
'<div class="row"><div class="col-lg-12 icon-row"><i class="fa fa-files-o fa-12x"></i></div></div><table class="table table-striped table-hover table-condensed table-bordered table-vertical"><tbody><tr data-ng-if="selectedItem.project_id"><th scope="row" data-translate="">Project ID</th><td data-ng-bind-html="selectedItem.project_id| highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.name"><th scope="row" data-translate="">Project Name</th><td data-ng-bind-html="selectedItem.name| highlight:searchQuery"></td></tr><tr data-ng-if="selectedItem.primary_site"><th scope="row" data-translate="">Primary Site</th><td data-ng-bind-html="selectedItem.primary_site | humanify | highlight:searchQuery"></td></tr></tbody></table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/quick-search-dropdown.html',
'<div class="clearfix quick-search-list-container"><ul class="col-md-5 col-sm-12" id="quick-search-list" data-ng-show="results.hits.length"><li data-ng-repeat="item in results.hits track by item._id" data-ng-class="{ selected: item.selected }" class="quick-search-result row" data-ng-click="goTo(item._type, item._id)" data-ng-switch="item._type" data-ng-mouseover="itemHover(item)"><div class="col-xs-2"><i class="fa fa-user fa-2x" data-ng-switch-when="case"></i> <i class="fa fa-file-o fa-2x" data-ng-switch-when="file"></i> <i class="fa fa-files-o fa-2x" data-ng-switch-when="project"></i> <i class="fa fa-align-left fa-2x" data-ng-switch-when="annotation"></i></div><div class="col-xs-10"><span class="entity-id">{{ item._id }}</span><ul class="highlighted-terms" data-ng-switch-when="annotation"><li data-ng-bind-html="item.annotation_id| highlight:searchQuery"></li></ul><ul class="highlighted-terms" data-ng-switch-when="file"><li data-ng-bind-html="item.file_name | highlight:searchQuery"></li><li data-ng-bind-html="item.file_id | highlight:searchQuery"></li></ul><ul class="highlighted-terms" data-ng-switch-when="project"><li data-ng-bind-html="item.project_id | highlight:searchQuery"></li><li data-ng-bind-html="item.name | highlight:searchQuery"></li><li data-ng-bind-html="item.primary_site | highlight:searchQuery"></li></ul><ul class="highlighted-terms" data-ng-switch-when="case"><li data-ng-bind-html="item.case_id | highlight:searchQuery"></li><li data-ng-bind-html="item.project.project_id | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.sample_id" data-ng-bind-html="item.sample_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.sample_id" data-ng-bind-html="item.submitter_sample_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.portion_id" data-ng-bind-html="item.portion_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.portion_id" data-ng-bind-html="item.submitter_portion_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.analyte_id" data-ng-bind-html="item.analyte_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.analyte_id" data-ng-bind-html="item.submitter_analyte_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.aliquot_id" data-ng-bind-html="item.aliquot_ids | highlight:searchQuery"></li><li data-ng-if="item.bioSpecimen.aliquot_id" data-ng-bind-html="item.submitter_aliquot_ids | highlight:searchQuery"></li></ul></div></li></ul><div class="col-md-7 hidden-sm hidden-xs details-container" data-ng-if="selectedItem"><div data-ng-include="\'components/quick-search/templates/annotation.html\'" data-ng-show="selectedItem._type === \'annotation\'"></div><div data-ng-include="\'components/quick-search/templates/file.html\'" data-ng-show="selectedItem._type === \'file\'"></div><div data-ng-include="\'components/quick-search/templates/participant.html\'" data-ng-show="selectedItem._type === \'case\'"></div><div data-ng-include="\'components/quick-search/templates/project.html\'" data-ng-show="selectedItem._type === \'project\'"></div></div><div class="no-results" data-ng-if="!results.hits.length && searchQuery && !activeQuery" data-translate="">No Results</div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/quick-search-input-home.html',
'<div class="quick-search-directive-container"><i class="fa fa-search search-input-icon"></i> <label for="quick-search">Search</label> <input id="quick-search" class="form-control search-input" type="text" placeholder="Search by disease type, primary site, project name..." data-ng-model="searchQuery" data-ng-change="search()" data-ng-keydown="keyboardListener($event)" autofocus="" title="Search for IDs"><div class="quick-search-results-container" data-ng-show="results.hits"><div class="quick-search-result-listing-container"><ul class="quick-search-results-listing"><li tab-index="0" data-ng-repeat="item in results.hits track by item._id" data-ng-class="{ selected: item.selected }" class="quick-search-result row" data-ng-click="goTo(item._type, item._id)" data-ng-switch="item._type" data-ng-mouseover="itemHover(item)"><div class="col-xs-2"><div class="icon-container"><div class="outline"></div><i class="fa fa-user fa-2x icon" data-ng-switch-when="case"></i> <i class="fa fa-file-o fa-2x icon" data-ng-switch-when="file"></i> <i class="fa fa-files-o fa-2x icon" data-ng-switch-when="project"></i></div></div><div class="col-xs-10"><div class="entity-id">{{ item._id }}</div><div class="highlighted-terms" data-ng-switch-when="file"><div data-ng-bind-html="item.file_name | highlight:searchQuery"></div><div data-ng-bind-html="item.file_id | highlight:searchQuery"></div></div><div class="highlighted-terms" data-ng-switch-when="project"><div data-ng-bind-html="item.project_id | highlight:searchQuery"></div><div data-ng-bind-html="item.name | highlight:searchQuery"></div><div data-ng-bind-html="item.primary_site | highlight:searchQuery"></div></div><div class="highlighted-terms" data-ng-switch-when="case"><div data-ng-bind-html="item.case_id | highlight:searchQuery"></div><div data-ng-bind-html="item.project.project_id | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.sample_id" data-ng-bind-html="item.sample_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.sample_id" data-ng-bind-html="item.submitter_sample_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.portion_id" data-ng-bind-html="item.portion_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.portion_id" data-ng-bind-html="item.submitter_portion_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.analyte_id" data-ng-bind-html="item.analyte_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.analyte_id" data-ng-bind-html="item.submitter_analyte_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.aliquot_id" data-ng-bind-html="item.aliquot_ids | highlight:searchQuery"></div><div data-ng-if="item.bioSpecimen.aliquot_id" data-ng-bind-html="item.submitter_aliquot_ids | highlight:searchQuery"></div></div></div></li><li><div class="result-summary">Total of <strong data-ng-bind="results.hits.length"></strong> Result(s) Found...</div></li></ul></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/quick-search-input.html',
'<input type="text" placeholder="{{ \'Search for IDs...\' | translate }}" class="form-control" id="quick-search-input" data-ng-model="searchQuery" data-ng-change="search()" data-ng-keydown="keyboardListener($event)" autofocus="" title="Search for IDs">');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/quick-search/templates/quick-search-modal.html',
'<div><div class="modal-header"><h2 class="modal-title">Search</h2><a data-ng-click="close()" class="modal-close">Cancel</a></div><div class="modal-body" id="quick-search-modal"><div class="input-group search-input"><span class="fa fa-search"></span><quick-search-input></quick-search-input></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/summary-card/templates/case-summary-card.html',
'<div class="panel panel-default summary-card"><div class="panel-heading clearfix"><h4 data-ng-if="!config.tableTitle || mode === \'graph\'" class="panel-title pull-left" title="{{ title | translate }}">{{ title | translate }}</h4><h4 data-ng-if="config.tableTitle && mode === \'table\'" class="panel-title pull-left" title="{{ config.tableTitle | translate }}">{{ config.tableTitle | translate }}</h4><div class="pull-right" data-ng-show="data.length"><i class="fa fa-eraser" data-ng-show="activeFilters && config.filterKey" data-ng-click="sc.clearFilters()" data-ng-keypress="sc.clearFilters()"></i> <i class="fa fa-pie-chart" data-ng-show="mode === \'table\'" data-ng-click="mode = \'graph\'"></i> <i class="fa fa-table" data-ng-show="mode === \'graph\'" data-ng-click="mode = \'table\'"></i></div></div><div data-ng-if="!data.length" class="no-results" data-translate="">{{ config.noResultsText || \'No Results in Query\' }}</div><pie-chart data="data" height="{{ height }}" config="config" data-title="{{ title }}" data-ng-if="mode === \'graph\' && data.length" legend-limit="6"></pie-chart><div class="card-table table-responsive" data-ng-if="mode === \'table\' && data.length"><table id="{{ tableId ? tableId : title | spaceReplace:\'-\' | lowercase }}{{tableId ? \'\' : \'-summary-card-table\'}}" class="table table-striped table-hover table-condensed table-bordered"><thead><tr><th scope="col" data-translate="">{{::groupingTitle}}</th><th scope="col" data-translate="">Files</th></tr></thead><tbody><tr data-ng-repeat="item in tableData track by $index"><td class="truncated-cell"><div class="item-color" data-ng-style="{ \'background-color\': item.color }"></div><span>{{ item[config.displayKey] | humanify }}</span></td><td class="text-right"><a ng-if="item[config.sortKey]" href="/search/f?filters={{config.filters.default.params.filters(item[config.displayKey])}}">{{ item[config.sortKey] | number }}</a> <span ng-if="!item[config.sortKey]">0</span></td></tr></tbody></table></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/summary-card/templates/project-summary-card.html',
'<div class="panel panel-default summary-card"><div class="panel-heading clearfix"><h4 data-ng-if="!config.tableTitle || mode === \'graph\'" class="panel-title pull-left" title="{{ title | translate }}">{{ title | translate }}</h4><h4 data-ng-if="config.tableTitle && mode === \'table\'" class="panel-title pull-left" title="{{ config.tableTitle | translate }}">{{ config.tableTitle | translate }}</h4><div class="pull-right" data-ng-show="data.length"><i class="fa fa-eraser" data-ng-show="activeFilters && config.filterKey" data-ng-click="sc.clearFilters()" data-ng-keypress="sc.clearFilters()"></i> <i class="fa fa-pie-chart" data-ng-show="mode === \'table\'" data-ng-click="mode = \'graph\'"></i> <i class="fa fa-table" data-ng-show="mode === \'graph\'" data-ng-click="mode = \'table\'"></i></div></div><div data-ng-if="!data.length" class="no-results" data-translate="">{{ config.noResultsText || \'No Results in Query\' }}</div><pie-chart data="data" height="{{ height }}" config="config" data-title="{{ title }}" data-ng-if="mode === \'graph\' && data.length" legend-limit="6"></pie-chart><div class="card-table table-responsive" data-ng-if="mode === \'table\' && data.length"><table id="{{ tableId ? tableId : title | spaceReplace:\'-\' | lowercase }}{{tableId ? \'\' : \'-summary-card-table\'}}" class="table table-striped table-hover table-condensed table-bordered"><thead><tr><th scope="col" data-translate="">{{::groupingTitle}}</th><th scope="col" data-translate="">Cases</th><th scope="col" data-translate="">Files</th></tr></thead><tbody><tr data-ng-repeat="item in tableData track by $index"><td class="truncated-cell"><div class="item-color" data-ng-style="{ \'background-color\': item.color }"></div><span>{{ item[config.displayKey] | humanify }}</span></td><td class="text-right"><a ng-if="item.case_count" href="/search/c?filters={{config.filters.default.params.filters(item[config.displayKey])}}">{{ item.case_count | number }}</a> <span ng-if="!item.case_count">0</span></td><td class="text-right"><a ng-if="item[config.sortKey]" href="/search/f?filters={{config.filters.default.params.filters(item[config.displayKey])}}">{{ item[config.sortKey] | number }}</a> <span ng-if="!item[config.sortKey]">0</span></td></tr></tbody></table></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/summary-card/templates/summary-card.html',
'<div class="panel panel-default summary-card"><div class="panel-heading clearfix"><h4 data-ng-if="!config.tableTitle || mode === \'graph\'" class="panel-title pull-left" title="{{ title | translate }}">{{ title | translate }}</h4><h4 data-ng-if="config.tableTitle && mode === \'table\'" class="panel-title pull-left" title="{{ config.tableTitle | translate }}">{{ config.tableTitle | translate }}</h4><div class="pull-right" data-ng-show="data.length"><i class="fa fa-eraser" data-ng-show="activeFilters && config.filterKey" data-ng-click="sc.clearFilters()" data-ng-keypress="sc.clearFilters()"></i> <i class="fa fa-pie-chart" data-ng-show="mode === \'table\'" data-ng-click="mode = \'graph\'"></i> <i class="fa fa-table" data-ng-show="mode === \'graph\'" data-ng-click="mode = \'table\'"></i></div></div><div data-ng-if="!data.length" class="no-results" data-translate="">{{ config.noResultsText || \'No Results in Query\' }}</div><pie-chart data="data" height="{{ height }}" config="config" data-title="{{ title }}" data-ng-if="mode === \'graph\' && data.length" legend-limit="6"></pie-chart><div class="card-table table-responsive" data-ng-if="mode === \'table\' && data.length"><table id="{{ tableId ? tableId : title | spaceReplace:\'-\' | lowercase }}{{tableId ? \'\' : \'-summary-card-table\'}}" class="table table-striped table-hover table-condensed table-bordered"><thead><tr><th scope="col" data-translate="">{{::groupingTitle}}</th><th scope="col" data-ng-if="showCases" data-translate="">Cases</th><th scope="col" data-translate="">Files</th><th scope="col" data-translate="">File Size</th></tr></thead><tbody><tr data-ng-repeat="item in tableData track by $index" data-ng-click="sc.addFilters(item)"><td class="truncated-cell"><div class="item-color" data-ng-style="{ \'background-color\': item.color }"></div><a href="#" data-uib-tooltip="{{::ProjectsService.projectIdMapping[item[config.displayKey]] }}">{{ item[config.displayKey] | humanify }}</a></td><td class="text-right" data-ng-if="showCases"><span data-ng-if="item.case_count">{{ item.case_count | number }}</span> <span data-ng-if="!item.case_count">0</span></td><td class="text-right"><span data-ng-if="sc.LocationService.path().indexOf(\'/query\') === 0" data-uib-tooltip-html-unsafe="Further filtering in this view can <br>be performed using the <br>Advanced Search above">{{ item[config.sortKey] | number }}</span> <span data-ng-if="item[config.sortKey] && sc.LocationService.path().indexOf(\'/query\') !== 0">{{ item[config.sortKey] | number }}</span> <span data-ng-if="!item[config.sortKey]">0</span></td><td class="text-right" data-ng-if="!config.hideFileSize">{{ item.file_size | size }}</td></tr></tbody></table></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/arrange-columns.html',
'<div class="btn-group Columns" data-uib-dropdown="" auto-close="outsideClick"><button type="button" class="btn btn-default fa fa-bars" data-uib-dropdown-toggle="" aria-expanded="false" data-tooltip-popup-delay="1000" data-uib-tooltip="Arrange Columns" data-tooltip-append-to-body="true" aria-label="Arrange Columns"><span class="icon-btn-label">Arrange Columns</span></button><ul class="dropdown-menu pull-right Columns-dropdown" role="menu"><li><div class="input-group input-group-sm Columns-dropdown-search"><span class="input-group-addon Columns-dropdown-search-icon"><i class="fa fa-search"></i></span> <input title="Filter columns" type="text" class="form-control Columns-dropdown-search-input" placeholder="Filter columns" data-ng-model="search.name" data-ng-click="$event.stopPropagation()"></div></li><li class="Columns-dropdown-reset"><a href="" data-ng-click="restoreDefaults()" data-translate="">Restore Defaults</a></li><li><ul data-as-sortable="sortOptions" data-ng-model="headings" class="Columns-dropdown-headings"><li data-ng-click="toggleVisibility(item)" data-ng-repeat="item in headings | filter:search" data-as-sortable-item="" data-dragend="" data-ng-hide="item.inactive(this)" style="display: flex; justify-content: space-between; align-items: center;"><i class="fa fa-stack fa-{{item.hidden ? \'square-o\' : \'check-square-o\'}}"></i><div style="flex: 1;">{{ item.name | ellipsicate:18 }}</div><i class="fa fa-bars" as-sortable-item-handle="" data-ng-class="{ \'fa-disabled\': search.name }"></i></li></ul></li></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/export-modal.html',
'<div class="modal-body"><h4>Generating File ...</h4></div><div class="modal-footer"><button class="btn btn-warning" ng-click="etmc.cancel()" data-translate="">Cancel the Download</button></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/export-table.html',
'<div class="btn-group" data-uib-dropdown=""><button data-ng-if="!text && !downloadInProgress" type="button" class="btn btn-default fa fa-download" data-uib-tooltip="Export Table" data-tooltip-popup-delay="1000" data-tooltip-append-to-body="true" data-uib-dropdown-toggle="" aria-label="Export Table" aria-expanded="false"><span class="icon-btn-label">Export Table</span></button> <button data-ng-if="text && !downloadInProgress" type="button" class="btn btn-primary dropdown-toggle" data-uib-dropdown-toggle="" data-aria-expanded="false">{{ text }}</button> <button data-ng-if="!text && downloadInProgress" type="button" class="btn btn-default dropdown-toggle" data-uib-tooltip="Processing..." data-tooltip-popup-delay="1000" data-tooltip-append-to-body="true" aria-expanded="false" style="cursor: wait; width: 38px; height: 35px"><span class="btn fa fa-spinner fa-spin fa-5x" style="padding: 0; cursor: wait;"></span></button> <button data-ng-if="text && downloadInProgress" type="button" class="btn btn-primary dropdown-toggle" data-aria-expanded="false" style="cursor: wait;">Processing...</button><ul class="dropdown-menu pull-right" role="menu"><li data-ng-repeat="fileType in [\'JSON\']" data-downloader=""><a data-ng-click="etc.exportTable(fileType, download)"><span class="fa-stack"><span class="fa-stack-1x filetype-text">{{ ::fileType }}</span> <i class="fa fa-file-o fa-stack-2x"></i></span> <span data-translate="">{{ ::fileType }}</span></a></li></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/gdc-table.html',
'<div class="panel panel-default"><div class="panel-heading clearfix"><h3 data-ng-if="paging.total === 0">No {{ heading | translate }} found using those filters.</h3><span data-ng-if="paging.total !== 0"><div class="pull-left"><h3 class="panel-title table-heading">{{ heading | translate | humanify }}</h3><pagination-heading data-page="{{ page }}" data-paging="paging" data-update="clientSide" data-title="{{ heading }}" data-ng-if="page && paging && page !== \'projects\'"></pagination-heading></div><div class="pull-right" data-ng-if="endpoint || sortColumns || gtc.sortingHeadings.length"><div class="btn-group" role="group" aria-label="Filter, sort or export table"><sort-table data-ng-if="gtc.sortingHeadings" data-headings="gtc.displayedHeadings" data-title="{{ config.title }}" data-update="clientSide" data-paging="paging" data-page="{{ page }}"></sort-table><arrange-columns data-title="{{ config.title }}" data-saved="saved" data-default-headings="gtc.defaultHeadings" data-headings="gtc.displayedHeadings"></arrange-columns><export-table data-ng-if="endpoint" data-size="{{ paging.total }}" data-endpoint="{{ endpoint }}" data-headings="gtc.displayedHeadings"></export-table></div></div></span></div><span data-ng-if="paging.total !== 0"><div class="table-responsive" data-ng-if="paging.total !== 0"><tableicious id="{{ id }}" data-row-id="{{ config.rowId }}" data-headings="gtc.displayedHeadings" data-data="gtc.displayedData" data-title="{{config.title}}" data-saved="saved" data-paging="paging"></tableicious></div><div class="panel-footer clearfix" data-ng-if="page && paging && page !== \'projects\'"><pagination-controls data-page="{{ page }}" data-paging="paging" data-update="clientSide"></pagination-controls></div></span></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/pagination-heading.html',
'<span>Showing <strong>{{ paging.from | number }}</strong> - <strong>{{ ((paging.from + paging.size - 1) > paging.total) ? paging.total : (paging.from + paging.size - 1) | number }}</strong> of <strong>{{ paging.total | number }}</strong> {{ title | translate }}</span>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/pagination.html',
'<div class="pagination-controls"><div class="number-results pull-left"><span data-translate="">Show</span><div class="btn-group dropup" data-uib-dropdown=""><button type="button" class="btn btn-default" data-uib-dropdown-toggle="">{{ paging.size }} <span class="caret"></span></button><ul uib-dropdown-menu="" role="menu"><li data-ng-click="pc.setCount($event, 20)" data-ng-keypress="pc.setCount($event, 20)" role="button" aria-label="Data Sample Size">20</li><li data-ng-click="pc.setCount($event, 40)" data-ng-keypress="pc.setCount($event, 40)" role="button" aria-label="Data Sample Size">40</li><li data-ng-click="pc.setCount($event, 60)" data-ng-keypress="pc.setCount($event, 60)" role="button" aria-label="Data Sample Size">60</li><li data-ng-click="pc.setCount($event, 80)" data-ng-keypress="pc.setCount($event, 80)" role="button" aria-label="Data Sample Size">80</li><li data-ng-click="pc.setCount($event, 100)" data-ng-keypress="pc.setCount($event, 100)" role="button" aria-label="Data Sample Size">100</li></ul></div><span data-translate="">entries</span></div><uib-pagination boundary-links="true" total-items="paging.total" data-ng-model="paging.page" items-per-page="paging.size" class="pagination-sm pull-right" data-ng-change="pc.refresh()" num-pages="paging.pages" max-size="10" rotate="false" previous-text="&lsaquo;" next-text="&rsaquo;" first-text="&laquo;" last-text="&raquo;"></uib-pagination></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/reports-export-table.html',
'<button type="button" class="btn btn-primary" data-dropdown-toggle="" data-downloader="" data-aria-expanded="false" data-ng-click="etc.exportTable(\'TSV\', download)">{{ text }}</button>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/sort-table.html',
'<div class="btn-group" data-uib-dropdown="" auto-close="outsideClick"><button type="button" class="btn btn-default fa fa-sort-alpha-asc" data-uib-tooltip="Sort Table" data-tooltip-popup-delay="1000" data-tooltip-trigger="mouseenter" data-tooltip-append-to-body="true" data-uib-dropdown-toggle="" aria-expanded="false" title="Sort Table" aria-label="Sort Table"><span class="icon-btn-label">Sort Table</span></button><ul class="pull-right Columns-dropdown Columns-dropdown-headings" data-uib-dropdown-menu="" role="menu"><li data-ng-repeat="item in sortColumns"><div style="display: flex;" class="sort-item" ng-click="tsc.toggleSorting(item)"><span><i class="fa fa-{{item.sort ? \'check-square-o\' : \'square-o\'}} fa-stack"></i> <label for="{{ item.id }}-sort-order">{{ item.name | translate }}</label></span> <span style="margin: 0 -10px 0 auto; padding: 3px 10px; background-color: white; cursor: default;" class="text-right sorting-radio-buttons-container"><i class="fa fa-long-arrow-down"></i> <input type="radio" aria-label="Sort Data Ascending" value="asc" style="cursor:pointer;" title="Sort Data Ascending" data-ng-model="item.order" data-ng-click="tsc.updateSorting($event, item, \'asc\')" data-ng-checked="item.order === \'asc\'" name="{{ item.id }}-sort-order"> <i class="fa fa-long-arrow-up"></i> <input type="radio" aria-label="Sort Data Descending" value="desc" style="cursor:pointer;" data-ng-model="item.order" data-ng-checked="item.order === \'desc\'" data-ng-click="tsc.updateSorting($event, item, \'desc\')" name="{{ item.id }}-sort-order"></span></div></li></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/tables/templates/tableicious.html',
'<table class="table table-striped table-hover table-condensed table-bordered"><thead><tr><th scope="{{::h.children ? \'colgroup\' : \'col\'}}" data-cell="::h.th ? h.th : h.name" data-data="data" data-paging="paging" data-ng-class="h.thClassName" rowspan="{{::h.children ? 1 : 2}}" colspan="{{::h.children ? h.children.length : 1}}" data-ng-hide="h.inactive(this)" data-ng-repeat="h in enabledHeadings"></th></tr><tr><th scope="col" data-cell="h.th ? h.th : h.name" data-ng-class="h.thClassName" data-ng-repeat="h in subHeaders"></th></tr></thead><tbody><tr data-ng-repeat="d in data track by d[rowId]"><td data-cell="getCell(h,d)" data-row="d" data-ng-class="h.tdClassName" data-ng-hide="h.inactive(this)" data-uib-tooltip="{{getToolTipText(h,d)}}" data-tooltip-enable="h.toolTipText" data-tooltip-append-to-body="true" data-tooltip-popup-delay="1000" data-container="body" data-ng-repeat="h in dataCols track by h.id"></td></tr><tr><td data-ng-repeat="h in dataCols track by h.name" data-ng-if="h.total" colspan="{{h.colSpan}}" data-ng-class="h.tdClassName" ng-bind-html="h.total(data, this)"></td></tr></tbody></table>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/biospecimen/templates/biospecimen.html',
'<section class="row" id="biospecimen"><div class="col-lg-12 col-md-12"><div class="panel panel-default"><div class="panel-heading clearfix"><h3 class="panel-title pull-left" data-translate="">Biospecimen</h3><export-cases-button ng-disabled="bc.hasNoBiospecimen" data-filter-key-values="bc.biospecimenDataExportFilters" data-expands="bc.biospecimenDataExportExpands" data-filename="bc.biospecimenDataExportFileName" data-size="1" data-text-normal="Export" data-text-in-progress="Processing" data-style-class="btn pull-right btn-primary"></export-cases-button></div><div ng-if="bc.hasNoBiospecimen" class="table table-striped table-hover table-condensed table-bordered table-vertical" style="border-top: 0; padding-left: 2rem"><h3>No biospecimen found.</h3></div><div class="panel-body" style="padding:15px 0;" ng-if="! bc.hasNoBiospecimen"><div class="col-lg-5 col-md-5"><div class="row biospecimen-tree-action-bar"><div class="col-xs-8"><div class="input-group"><span class="input-group-addon"><span class="fa fa-search"></span></span> <input type="text" class="form-control" title="Search" aria-label="Search biospecimen" placeholder="Search" data-ng-change="search(searchTerm, participant)" data-ng-model="searchTerm"></div></div><div class="col-xs-4"><button class="btn btn-default pull-right" data-ng-click="expandAll($event, participant, !participant.biospecimenTreeExpanded)">{{ participant.biospecimenTreeExpanded ? \'Collapse All\' : \'Expand All\' }}</button></div></div><tree entities="participant.samples" type="{p: \'samples\', s: \'sample\'}" depth="0" search-term="searchTerm" active-doc="bc.activeBioSpecimenDoc"></tree></div><div class="col-lg-7 col-md-7" data-ng-class="{ hidden: !bc.activeBioSpecimenDoc }"><h4 data-translate="">Details - {{ bc.activeBioSpecimenDocType | humanify | translate }}</h4><table id="biospecimen-table" class="table table-striped table-hover table-condensed table-bordered"><tbody><tr><th scope="row" data-translate="">Submitter ID</th><td>{{ bc.activeBioSpecimenDoc.submitter_id || \'--\' }}</td></tr><tr><th scope="row" data-translate="">{{ bc.activeBioSpecimenDocType | humanify | translate }} ID</th><td>{{ bc.activeBioSpecimenDoc[bc.activeBioSpecimenDocType + \'_id\'] }}</td></tr><tr data-ng-repeat="(key, value) in bc.activeBioSpecimenDoc" data-ng-if="bc.displayBioSpecimenDocumentRow(key, value)"><th scope="row" data-translate="">{{ key | humanify }}</th><td>{{ bc.displayBioSpecimenDocumentRowValue(key, value) }}</td></tr></tbody></table></div></div></div></div></section>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/biospecimen/templates/tree-item.html',
'<div class="biospecimen-row document tree-item"><div class="biospecimen-row-entity" data-ng-if="entity[type.s + \'_id\']"><i class="fa fa-flask tree-flask"></i> <span class="biospecimen-id" data-ng-click="displayBioSpecimenDocument($event, entity, type.s)" data-ng-keypress="displayBioSpecimenDocument($event, entity, type.s)" data-ng-class="{ selected: entity === activeDoc, highlighted: searchTerm && ( entity.submitter_id.toLowerCase().indexOf(searchTerm.toLowerCase()) > -1 || entity[type.s + \'_id\'].toLowerCase().indexOf(searchTerm.toLowerCase()) > -1 ) }" data-ng-bind-html="( (entity.submitter_id || entity[type.s + \'_id\']) | highlight:searchTerm ) || (entity.submitter_id || entity[type.s + \'_id\'])"></span> <i class="fa fa-caret-right" style="margin-left:0.3rem" ng-if="entity === activeDoc"></i></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/biospecimen/templates/tree.html',
'<div ng-class="{ \'tree-indent\': hasEntities(entities, type) }"><div class="tree" data-ng-if="hasEntities(entities, type)" data-ng-click="expandTree($event, entities)" data-ng-keypress="expandTree($event, entities)"><i class="fa action" data-ng-class="{ \'fa-plus-square\': !entities.expanded, \'fa-minus-square\': entities.expanded }"></i> <span class="h5 type" data-ng-class="{ \'expanded\': entities.expanded, \'collapsed\': !entities.expanded }" data-translate="" style="text-transform:capitalize">{{type.p}}</span></div><tree-item ng-repeat="entity in entities" data-ng-if="entities.expanded" entity="entity" type="type" depth="depth" search-term="searchTerm" active-doc="activeDoc"></tree-item></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/controls/templates/split-control-button.html',
'<div tabindex="0" class="btn-split-control" style="display: inline-block" data-uib-dropdown="" auto-close="outsideClick"><button data-ng-if="uiControl.shouldSplitControl" id="{{uiControl.id}}" class="download-button-default btn btn-{{uiControl.btnType}}" data-uib-dropdown-toggle="" href="javascript:void(0)"><i data-ng-if="uiControl.iconClasses" class="{{uiControl.iconClasses}}" data-ng-class="{\'fa-spinner fa-pulse\': uiControl.isLoading}"></i> <span data-translate="">{{uiControl.controlLabelText}}</span></button> <button data-ng-if="uiControl.shouldSplitControl" class="btn btn-primary" href="javascript:void(0)" data-uib-dropdown-toggle=""><span class="caret"></span> <span class="sr-only" data-ng-bind="uiControl.srLabel"></span></button><a data-ng-if="!uiControl.shouldSplitControl" id="{{uiControl.id}}" href="javascript:void(0)" class="download-button-default btn btn-{{uiControl.btnType}}" data-uib-dropdown-toggle=""><i data-ng-if="uiControl.iconClasses" class="{{uiControl.iconClasses}}" data-ng-class="{\'fa-spinner fa-pulse\': uiControl.isLoading}"></i> <span data-translate="">{{uiControl.controlLabelText}}</span>&nbsp; <span class="caret"></span></a><ul data-uib-dropdown-menu="" role="menu" aria-labelledby="{{uiControl.id}}" data-ng-transclude=""></ul></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/controls/templates/split-control-option.html',
'<li role="menuitem" class="control-option"></li>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/countCard/templates/card.html',
'<div class="panel panel-default CountCard" id="{{title | spaceReplace:\'-\' | lowercase}}-count-card"><div class="row"><div class="col-xs-10 col-sm-8"><div class="CountCard-title">{{ title | translate }}</div><div class="CountCard-data" data-ng-if="data === \'0\' || !sref">{{ data }}</div><div class="CountCard-data" data-ng-if="data !== \'0\' && sref"><a id="{{title | spaceReplace:\'-\' | lowercase }}-count-link" data-ui-sref="{{ sref }}">{{ data }}</a></div></div><div class="col-xs-2 col-sm-4 text-right"><i class="CountCard-icon fa fa-3x {{ icon }}"></i></div></div></div>');
}]);
})();
(function(module) {
try {
module = angular.module('templates');
} catch (e) {
module = angular.module('templates', []);
}
module.run(['$templateCache', function($templateCache) {
$templateCache.put('components/ui/search/templates/search-bar.html',
'<div class="row search-bar"><div class="col-lg-12"><div class="panel panel-default"><div class="search-bar-header clearfix"><div data-ng-if="!sb.gql.filters && !!sb.Error" class="text-danger"><i class="fa fa-exclamation-circle"></i> <span data-ng-hide="showErrors">Invalid Query</span> <span data-ng-show="showErrors">{{sb.Error.human}}</span> (<a href="" data-ng-click="showErrors = !showErrors">{{showErrors ? "hide" : "see"}} errors</a>)</div><div data-ng-if="!sb.Error" class="text-success"><label for="gql"><i class="fa fa-check-circle"></i> Valid Query</label></div><a class="btn-search-query-help btn btn-default" target="_blank" href="http://gdc-docs.nci.nih.gov/Data_Portal/Users_Guide/Advanced_Search/" data-translate=""><i class="fa fa-question"></i> <span class="icon-btn-label">Help</span></a> <a class="btn btn-search-query btn-primary" data-ui-sref="search.summary" data-translate=""><i class="fa fa-reply-all"></i> Back to Facet Search</a></div><gql data-gql="sb.gql" data-query="sb.query" data-error="sb.Error"></gql><div class="panel-footer text-right"><a style="margin-right: 15px" data-ng-click="sb.resetQuery()" aria-label="{{ \'Clear Query\' | translate }}">Reset</a> <button data-ng-disabled="sb.Error" class="btn btn-primary" ng-class="{\'btn-success\': !sb.Error}" data-ng-click="sb.sendQuery()"><i class="fa fa-search"></i> Submit Query</button></div></div></div></div>');
}]);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment