[Graph | Trunk]: Finish home and resources

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-graph-portal/trunk@59525 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-10-08 15:52:05 +00:00
parent 7e364aff82
commit 8cad5f582f
26 changed files with 1042 additions and 228 deletions

View File

@ -1,23 +1,50 @@
@media only screen and (min-width: 960px) {
.home > div {
min-height: calc(100vh - 100px);
}
}
@media only screen and (min-width: 960px) {
.second {
.how-first {
background-image: url("/assets/graph-assets/backgrounds/blue_circle.svg"), url("/assets/graph-assets/backgrounds/pink_dots.svg");
background-size: auto;
background-repeat: no-repeat;
background-position: 55% 0, 65% 25%;
}
.third {
.how-second {
background-image: url("/assets/graph-assets/backgrounds/pink_circle.svg"), url("/assets/graph-assets/backgrounds/blue_dots.svg");
background-size: auto;
background-repeat: no-repeat;
background-position: 40% 0, bottom right;
}
.why {
background-image: url("/assets/graph-assets/home/4.svg");
background-size: 25%;
background-repeat: no-repeat;
background-position: 55% 100%;
}
.service-slide {
height: 350px;
}
}
.services {
background: transparent linear-gradient(180deg, #E1E8F2 0%, #F5F5F5 62%, #FAFAFA 100%) 0 0 no-repeat;
/*background: transparent linear-gradient(0deg, #FAFAFA 23%, #E2EEFA 30%) !important;*/
}
.services-list a {
opacity: 0.3;
}
.services-list a.uk-active, .services-list a:hover {
opacity: 1;
}
.uk-card {
border-radius: 36px;
color: #1a1a1a;
}
.uk-animation-fade {
animation-duration: 1.5s;
}
.numbers .emphasis {
@ -26,5 +53,20 @@
}
.numbers-background {
background: transparent url('assets/graph-assets/home/10.svg') repeat-x center bottom;
background: transparent url('assets/graph-assets/home/5.svg') repeat-x center bottom;
}
.uk-text-secondary svg > * {
fill: #4687e6;
}
.fade-out {
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 1s, opacity 1s;
}
.fade-in {
visibility: visible;
opacity: 1;
transition: visibility 0s linear 0s, opacity 1s;
}

View File

@ -1,154 +1,395 @@
<div class="home">
<div class="uk-margin-large-bottom">
<div class="uk-container uk-container-large uk-section">
<h1>Open. Transparent. Interconnected.</h1>
<div class="uk-grid uk-grid-small uk-flex uk-margin-medium-top uk-child-width-1-2@m uk-flex-bottom" uk-grid>
<div class="uk-margin-large-bottom">
<div class="uk-container uk-container-large uk-section">
<h1>Open. Transparent. Interconnected.</h1>
<div class="uk-grid uk-grid-small uk-flex uk-margin-medium-top uk-child-width-1-2@m uk-flex-bottom" uk-grid>
<div>
<p>
OpenAIRE Research Graph is an open resource that aggregates a <span class="portal-color">collection of research data properties</span>
(metadata, links) available within the OpenAIRE Open Science infrastructure for funders, organizations,
researchers, research communities and publishers to interlink information by using a semantic graph database
approach.
</p>
<a class="uk-button portal-button uk-margin-medium-top" routerLink="/about">Learn more</a>
</div>
<div class="uk-flex uk-flex-right uk-padding-large uk-padding-remove-bottom">
<img src="assets/graph-assets/home/1.svg" style="transform: rotateY(180deg);" class="uk-width-4-5@m">
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-container uk-container-large uk-section">
<h2 class="uk-text-center"><span class="portal-color">How</span> it works</h2>
<div class="how-first uk-padding uk-margin-large-top">
<div class="uk-grid uk-child-width-1-2@m" uk-grid>
<div
class="uk-padding-large uk-padding-remove-vertical uk-flex-last@m uk-margin-large-bottom uk-margin-medium-top">
<h3 class="uk-text-bold uk-margin-large-left uk-text-capitalize">360° view on linked open science<span
class="portal-color">.</span></h3>
</div>
<div>
<p>
OpenAIRE Research Graph is an open resource that aggregates a <span class="portal-color">collection of research data properties</span>
(metadata, links) available within the OpenAIRE Open Science infrastructure for funders, organizations,
researchers, research communities and publishers to interlink information by using a semantic graph database
approach.
</p>
<a class="uk-button portal-button uk-margin-top" routerLink="/about">Learn more</a>
<img src="assets/graph-assets/home/2.png">
</div>
</div>
</div>
</div>
<div class="uk-container uk-container-large uk-section">
<div class="how-second uk-padding uk-margin-large-top">
<div class="uk-grid" uk-grid>
<div class="uk-margin-large-top uk-margin-large-bottom uk-width-expand">
<h3 class="uk-text-bold uk-margin-large-left uk-text-capitalize">From open and authoritative sources around
the globe<span class="portal-color">.</span></h3>
</div>
<div class="uk-width-3-5@m uk-margin-bottom">
<img src="assets/graph-assets/home/3.png">
</div>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-section uk-container uk-container-large">
<h2 class="uk-text-center uk-margin-remove-bottom"><span class="portal-color">Why</span> OpenAIRE Research Graph
</h2>
<h6 class="uk-text-center uk-text-normal uk-margin-small-top">Unlock the power of open science data</h6>
<div class="uk-padding uk-margin-medium-top">
<div class="uk-grid why uk-child-width-1-2@m" uk-grid>
<div>
<div class="uk-width-3-4@m">
<h6 class="portal-color">Open and transparent</h6>
<div class="uk-text-light">
It is available for download and re-use as CC-BY (due to some input sources whose
license is CC-BY); parts of the graphs can be re-used as CC-0; provenance is tracked at the level of the
records and, when these are the result of full-text mining, of the properties (provenance also includes
an indicator of trust, in the range [0..1]).
</div>
</div>
</div>
<div class="uk-flex uk-flex-right">
<img src="assets/graph-assets/home/1.svg" style="transform: rotateY(180deg);" class="uk-width-4-5@m">
<div class="uk-width-3-4@m">
<h6 class="portal-color">Decentralized and interoperable</h6>
<div class="uk-text-light">
Metadata and links are collected from data
sources, such as institutional/data/software repositories, publishers, registries, and re-distributed to
such sources via brokering services.
</div>
</div>
</div>
<div>
<div class="uk-hidden@m">
<h6 class="portal-color">Intelligent linking</h6>
<div class="uk-text-light">
Abstracts, full-texts of Open Access publications and links
are processed by several algorithms that infer new links and enrich the graph.
</div>
</div>
<div class="uk-padding-large uk-visible@m">
<h6 class="portal-color">Intelligent linking</h6>
<div class="uk-text-light">
Abstracts, full-texts of Open Access publications and links
are processed by several algorithms that infer new links and enrich the graph.
</div>
</div>
</div>
<div class="uk-flex uk-flex-right">
<div class="uk-hidden@m">
<h6 class="portal-color">Embedded metrics</h6>
<div class="uk-text-light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat.
</div>
</div>
<div class="uk-width-3-4 uk-visible@m uk-padding uk-padding-remove-right">
<h6 class="portal-color">Embedded metrics</h6>
<div class="uk-text-light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-container uk-container-large uk-section">
<h2 class="uk-text-center"><span class="portal-color">How</span> it works</h2>
<div class="second uk-padding uk-margin-large-top">
<div class="uk-grid uk-child-width-1-2@m" uk-grid>
<div class="uk-padding-large uk-padding-remove-vertical uk-flex-last@m uk-margin-large-bottom uk-margin-medium-top">
<h3 class="uk-text-bold uk-margin-large-left uk-text-capitalize">360° view on linked open science<span
class="portal-color">.</span></h3>
</div>
<div class="uk-margin-large-bottom">
<div class="services">
<div class="uk-section uk-container uk-container-large">
<h2>Products & Services</h2>
<div class="service-slide uk-position-relative">
<div *ngFor="let portal of portals; let i=index;" [class.fade-out]="i !== state" [class.fade-in]="i === state"
class="uk-margin-medium-top uk-grid uk-grid-large uk-child-width-1-2@m uk-position-center" uk-grid>
<div class="uk-flex-last@m">
<div class="uk-width-4-5 uk-padding uk-padding-remove-right">
<img [src]="'assets/common-assets/logo-large-' + portal.name + '.png'">
<h6 class="uk-margin-medium-top uk-text-normal">{{portal.text}}</h6>
<div class="uk-margin-medium-top">
<a class="uk-button portal-button" [href]="'https://' + portal.name + '.openaire.eu'" target="_blank">
Learn More
<span class="space">
<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
<path
d="M12.578,4.244,5.667,11.155V8.167A.833.833,0,1,0,4,8.167v5A.832.832,0,0,0,4.833,14h5a.833.833,0,0,0,0-1.667H6.845l6.911-6.911a.833.833,0,1,0-1.178-1.178h0Z"
fill="#fff" id="arrow-down-left2" transform="translate(7.071 19.799) rotate(-135)"></path>
</svg>
</span>
</a>
</div>
</div>
</div>
<div>
<img src="../../assets/graph-assets/home/2.png">
</div>
</div>
</div>
</div>
<div class="uk-container uk-container-large uk-section">
<div class="third uk-padding uk-margin-large-top">
<div class="uk-grid" uk-grid>
<div class="uk-margin-large-top uk-margin-large-bottom uk-width-expand">
<h3 class="uk-text-bold uk-margin-large-left uk-text-capitalize">From open and authoritative sources around
the globe<span class="portal-color">.</span></h3>
</div>
<div class="uk-width-3-5@m uk-margin-bottom">
<img src="../../assets/graph-assets/home/3.png">
<img class="uk-box-shadow-medium" [src]="'assets/graph-assets/home/services/' + portal.name + '.jpg'">
</div>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom numbers">
<div class="uk-section">
<h2 class="uk-text-center">
We believe in <span class="uk-text-bold">Numbers</span>
</h2>
<div class="uk-margin-large-top uk-container uk-margin-bottom uk-text-center">
<div class="uk-grid uk-child-width-1-3@m">
<div *ngIf="fundersSize">
<h3 class="portal-color">
<span class="uk-text-bold emphasis"> {{fundersSize.number|number}}</span>{{fundersSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Funders</span>
</div>
<div *ngIf="datasourcesSize">
<h3 class="portal-color">
<span class="uk-text-bold emphasis"> {{datasourcesSize.number|number}}</span>{{datasourcesSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Content providers</span>
</div>
<div *ngIf="projectsSize">
<h3 class="portal-color">
<span class="uk-text-bold emphasis"> {{projectsSize.number|number}}</span>{{projectsSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Projects</span>
<div class="uk-container uk-section uk-padding-remove-top uk-margin-medium-top">
<div class="uk-grid uk-child-width-1-3 uk-child-width-1-5@m uk-flex uk-flex-middle services-list" uk-grid>
<div *ngFor="let portal of portals; let i=index;">
<a [class.uk-active]="state == i" (click)="changeSlide(i)"><img
[src]="'assets/common-assets/logo-large-' + portal.name + '.png'"></a>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-container uk-container-large uk-section">
<h2 class="uk-text-center">Who <span class="portal-color">Benefits</span></h2>
<div class="uk-grid uk-grid-large uk-child-width-1-3@m uk-margin-large-top" uk-grid uk-height-match=".target">
<div>
<div class="uk-card uk-card-default uk-card-body">
<div class="target">
<h4 class="uk-text-center uk-margin-remove">Researchers</h4>
<h6 class="uk-text-center uk-padding uk-margin-remove uk-text-light">Intelligent and contextual discovery
of research</h6>
</div>
<hr>
<ul class="uk-list target">
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Open Access versions
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Lorem ipsum dolor sit amet
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Lorem ipsum dolor sit amet
</li>
</ul>
</div>
</div>
<div class="numbers-background">
<div class="uk-container uk-section">
<div class="uk-grid uk-margin-auto-left uk-margin-auto-right uk-grid-large uk-child-width-1-2@m" uk-grid>
<div *ngIf="publicationsSize || softwareSize" class="uk-margin-medium-bottom uk-flex uk-flex-center">
<div>
<div *ngIf="publicationsSize">
<div class="emphasis uk-margin-bottom">{{publicationsSize.count|number}} </div>
<div class="uk-icon uk-text-uppercase">
<svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
<rect
style="stroke: var(--portal-main-color);" fill="none" height="16" stroke="#000" width="12" x="3.5"
y="2.5"></rect>
<polyline style="stroke: var(--portal-main-color);" fill="none"
points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline>
</svg>
publications
</div>
<div>
<div class="uk-card uk-card-default uk-card-body">
<div class="target">
<h4 class="uk-text-center uk-margin-remove">Service Providers</h4>
<h6 class="uk-text-center uk-padding uk-margin-remove uk-text-light">Lorem ipsum dolor sit amet</h6>
</div>
<hr>
<ul class="uk-list target">
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Lorem ipsum dolor sit amet
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Lorem ipsum dolor sit amet
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Lorem ipsum dolor sit amet
</li>
</ul>
</div>
</div>
<div>
<div class="uk-card uk-card-default uk-card-body">
<div class="target">
<h4 class="uk-text-center uk-margin-remove">Research managers & Policy makers</h4>
<h6 class="uk-text-center uk-padding uk-margin-remove uk-text-light">Used in metrics</h6>
</div>
<hr>
<ul class="uk-list target">
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Open Science trends
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Compliance to funder mandates
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
uk-icon="check">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="check">
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Research Impact
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom numbers">
<div class="uk-section">
<h2 class="uk-text-center">
We believe in <span class="uk-text-bold">Numbers</span>
</h2>
<div class="uk-margin-large-top uk-container uk-margin-bottom uk-text-center">
<div class="uk-grid uk-child-width-1-3@m">
<div *ngIf="fundersSize">
<h3 class="uk-text-secondary">
<span class="uk-text-bold emphasis"> {{fundersSize.number|number}}</span>{{fundersSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Funders</span>
</div>
<div *ngIf="datasourcesSize">
<h3 class="uk-text-secondary">
<span class="uk-text-bold emphasis"> {{datasourcesSize.number|number}}</span>{{datasourcesSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Content providers</span>
</div>
<div *ngIf="projectsSize">
<h3 class="uk-text-secondary">
<span class="uk-text-bold emphasis"> {{projectsSize.number|number}}</span>{{projectsSize.size}}
</h3>
<span class="uk-text-uppercase uk-text-large">Projects</span>
</div>
</div>
</div>
<div class="numbers-background">
<div class="uk-container uk-section">
<div class="uk-grid uk-margin-auto-left uk-margin-auto-right uk-grid-large uk-child-width-1-2@m" uk-grid>
<div *ngIf="publicationsSize || softwareSize || datasetsSize"
class="uk-margin-medium-bottom uk-flex uk-flex-center">
<div>
<div *ngIf="publicationsSize">
<div class="emphasis uk-margin-bottom">{{publicationsSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="22.106" height="30" viewBox="0 0 22.106 30">
<path id="book"
d="M26.9,9.405V25.749c0,.824-.713,1.218-1.579,1.832a1.034,1.034,0,0,1-1.579-.927V10.685a.877.877,0,0,0-.5-.845c-.379-.194-12.218-6.418-12.218-6.418A2.239,2.239,0,0,0,8.9,3.4,4.487,4.487,0,0,0,7.119,4.808l12.916,7.077a.917.917,0,0,1,.555.815V29.755a1.057,1.057,0,0,1-.582.924,1.209,1.209,0,0,1-1.136-.042c-.339-.207-12.274-7.526-13.063-8-.379-.227-.823-.693-.832-1.039L4.8,5.355a2.612,2.612,0,0,1,.456-1.629c1.1-1.711,4.94-3.658,6.884-2.65L26.348,8.268A1.151,1.151,0,0,1,26.9,9.405Z"
transform="translate(-4.799 -0.8)" fill="#000000"/>
</svg>
</span>
<span class="uk-margin-small-left">publications</span>
</div>
<div *ngIf="softwareSize" >
<div class="emphasis uk-margin-medium-top uk-margin-bottom">{{softwareSize.count|number}} </div>
<div class="uk-icon uk-text-uppercase">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="cog">
<circle
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="9.997" cy="10"
r="3.31"></circle>
<path style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M18.488,12.285 L16.205,16.237 C15.322,15.496 14.185,15.281 13.303,15.791 C12.428,16.289 12.047,17.373 12.246,18.5 L7.735,18.5 C7.938,17.374 7.553,16.299 6.684,15.791 C5.801,15.27 4.655,15.492 3.773,16.237 L1.5,12.285 C2.573,11.871 3.317,10.999 3.317,9.991 C3.305,8.98 2.573,8.121 1.5,7.716 L3.765,3.784 C4.645,4.516 5.794,4.738 6.687,4.232 C7.555,3.722 7.939,2.637 7.735,1.5 L12.263,1.5 C12.072,2.637 12.441,3.71 13.314,4.22 C14.206,4.73 15.343,4.516 16.225,3.794 L18.487,7.714 C17.404,8.117 16.661,8.988 16.67,10.009 C16.672,11.018 17.415,11.88 18.488,12.285 L18.488,12.285 Z"></path>
</svg>
software
</div>
</div>
<div *ngIf="softwareSize" class="uk-visible@m">
<div class="emphasis uk-margin-medium-top uk-margin-bottom">{{softwareSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="30.001" height="30" viewBox="0 0 30.001 30">
<path id="cog"
d="M29.67,17.558A5.108,5.108,0,0,1,32.557,13.2a15.981,15.981,0,0,0-1.235-2.985A4.827,4.827,0,0,1,26.48,8.634a4.665,4.665,0,0,1-1.22-4.841,15.611,15.611,0,0,0-2.985-1.234,5.655,5.655,0,0,1-4.717,2.884,5.658,5.658,0,0,1-4.719-2.884A15.571,15.571,0,0,0,9.855,3.793,4.661,4.661,0,0,1,8.634,8.634a4.824,4.824,0,0,1-4.841,1.577A15.756,15.756,0,0,0,2.559,13.2a5.106,5.106,0,0,1,2.884,4.362,5.661,5.661,0,0,1-2.884,4.719,15.89,15.89,0,0,0,1.234,2.985A4.667,4.667,0,0,1,8.634,26.48a4.669,4.669,0,0,1,1.221,4.841,15.779,15.779,0,0,0,2.985,1.238,5.647,5.647,0,0,1,4.719-2.887,5.658,5.658,0,0,1,4.719,2.887,16.052,16.052,0,0,0,2.985-1.238,4.667,4.667,0,0,1,1.22-4.841A4.84,4.84,0,0,1,31.325,24.9a15.741,15.741,0,0,0,1.235-2.985A5.106,5.106,0,0,1,29.67,17.558Zm-12.111,6.52a6.522,6.522,0,1,1,6.52-6.52A6.521,6.521,0,0,1,17.558,24.079Z"
transform="translate(-2.559 -2.559)" fill="#0000000"/>
</svg>
</span>
<span class="uk-margin-small-left">software</span>
</div>
</div>
<div *ngIf="datasetsSize" class="uk-hidden@m">
<div class="emphasis uk-margin-medium-top uk-margin-bottom">{{datasetsSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="23.864" height="30" viewBox="0 0 23.864 30">
<path id="database"
d="M28.2,21.443c-1.437,2.324-6.026,4.025-11.465,4.025S6.7,23.767,5.266,21.443c-.3-.494-.466-.23-.466.012v3.412c0,3.307,5.342,6.733,11.932,6.733s11.932-3.426,11.932-6.731V21.457C28.664,21.213,28.5,20.949,28.2,21.443Zm.018-8.721c-1.415,2.054-6.02,3.562-11.483,3.562S6.661,14.776,5.246,12.722c-.292-.423-.446-.193-.446,0v4.017c0,3,5.342,5.435,11.932,5.435s11.932-2.434,11.932-5.435V12.719c0-.19-.157-.42-.449,0ZM16.732,1.6C10.142,1.6,4.8,3.611,4.8,6.088V8.236c0,2.627,5.342,4.758,11.932,4.758s11.932-2.131,11.932-4.758V6.088C28.664,3.611,23.322,1.6,16.732,1.6Z"
transform="translate(-4.8 -1.6)" fill="#000000"/>
</svg>
</span>
<span class="uk-margin-small-left">research data</span>
</div>
</div>
</div>
<div *ngIf="datasetsSize || otherSize" class="uk-margin-medium-bottom uk-flex uk-flex-center">
<div>
<div *ngIf="datasetsSize">
<div class="emphasis uk-margin-bottom">{{datasetsSize.count|number}} </div>
<div class="uk-icon uk-text-uppercase">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="database">
<ellipse
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="4.64" rx="7.5"
ry="3.14"></ellipse>
<path style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.5,8.11 C17.5,9.85 14.14,11.25 10,11.25 C5.86,11.25 2.5,9.84 2.5,8.11"></path>
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.5,11.25 C17.5,12.99 14.14,14.39 10,14.39 C5.86,14.39 2.5,12.98 2.5,11.25"></path>
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.49,4.64 L17.5,14.36 C17.5,16.1 14.14,17.5 10,17.5 C5.86,17.5 2.5,16.09 2.5,14.36 L2.5,4.64"></path>
</svg>
research data
</div>
</div>
<div *ngIf="softwareSize || datasetsSize || otherSize"
class="uk-margin-medium-bottom uk-flex uk-flex-center">
<div>
<div *ngIf="softwareSize" class="uk-hidden@m">
<div class="emphasis uk-margin-bottom">{{softwareSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="30.001" height="30" viewBox="0 0 30.001 30">
<path id="cog"
d="M29.67,17.558A5.108,5.108,0,0,1,32.557,13.2a15.981,15.981,0,0,0-1.235-2.985A4.827,4.827,0,0,1,26.48,8.634a4.665,4.665,0,0,1-1.22-4.841,15.611,15.611,0,0,0-2.985-1.234,5.655,5.655,0,0,1-4.717,2.884,5.658,5.658,0,0,1-4.719-2.884A15.571,15.571,0,0,0,9.855,3.793,4.661,4.661,0,0,1,8.634,8.634a4.824,4.824,0,0,1-4.841,1.577A15.756,15.756,0,0,0,2.559,13.2a5.106,5.106,0,0,1,2.884,4.362,5.661,5.661,0,0,1-2.884,4.719,15.89,15.89,0,0,0,1.234,2.985A4.667,4.667,0,0,1,8.634,26.48a4.669,4.669,0,0,1,1.221,4.841,15.779,15.779,0,0,0,2.985,1.238,5.647,5.647,0,0,1,4.719-2.887,5.658,5.658,0,0,1,4.719,2.887,16.052,16.052,0,0,0,2.985-1.238,4.667,4.667,0,0,1,1.22-4.841A4.84,4.84,0,0,1,31.325,24.9a15.741,15.741,0,0,0,1.235-2.985A5.106,5.106,0,0,1,29.67,17.558Zm-12.111,6.52a6.522,6.522,0,1,1,6.52-6.52A6.521,6.521,0,0,1,17.558,24.079Z"
transform="translate(-2.559 -2.559)" fill="#0000000"/>
</svg>
</span>
<span class="uk-margin-small-left">software</span>
</div>
<div *ngIf="otherSize" >
<div class="emphasis uk-margin-medium-top uk-margin-bottom">{{otherSize.count|number}} </div>
<div class="uk-icon uk-text-uppercase">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="world">
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M1,10.5 L19,10.5"></path>
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M2.35,15.5 L17.65,15.5"></path>
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M2.35,5.5 L17.523,5.5"></path>
<path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M10,19.46 L9.98,19.46 C7.31,17.33 5.61,14.141 5.61,10.58 C5.61,7.02 7.33,3.83 10,1.7 C10.01,1.7 9.99,1.7 10,1.7 L10,1.7 C12.67,3.83 14.4,7.02 14.4,10.58 C14.4,14.141 12.67,17.33 10,19.46 L10,19.46 L10,19.46 L10,19.46 Z"></path>
<circle
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="10.5"
r="9"></circle>
</svg>
other research products
</div>
</div>
<div *ngIf="datasetsSize" class="uk-visible@m">
<div class="emphasis uk-margin-bottom">{{datasetsSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="23.864" height="30" viewBox="0 0 23.864 30">
<path id="database"
d="M28.2,21.443c-1.437,2.324-6.026,4.025-11.465,4.025S6.7,23.767,5.266,21.443c-.3-.494-.466-.23-.466.012v3.412c0,3.307,5.342,6.733,11.932,6.733s11.932-3.426,11.932-6.731V21.457C28.664,21.213,28.5,20.949,28.2,21.443Zm.018-8.721c-1.415,2.054-6.02,3.562-11.483,3.562S6.661,14.776,5.246,12.722c-.292-.423-.446-.193-.446,0v4.017c0,3,5.342,5.435,11.932,5.435s11.932-2.434,11.932-5.435V12.719c0-.19-.157-.42-.449,0ZM16.732,1.6C10.142,1.6,4.8,3.611,4.8,6.088V8.236c0,2.627,5.342,4.758,11.932,4.758s11.932-2.131,11.932-4.758V6.088C28.664,3.611,23.322,1.6,16.732,1.6Z"
transform="translate(-4.8 -1.6)" fill="#000000"/>
</svg>
</span>
<span class="uk-margin-small-left">research data</span>
</div>
</div>
<div *ngIf="otherSize">
<div class="emphasis uk-margin-medium-top uk-margin-bottom">{{otherSize.count|number}} </div>
<div class="uk-text-uppercase uk-flex uk-flex-middle">
<span class="uk-text-secondary">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<path id="earth"
d="M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm0,28.125a13.086,13.086,0,0,1-5.192-1.068l6.831-7.685a.935.935,0,0,0,.237-.622V15.938A.938.938,0,0,0,15.938,15c-3.31,0-6.8-3.442-6.837-3.475a.937.937,0,0,0-.663-.275H4.688a.938.938,0,0,0-.937.937v5.625a.936.936,0,0,0,.518.838L7.5,20.267v5.5A13.132,13.132,0,0,1,3.14,9.375H6.563A.935.935,0,0,0,7.226,9.1l3.75-3.75a.937.937,0,0,0,.275-.663V2.42a13.164,13.164,0,0,1,9.5.779c-.122.1-.24.21-.353.323a5.626,5.626,0,0,0,3.974,9.6c.093,0,.186,0,.278-.007A22.007,22.007,0,0,1,24.4,24.027a.878.878,0,0,0-.024.153A13.084,13.084,0,0,1,15,28.125Z"
fill="#000000"/>
</svg>
</span>
<span class="uk-margin-small-left">other research products</span>
</div>
</div>
</div>
@ -158,3 +399,25 @@
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-section uk-container">
<h3 class="uk-text-center">Synergies</h3>
<div class="uk-padding-large">
<div class="uk-flex uk-flex-middle uk-grid uk-grid-large uk-child-width-1-4@m uk-child-width-1-2"
uk-grid>
<div>
<img src="assets/graph-assets/home/synergies/microsoft.png">
</div>
<div>
<img src="assets/graph-assets/home/synergies/unpaywall.png">
</div>
<div>
<img src="assets/graph-assets/home/synergies/orcid.png">
</div>
<div>
<img src="assets/graph-assets/home/synergies/rda.png">
</div>
</div>
</div>
</div>
</div>

View File

@ -3,21 +3,22 @@ import {Subscription} from 'rxjs';
import {ActivatedRoute, Router} from '@angular/router';
import {Location} from '@angular/common';
import "rxjs/add/observable/zip";
import {Title, Meta} from '@angular/platform-browser';
import {Title, Meta} from '@angular/platform-browser';
import {ConfigurationService} from '../openaireLibrary/utils/configuration/configuration.service';
import { SearchDataprovidersService} from '../openaireLibrary/services/searchDataproviders.service';
import { SearchProjectsService} from '../openaireLibrary/services/searchProjects.service';
import { SearchOrganizationsService} from '../openaireLibrary/services/searchOrganizations.service';
import { RefineFieldResultsService} from '../openaireLibrary/services/refineFieldResults.service';
import { NumberUtils} from '../openaireLibrary/utils/number-utils.class';
import {SearchDataprovidersService} from '../openaireLibrary/services/searchDataproviders.service';
import {SearchProjectsService} from '../openaireLibrary/services/searchProjects.service';
import {SearchOrganizationsService} from '../openaireLibrary/services/searchOrganizations.service';
import {RefineFieldResultsService} from '../openaireLibrary/services/refineFieldResults.service';
import {NumberUtils} from '../openaireLibrary/utils/number-utils.class';
import { RouterHelper} from '../openaireLibrary/utils/routerHelper.class';
import { EnvProperties} from '../openaireLibrary/utils/properties/env-properties';
import { ErrorCodes} from '../openaireLibrary/utils/properties/errorCodes';
import {RouterHelper} from '../openaireLibrary/utils/routerHelper.class';
import {EnvProperties} from '../openaireLibrary/utils/properties/env-properties';
import {ErrorCodes} from '../openaireLibrary/utils/properties/errorCodes';
import {PiwikService} from '../openaireLibrary/utils/piwik/piwik.service';
import { SEOService } from '../openaireLibrary/sharedComponents/SEO/SEO.service';
import {SEOService} from '../openaireLibrary/sharedComponents/SEO/SEO.service';
import {SearchResearchResultsService} from "../openaireLibrary/services/searchResearchResults.service";
import {properties} from "../../environments/environment";
import {portals} from "./portals";
@Component({
selector: 'home',
@ -26,71 +27,97 @@ import {properties} from "../../environments/environment";
})
export class HomeComponent {
public pageTitle = "OpenAIRE Research Graph";
public errorCodes:ErrorCodes = new ErrorCodes();
public routerHelper:RouterHelper = new RouterHelper();
public publicationsSize:any = null;
public datasetsSize:any = null;
public datasetsLinkedSize:any = null;
public softwareLinkedSize:any = null;
public errorCodes: ErrorCodes = new ErrorCodes();
public routerHelper: RouterHelper = new RouterHelper();
public publicationsSize: any = null;
public datasetsSize: any = null;
public datasetsLinkedSize: any = null;
public softwareLinkedSize: any = null;
public softwareSize: any = null;
public otherSize: any = null;
public fundersSize:any = null;
public projectsSize:any = null;
public datasourcesSize:any = null;
public fundersSize: any = null;
public projectsSize: any = null;
public datasourcesSize: any = null;
public portals: any[] = portals;
public state: number = 0;
private timeouts: any[] = [];
properties: EnvProperties = properties;
subs: Subscription[] = [];
constructor (
constructor(
private route: ActivatedRoute,
private _router: Router,
private _searchResearchResultsService: SearchResearchResultsService,
private _searchDataprovidersService: SearchDataprovidersService,
private _searchProjectsService: SearchProjectsService,
private _searchOrganizationsService: SearchOrganizationsService,
private _refineFieldResultsService:RefineFieldResultsService,
private location: Location, private _piwikService:PiwikService,
private _refineFieldResultsService: RefineFieldResultsService,
private location: Location, private _piwikService: PiwikService,
private config: ConfigurationService, private _meta: Meta, private _title: Title, private seoService: SEOService
) {
let description = "OpenAIRE Research Graph: Over 100M of research deduplicated, 170K research software, 11M research data. One of the largest open scholarly records collection worldwide.";
let title = "OpenAIRE | Find and Share research";
this._title.setTitle(title);
this._meta.updateTag({content:description},"name='description'");
this._meta.updateTag({content:description},"property='og:description'");
this._meta.updateTag({content:title},"property='og:title'");
let description = "OpenAIRE Research Graph";
this._title.setTitle(this.pageTitle);
/*this._meta.updateTag({content: description}, "name='description'");
this._meta.updateTag({content: description}, "property='og:description'");
this._meta.updateTag({content: this.pageTitle}, "property='og:title'");*/
}
public ngOnInit() {
this.seoService.createLinkForCanonicalURL(this.properties.domain + this.properties.baseLink+this._router.url, false);
if(this.properties){
var url = this.properties.domain + this.properties.baseLink+this._router.url;
this._meta.updateTag({content:url},"property='og:url'");
if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){
this.subs.push(this._piwikService.trackView(this.properties, "OpenAIRE").subscribe());
}
this.getNumbers();
}
/*this.seoService.createLinkForCanonicalURL(this.properties.domain + this.properties.baseLink + this._router.url, false);*/
if (this.properties) {
/*var url = this.properties.domain + this.properties.baseLink + this._router.url;
this._meta.updateTag({content: url}, "property='og:url'");
if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {
this.subs.push(this._piwikService.trackView(this.properties, "OpenAIRE").subscribe());
}*/
this.getNumbers();
this.animation();
}
}
public ngOnDestroy() {
for (let sub of this.subs) {
sub.unsubscribe();
}
this.clearTimeouts();
}
private animation() {
this.timeouts.push(setTimeout(() => {
this.animation();
if (this.state === (this.portals.length -1)) {
this.state = 0
} else {
this.state++;
}
}, 4000));
}
private changeSlide(slide: number) {
this.clearTimeouts();
this.state = slide;
this.animation();
}
private clearTimeouts() {
this.timeouts.forEach(timeout => {
clearTimeout(timeout);
});
this.state = 0;
}
private getNumbers() {
this.subs.push(this._searchResearchResultsService.numOfSearchResults("publication", "", this.properties).subscribe(
data => {
if(data && data > 0 ){
if (data && data > 0) {
this.publicationsSize = NumberUtils.roundNumber(data);
}
},
err => {
@ -99,7 +126,7 @@ export class HomeComponent {
));
this.subs.push(this._searchResearchResultsService.numOfSearchResults("dataset", "", this.properties).subscribe(
data => {
if(data && data > 0 ){
if (data && data > 0) {
this.datasetsSize = NumberUtils.roundNumber(data);
}
},
@ -110,7 +137,7 @@ export class HomeComponent {
));
this.subs.push(this._searchResearchResultsService.numOfSearchResultsLinkedToPub("dataset", this.properties).subscribe(
data => {
if(data && data > 0 ){
if (data && data > 0) {
this.datasetsLinkedSize = NumberUtils.roundNumber(data);
}
},
@ -130,7 +157,7 @@ export class HomeComponent {
));
this.subs.push(this._searchResearchResultsService.numOfSearchResultsLinkedToPub("software", this.properties).subscribe(
data => {
if(data && data > 0 ){
if (data && data > 0) {
this.softwareLinkedSize = NumberUtils.roundNumber(data);
}
},
@ -148,37 +175,37 @@ export class HomeComponent {
this.handleError("Error getting number of software data", err);
}
));
this.subs.push(this._refineFieldResultsService.getRefineFieldsResultsByEntityName(["funder"],"project", this.properties).subscribe(
this.subs.push(this._refineFieldResultsService.getRefineFieldsResultsByEntityName(["funder"], "project", this.properties).subscribe(
data => {
if(data[0] && data[0] > 0 ){
if (data[0] && data[0] > 0) {
this.projectsSize = NumberUtils.roundNumber(data[0]);
}
if(data[1].length > 0 && data[1][0].filterId == "funder" && data[1][0].values ){
if (data[1].length > 0 && data[1][0].filterId == "funder" && data[1][0].values) {
this.fundersSize = NumberUtils.roundNumber(data[1][0].values.length);
}
},
err => {
this.handleError("Error getting 'funder' field results of projects", err);
})
);
this.subs.push(this._searchDataprovidersService.numOfSearchDataproviders("", this.properties).subscribe(
data => {
if(data && data > 0 ){
if (data && data > 0) {
this.datasourcesSize = NumberUtils.roundNumber(data);
}
},
err => {
this.handleError("Error getting number of content providers", err);
}
));
}
private handleError(message: string, error) {
console.error("Home Page: "+message, error);
console.error("Home Page: " + message, error);
}
}

22
src/app/home/portals.ts Normal file
View File

@ -0,0 +1,22 @@
export const portals: any[] = [
{
name: 'connect',
text: 'Use a trusted partner to share, link, disseminate and monitor your research.'
},
{
name: 'monitor',
text: 'Use our monitoring services and easily track all relevant research outcomes.'
},
{
name: 'explore',
text: 'Explore all OA research outcomes. Link your research. Build your profile.'
},
{
name: 'provide',
text: 'Join OpenAIRE, user our tools and make your content more visible around the world.'
},
{
name: 'osmonitor',
text: 'An OpenAIRE service to better understand the European open research landscape, track trends for open access to publications, data, software, reveal hidden potential on existing resources and view open collaboration patterns.'
},
]

View File

@ -0,0 +1,11 @@
.uk-card {
border-radius: 36px;
color: #1a1a1a;
}
.panel {
border-radius: 15px;
background-color: #FDE8EA;
color: #292929;
font-size: 14px;
padding: 20px;
}

View File

@ -0,0 +1,75 @@
<div class="uk-margin-large-bottom uk-section">
<div class="uk-margin-large-left uk-margin-medium-bottom">
<breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
</div>
<div class="uk-container uk-container-large">
<h2 class="uk-text-center">Resources</h2>
<div class="uk-margin-large-top uk-card uk-card-default uk-padding-large">
<h3 class="uk-text-center">Start building with <span class="uk-text-bold">OpenAIRE APIs</span></h3>
<div class="uk-grid uk-child-width-1-2@m uk-margin-large-top">
<div>
<p>Not sure where to start? Let us give you some guides and reference documentation.</p>
<ul class="portal-circle">
<li>
How to access the Graph (SLA and Terms of Use)<br>
<a href="http://develop.openaire.eu/" target="_blank">http://develop.openaire.eu/</a>
</li>
<li>
Metadata (APIs and dumps)<br>
<a href="http://develop.openaire.eu/graph-dumps.html" target="_blank">http://develop.openaire.eu/graph-dumps.html</a>
</li>
</ul>
</div>
<div class="uk-flex uk-flex-center uk-padding">
<img src="assets/graph-assets/resources/1.svg" class="uk-width-3-5">
</div>
</div>
<div class="uk-grid uk-child-width-1-2@m uk-margin-large-top uk-flex uk-flex-bottom">
<div>
<h6 class="uk-text-normal"><span class="uk-text-bold">Quality of Service:</span> all API services are
running in production 24/7 within the OpenAIRE infrastructure
premises deployed at the data center facilities of the Interdisciplinary Centre for Mathematical and
Computational Modelling (ICM).
</h6>
<h6 class="uk-text-normal"><span class="uk-text-bold">OpenAIRE Research Graphlicense is CC-BY:</span>
the records returned by the service can be freely re-used by commercial and
non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as a content
provider.
</h6>
</div>
<div class="uk-padding-large uk-padding-remove-bottom">
<div class="panel">
<div class="uk-margin-small-bottom">OpenAIRE HTTP API: the <span class="portal-color">APIs</span> are
<span class="portal-color">free-to-use</span>
(no sign-up needed) by any third-party service.
</div>
<div><span class="portal-color">Note that:</span> The HTTP API limits each query to 10,000 paged results;
for unlimited access to the APIs please <a class="uk-link" routerLink="/support">contact us</a>.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uk-margin-large-bottom">
<div class="uk-section uk-container uk-container-large">
<h3 class="uk-text-center">Metadata Schema</h3>
<div class="uk-margin-large-top uk-grid uk-grid-large uk-child-width-1-2@m">
<div>
<img src="assets/graph-assets/resources/2.svg">
</div>
<div class="uk-margin-xlarge-top">
<h6 class="uk-text-normal">
The latest versions of the XML schema and documentation are also available at the following permanent links:
</h6>
<ul class="portal-circle small">
<li><span class="uk-text-bold">XSD: </span><a href="https://www.openaire.eu/schema/latest/oaf.xsd">https://www.openaire.eu/schema/latest/oaf.xsd</a>
</li>
<li><span class="uk-text-bold">HTML: </span><a href="https://www.openaire.eu/schema/latest/doc/oaf.html">
https://www.openaire.eu/schema/latest/doc/oaf.html</a></li>
</ul>
</div>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
import {AfterViewChecked, Component, OnInit} from '@angular/core';
import {Component, OnInit} from '@angular/core';
import {Title} from '@angular/platform-browser';
import {ActivatedRoute} from '@angular/router';
import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.component";
@Component({
selector: 'resources',
@ -9,25 +9,20 @@ import {ActivatedRoute} from '@angular/router';
})
export class ResourcesComponent implements OnInit {
constructor(private title: Title,
private route: ActivatedRoute) {
public breadcrumbs: Breadcrumb[] = [
{
name: 'home',
route: '/'
},
{
name: 'resources'
}
];
constructor(private title: Title) {
}
ngOnInit() {
this.title.setTitle('OpenAIRE - Research Graph | Resources');
// this.route.fragment.subscribe(fragment => {
// setTimeout(() => {
// this.goTo(fragment);
// }, 100);
// });
}
// goTo(id: string) {
// const yOffset = -100;
// const element = document.getElementById(id);
// if(element) {
// const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
// window.scrollTo({top: y, behavior: 'smooth'});
// }
// }
}

View File

@ -3,13 +3,15 @@ import {CommonModule} from "@angular/common";
import {RouterModule} from "@angular/router";
import {ResourcesComponent} from "./resources.component";
import {BreadcrumbsModule} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.module";
@NgModule({
imports: [
CommonModule,
RouterModule.forChild([{
path: '', component: ResourcesComponent
}])
}]),
BreadcrumbsModule
],
declarations: [ResourcesComponent],
exports: [ResourcesComponent]

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 738 KiB

View File

@ -0,0 +1,306 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1368" height="461.331" viewBox="0 0 1368 461.331">
<g id="Layer_2" data-name="Layer 2" opacity="0.2">
<g id="Layer_6" data-name="Layer 6" opacity="0.15">
<path id="Path_1490" data-name="Path 1490" d="M25.756,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985h-4a1.439,1.439,0,0,0,0,2.878h4v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-3.922 -56.355)" fill="#ee2540"/>
<path id="Path_1491" data-name="Path 1491" d="M26.211,273.455H21.556V268.8a1.691,1.691,0,1,0-3.381,0v4.655H13.521a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-3.471 -74.951)" fill="#ee2540"/>
<path id="Path_1492" data-name="Path 1492" d="M26.622,339.839H21.306v-5.324a1.935,1.935,0,0,0-3.87,0v5.324H12.119a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-2.976 -93.321)" fill="#ee2540"/>
<path id="Path_1493" data-name="Path 1493" d="M27.371,406.871H21.033v-6.316a2.295,2.295,0,0,0-4.59,0v6.316H10.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-2.343 -111.751)" fill="#ee2540"/>
<path id="Path_1494" data-name="Path 1494" d="M27.99,472.688H20.681v-7.316a2.662,2.662,0,1,0-5.324,0v7.316H8.048a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295H27.99a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-1.624 -129.836)" fill="#ee2540"/>
<path id="Path_1495" data-name="Path 1495" d="M28.747,542.639H20.417v-8.331a3.029,3.029,0,1,0-6.057,0v8.331H6.029a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,1,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-0.993 -149.076)" fill="#ee2540"/>
<path id="Path_1496" data-name="Path 1496" d="M29.67,608.337H20.087v-9.575a3.482,3.482,0,1,0-6.964,0v9.575H3.541a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575H29.67a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-0.21 -167.035)" fill="#ee2540"/>
<path id="Path_1497" data-name="Path 1497" d="M25.522,139.121H21.867v-3.64a1.331,1.331,0,1,0-2.662,0v3.655H15.551a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-4.141 -37.642)" fill="#ee2540"/>
<path id="Path_1498" data-name="Path 1498" d="M24.846,3.647H22.17V.971a.971.971,0,1,0-1.942,0V3.647H17.551a.971.971,0,1,0,0,1.942h2.676V8.259a.971.971,0,0,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-4.803 0)" fill="#ee2540"/>
<path id="Path_1499" data-name="Path 1499" d="M25.234,72.139H22.069V68.981a1.151,1.151,0,1,0-2.3,0v3.158H16.6a1.151,1.151,0,0,0,0,2.288h3.165v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.165a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-4.522 -19.033)" fill="#ee2540"/>
<path id="Path_1500" data-name="Path 1500" d="M89.756,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985h-4a1.439,1.439,0,1,0,0,2.878h4v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-21.881 -56.355)" fill="#ee2540"/>
<path id="Path_1501" data-name="Path 1501" d="M90.211,273.455H85.556V268.8a1.691,1.691,0,1,0-3.381,0v4.655H77.521a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-21.429 -74.951)" fill="#ee2540"/>
<path id="Path_1502" data-name="Path 1502" d="M90.622,339.839H85.306v-5.324a1.935,1.935,0,0,0-3.87,0v5.324H76.119a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-20.934 -93.321)" fill="#ee2540"/>
<path id="Path_1503" data-name="Path 1503" d="M91.371,406.871H85.033v-6.316a2.295,2.295,0,0,0-4.59,0v6.316H74.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,1,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-20.301 -111.751)" fill="#ee2540"/>
<path id="Path_1504" data-name="Path 1504" d="M91.99,472.688H84.681v-7.316a2.662,2.662,0,1,0-5.324,0v7.316H72.048a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295H91.99a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-19.582 -129.836)" fill="#ee2540"/>
<path id="Path_1505" data-name="Path 1505" d="M92.747,542.639H84.417v-8.331a3.029,3.029,0,1,0-6.057,0v8.331H70.029a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,1,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-18.951 -149.076)" fill="#ee2540"/>
<path id="Path_1506" data-name="Path 1506" d="M93.67,608.337H84.087v-9.575a3.482,3.482,0,1,0-6.964,0v9.575H67.541a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575H93.67a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-18.168 -167.035)" fill="#ee2540"/>
<path id="Path_1507" data-name="Path 1507" d="M89.522,139.121H85.867v-3.64a1.331,1.331,0,1,0-2.662,0v3.655H79.551a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-22.1 -37.642)" fill="#ee2540"/>
<path id="Path_1508" data-name="Path 1508" d="M88.846,3.647H86.17V.971a.971.971,0,1,0-1.942,0V3.647H81.551a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-22.762 0)" fill="#ee2540"/>
<path id="Path_1509" data-name="Path 1509" d="M89.234,72.139H86.069V68.981a1.151,1.151,0,1,0-2.3,0v3.158H80.6a1.151,1.151,0,0,0,0,2.288h3.165v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.165a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-22.481 -19.033)" fill="#ee2540"/>
<path id="Path_1510" data-name="Path 1510" d="M153.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H142.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-39.845 -56.355)" fill="#ee2540"/>
<path id="Path_1511" data-name="Path 1511" d="M154.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-39.387 -74.951)" fill="#ee2540"/>
<path id="Path_1512" data-name="Path 1512" d="M154.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-38.892 -93.321)" fill="#ee2540"/>
<path id="Path_1513" data-name="Path 1513" d="M155.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H138.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-38.259 -111.751)" fill="#ee2540"/>
<path id="Path_1514" data-name="Path 1514" d="M155.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-37.54 -129.836)" fill="#ee2540"/>
<path id="Path_1515" data-name="Path 1515" d="M156.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-36.909 -149.076)" fill="#ee2540"/>
<path id="Path_1516" data-name="Path 1516" d="M157.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-36.127 -167.035)" fill="#ee2540"/>
<path id="Path_1517" data-name="Path 1517" d="M153.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-40.058 -37.642)" fill="#ee2540"/>
<path id="Path_1518" data-name="Path 1518" d="M152.846,3.647H150.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,1,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,1,0,0-1.942Z" transform="translate(-40.72 0)" fill="#ee2540"/>
<path id="Path_1519" data-name="Path 1519" d="M153.234,72.139h-3.165V68.981a1.151,1.151,0,0,0-2.3,0v3.158H144.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-40.439 -19.033)" fill="#ee2540"/>
<path id="Path_1520" data-name="Path 1520" d="M217.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H206.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-57.803 -56.355)" fill="#ee2540"/>
<path id="Path_1521" data-name="Path 1521" d="M218.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-57.345 -74.951)" fill="#ee2540"/>
<path id="Path_1522" data-name="Path 1522" d="M218.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-56.851 -93.321)" fill="#ee2540"/>
<path id="Path_1523" data-name="Path 1523" d="M219.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H202.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-56.217 -111.751)" fill="#ee2540"/>
<path id="Path_1524" data-name="Path 1524" d="M219.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-55.499 -129.836)" fill="#ee2540"/>
<path id="Path_1525" data-name="Path 1525" d="M220.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-54.868 -149.076)" fill="#ee2540"/>
<path id="Path_1526" data-name="Path 1526" d="M221.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-54.085 -167.035)" fill="#ee2540"/>
<path id="Path_1527" data-name="Path 1527" d="M217.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-58.016 -37.642)" fill="#ee2540"/>
<path id="Path_1528" data-name="Path 1528" d="M216.846,3.647H214.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-58.678 0)" fill="#ee2540"/>
<path id="Path_1529" data-name="Path 1529" d="M217.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H208.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-58.397 -19.033)" fill="#ee2540"/>
<path id="Path_1530" data-name="Path 1530" d="M281.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H270.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-75.761 -56.355)" fill="#ee2540"/>
<path id="Path_1531" data-name="Path 1531" d="M282.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,0,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-75.304 -74.951)" fill="#ee2540"/>
<path id="Path_1532" data-name="Path 1532" d="M282.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-74.809 -93.321)" fill="#ee2540"/>
<path id="Path_1533" data-name="Path 1533" d="M283.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H266.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-74.176 -111.751)" fill="#ee2540"/>
<path id="Path_1534" data-name="Path 1534" d="M283.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-73.457 -129.836)" fill="#ee2540"/>
<path id="Path_1535" data-name="Path 1535" d="M284.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-72.826 -149.076)" fill="#ee2540"/>
<path id="Path_1536" data-name="Path 1536" d="M285.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-72.043 -167.035)" fill="#ee2540"/>
<path id="Path_1537" data-name="Path 1537" d="M281.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-75.974 -37.642)" fill="#ee2540"/>
<path id="Path_1538" data-name="Path 1538" d="M280.846,3.647H278.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,0,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-76.637 0)" fill="#ee2540"/>
<path id="Path_1539" data-name="Path 1539" d="M281.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H272.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-76.356 -19.033)" fill="#ee2540"/>
<path id="Path_1540" data-name="Path 1540" d="M345.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H334.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-93.719 -56.355)" fill="#ee2540"/>
<path id="Path_1541" data-name="Path 1541" d="M346.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-93.262 -74.951)" fill="#ee2540"/>
<path id="Path_1542" data-name="Path 1542" d="M346.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-92.767 -93.321)" fill="#ee2540"/>
<path id="Path_1543" data-name="Path 1543" d="M347.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H330.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-92.134 -111.751)" fill="#ee2540"/>
<path id="Path_1544" data-name="Path 1544" d="M347.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-91.415 -129.836)" fill="#ee2540"/>
<path id="Path_1545" data-name="Path 1545" d="M348.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-90.784 -149.076)" fill="#ee2540"/>
<path id="Path_1546" data-name="Path 1546" d="M349.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-90.001 -167.035)" fill="#ee2540"/>
<path id="Path_1547" data-name="Path 1547" d="M345.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-93.933 -37.642)" fill="#ee2540"/>
<path id="Path_1548" data-name="Path 1548" d="M344.846,3.647H342.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,0,0,1.942,0V5.59h2.676a.971.971,0,1,0,0-1.942Z" transform="translate(-94.595 0)" fill="#ee2540"/>
<path id="Path_1549" data-name="Path 1549" d="M345.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H336.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-94.314 -19.033)" fill="#ee2540"/>
<path id="Path_1550" data-name="Path 1550" d="M409.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H398.9a1.439,1.439,0,1,0,0,2.878h3.986v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-111.678 -56.355)" fill="#ee2540"/>
<path id="Path_1551" data-name="Path 1551" d="M410.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-111.22 -74.951)" fill="#ee2540"/>
<path id="Path_1552" data-name="Path 1552" d="M410.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-110.725 -93.321)" fill="#ee2540"/>
<path id="Path_1553" data-name="Path 1553" d="M411.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H394.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-110.092 -111.751)" fill="#ee2540"/>
<path id="Path_1554" data-name="Path 1554" d="M411.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-109.373 -129.836)" fill="#ee2540"/>
<path id="Path_1555" data-name="Path 1555" d="M412.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-108.743 -149.076)" fill="#ee2540"/>
<path id="Path_1556" data-name="Path 1556" d="M413.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-107.96 -167.035)" fill="#ee2540"/>
<path id="Path_1557" data-name="Path 1557" d="M409.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-111.891 -37.642)" fill="#ee2540"/>
<path id="Path_1558" data-name="Path 1558" d="M408.846,3.647H406.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-112.553 0)" fill="#ee2540"/>
<path id="Path_1559" data-name="Path 1559" d="M409.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H400.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-112.272 -19.033)" fill="#ee2540"/>
<path id="Path_1560" data-name="Path 1560" d="M473.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H462.9a1.439,1.439,0,1,0,0,2.878h3.986v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-129.636 -56.355)" fill="#ee2540"/>
<path id="Path_1561" data-name="Path 1561" d="M474.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,0,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-129.179 -74.951)" fill="#ee2540"/>
<path id="Path_1562" data-name="Path 1562" d="M474.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-128.684 -93.321)" fill="#ee2540"/>
<path id="Path_1563" data-name="Path 1563" d="M475.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H458.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-128.051 -111.751)" fill="#ee2540"/>
<path id="Path_1564" data-name="Path 1564" d="M475.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-127.332 -129.836)" fill="#ee2540"/>
<path id="Path_1565" data-name="Path 1565" d="M476.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-126.701 -149.076)" fill="#ee2540"/>
<path id="Path_1566" data-name="Path 1566" d="M477.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-125.918 -167.035)" fill="#ee2540"/>
<path id="Path_1567" data-name="Path 1567" d="M473.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-129.849 -37.642)" fill="#ee2540"/>
<path id="Path_1568" data-name="Path 1568" d="M472.846,3.647H470.17V.971a.971.971,0,0,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,1,0,0-1.942Z" transform="translate(-130.511 0)" fill="#ee2540"/>
<path id="Path_1569" data-name="Path 1569" d="M473.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H464.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-130.23 -19.033)" fill="#ee2540"/>
<path id="Path_1570" data-name="Path 1570" d="M537.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H526.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-147.594 -56.355)" fill="#ee2540"/>
<path id="Path_1571" data-name="Path 1571" d="M538.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-147.137 -74.951)" fill="#ee2540"/>
<path id="Path_1572" data-name="Path 1572" d="M538.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-146.642 -93.321)" fill="#ee2540"/>
<path id="Path_1573" data-name="Path 1573" d="M539.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H522.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-146.009 -111.751)" fill="#ee2540"/>
<path id="Path_1574" data-name="Path 1574" d="M539.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-145.29 -129.836)" fill="#ee2540"/>
<path id="Path_1575" data-name="Path 1575" d="M540.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-144.659 -149.076)" fill="#ee2540"/>
<path id="Path_1576" data-name="Path 1576" d="M541.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-143.876 -167.035)" fill="#ee2540"/>
<path id="Path_1577" data-name="Path 1577" d="M537.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-147.808 -37.642)" fill="#ee2540"/>
<path id="Path_1578" data-name="Path 1578" d="M536.846,3.647H534.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-148.47 0)" fill="#ee2540"/>
<path id="Path_1579" data-name="Path 1579" d="M537.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H528.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-148.189 -19.033)" fill="#ee2540"/>
<path id="Path_1580" data-name="Path 1580" d="M601.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H590.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-165.553 -56.355)" fill="#ee2540"/>
<path id="Path_1581" data-name="Path 1581" d="M602.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-165.095 -74.951)" fill="#ee2540"/>
<path id="Path_1582" data-name="Path 1582" d="M602.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-164.6 -93.321)" fill="#ee2540"/>
<path id="Path_1583" data-name="Path 1583" d="M603.371,406.871h-6.316v-6.316a2.295,2.295,0,0,0-4.59,0v6.316H586.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-163.967 -111.751)" fill="#ee2540"/>
<path id="Path_1584" data-name="Path 1584" d="M603.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-163.248 -129.836)" fill="#ee2540"/>
<path id="Path_1585" data-name="Path 1585" d="M604.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-162.617 -149.076)" fill="#ee2540"/>
<path id="Path_1586" data-name="Path 1586" d="M605.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-161.835 -167.035)" fill="#ee2540"/>
<path id="Path_1587" data-name="Path 1587" d="M601.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-165.766 -37.642)" fill="#ee2540"/>
<path id="Path_1588" data-name="Path 1588" d="M600.846,3.647H598.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-166.428 0)" fill="#ee2540"/>
<path id="Path_1589" data-name="Path 1589" d="M601.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H592.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-166.147 -19.033)" fill="#ee2540"/>
<path id="Path_1590" data-name="Path 1590" d="M665.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H654.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-183.511 -56.355)" fill="#ee2540"/>
<path id="Path_1591" data-name="Path 1591" d="M666.211,273.455h-4.654V268.8a1.691,1.691,0,0,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-183.053 -74.951)" fill="#ee2540"/>
<path id="Path_1592" data-name="Path 1592" d="M666.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-182.559 -93.321)" fill="#ee2540"/>
<path id="Path_1593" data-name="Path 1593" d="M667.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H650.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-181.925 -111.751)" fill="#ee2540"/>
<path id="Path_1594" data-name="Path 1594" d="M667.99,472.688h-7.309v-7.316a2.662,2.662,0,0,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,0,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-181.206 -129.836)" fill="#ee2540"/>
<path id="Path_1595" data-name="Path 1595" d="M668.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-180.576 -149.076)" fill="#ee2540"/>
<path id="Path_1596" data-name="Path 1596" d="M669.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-179.793 -167.035)" fill="#ee2540"/>
<path id="Path_1597" data-name="Path 1597" d="M665.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-183.724 -37.642)" fill="#ee2540"/>
<path id="Path_1598" data-name="Path 1598" d="M664.846,3.647H662.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-184.386 0)" fill="#ee2540"/>
<path id="Path_1599" data-name="Path 1599" d="M665.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H656.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-184.105 -19.033)" fill="#ee2540"/>
<path id="Path_1600" data-name="Path 1600" d="M729.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H718.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-201.469 -56.355)" fill="#ee2540"/>
<path id="Path_1601" data-name="Path 1601" d="M730.211,273.455h-4.654V268.8a1.691,1.691,0,0,0-3.381,0v4.655h-4.654a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-201.012 -74.951)" fill="#ee2540"/>
<path id="Path_1602" data-name="Path 1602" d="M730.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-200.517 -93.321)" fill="#ee2540"/>
<path id="Path_1603" data-name="Path 1603" d="M731.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H714.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-199.884 -111.751)" fill="#ee2540"/>
<path id="Path_1604" data-name="Path 1604" d="M731.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-199.165 -129.836)" fill="#ee2540"/>
<path id="Path_1605" data-name="Path 1605" d="M732.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-198.534 -149.076)" fill="#ee2540"/>
<path id="Path_1606" data-name="Path 1606" d="M733.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-197.751 -167.035)" fill="#ee2540"/>
<path id="Path_1607" data-name="Path 1607" d="M729.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-201.682 -37.642)" fill="#ee2540"/>
<path id="Path_1608" data-name="Path 1608" d="M728.846,3.647H726.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-202.345 0)" fill="#ee2540"/>
<path id="Path_1609" data-name="Path 1609" d="M729.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H720.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.172a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-202.064 -19.033)" fill="#ee2540"/>
<path id="Path_1610" data-name="Path 1610" d="M793.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H782.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-219.427 -56.355)" fill="#ee2540"/>
<path id="Path_1611" data-name="Path 1611" d="M794.211,273.455h-4.654V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-218.97 -74.951)" fill="#ee2540"/>
<path id="Path_1612" data-name="Path 1612" d="M794.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-218.475 -93.321)" fill="#ee2540"/>
<path id="Path_1613" data-name="Path 1613" d="M795.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H778.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-217.842 -111.751)" fill="#ee2540"/>
<path id="Path_1614" data-name="Path 1614" d="M795.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-217.123 -129.836)" fill="#ee2540"/>
<path id="Path_1615" data-name="Path 1615" d="M796.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-216.492 -149.076)" fill="#ee2540"/>
<path id="Path_1616" data-name="Path 1616" d="M797.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.583v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-215.71 -167.035)" fill="#ee2540"/>
<path id="Path_1617" data-name="Path 1617" d="M793.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-219.641 -37.642)" fill="#ee2540"/>
<path id="Path_1618" data-name="Path 1618" d="M792.846,3.647H790.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-220.303 0)" fill="#ee2540"/>
<path id="Path_1619" data-name="Path 1619" d="M793.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H784.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-220.022 -19.033)" fill="#ee2540"/>
<path id="Path_1620" data-name="Path 1620" d="M857.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H846.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-237.386 -56.355)" fill="#ee2540"/>
<path id="Path_1621" data-name="Path 1621" d="M858.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-236.928 -74.951)" fill="#ee2540"/>
<path id="Path_1622" data-name="Path 1622" d="M858.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-236.433 -93.321)" fill="#ee2540"/>
<path id="Path_1623" data-name="Path 1623" d="M859.37,406.871h-6.316v-6.316a2.295,2.295,0,0,0-4.59,0v6.316H842.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-235.8 -111.751)" fill="#ee2540"/>
<path id="Path_1624" data-name="Path 1624" d="M859.99,472.688h-7.309v-7.316a2.662,2.662,0,0,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,0,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-235.081 -129.836)" fill="#ee2540"/>
<path id="Path_1625" data-name="Path 1625" d="M860.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-234.451 -149.076)" fill="#ee2540"/>
<path id="Path_1626" data-name="Path 1626" d="M861.669,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-233.668 -167.035)" fill="#ee2540"/>
<path id="Path_1627" data-name="Path 1627" d="M857.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-237.599 -37.642)" fill="#ee2540"/>
<path id="Path_1628" data-name="Path 1628" d="M856.846,3.647H854.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-238.261 0)" fill="#ee2540"/>
<path id="Path_1629" data-name="Path 1629" d="M857.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H848.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-237.98 -19.033)" fill="#ee2540"/>
<path id="Path_1630" data-name="Path 1630" d="M921.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H910.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-255.344 -56.355)" fill="#ee2540"/>
<path id="Path_1631" data-name="Path 1631" d="M922.211,273.455h-4.654V268.8a1.691,1.691,0,0,0-3.381,0v4.655h-4.654a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,0,0,3.381,0v-4.655h4.654a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-254.887 -74.951)" fill="#ee2540"/>
<path id="Path_1632" data-name="Path 1632" d="M922.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-254.392 -93.321)" fill="#ee2540"/>
<path id="Path_1633" data-name="Path 1633" d="M923.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H906.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-253.759 -111.751)" fill="#ee2540"/>
<path id="Path_1634" data-name="Path 1634" d="M923.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-253.04 -129.836)" fill="#ee2540"/>
<path id="Path_1635" data-name="Path 1635" d="M924.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-252.409 -149.076)" fill="#ee2540"/>
<path id="Path_1636" data-name="Path 1636" d="M925.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.583v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-251.626 -167.035)" fill="#ee2540"/>
<path id="Path_1637" data-name="Path 1637" d="M921.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-255.557 -37.642)" fill="#ee2540"/>
<path id="Path_1638" data-name="Path 1638" d="M920.846,3.647H918.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-256.219 0)" fill="#ee2540"/>
<path id="Path_1639" data-name="Path 1639" d="M921.234,72.139h-3.165V68.981a1.151,1.151,0,1,0-2.3,0v3.158H912.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-255.938 -19.033)" fill="#ee2540"/>
<path id="Path_1640" data-name="Path 1640" d="M985.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H974.9a1.439,1.439,0,0,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-273.302 -56.355)" fill="#ee2540"/>
<path id="Path_1641" data-name="Path 1641" d="M986.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-272.845 -74.951)" fill="#ee2540"/>
<path id="Path_1642" data-name="Path 1642" d="M986.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-272.35 -93.321)" fill="#ee2540"/>
<path id="Path_1643" data-name="Path 1643" d="M987.37,406.871h-6.316v-6.316a2.295,2.295,0,0,0-4.59,0v6.316H970.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,1,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-271.717 -111.751)" fill="#ee2540"/>
<path id="Path_1644" data-name="Path 1644" d="M987.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-270.998 -129.836)" fill="#ee2540"/>
<path id="Path_1645" data-name="Path 1645" d="M988.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-270.367 -149.076)" fill="#ee2540"/>
<path id="Path_1646" data-name="Path 1646" d="M989.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-269.584 -167.035)" fill="#ee2540"/>
<path id="Path_1647" data-name="Path 1647" d="M985.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-273.516 -37.642)" fill="#ee2540"/>
<path id="Path_1648" data-name="Path 1648" d="M984.846,3.647H982.17V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-274.178 0)" fill="#ee2540"/>
<path id="Path_1649" data-name="Path 1649" d="M985.234,72.139h-3.165V68.981a1.151,1.151,0,0,0-2.3,0v3.158H976.6a1.151,1.151,0,0,0,0,2.288h3.158v3.165a1.151,1.151,0,1,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-273.897 -19.033)" fill="#ee2540"/>
<path id="Path_1650" data-name="Path 1650" d="M1049.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1038.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-291.261 -56.355)" fill="#ee2540"/>
<path id="Path_1651" data-name="Path 1651" d="M1050.211,273.455h-4.654V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.654a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-290.803 -74.951)" fill="#ee2540"/>
<path id="Path_1652" data-name="Path 1652" d="M1050.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-290.308 -93.321)" fill="#ee2540"/>
<path id="Path_1653" data-name="Path 1653" d="M1051.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1034.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-289.675 -111.751)" fill="#ee2540"/>
<path id="Path_1654" data-name="Path 1654" d="M1051.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-288.956 -129.836)" fill="#ee2540"/>
<path id="Path_1655" data-name="Path 1655" d="M1052.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-288.326 -149.076)" fill="#ee2540"/>
<path id="Path_1656" data-name="Path 1656" d="M1053.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-287.543 -167.035)" fill="#ee2540"/>
<path id="Path_1657" data-name="Path 1657" d="M1049.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-291.474 -37.642)" fill="#ee2540"/>
<path id="Path_1658" data-name="Path 1658" d="M1048.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-292.136 0)" fill="#ee2540"/>
<path id="Path_1659" data-name="Path 1659" d="M1049.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.172a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-291.84 -19.033)" fill="#ee2540"/>
<path id="Path_1660" data-name="Path 1660" d="M1113.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1102.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-309.219 -56.355)" fill="#ee2540"/>
<path id="Path_1661" data-name="Path 1661" d="M1114.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-308.762 -74.951)" fill="#ee2540"/>
<path id="Path_1662" data-name="Path 1662" d="M1114.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.317v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-308.266 -93.321)" fill="#ee2540"/>
<path id="Path_1663" data-name="Path 1663" d="M1115.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1098.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-307.633 -111.751)" fill="#ee2540"/>
<path id="Path_1664" data-name="Path 1664" d="M1115.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-306.915 -129.836)" fill="#ee2540"/>
<path id="Path_1665" data-name="Path 1665" d="M1116.748,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-306.284 -149.076)" fill="#ee2540"/>
<path id="Path_1666" data-name="Path 1666" d="M1117.67,608.337h-9.583v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.583a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-305.501 -167.035)" fill="#ee2540"/>
<path id="Path_1667" data-name="Path 1667" d="M1113.522,139.121h-3.654v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.654a1.331,1.331,0,1,0,0,2.662h3.654v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.654a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-309.432 -37.642)" fill="#ee2540"/>
<path id="Path_1668" data-name="Path 1668" d="M1112.846,3.647h-2.676V.971a.971.971,0,0,0-1.943,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-310.094 0)" fill="#ee2540"/>
<path id="Path_1669" data-name="Path 1669" d="M1113.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-309.799 -19.033)" fill="#ee2540"/>
<path id="Path_1670" data-name="Path 1670" d="M1177.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1166.9a1.439,1.439,0,0,0,0,2.878h3.986v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-327.177 -56.355)" fill="#ee2540"/>
<path id="Path_1671" data-name="Path 1671" d="M1178.211,273.455h-4.654V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.654a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-326.72 -74.951)" fill="#ee2540"/>
<path id="Path_1672" data-name="Path 1672" d="M1178.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-326.225 -93.321)" fill="#ee2540"/>
<path id="Path_1673" data-name="Path 1673" d="M1179.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1162.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-325.592 -111.751)" fill="#ee2540"/>
<path id="Path_1674" data-name="Path 1674" d="M1179.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.323,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-324.873 -129.836)" fill="#ee2540"/>
<path id="Path_1675" data-name="Path 1675" d="M1180.748,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-324.242 -149.076)" fill="#ee2540"/>
<path id="Path_1676" data-name="Path 1676" d="M1181.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-323.459 -167.035)" fill="#ee2540"/>
<path id="Path_1677" data-name="Path 1677" d="M1177.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-327.39 -37.642)" fill="#ee2540"/>
<path id="Path_1678" data-name="Path 1678" d="M1176.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-328.053 0)" fill="#ee2540"/>
<path id="Path_1679" data-name="Path 1679" d="M1177.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-327.757 -19.033)" fill="#ee2540"/>
<path id="Path_1680" data-name="Path 1680" d="M1241.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1230.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-345.135 -56.355)" fill="#ee2540"/>
<path id="Path_1681" data-name="Path 1681" d="M1242.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-344.678 -74.951)" fill="#ee2540"/>
<path id="Path_1682" data-name="Path 1682" d="M1242.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.317v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-344.183 -93.321)" fill="#ee2540"/>
<path id="Path_1683" data-name="Path 1683" d="M1243.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1226.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-343.55 -111.751)" fill="#ee2540"/>
<path id="Path_1684" data-name="Path 1684" d="M1243.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-342.831 -129.836)" fill="#ee2540"/>
<path id="Path_1685" data-name="Path 1685" d="M1244.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-342.2 -149.076)" fill="#ee2540"/>
<path id="Path_1686" data-name="Path 1686" d="M1245.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-341.418 -167.035)" fill="#ee2540"/>
<path id="Path_1687" data-name="Path 1687" d="M1241.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-345.349 -37.642)" fill="#ee2540"/>
<path id="Path_1688" data-name="Path 1688" d="M1240.846,3.647h-2.676V.971a.971.971,0,0,0-1.943,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-346.011 0)" fill="#ee2540"/>
<path id="Path_1689" data-name="Path 1689" d="M1241.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-345.715 -19.033)" fill="#ee2540"/>
<path id="Path_1690" data-name="Path 1690" d="M1305.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1294.9a1.439,1.439,0,0,0,0,2.878h3.986v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-363.094 -56.355)" fill="#ee2540"/>
<path id="Path_1691" data-name="Path 1691" d="M1306.211,273.455h-4.654V268.8a1.691,1.691,0,0,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.69,1.69,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-362.636 -74.951)" fill="#ee2540"/>
<path id="Path_1692" data-name="Path 1692" d="M1306.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-362.141 -93.321)" fill="#ee2540"/>
<path id="Path_1693" data-name="Path 1693" d="M1307.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1290.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-361.508 -111.751)" fill="#ee2540"/>
<path id="Path_1694" data-name="Path 1694" d="M1307.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.323,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-360.789 -129.836)" fill="#ee2540"/>
<path id="Path_1695" data-name="Path 1695" d="M1308.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.058,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-360.159 -149.076)" fill="#ee2540"/>
<path id="Path_1696" data-name="Path 1696" d="M1309.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-359.376 -167.035)" fill="#ee2540"/>
<path id="Path_1697" data-name="Path 1697" d="M1305.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-363.307 -37.642)" fill="#ee2540"/>
<path id="Path_1698" data-name="Path 1698" d="M1304.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-363.969 0)" fill="#ee2540"/>
<path id="Path_1699" data-name="Path 1699" d="M1305.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.172a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-363.674 -19.033)" fill="#ee2540"/>
<path id="Path_1700" data-name="Path 1700" d="M1369.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1358.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-381.052 -56.355)" fill="#ee2540"/>
<path id="Path_1701" data-name="Path 1701" d="M1370.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-380.595 -74.951)" fill="#ee2540"/>
<path id="Path_1702" data-name="Path 1702" d="M1370.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-380.1 -93.321)" fill="#ee2540"/>
<path id="Path_1703" data-name="Path 1703" d="M1371.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1354.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-379.467 -111.751)" fill="#ee2540"/>
<path id="Path_1704" data-name="Path 1704" d="M1371.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-378.748 -129.836)" fill="#ee2540"/>
<path id="Path_1705" data-name="Path 1705" d="M1372.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-378.117 -149.076)" fill="#ee2540"/>
<path id="Path_1706" data-name="Path 1706" d="M1373.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-377.334 -167.035)" fill="#ee2540"/>
<path id="Path_1707" data-name="Path 1707" d="M1369.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-381.265 -37.642)" fill="#ee2540"/>
<path id="Path_1708" data-name="Path 1708" d="M1368.846,3.647h-2.676V.971a.971.971,0,0,0-1.943,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-381.927 0)" fill="#ee2540"/>
<path id="Path_1709" data-name="Path 1709" d="M1369.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.172a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-381.632 -19.033)" fill="#ee2540"/>
<path id="Path_1710" data-name="Path 1710" d="M1433.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1422.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-399.01 -56.355)" fill="#ee2540"/>
<path id="Path_1711" data-name="Path 1711" d="M1434.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.654a1.691,1.691,0,0,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-398.553 -74.951)" fill="#ee2540"/>
<path id="Path_1712" data-name="Path 1712" d="M1434.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-398.058 -93.321)" fill="#ee2540"/>
<path id="Path_1713" data-name="Path 1713" d="M1435.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1418.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,0,0,0-4.59Z" transform="translate(-397.425 -111.751)" fill="#ee2540"/>
<path id="Path_1714" data-name="Path 1714" d="M1435.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-396.706 -129.836)" fill="#ee2540"/>
<path id="Path_1715" data-name="Path 1715" d="M1436.748,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.058,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-396.075 -149.076)" fill="#ee2540"/>
<path id="Path_1716" data-name="Path 1716" d="M1437.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-395.292 -167.035)" fill="#ee2540"/>
<path id="Path_1717" data-name="Path 1717" d="M1433.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-399.224 -37.642)" fill="#ee2540"/>
<path id="Path_1718" data-name="Path 1718" d="M1432.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-399.886 0)" fill="#ee2540"/>
<path id="Path_1719" data-name="Path 1719" d="M1433.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.172a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-399.59 -19.033)" fill="#ee2540"/>
<path id="Path_1720" data-name="Path 1720" d="M1497.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1486.9a1.439,1.439,0,0,0,0,2.878h3.986v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-416.969 -56.355)" fill="#ee2540"/>
<path id="Path_1721" data-name="Path 1721" d="M1498.211,273.455h-4.654V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-416.511 -74.951)" fill="#ee2540"/>
<path id="Path_1722" data-name="Path 1722" d="M1498.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-416.016 -93.321)" fill="#ee2540"/>
<path id="Path_1723" data-name="Path 1723" d="M1499.37,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1482.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-415.383 -111.751)" fill="#ee2540"/>
<path id="Path_1724" data-name="Path 1724" d="M1499.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.323,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-414.664 -129.836)" fill="#ee2540"/>
<path id="Path_1725" data-name="Path 1725" d="M1500.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-414.034 -149.076)" fill="#ee2540"/>
<path id="Path_1726" data-name="Path 1726" d="M1501.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-413.251 -167.035)" fill="#ee2540"/>
<path id="Path_1727" data-name="Path 1727" d="M1497.522,139.121h-3.654v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.654a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-417.182 -37.642)" fill="#ee2540"/>
<path id="Path_1728" data-name="Path 1728" d="M1496.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-417.844 0)" fill="#ee2540"/>
<path id="Path_1729" data-name="Path 1729" d="M1497.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.172a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-417.548 -19.033)" fill="#ee2540"/>
<path id="Path_1730" data-name="Path 1730" d="M1561.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1550.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-434.927 -56.355)" fill="#ee2540"/>
<path id="Path_1731" data-name="Path 1731" d="M1562.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-434.47 -74.951)" fill="#ee2540"/>
<path id="Path_1732" data-name="Path 1732" d="M1562.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.317v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-433.975 -93.321)" fill="#ee2540"/>
<path id="Path_1733" data-name="Path 1733" d="M1563.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1546.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-433.341 -111.751)" fill="#ee2540"/>
<path id="Path_1734" data-name="Path 1734" d="M1563.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-432.622 -129.836)" fill="#ee2540"/>
<path id="Path_1735" data-name="Path 1735" d="M1564.748,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.058,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.058,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-431.992 -149.076)" fill="#ee2540"/>
<path id="Path_1736" data-name="Path 1736" d="M1565.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-431.209 -167.035)" fill="#ee2540"/>
<path id="Path_1737" data-name="Path 1737" d="M1561.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-435.14 -37.642)" fill="#ee2540"/>
<path id="Path_1738" data-name="Path 1738" d="M1560.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-435.802 0)" fill="#ee2540"/>
<path id="Path_1739" data-name="Path 1739" d="M1561.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-435.507 -19.033)" fill="#ee2540"/>
<path id="Path_1740" data-name="Path 1740" d="M1625.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1614.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-452.885 -56.355)" fill="#ee2540"/>
<path id="Path_1741" data-name="Path 1741" d="M1626.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,1,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-452.428 -74.951)" fill="#ee2540"/>
<path id="Path_1742" data-name="Path 1742" d="M1626.622,339.839h-5.316v-5.324a1.935,1.935,0,0,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,0,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-451.933 -93.321)" fill="#ee2540"/>
<path id="Path_1743" data-name="Path 1743" d="M1627.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1610.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-451.3 -111.751)" fill="#ee2540"/>
<path id="Path_1744" data-name="Path 1744" d="M1627.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.323,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-450.581 -129.836)" fill="#ee2540"/>
<path id="Path_1745" data-name="Path 1745" d="M1628.748,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,1,0,0-6.057Z" transform="translate(-449.95 -149.076)" fill="#ee2540"/>
<path id="Path_1746" data-name="Path 1746" d="M1629.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-449.167 -167.035)" fill="#ee2540"/>
<path id="Path_1747" data-name="Path 1747" d="M1625.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-453.098 -37.642)" fill="#ee2540"/>
<path id="Path_1748" data-name="Path 1748" d="M1624.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-453.761 0)" fill="#ee2540"/>
<path id="Path_1749" data-name="Path 1749" d="M1625.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-453.465 -19.033)" fill="#ee2540"/>
<path id="Path_1750" data-name="Path 1750" d="M1689.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1678.9a1.439,1.439,0,0,0,0,2.878h3.986v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-470.843 -56.355)" fill="#ee2540"/>
<path id="Path_1751" data-name="Path 1751" d="M1690.211,273.455h-4.654V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.654a1.691,1.691,0,1,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.654a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-470.386 -74.951)" fill="#ee2540"/>
<path id="Path_1752" data-name="Path 1752" d="M1690.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.317v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-469.891 -93.321)" fill="#ee2540"/>
<path id="Path_1753" data-name="Path 1753" d="M1691.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1674.1a2.295,2.295,0,0,0,0,4.59h6.316v6.316a2.295,2.295,0,1,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-469.258 -111.751)" fill="#ee2540"/>
<path id="Path_1754" data-name="Path 1754" d="M1691.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.324,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-468.539 -129.836)" fill="#ee2540"/>
<path id="Path_1755" data-name="Path 1755" d="M1692.748,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,1,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-467.908 -149.076)" fill="#ee2540"/>
<path id="Path_1756" data-name="Path 1756" d="M1693.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.583v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-467.126 -167.035)" fill="#ee2540"/>
<path id="Path_1757" data-name="Path 1757" d="M1689.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-471.057 -37.642)" fill="#ee2540"/>
<path id="Path_1758" data-name="Path 1758" d="M1688.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,1,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-471.719 0)" fill="#ee2540"/>
<path id="Path_1759" data-name="Path 1759" d="M1689.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-471.423 -19.033)" fill="#ee2540"/>
<path id="Path_1760" data-name="Path 1760" d="M1753.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1742.9a1.439,1.439,0,0,0,0,2.878h3.986v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-488.802 -56.355)" fill="#ee2540"/>
<path id="Path_1761" data-name="Path 1761" d="M1754.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-488.344 -74.951)" fill="#ee2540"/>
<path id="Path_1762" data-name="Path 1762" d="M1754.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-487.849 -93.321)" fill="#ee2540"/>
<path id="Path_1763" data-name="Path 1763" d="M1755.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1738.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,1,0,4.59,0v-6.316h6.36a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-487.216 -111.751)" fill="#ee2540"/>
<path id="Path_1764" data-name="Path 1764" d="M1755.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-486.497 -129.836)" fill="#ee2540"/>
<path id="Path_1765" data-name="Path 1765" d="M1756.747,542.639h-8.331v-8.331a3.029,3.029,0,0,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-485.867 -149.076)" fill="#ee2540"/>
<path id="Path_1766" data-name="Path 1766" d="M1757.67,608.337h-9.582v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,1,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-485.084 -167.035)" fill="#ee2540"/>
<path id="Path_1767" data-name="Path 1767" d="M1753.522,139.121h-3.655v-3.64a1.331,1.331,0,1,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,1,0,0-2.662Z" transform="translate(-489.015 -37.642)" fill="#ee2540"/>
<path id="Path_1768" data-name="Path 1768" d="M1752.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-489.677 0)" fill="#ee2540"/>
<path id="Path_1769" data-name="Path 1769" d="M1753.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-489.382 -19.033)" fill="#ee2540"/>
<path id="Path_1770" data-name="Path 1770" d="M1817.762,206.264h-4v-3.985a1.439,1.439,0,0,0-2.878,0v3.985H1806.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,0,0,2.878,0v-3.993h3.985a1.439,1.439,0,1,0,0-2.878Z" transform="translate(-506.76 -56.355)" fill="#ee2540"/>
<path id="Path_1771" data-name="Path 1771" d="M1818.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.655a1.691,1.691,0,0,0,0,3.381h4.655v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,1,0,0-3.381Z" transform="translate(-506.303 -74.951)" fill="#ee2540"/>
<path id="Path_1772" data-name="Path 1772" d="M1818.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-505.808 -93.321)" fill="#ee2540"/>
<path id="Path_1773" data-name="Path 1773" d="M1819.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1802.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-505.175 -111.751)" fill="#ee2540"/>
<path id="Path_1774" data-name="Path 1774" d="M1819.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.324,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-504.456 -129.836)" fill="#ee2540"/>
<path id="Path_1775" data-name="Path 1775" d="M1820.747,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.057,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-503.825 -149.076)" fill="#ee2540"/>
<path id="Path_1776" data-name="Path 1776" d="M1821.67,608.337h-9.582v-9.575a3.482,3.482,0,0,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.582a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-503.042 -167.035)" fill="#ee2540"/>
<path id="Path_1777" data-name="Path 1777" d="M1817.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,0,0,0,2.662h3.655v3.655a1.331,1.331,0,0,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-506.973 -37.642)" fill="#ee2540"/>
<path id="Path_1778" data-name="Path 1778" d="M1816.846,3.647h-2.676V.971a.971.971,0,0,0-1.943,0V3.647h-2.676a.971.971,0,1,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-507.635 0)" fill="#ee2540"/>
<path id="Path_1779" data-name="Path 1779" d="M1817.219,72.139h-3.158V68.981a1.151,1.151,0,1,0-2.3,0v3.158h-3.173a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-507.34 -19.033)" fill="#ee2540"/>
<path id="Path_1780" data-name="Path 1780" d="M1881.762,206.264h-4v-3.985a1.439,1.439,0,1,0-2.878,0v3.985H1870.9a1.439,1.439,0,1,0,0,2.878h3.985v4.043a1.439,1.439,0,1,0,2.878,0v-3.993h3.986a1.439,1.439,0,0,0,0-2.878Z" transform="translate(-524.718 -56.355)" fill="#ee2540"/>
<path id="Path_1781" data-name="Path 1781" d="M1882.211,273.455h-4.655V268.8a1.691,1.691,0,1,0-3.381,0v4.655h-4.654a1.691,1.691,0,0,0,0,3.381h4.654v4.655a1.691,1.691,0,1,0,3.381,0v-4.655h4.655a1.691,1.691,0,0,0,0-3.381Z" transform="translate(-524.261 -74.951)" fill="#ee2540"/>
<path id="Path_1782" data-name="Path 1782" d="M1882.622,339.839h-5.316v-5.324a1.935,1.935,0,1,0-3.87,0v5.324h-5.316a1.935,1.935,0,1,0,0,3.863h5.316v5.324a1.935,1.935,0,1,0,3.87,0v-5.352h5.316a1.935,1.935,0,1,0,0-3.863Z" transform="translate(-523.766 -93.321)" fill="#ee2540"/>
<path id="Path_1783" data-name="Path 1783" d="M1883.371,406.871h-6.316v-6.316a2.295,2.295,0,1,0-4.59,0v6.316H1866.1a2.295,2.295,0,1,0,0,4.59h6.316v6.316a2.295,2.295,0,0,0,4.59,0v-6.316h6.359a2.295,2.295,0,1,0,0-4.59Z" transform="translate(-523.133 -111.751)" fill="#ee2540"/>
<path id="Path_1784" data-name="Path 1784" d="M1883.99,472.688h-7.309v-7.316a2.662,2.662,0,1,0-5.323,0v7.316h-7.309a2.662,2.662,0,1,0,0,5.316h7.309v7.316a2.662,2.662,0,1,0,5.323,0v-7.295h7.309a2.662,2.662,0,1,0,0-5.316Z" transform="translate(-522.414 -129.836)" fill="#ee2540"/>
<path id="Path_1785" data-name="Path 1785" d="M1884.748,542.639h-8.331v-8.331a3.029,3.029,0,1,0-6.057,0v8.331h-8.331a3.029,3.029,0,0,0,0,6.057h8.331v8.331a3.029,3.029,0,0,0,6.058,0V548.7h8.331a3.029,3.029,0,0,0,0-6.057Z" transform="translate(-521.783 -149.076)" fill="#ee2540"/>
<path id="Path_1786" data-name="Path 1786" d="M1885.67,608.337h-9.583v-9.575a3.482,3.482,0,1,0-6.964,0v9.575h-9.582a3.489,3.489,0,0,0,0,6.971h9.582v9.575a3.482,3.482,0,0,0,6.964,0v-9.575h9.583a3.489,3.489,0,0,0,0-6.971Z" transform="translate(-521 -167.035)" fill="#ee2540"/>
<path id="Path_1787" data-name="Path 1787" d="M1881.522,139.121h-3.655v-3.64a1.331,1.331,0,0,0-2.662,0v3.655h-3.655a1.331,1.331,0,1,0,0,2.662h3.655v3.655a1.331,1.331,0,1,0,2.662,0V141.8h3.655a1.331,1.331,0,0,0,0-2.662Z" transform="translate(-524.932 -37.642)" fill="#ee2540"/>
<path id="Path_1788" data-name="Path 1788" d="M1880.846,3.647h-2.676V.971a.971.971,0,1,0-1.942,0V3.647h-2.676a.971.971,0,0,0,0,1.942h2.676V8.259a.971.971,0,1,0,1.942,0V5.59h2.676a.971.971,0,0,0,0-1.942Z" transform="translate(-525.594 0)" fill="#ee2540"/>
<path id="Path_1789" data-name="Path 1789" d="M1881.219,72.139h-3.158V68.981a1.151,1.151,0,0,0-2.3,0v3.158h-3.172a1.151,1.151,0,0,0,0,2.295h3.158v3.158a1.151,1.151,0,0,0,2.3,0V74.427h3.173a1.151,1.151,0,0,0,0-2.295Z" transform="translate(-525.298 -19.033)" fill="#ee2540"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 973 KiB

View File

@ -0,0 +1,65 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="561" height="515" viewBox="0 0 561 515">
<defs>
<filter id="Rectangle_2628" x="0" y="0" width="507" height="330" filterUnits="userSpaceOnUse">
<feOffset dy="6" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="7.5" result="blur"/>
<feFlood flood-opacity="0.102"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_2628-2" x="54" y="185" width="507" height="330" filterUnits="userSpaceOnUse">
<feOffset dy="6" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="7.5" result="blur-2"/>
<feFlood flood-opacity="0.102"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
</defs>
<g id="Group_11874" data-name="Group 11874" transform="translate(-776.5 -1834.5)">
<g id="Group_11624" data-name="Group 11624" transform="translate(1290 316)">
<g id="Group_11677" data-name="Group 11677" transform="translate(-897 533)">
<g transform="matrix(1, 0, 0, 1, 383.5, 985.5)" filter="url(#Rectangle_2628)">
<g id="Rectangle_2628-3" data-name="Rectangle 2628" transform="translate(22.5 16.5)" fill="#fff" stroke="rgba(112,112,112,0.3)" stroke-width="1">
<rect width="462" height="285" rx="10" stroke="none"/>
<rect x="0.5" y="0.5" width="461" height="284" rx="9.5" fill="none"/>
</g>
</g>
<path id="Path_55842" data-name="Path 55842" d="M0,0H76.706V-29.547s-.221-3.206,3.613-3.3c.769-.018,31.886.118,73.573,0,1.025.088,2.689.5,2.829,3.3V0c38.344.054,305.318,0,305.318,0" transform="translate(406.5 1044.5)" fill="none" stroke="#707070" stroke-width="1" opacity="0.3"/>
<circle id="Ellipse_428" data-name="Ellipse 428" cx="6" cy="6" r="6" transform="translate(418 1018)" fill="#ff504d"/>
<circle id="Ellipse_429" data-name="Ellipse 429" cx="6" cy="6" r="6" transform="translate(437 1018)" fill="#fb0"/>
<circle id="Ellipse_430" data-name="Ellipse 430" cx="6" cy="6" r="6" transform="translate(456 1018)" fill="#00ce15"/>
<text id="_xs:schema_xmlns:xs_http:_www.w3.org_2001_XMLSchema_xmlns:dri_http:_www.driver-repository.eu_namespace_dri_xmlns_http:_namespace.openaire.eu_oaf_elementFormDefault_qualified_targetNamespace_http:_namespace.openaire.eu_oaf_xs:annotation_xs" data-name="&lt;xs:schema xmlns:xs=“http://www.w3.org/2001/XMLSchema” xmlns:dri=“http://www.driver-repository.eu/namespace/dri” xmlns=“http://namespace.openaire.eu/oaf” elementFormDefault=“qualified” targetNamespace=“http://namespace.openaire.eu/oaf”&gt;
&lt;xs:annotation&gt;
&lt;xs" transform="translate(428 1064)" fill="#7d237c" font-size="10" font-family="OpenSans, Open Sans" opacity="0.8"><tspan x="0" y="11">&lt;xs:schema</tspan><tspan y="11" fill="#1a1a1a"> </tspan><tspan y="11" fill="#8f4919">xmlns:xs=“</tspan><tspan y="11" fill="#16239f">http://www.w3.org/2001/XMLSchema</tspan><tspan y="11" fill="#8f4919"></tspan><tspan y="11" fill="#1a1a1a"> </tspan><tspan y="11" fill="#8f4919">xmlns:dri=“</tspan><tspan y="11" fill="#16239f">http://</tspan><tspan x="0" y="31" fill="#16239f">www.driver-repository.eu/namespace/dri</tspan><tspan y="31" fill="#8f4919">” xmlns=“</tspan><tspan y="31" fill="#16239f">http://namespace.openaire.eu/oaf</tspan><tspan y="31" fill="#8f4919"></tspan><tspan x="0" y="51" fill="#8f4919">elementFormDefault=“</tspan><tspan y="51" fill="#16239f">qualified</tspan><tspan y="51" fill="#8f4919">” targetNamespace=“</tspan><tspan y="51" fill="#16239f">http://namespace.openaire.eu/oaf</tspan><tspan y="51" fill="#8f4919">&gt;</tspan><tspan x="0" y="71">&lt;xs:annotation&gt;</tspan><tspan x="0" y="91">&lt;xs:documentation&gt;</tspan><tspan y="91" fill="#1a1a1a">This schema describes the XML serialization of the OpenAIRE </tspan><tspan x="0" y="111" fill="#1a1a1a">Research Graph. For an overview of the model, please check the OpenAIRE Research </tspan><tspan x="0" y="131" fill="#1a1a1a">Graph Data Model at https://doi.org/10.5281/zenodo.2643199 </tspan><tspan y="131">&lt;/xs:documentation&gt;</tspan><tspan x="0" y="151">&lt;/xs:annotation&gt;</tspan><tspan x="0" y="171">&lt;xs:include</tspan><tspan y="171" fill="#1a1a1a"> </tspan><tspan y="171" fill="#8f4919">schemaLocation</tspan><tspan y="171" fill="#1a1a1a">=“oaf-result-1.0.xsd</tspan><tspan y="171">”/&gt;</tspan><tspan x="0" y="191">&lt;xs:include</tspan><tspan y="191" fill="#1a1a1a"> </tspan><tspan y="191" fill="#8f4919">schemaLocation</tspan><tspan y="191" fill="#1a1a1a">=“oaf-org-1.0.xsd</tspan><tspan y="191">”/&gt;</tspan><tspan x="0" y="211">&lt;xs:include</tspan><tspan y="211" fill="#1a1a1a"> </tspan><tspan y="211" fill="#8f4919">schemaLocation</tspan><tspan y="211" fill="#1a1a1a">=“oaf-datasource-1.0.xsd</tspan><tspan y="211">”/&gt;</tspan></text>
<text id="oaf.xsd" transform="translate(503 1034)" fill="#707070" font-size="12" font-family="OpenSans, Open Sans"><tspan x="0" y="0">oaf.xsd</tspan></text>
</g>
</g>
<g id="Group_11678" data-name="Group 11678" transform="translate(1344 501)">
<g id="Group_11677-2" data-name="Group 11677" transform="translate(-897 533)">
<g transform="matrix(1, 0, 0, 1, 329.5, 800.5)" filter="url(#Rectangle_2628-2)">
<g id="Rectangle_2628-4" data-name="Rectangle 2628" transform="translate(76.5 201.5)" fill="#fff" stroke="rgba(112,112,112,0.3)" stroke-width="1">
<rect width="462" height="285" rx="10" stroke="none"/>
<rect x="0.5" y="0.5" width="461" height="284" rx="9.5" fill="none"/>
</g>
</g>
<path id="Path_55842-2" data-name="Path 55842" d="M0,0H156.72c38.344.054,305.318,0,305.318,0" transform="translate(406.5 1044.5)" fill="#707070" stroke="#707070" stroke-width="1" opacity="0.3"/>
<circle id="Ellipse_428-2" data-name="Ellipse 428" cx="6" cy="6" r="6" transform="translate(418 1018)" fill="#ff504d"/>
<circle id="Ellipse_429-2" data-name="Ellipse 429" cx="6" cy="6" r="6" transform="translate(437 1018)" fill="#fb0"/>
<circle id="Ellipse_430-2" data-name="Ellipse 430" cx="6" cy="6" r="6" transform="translate(456 1018)" fill="#00ce15"/>
<g id="Rectangle_2633" data-name="Rectangle 2633" transform="translate(540 1010)" fill="none" stroke="#707070" stroke-width="1" opacity="0.3">
<rect width="195" height="27" rx="5" stroke="none"/>
<rect x="0.5" y="0.5" width="194" height="26" rx="4.5" fill="none"/>
</g>
<text id="openaire.eu_oaf.html" data-name="openaire.eu/oaf.html" transform="translate(578 1028)" fill="#707070" font-size="12" font-family="OpenSans, Open Sans"><tspan x="0" y="0">openaire.eu/oaf.html</tspan></text>
<g id="Group_11873" data-name="Group 11873" transform="translate(-437 -1034)">
<rect id="Rectangle_2642" data-name="Rectangle 2642" width="74" height="7" rx="3.5" transform="translate(869 2102)" fill="#7caaed"/>
<rect id="Rectangle_2646" data-name="Rectangle 2646" width="94" height="170" rx="4" transform="translate(869 2119)" fill="#7caaed"/>
<rect id="Rectangle_2643" data-name="Rectangle 2643" width="35" height="7" rx="3.5" transform="translate(995 2102)" fill="#7caaed"/>
<rect id="Rectangle_2647" data-name="Rectangle 2647" width="35" height="7" rx="3.5" transform="translate(995 2178)" fill="#7caaed"/>
<rect id="Rectangle_2644" data-name="Rectangle 2644" width="285" height="30" rx="4" transform="translate(995 2119)" fill="#7caaed"/>
<rect id="Rectangle_2645" data-name="Rectangle 2645" width="285" height="94" rx="4" transform="translate(995 2195)" fill="#7caaed"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -2,7 +2,7 @@ import {EnvProperties} from '../app/openaireLibrary/utils/properties/env-propert
export let properties: EnvProperties = {
environment: "beta",
searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
helpdesk: "https://www.openaire.eu/support/helpdesk",
helpdeskEmail: "helpdesk@openaire.eu",
cookieDomain: ".openaire.eu",

View File

@ -2,7 +2,7 @@ import {EnvProperties} from '../app/openaireLibrary/utils/properties/env-propert
export let properties: EnvProperties = {
environment: "production",
searchAPIURLLAst: "http://services.openaire.eu/search/v2/api/",
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
helpdesk: "https://www.openaire.eu/support/helpdesk",
helpdeskEmail: "helpdesk@openaire.eu",
cookieDomain: ".openaire.eu",

View File

@ -7,7 +7,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
export let properties: EnvProperties = {
environment: "development",
searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
helpdesk: "https://www.openaire.eu/support/helpdesk",
helpdeskEmail: "helpdesk@openaire.eu",
cookieDomain: ".di.uoa.gr",

View File

@ -38,11 +38,16 @@ navbar > * {
/* Unordered list*/
ul.portal-circle {
list-style: none;
padding-left: 40px;
padding-left: 20px;
}
ul.portal-circle li {
margin: 0 0 20px 0;
margin: 0 0 15px 0;
position: relative;
}
ul.portal-circle.small li {
margin: 0 0 5px 0;
position: relative;
}