From d25aaa7a7da7b038e1481568f677127606910856 Mon Sep 17 00:00:00 2001
From: Julien WITTOUCK <julien.wittouck@gmail.com>
Date: Tue, 19 Nov 2024 06:47:37 +0100
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20:=20add=20final=20instructions?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 index.html                          |    7 +-
 w12-rendu/12-criteres-notation.adoc |  132 +
 w12-rendu/12-criteres-notation.html |  693 +++++
 w12-rendu/12-criteres-notation.pdf  | 4086 +++++++++++++++++++++++++++
 4 files changed, 4916 insertions(+), 2 deletions(-)
 create mode 100644 w12-rendu/12-criteres-notation.adoc
 create mode 100644 w12-rendu/12-criteres-notation.html
 create mode 100644 w12-rendu/12-criteres-notation.pdf

diff --git a/index.html b/index.html
index 865c85a..b355875 100644
--- a/index.html
+++ b/index.html
@@ -365,9 +365,12 @@
             <div class="card-body">
               <h5 class="card-title">
                 Rendu
-                <small class="text-muted">wed. 11 dec.</small>
+                <small class="text-muted">fri. 10 jan.</small>
               </h5>
-              <p class="card-text">Séance de rendu</p>
+              <p class="card-text">Séance de présentation le wed. 11 dec.</p>
+            </div>
+            <div class="card-footer">
+              <a href="w12-rendu/12-criteres-notation.html" class="btn btn-primary">🔰 Critères de notation</a>
             </div>
           </div>
         </div>
diff --git a/w12-rendu/12-criteres-notation.adoc b/w12-rendu/12-criteres-notation.adoc
new file mode 100644
index 0000000..035ed91
--- /dev/null
+++ b/w12-rendu/12-criteres-notation.adoc
@@ -0,0 +1,132 @@
+:source-highlighter: rouge
+:prewrap!:
+
+:icons: font
+
+:iconfont-cdn: https://use.fontawesome.com/releases/v5.4.2/css/all.css
+
+:toc: left
+:toclevels: 4
+
+:linkattrs:
+
+:sectlinks:
+:sectanchors:
+:sectnums:
+
+:experimental:
+
+:stem:
+
+= ALOM - Critères de notation
+
+== Modalités de rendu
+
+Le rendu se fait via vos repositories GitLab.
+
+Vous devez push votre code directement sur les repositories qui vous sont affectés, et que vous avez créé dans GitLab Classrooms.
+
+Les repositories seront ramassés le 10 janvier 2025 à 20h00 UTC+1. Vous avez donc encore un peu de temps pour finaliser votre projet.
+
+Le projet est bien constitué de 5 parties :
+
+* pokemon-type-api
+* trainer-api
+* game-ui
+* battle-api
+* shop-api
+
+Pour chaque partie, assurez-vous d'avoir les tests au vert. La commande `mvn test` ne doit pas échouer !
+
+Le TP "w02-modern-java" est également ramassé, bien que hors-projet.
+
+NOTE: Les tps "w01-webserver" et "w01-servlet" ne font pas partie du rendu et ne seront pas notés.
+
+Dans chacun des repository :
+
+* Le code !
+* Les tests !!
+* Une collection Postman pour tester les API
+* Un README.md détaillant
+** La façon de lancer le projet localement, si besoin (commandes maven ? properties à configurer ?)
+** L'URL de publication de votre service sur Clever-Cloud
+
+NOTE: Évitez de commiter/pusher vos répertoires `target` et vos fichiers eclipse/intelliJ `.idea`, `.settings`...
+Vous devez déjà avoir un fichier `.gitignore` à la racine de vos projets pour cela.
+
+== Critères de notation
+
+.Socle Commun
+[%header%footer]
+|===
+| API | Fonctionnalité | Points
+
+| w02-modern-java
+| tous les tests au vert
+| 0.5
+
+.2+| pokemon-type-api
+| types de pokemon triés, traduits (en+fr), filtre par type
+| 1
+
+| tri par stat (attack asc, desc)
+| 1
+
+.2+| trainer-api
+| gestion des trainers (GET/POST/DELETE) avec stockage BDD
+| 1.5
+
+| API sécurisée en Basic HTTP login + mot de passe
+| 0.5
+
+.4+| game-ui
+| affichage du Pokedex traduit
+| 1
+
+| affichage des trainers et de leurs Pokémons
+| 1
+
+| utilisation des HttpInterfaces
+| 0.5
+
+| inscription au jeu avec compte GitLab
+| 2
+
+| configuration cloud
+| configuration des api, gestion de profils tous micro-services, déploiement sur Clever-Cloud, métriques exposées, utilisation du Vault
+| 2
+
+2.+| Total
+| 11
+
+|===
+
+// socle commun : 11 points
+
+.Supplément
+[%header%footer]
+|===
+| API | Fonctionnalité | Points
+
+| messaging
+| Envoi de mails _via_ un topic asynchrone
+| 2
+
+| battle-api
+| gestion des combats (création/attaque), gain d'expérience
+| 2.5
+
+| shop-api
+| achat d'objets et impacts sur le trainer
+| 2.5
+
+| toutes API
+| qualité globale de code (SonarQube)
+| 2
+
+2.+| Total
+| 9
+
+// devs supplémentaires : 9 points
+
+|===
diff --git a/w12-rendu/12-criteres-notation.html b/w12-rendu/12-criteres-notation.html
new file mode 100644
index 0000000..7f17214
--- /dev/null
+++ b/w12-rendu/12-criteres-notation.html
@@ -0,0 +1,693 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="generator" content="Asciidoctor 2.0.23">
+<title>ALOM - Critères de notation</title>
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
+<style>
+/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
+/* Uncomment the following line when using as a custom stylesheet */
+/* @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"; */
+html{font-family:sans-serif;-webkit-text-size-adjust:100%}
+a{background:none}
+a:focus{outline:thin dotted}
+a:active,a:hover{outline:0}
+h1{font-size:2em;margin:.67em 0}
+b,strong{font-weight:bold}
+abbr{font-size:.9em}
+abbr[title]{cursor:help;border-bottom:1px dotted #dddddf;text-decoration:none}
+dfn{font-style:italic}
+hr{height:0}
+mark{background:#ff0;color:#000}
+code,kbd,pre,samp{font-family:monospace;font-size:1em}
+pre{white-space:pre-wrap}
+q{quotes:"\201C" "\201D" "\2018" "\2019"}
+small{font-size:80%}
+sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
+sup{top:-.5em}
+sub{bottom:-.25em}
+img{border:0}
+svg:not(:root){overflow:hidden}
+figure{margin:0}
+audio,video{display:inline-block}
+audio:not([controls]){display:none;height:0}
+fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
+legend{border:0;padding:0}
+button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
+button,input{line-height:normal}
+button,select{text-transform:none}
+button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
+button[disabled],html input[disabled]{cursor:default}
+input[type=checkbox],input[type=radio]{padding:0}
+button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
+textarea{overflow:auto;vertical-align:top}
+table{border-collapse:collapse;border-spacing:0}
+*,::before,::after{box-sizing:border-box}
+html,body{font-size:100%}
+body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;line-height:1;position:relative;cursor:auto;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-wrap:anywhere;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
+a:hover{cursor:pointer}
+img,object,embed{max-width:100%;height:auto}
+object,embed{height:100%}
+img{-ms-interpolation-mode:bicubic}
+.left{float:left!important}
+.right{float:right!important}
+.text-left{text-align:left!important}
+.text-right{text-align:right!important}
+.text-center{text-align:center!important}
+.text-justify{text-align:justify!important}
+.hide{display:none}
+img,object,svg{display:inline-block;vertical-align:middle}
+textarea{height:auto;min-height:50px}
+select{width:100%}
+.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
+div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}
+a{color:#2156a5;text-decoration:underline;line-height:inherit}
+a:hover,a:focus{color:#1d4b8f}
+a img{border:0}
+p{line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
+p aside{font-size:.875em;line-height:1.35;font-style:italic}
+h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
+h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
+h1{font-size:2.125em}
+h2{font-size:1.6875em}
+h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
+h4,h5{font-size:1.125em}
+h6{font-size:1em}
+hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em}
+em,i{font-style:italic;line-height:inherit}
+strong,b{font-weight:bold;line-height:inherit}
+small{font-size:60%;line-height:inherit}
+code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
+ul,ol,dl{line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
+ul,ol{margin-left:1.5em}
+ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0}
+ul.circle{list-style-type:circle}
+ul.disc{list-style-type:disc}
+ul.square{list-style-type:square}
+ul.circle ul:not([class]),ul.disc ul:not([class]),ul.square ul:not([class]){list-style:inherit}
+ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
+dl dt{margin-bottom:.3125em;font-weight:bold}
+dl dd{margin-bottom:1.25em}
+blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
+blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
+@media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
+h1{font-size:2.75em}
+h2{font-size:2.3125em}
+h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
+h4{font-size:1.4375em}}
+table{background:#fff;margin-bottom:1.25em;border:1px solid #dedede;word-wrap:normal}
+table thead,table tfoot{background:#f7f8f7}
+table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
+table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
+table tr.even,table tr.alt{background:#f8f8f7}
+table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{line-height:1.6}
+h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
+h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
+.center{margin-left:auto;margin-right:auto}
+.stretch{width:100%}
+.clearfix::before,.clearfix::after,.float-group::before,.float-group::after{content:" ";display:table}
+.clearfix::after,.float-group::after{clear:both}
+:not(pre).nobreak{word-wrap:normal}
+:not(pre).nowrap{white-space:nowrap}
+:not(pre).pre-wrap{white-space:pre-wrap}
+:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
+pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
+pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
+pre>code{display:block}
+pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
+em em{font-style:normal}
+strong strong{font-weight:400}
+.keyseq{color:rgba(51,51,51,.8)}
+kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 0 0 .1em #fff;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
+.keyseq kbd:first-child{margin-left:0}
+.keyseq kbd:last-child{margin-right:0}
+.menuseq,.menuref{color:#000}
+.menuseq b:not(.caret),.menuref{font-weight:inherit}
+.menuseq{word-spacing:-.02em}
+.menuseq b.caret{font-size:1.25em;line-height:.8}
+.menuseq i.caret{font-weight:bold;text-align:center;width:.45em}
+b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
+b.button::before{content:"[";padding:0 3px 0 2px}
+b.button::after{content:"]";padding:0 2px 0 3px}
+p a>code:hover{color:rgba(0,0,0,.9)}
+#header,#content,#footnotes,#footer{width:100%;margin:0 auto;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
+#header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
+#header::after,#content::after,#footnotes::after,#footer::after{clear:both}
+#content{margin-top:1.25em}
+#content::before{content:none}
+#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
+#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
+#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px}
+#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap}
+#header .details span:first-child{margin-left:-.125em}
+#header .details span.email a{color:rgba(0,0,0,.85)}
+#header .details br{display:none}
+#header .details br+span::before{content:"\00a0\2013\00a0"}
+#header .details br+span.author::before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
+#header .details br+span#revremark::before{content:"\00a0|\00a0"}
+#header #revnumber{text-transform:capitalize}
+#header #revnumber::after{content:"\00a0"}
+#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
+#toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em}
+#toc>ul{margin-left:.125em}
+#toc ul.sectlevel0>li>a{font-style:italic}
+#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
+#toc ul{font-family:"Open Sans","DejaVu Sans",sans-serif;list-style-type:none}
+#toc li{line-height:1.3334;margin-top:.3334em}
+#toc a{text-decoration:none}
+#toc a:active{text-decoration:underline}
+#toctitle{color:#7a2518;font-size:1.2em}
+@media screen and (min-width:768px){#toctitle{font-size:1.375em}
+body.toc2{padding-left:15em;padding-right:0}
+body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
+#toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
+#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
+#toc.toc2>ul{font-size:.9em;margin-bottom:0}
+#toc.toc2 ul ul{margin-left:0;padding-left:1em}
+#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
+body.toc2.toc-right{padding-left:0;padding-right:15em}
+body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}}
+@media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
+#toc.toc2{width:20em}
+#toc.toc2 #toctitle{font-size:1.375em}
+#toc.toc2>ul{font-size:.95em}
+#toc.toc2 ul ul{padding-left:1.25em}
+body.toc2.toc-right{padding-left:0;padding-right:20em}}
+#content #toc{border:1px solid #e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;border-radius:4px}
+#content #toc>:first-child{margin-top:0}
+#content #toc>:last-child{margin-bottom:0}
+#footer{max-width:none;background:rgba(0,0,0,.8);padding:1.25em}
+#footer-text{color:hsla(0,0%,100%,.8);line-height:1.44}
+#content{margin-bottom:.625em}
+.sect1{padding-bottom:.625em}
+@media screen and (min-width:768px){#content{margin-bottom:1.25em}
+.sect1{padding-bottom:1.25em}}
+.sect1:last-child{padding-bottom:0}
+.sect1+.sect1{border-top:1px solid #e7e7e9}
+#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
+#content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
+#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
+#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
+#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
+details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
+details{margin-left:1.25rem}
+details>summary{cursor:pointer;display:block;position:relative;line-height:1.6;margin-bottom:.625rem;outline:none;-webkit-tap-highlight-color:transparent}
+details>summary::-webkit-details-marker{display:none}
+details>summary::before{content:"";border:solid transparent;border-left:solid;border-width:.3em 0 .3em .5em;position:absolute;top:.5em;left:-1.25rem;transform:translateX(15%)}
+details[open]>summary::before{border:solid transparent;border-top:solid;border-width:.5em .3em 0;transform:translateY(15%)}
+details>summary::after{content:"";width:1.25rem;height:1em;position:absolute;top:.3em;left:-1.25rem}
+.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
+table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
+.paragraph.lead>p,#preamble>.sectionbody>[class=paragraph]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
+.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
+.admonitionblock>table td.icon{text-align:center;width:80px}
+.admonitionblock>table td.icon img{max-width:none}
+.admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
+.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6);word-wrap:anywhere}
+.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
+.exampleblock>.content{border:1px solid #e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;border-radius:4px}
+.sidebarblock{border:1px solid #dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;border-radius:4px}
+.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
+.exampleblock>.content>:first-child,.sidebarblock>.content>:first-child{margin-top:0}
+.exampleblock>.content>:last-child,.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
+.literalblock pre,.listingblock>.content>pre{border-radius:4px;overflow-x:auto;padding:1em;font-size:.8125em}
+@media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
+@media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
+.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class=highlight],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
+.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
+.listingblock>.content{position:relative}
+.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
+.listingblock:hover code[data-lang]::before{display:block}
+.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
+.listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
+.listingblock pre.highlightjs{padding:0}
+.listingblock pre.highlightjs>code{padding:1em;border-radius:4px}
+.listingblock pre.prettyprint{border-width:0}
+.prettyprint{background:#f7f7f8}
+pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
+pre.prettyprint li{background:none;list-style-type:inherit;padding-left:0}
+pre.prettyprint li code[data-lang]::before{opacity:1}
+pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
+table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
+table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
+table.linenotable td.code{padding-left:.75em}
+table.linenotable td.linenos,pre.pygments .linenos{border-right:1px solid;opacity:.35;padding-right:.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
+pre.pygments span.linenos{display:inline-block;margin-right:.75em}
+.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
+.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
+.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
+.quoteblock blockquote{margin:0;padding:0;border:0}
+.quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
+.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
+.quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
+.verseblock{margin:0 1em 1.25em}
+.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans-serif;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
+.verseblock pre strong{font-weight:400}
+.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
+.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
+.quoteblock .attribution br,.verseblock .attribution br{display:none}
+.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
+.quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none}
+.quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0}
+.quoteblock.abstract{margin:0 1em 1.25em;display:block}
+.quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center}
+.quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf}
+.quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0}
+.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem}
+.quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;font-size:.85rem;text-align:left;margin-right:0}
+p.tableblock:last-child{margin-bottom:0}
+td.tableblock>.content{margin-bottom:1.25em;word-wrap:anywhere}
+td.tableblock>.content>:last-child{margin-bottom:-1.25em}
+table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
+table.grid-all>*>tr>*{border-width:1px}
+table.grid-cols>*>tr>*{border-width:0 1px}
+table.grid-rows>*>tr>*{border-width:1px 0}
+table.frame-all{border-width:1px}
+table.frame-ends{border-width:1px 0}
+table.frame-sides{border-width:0 1px}
+table.frame-none>colgroup+*>:first-child>*,table.frame-sides>colgroup+*>:first-child>*{border-top-width:0}
+table.frame-none>:last-child>:last-child>*,table.frame-sides>:last-child>:last-child>*{border-bottom-width:0}
+table.frame-none>*>tr>:first-child,table.frame-ends>*>tr>:first-child{border-left-width:0}
+table.frame-none>*>tr>:last-child,table.frame-ends>*>tr>:last-child{border-right-width:0}
+table.stripes-all>*>tr,table.stripes-odd>*>tr:nth-of-type(odd),table.stripes-even>*>tr:nth-of-type(even),table.stripes-hover>*>tr:hover{background:#f8f8f7}
+th.halign-left,td.halign-left{text-align:left}
+th.halign-right,td.halign-right{text-align:right}
+th.halign-center,td.halign-center{text-align:center}
+th.valign-top,td.valign-top{vertical-align:top}
+th.valign-bottom,td.valign-bottom{vertical-align:bottom}
+th.valign-middle,td.valign-middle{vertical-align:middle}
+table thead th,table tfoot th{font-weight:bold}
+tbody tr th{background:#f7f8f7}
+tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
+p.tableblock>code:only-child{background:none;padding:0}
+p.tableblock{font-size:1em}
+ol{margin-left:1.75em}
+ul li ol{margin-left:1.5em}
+dl dd{margin-left:1.125em}
+dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
+li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
+ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
+ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
+ul.unstyled,ol.unstyled{margin-left:0}
+li>p:empty:only-child::before{content:"";display:inline-block}
+ul.checklist>li>p:first-child{margin-left:-1em}
+ul.checklist>li>p:first-child>.fa-square-o:first-child,ul.checklist>li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
+ul.checklist>li>p:first-child>input[type=checkbox]:first-child{margin-right:.25em}
+ul.inline{display:flex;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
+ul.inline>li{margin-left:1.25em}
+.unstyled dl dt{font-weight:400;font-style:normal}
+ol.arabic{list-style-type:decimal}
+ol.decimal{list-style-type:decimal-leading-zero}
+ol.loweralpha{list-style-type:lower-alpha}
+ol.upperalpha{list-style-type:upper-alpha}
+ol.lowerroman{list-style-type:lower-roman}
+ol.upperroman{list-style-type:upper-roman}
+ol.lowergreek{list-style-type:lower-greek}
+.hdlist>table,.colist>table{border:0;background:none}
+.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
+td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
+td.hdlist1{font-weight:bold;padding-bottom:1.25em}
+td.hdlist2{word-wrap:anywhere}
+.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
+.colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
+.colist td:not([class]):first-child img{max-width:none}
+.colist td:not([class]):last-child{padding:.25em 0}
+.thumb,.th{line-height:0;display:inline-block;border:4px solid #fff;box-shadow:0 0 0 1px #ddd}
+.imageblock.left{margin:.25em .625em 1.25em 0}
+.imageblock.right{margin:.25em 0 1.25em .625em}
+.imageblock>.title{margin-bottom:0}
+.imageblock.thumb,.imageblock.th{border-width:6px}
+.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
+.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
+.image.left{margin-right:.625em}
+.image.right{margin-left:.625em}
+a.image{text-decoration:none;display:inline-block}
+a.image object{pointer-events:none}
+sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
+sup.footnote a,sup.footnoteref a{text-decoration:none}
+sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline}
+#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
+#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
+#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
+#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
+#footnotes .footnote:last-of-type{margin-bottom:0}
+#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
+div.unbreakable{page-break-inside:avoid}
+.big{font-size:larger}
+.small{font-size:smaller}
+.underline{text-decoration:underline}
+.overline{text-decoration:overline}
+.line-through{text-decoration:line-through}
+.aqua{color:#00bfbf}
+.aqua-background{background:#00fafa}
+.black{color:#000}
+.black-background{background:#000}
+.blue{color:#0000bf}
+.blue-background{background:#0000fa}
+.fuchsia{color:#bf00bf}
+.fuchsia-background{background:#fa00fa}
+.gray{color:#606060}
+.gray-background{background:#7d7d7d}
+.green{color:#006000}
+.green-background{background:#007d00}
+.lime{color:#00bf00}
+.lime-background{background:#00fa00}
+.maroon{color:#600000}
+.maroon-background{background:#7d0000}
+.navy{color:#000060}
+.navy-background{background:#00007d}
+.olive{color:#606000}
+.olive-background{background:#7d7d00}
+.purple{color:#600060}
+.purple-background{background:#7d007d}
+.red{color:#bf0000}
+.red-background{background:#fa0000}
+.silver{color:#909090}
+.silver-background{background:#bcbcbc}
+.teal{color:#006060}
+.teal-background{background:#007d7d}
+.white{color:#bfbfbf}
+.white-background{background:#fafafa}
+.yellow{color:#bfbf00}
+.yellow-background{background:#fafa00}
+span.icon>.fa{cursor:default}
+a span.icon>.fa{cursor:inherit}
+.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
+.admonitionblock td.icon .icon-note::before{content:"\f05a";color:#19407c}
+.admonitionblock td.icon .icon-tip::before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
+.admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
+.admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
+.admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
+.conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);border-radius:50%;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
+.conum[data-value] *{color:#fff!important}
+.conum[data-value]+b{display:none}
+.conum[data-value]::after{content:attr(data-value)}
+pre .conum[data-value]{position:relative;top:-.125em}
+b.conum *{color:inherit!important}
+.conum:not([data-value]):empty{display:none}
+dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
+h1,h2,p,td.content,span.alt,summary{letter-spacing:-.01em}
+p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
+p,blockquote,dt,td.content,td.hdlist1,span.alt,summary{font-size:1.0625rem}
+p{margin-bottom:1.25rem}
+.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
+.exampleblock>.content{background:#fffef7;border-color:#e0e0dc;box-shadow:0 1px 4px #e0e0dc}
+.print-only{display:none!important}
+@page{margin:1.25cm .75cm}
+@media print{*{box-shadow:none!important;text-shadow:none!important}
+html{font-size:80%}
+a{color:inherit!important;text-decoration:underline!important}
+a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
+a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
+abbr[title]{border-bottom:1px dotted}
+abbr[title]::after{content:" (" attr(title) ")"}
+pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
+thead{display:table-header-group}
+svg{max-width:100%}
+p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
+h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
+#header,#content,#footnotes,#footer{max-width:none}
+#toc,.sidebarblock,.exampleblock>.content{background:none!important}
+#toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important}
+body.book #header{text-align:center}
+body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em}
+body.book #header .details{border:0!important;display:block;padding:0!important}
+body.book #header .details span:first-child{margin-left:0!important}
+body.book #header .details br{display:block}
+body.book #header .details br+span::before{content:none!important}
+body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
+body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
+.listingblock code[data-lang]::before{display:block}
+#footer{padding:0 .9375em}
+.hide-on-print{display:none!important}
+.print-only{display:block!important}
+.hide-for-print{display:none!important}
+.show-for-print{display:inherit!important}}
+@media amzn-kf8,print{#header>h1:first-child{margin-top:1.25rem}
+.sect1{padding:0!important}
+.sect1+.sect1{border:0}
+#footer{background:none}
+#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
+@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
+</style>
+<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css">
+</head>
+<body class="article toc2 toc-left">
+<div id="header">
+<h1>ALOM - Critères de notation</h1>
+<div id="toc" class="toc2">
+<div id="toctitle">Table of Contents</div>
+<ul class="sectlevel1">
+<li><a href="#_modalités_de_rendu">1. Modalités de rendu</a></li>
+<li><a href="#_critères_de_notation">2. Critères de notation</a></li>
+</ul>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_modalités_de_rendu"><a class="anchor" href="#_modalités_de_rendu"></a><a class="link" href="#_modalités_de_rendu">1. Modalités de rendu</a></h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Le rendu se fait via vos repositories GitLab.</p>
+</div>
+<div class="paragraph">
+<p>Vous devez push votre code directement sur les repositories qui vous sont affectés, et que vous avez créé dans GitLab Classrooms.</p>
+</div>
+<div class="paragraph">
+<p>Les repositories seront ramassés le 10 janvier 2025 à 20h00 UTC+1. Vous avez donc encore un peu de temps pour finaliser votre projet.</p>
+</div>
+<div class="paragraph">
+<p>Le projet est bien constitué de 5 parties :</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>pokemon-type-api</p>
+</li>
+<li>
+<p>trainer-api</p>
+</li>
+<li>
+<p>game-ui</p>
+</li>
+<li>
+<p>battle-api</p>
+</li>
+<li>
+<p>shop-api</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>Pour chaque partie, assurez-vous d&#8217;avoir les tests au vert. La commande <code>mvn test</code> ne doit pas échouer !</p>
+</div>
+<div class="paragraph">
+<p>Le TP "w02-modern-java" est également ramassé, bien que hors-projet.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+Les tps "w01-webserver" et "w01-servlet" ne font pas partie du rendu et ne seront pas notés.
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>Dans chacun des repository :</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Le code !</p>
+</li>
+<li>
+<p>Les tests !!</p>
+</li>
+<li>
+<p>Une collection Postman pour tester les API</p>
+</li>
+<li>
+<p>Un README.md détaillant</p>
+<div class="ulist">
+<ul>
+<li>
+<p>La façon de lancer le projet localement, si besoin (commandes maven ? properties à configurer ?)</p>
+</li>
+<li>
+<p>L&#8217;URL de publication de votre service sur Clever-Cloud</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+Évitez de commiter/pusher vos répertoires <code>target</code> et vos fichiers eclipse/intelliJ <code>.idea</code>, <code>.settings</code>&#8230;&#8203;
+Vous devez déjà avoir un fichier <code>.gitignore</code> à la racine de vos projets pour cela.
+</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_critères_de_notation"><a class="anchor" href="#_critères_de_notation"></a><a class="link" href="#_critères_de_notation">2. Critères de notation</a></h2>
+<div class="sectionbody">
+<table class="tableblock frame-all grid-all stretch">
+<caption class="title">Table 1. Socle Commun</caption>
+<colgroup>
+<col style="width: 33.3333%;">
+<col style="width: 33.3333%;">
+<col style="width: 33.3334%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">API</th>
+<th class="tableblock halign-left valign-top">Fonctionnalité</th>
+<th class="tableblock halign-left valign-top">Points</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">w02-modern-java</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">tous les tests au vert</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">0.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top" rowspan="2"><p class="tableblock">pokemon-type-api</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">types de pokemon triés, traduits (en+fr), filtre par type</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">tri par stat (attack asc, desc)</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top" rowspan="2"><p class="tableblock">trainer-api</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">gestion des trainers (GET/POST/DELETE) avec stockage BDD</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">API sécurisée en Basic HTTP login + mot de passe</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">0.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top" rowspan="4"><p class="tableblock">game-ui</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">affichage du Pokedex traduit</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">affichage des trainers et de leurs Pokémons</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">utilisation des HttpInterfaces</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">0.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">inscription au jeu avec compte GitLab</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">configuration cloud</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">configuration des api, gestion de profils tous micro-services, déploiement sur Clever-Cloud, métriques exposées, utilisation du Vault</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
+</tr>
+</tbody>
+<tfoot>
+<tr>
+<td class="tableblock halign-left valign-top" colspan="2"><p class="tableblock">Total</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">11</p></td>
+</tr>
+</tfoot>
+</table>
+<table class="tableblock frame-all grid-all stretch">
+<caption class="title">Table 2. Supplément</caption>
+<colgroup>
+<col style="width: 33.3333%;">
+<col style="width: 33.3333%;">
+<col style="width: 33.3334%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">API</th>
+<th class="tableblock halign-left valign-top">Fonctionnalité</th>
+<th class="tableblock halign-left valign-top">Points</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">messaging</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Envoi de mails <em>via</em> un topic asynchrone</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">battle-api</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">gestion des combats (création/attaque), gain d&#8217;expérience</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">shop-api</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">achat d&#8217;objets et impacts sur le trainer</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2.5</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">toutes API</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">qualité globale de code (SonarQube)</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
+</tr>
+</tbody>
+<tfoot>
+<tr>
+<td class="tableblock halign-left valign-top" colspan="2"><p class="tableblock">Total</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">9</p></td>
+</tr>
+</tfoot>
+</table>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2024-11-19 06:47:28 +0100
+</div>
+</div>
+<script type="text/x-mathjax-config">
+MathJax.Hub.Config({
+  messageStyle: "none",
+  tex2jax: {
+    inlineMath: [["\\(", "\\)"]],
+    displayMath: [["\\[", "\\]"]],
+    ignoreClass: "nostem|nolatexmath"
+  },
+  asciimath2jax: {
+    delimiters: [["\\$", "\\$"]],
+    ignoreClass: "nostem|noasciimath"
+  },
+  TeX: { equationNumbers: { autoNumber: "none" } }
+})
+MathJax.Hub.Register.StartupHook("AsciiMath Jax Ready", function () {
+  MathJax.InputJax.AsciiMath.postfilterHooks.Add(function (data, node) {
+    if ((node = data.script.parentNode) && (node = node.parentNode) && node.classList.contains("stemblock")) {
+      data.math.root.display = "block"
+    }
+    return data
+  })
+})
+</script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
+</body>
+</html>
\ No newline at end of file
diff --git a/w12-rendu/12-criteres-notation.pdf b/w12-rendu/12-criteres-notation.pdf
new file mode 100644
index 0000000..f125994
--- /dev/null
+++ b/w12-rendu/12-criteres-notation.pdf
@@ -0,0 +1,4086 @@
+%PDF-1.4
+%����
+1 0 obj
+<< /CreationDate (D:20241119064730+01'00')
+/Creator <feff>
+/ModDate (D:20241119064728+01'00')
+/Producer (Asciidoctor PDF 2.3.19, based on Prawn 2.5.0)
+/Title <feff0041004c004f004d0020002d0020004300720069007400e80072006500730020006400650020006e006f0074006100740069006f006e>
+>>
+endobj
+2 0 obj
+<< /Names 10 0 R
+/OpenAction [7 0 R /FitH 841.89]
+/Outlines 27 0 R
+/PageLabels 32 0 R
+/PageMode /UseOutlines
+/Pages 3 0 R
+/Type /Catalog
+/ViewerPreferences << /DisplayDocTitle true
+>>
+>>
+endobj
+3 0 obj
+<< /Count 3
+/Kids [7 0 R 18 0 R 22 0 R]
+/Type /Pages
+>>
+endobj
+4 0 obj
+<< /Length 2
+>>
+stream
+q
+
+endstream
+endobj
+5 0 obj
+<< /ArtBox [0 0 595.28 841.89]
+/BleedBox [0 0 595.28 841.89]
+/Contents 4 0 R
+/CropBox [0 0 595.28 841.89]
+/MediaBox [0 0 595.28 841.89]
+/Parent 3 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+/TrimBox [0 0 595.28 841.89]
+/Type /Page
+>>
+endobj
+6 0 obj
+<< /Length 9310
+>>
+stream
+q
+/DeviceRGB cs
+0.2 0.2 0.2 scn
+/DeviceRGB CS
+0.2 0.2 0.2 SCN
+
+BT
+107.0605 777.054 Td
+/F2.0 27 Tf
+<414c4f4d202d20437269748f726573206465206e6f746174696f6e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 635.594 Td
+/F2.0 22 Tf
+<312e204d6f64616c69748e732064652072656e6475> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 606.406 Td
+/F1.0 10.5 Tf
+<4c652072656e647520736520666169742076696120766f73207265706f7369746f72696573204769744c61622e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+0.05829 Tw
+
+BT
+48.24 578.626 Td
+/F1.0 10.5 Tf
+[<56> 60.05859 <6f757320646576657a207075736820766f74726520636f646520646972656374656d656e7420737572206c6573207265706f7369746f726965732071756920766f757320736f6e74206166666563748e732c2065742071756520766f7573206176657a>] TJ
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 562.846 Td
+/F1.0 10.5 Tf
+<63728e8e2064616e73204769744c616220436c617373726f6f6d732e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+0.792 Tw
+
+BT
+48.24 535.066 Td
+/F1.0 10.5 Tf
+[<4c6573207265706f7369746f72696573207365726f6e742072> 20.01953 <616d6173738e73206c65203130206a616e7669657220323032352088203230683030205554> 20.01953 <432b312e2056> 60.05859 <6f7573206176657a20646f6e6320656e636f726520756e20706575>] TJ
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 519.286 Td
+/F1.0 10.5 Tf
+<64652074656d707320706f75722066696e616c6973657220766f7472652070726f6a65742e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 491.506 Td
+/F1.0 10.5 Tf
+<4c652070726f6a657420657374206269656e20636f6e73746974758e20646520352070617274696573203a> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 463.726 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 463.726 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 463.726 Td
+/F1.0 10.5 Tf
+[<706f6b> 20.01953 <656d6f6e2d747970652d617069>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 441.946 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 441.946 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 441.946 Td
+/F1.0 10.5 Tf
+[<7472> 20.01953 <61696e65722d617069>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 420.166 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 420.166 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 420.166 Td
+/F1.0 10.5 Tf
+<67616d652d7569> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 398.386 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 398.386 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 398.386 Td
+/F1.0 10.5 Tf
+<626174746c652d617069> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 376.606 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 376.606 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 376.606 Td
+/F1.0 10.5 Tf
+<73686f702d617069> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+2.44983 Tw
+
+BT
+48.24 348.826 Td
+/F1.0 10.5 Tf
+<506f757220636861717565207061727469652c206173737572657a2d766f75732064d561766f6972206c657320746573747320617520766572742e204c6120636f6d6d616e646520> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.69412 0.12941 0.27451 scn
+0.69412 0.12941 0.27451 SCN
+
+2.44983 Tw
+
+BT
+438.07867 348.826 Td
+/F3.0 10.5 Tf
+<6d766e2074657374> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+2.44983 Tw
+
+BT
+482.5285 348.826 Td
+/F1.0 10.5 Tf
+<206e6520646f697420706173> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 333.046 Td
+/F1.0 10.5 Tf
+<8e63686f7565722021> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 305.266 Td
+/F1.0 10.5 Tf
+[<4c6520545020227730322d6d6f6465726e2d6a617661> 40.03906 <2220657374208e67616c656d656e742072> 20.01953 <616d6173738e2c206269656e2071756520686f72732d70726f6a65742e>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+q
+0.5 w
+0.93333 0.93333 0.93333 SCN
+108.24 289.45 m
+108.24 249.89 l
+S
+Q
+0.09804 0.25098 0.48627 scn
+0.09804 0.25098 0.48627 SCN
+
+BT
+66.24 260.67 Td
+/F4.1 24 Tf
+<21> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+0.71704 Tw
+
+BT
+120.24 273.486 Td
+/F1.0 10.5 Tf
+<4c65732074707320227730312d7765627365727665722220657420227730312d736572766c657422206e6520666f6e7420706173207061727469652064752072656e6475206574206e65207365726f6e74> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+120.24 257.706 Td
+/F1.0 10.5 Tf
+<706173206e6f748e732e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 225.926 Td
+/F1.0 10.5 Tf
+<44616e732063686163756e20646573207265706f7369746f7279203a> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 198.146 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 198.146 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 198.146 Td
+/F1.0 10.5 Tf
+<4c6520636f64652021> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 176.366 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 176.366 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 176.366 Td
+/F1.0 10.5 Tf
+<4c6573207465737473202121> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 154.586 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 154.586 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 154.586 Td
+/F1.0 10.5 Tf
+<556e6520636f6c6c656374696f6e20506f73746d616e20706f757220746573746572206c657320415049> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+56.8805 132.806 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+66.24 132.806 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+66.24 132.806 Td
+/F1.0 10.5 Tf
+<556e20524541444d452e6d6420648e7461696c6c616e74> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+74.954 111.026 Td
+/F1.1 10.5 Tf
+<21> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+3.41588 Tw
+
+BT
+84.24 111.026 Td
+ET
+
+
+0.0 Tw
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+3.41588 Tw
+
+BT
+84.24 111.026 Td
+/F1.0 10.5 Tf
+<4c612066618d6f6e206465206c616e636572206c652070726f6a6574206c6f63616c656d656e742c207369206265736f696e2028636f6d6d616e646573206d6176656e203f2070726f706572746965732088> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+84.24 95.246 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+84.24 95.246 Td
+/F1.0 10.5 Tf
+<636f6e66696775726572203f29> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+-0.5 Tc
+
+0.0 Tc
+
+-0.5 Tc
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+74.954 73.466 Td
+/F1.1 10.5 Tf
+<21> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+0.0 Tc
+
+BT
+84.24 73.466 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+84.24 73.466 Td
+/F1.0 10.5 Tf
+[<4c> 80.07812 <d555524c206465207075626c69636174696f6e20646520766f74726520736572766963652073757220436c657665722d436c6f7564>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 730.074 Td
+/F2.0 22 Tf
+[<54> 29.78516 <61626c65206f6620436f6e74656e7473>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+48.24 699.536 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 699.536 Td
+/F1.0 10.5 Tf
+<312e204d6f64616c69748e732064652072656e6475> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.66275 0.66275 0.66275 scn
+0.66275 0.66275 0.66275 SCN
+
+BT
+161.03112 699.536 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+540.49062 699.536 Td
+/F1.0 2.625 Tf
+<ca> Tj
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+541.1705 699.536 Td
+/F1.0 10.5 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+48.24 681.056 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 681.056 Td
+/F1.0 10.5 Tf
+<322e20437269748f726573206465206e6f746174696f6e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.66275 0.66275 0.66275 scn
+0.66275 0.66275 0.66275 SCN
+
+BT
+161.03112 681.056 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+540.49062 681.056 Td
+/F1.0 2.625 Tf
+<ca> Tj
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+541.1705 681.056 Td
+/F1.0 10.5 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+q
+0.0 0.0 0.0 scn
+0.0 0.0 0.0 SCN
+1 w
+0 J
+0 j
+[] 0 d
+/Stamp1 Do
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+541.009 14.263 Td
+/F1.0 9 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+Q
+Q
+
+endstream
+endobj
+7 0 obj
+<< /Annots [23 0 R 24 0 R 25 0 R 26 0 R]
+/ArtBox [0 0 595.28 841.89]
+/BleedBox [0 0 595.28 841.89]
+/Contents 6 0 R
+/CropBox [0 0 595.28 841.89]
+/MediaBox [0 0 595.28 841.89]
+/Parent 3 0 R
+/Resources << /Font << /F1.0 13 0 R
+/F1.1 16 0 R
+/F2.0 8 0 R
+/F3.0 14 0 R
+/F4.1 15 0 R
+>>
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/XObject << /Stamp1 34 0 R
+>>
+>>
+/TrimBox [0 0 595.28 841.89]
+/Type /Page
+>>
+endobj
+8 0 obj
+<< /BaseFont /bf9663+NotoSerif-Bold
+/FirstChar 32
+/FontDescriptor 37 0 R
+/LastChar 143
+/Subtype /TrueType
+/ToUnicode 38 0 R
+/Type /Font
+/Widths 39 0 R
+>>
+endobj
+9 0 obj
+[7 0 R /XYZ 0 758.37 null]
+endobj
+10 0 obj
+<< /Dests 11 0 R
+/Type /Names
+>>
+endobj
+11 0 obj
+<< /Names [(0x5f63726974c3a87265735f64655f6e6f746174696f6e) 19 0 R (0x5f6d6f64616c6974c3a9735f64655f72656e6475) 12 0 R (__anchor-top) 33 0 R (toc) 9 0 R]
+>>
+endobj
+12 0 obj
+[7 0 R /XYZ 0 663.89 null]
+endobj
+13 0 obj
+<< /BaseFont /cfeb0e+NotoSerif
+/FirstChar 32
+/FontDescriptor 41 0 R
+/LastChar 213
+/Subtype /TrueType
+/ToUnicode 42 0 R
+/Type /Font
+/Widths 43 0 R
+>>
+endobj
+14 0 obj
+<< /BaseFont /6f1e2b+mplus1mn-regular
+/FirstChar 32
+/FontDescriptor 45 0 R
+/LastChar 118
+/Subtype /TrueType
+/ToUnicode 46 0 R
+/Type /Font
+/Widths 47 0 R
+>>
+endobj
+15 0 obj
+<< /BaseFont /5714a6+FontAwesome5Free-Solid
+/FirstChar 32
+/FontDescriptor 49 0 R
+/LastChar 33
+/Subtype /TrueType
+/ToUnicode 50 0 R
+/Type /Font
+/Widths 51 0 R
+>>
+endobj
+16 0 obj
+<< /BaseFont /b1eed4+NotoSerif
+/FirstChar 32
+/FontDescriptor 53 0 R
+/LastChar 33
+/Subtype /TrueType
+/ToUnicode 54 0 R
+/Type /Font
+/Widths 55 0 R
+>>
+endobj
+17 0 obj
+<< /Length 25925
+>>
+stream
+q
+q
+0.5 w
+/DeviceRGB CS
+0.93333 0.93333 0.93333 SCN
+108.24 805.89 m
+108.24 750.55 l
+S
+Q
+/DeviceRGB cs
+0.09804 0.25098 0.48627 scn
+/DeviceRGB CS
+0.09804 0.25098 0.48627 SCN
+
+BT
+66.24 769.22 Td
+/F4.1 24 Tf
+<21> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+2.49289 Tw
+
+BT
+120.24 789.926 Td
+/F1.0 10.5 Tf
+<83766974657a20646520636f6d6d697465722f70757368657220766f7320728e706572746f6972657320> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.69412 0.12941 0.27451 scn
+0.69412 0.12941 0.27451 SCN
+
+2.49289 Tw
+
+BT
+348.57394 789.926 Td
+/F3.0 10.5 Tf
+<746172676574> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+2.49289 Tw
+
+BT
+380.07394 789.926 Td
+/F1.0 10.5 Tf
+<20657420766f732066696368696572732065636c697073652f696e74656c6c694a> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.69412 0.12941 0.27451 scn
+0.69412 0.12941 0.27451 SCN
+
+1.49733 Tw
+
+BT
+120.24 774.146 Td
+/F3.0 10.5 Tf
+<2e69646561> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+1.49733 Tw
+
+BT
+146.49 774.146 Td
+/F1.0 10.5 Tf
+<2c20> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.69412 0.12941 0.27451 scn
+0.69412 0.12941 0.27451 SCN
+
+1.49733 Tw
+
+BT
+153.33183 774.146 Td
+/F3.0 10.5 Tf
+<2e73657474696e6773> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+1.49733 Tw
+
+BT
+200.58183 774.146 Td
+/F1.0 10.5 Tf
+[<c92056> 60.05859 <6f757320646576657a20648e6a882061766f697220756e206669636869657220>] TJ
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.69412 0.12941 0.27451 scn
+0.69412 0.12941 0.27451 SCN
+
+1.49733 Tw
+
+BT
+385.92954 774.146 Td
+/F3.0 10.5 Tf
+<2e67697469676e6f7265> Tj
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+1.49733 Tw
+
+BT
+438.42954 774.146 Td
+/F1.0 10.5 Tf
+[<2088206c612072> 20.01953 <6163696e6520646520766f73>] TJ
+ET
+
+
+0.0 Tw
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+120.24 758.366 Td
+/F1.0 10.5 Tf
+<70726f6a65747320706f75722063656c612e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 710.254 Td
+/F2.0 22 Tf
+<322e20437269748f726573206465206e6f746174696f6e> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+
+BT
+48.24 681.6642 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 681.6642 Td
+/F5.0 9.975 Tf
+[<54> 29.78516 <61626c6520312e20536f636c6520436f6d6d756e>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 652.259 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 652.259 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 652.259 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 630.479 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 630.479 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 630.479 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 571.139 166.2665 59.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 571.139 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 592.919 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 592.919 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 571.139 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 571.139 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 480.239 166.2665 90.9 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 480.239 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 517.799 166.2665 53.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 517.799 166.267 53.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 480.239 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 480.239 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 361.559 166.2665 118.68 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 420.899 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 399.119 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 361.559 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 458.459 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 458.459 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 420.899 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 420.899 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 399.119 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 399.119 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 361.559 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 361.559 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 276.659 166.2665 84.9 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 276.659 166.2665 84.9 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 276.659 166.267 84.9 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+48.24 254.879 332.533 21.78 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+214.5065 254.879 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+380.773 254.879 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 674.039 m
+214.5065 674.039 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+48.24 652.259 m
+214.5065 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 674.289 m
+48.24 651.634 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 674.289 m
+214.5065 651.634 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 659.075 Td
+/F2.0 10.5 Tf
+<415049> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 674.039 m
+380.773 674.039 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+214.5065 652.259 m
+380.773 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 674.289 m
+214.5065 651.634 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 674.289 m
+380.773 651.634 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 659.075 Td
+/F2.0 10.5 Tf
+[<46> 40.03906 <6f6e6374696f6e6e616c69748e>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 674.039 m
+547.04 674.039 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+380.773 652.259 m
+547.04 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 674.289 m
+380.773 651.634 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 674.289 m
+547.04 651.634 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 659.075 Td
+/F2.0 10.5 Tf
+<506f696e7473> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+48.24 652.259 m
+214.5065 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 630.479 m
+214.5065 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 652.884 m
+48.24 630.229 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 652.884 m
+214.5065 630.229 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 637.295 Td
+/F1.0 10.5 Tf
+<7730322d6d6f6465726e2d6a617661> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+214.5065 652.259 m
+380.773 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 630.479 m
+380.773 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 652.884 m
+214.5065 630.229 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 652.884 m
+380.773 630.229 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 637.295 Td
+/F1.0 10.5 Tf
+<746f7573206c65732074657374732061752076657274> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+380.773 652.259 m
+547.04 652.259 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 630.479 m
+547.04 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 652.884 m
+380.773 630.229 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 652.884 m
+547.04 630.229 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 637.295 Td
+/F1.0 10.5 Tf
+<302e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 630.479 m
+214.5065 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 571.139 m
+214.5065 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 630.729 m
+48.24 570.889 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 630.729 m
+214.5065 570.889 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 615.515 Td
+/F1.0 10.5 Tf
+[<706f6b> 20.01953 <656d6f6e2d747970652d617069>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 630.479 m
+380.773 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 592.919 m
+380.773 592.919 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 630.729 m
+214.5065 592.669 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 630.729 m
+380.773 592.669 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 615.515 Td
+/F1.0 10.5 Tf
+[<747970657320646520706f6b> 20.01953 <656d6f6e207472698e732c207472> 20.01953 <616475697473>] TJ
+ET
+
+
+BT
+217.5065 599.735 Td
+/F1.0 10.5 Tf
+<28656e2b6672292c2066696c747265207061722074797065> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 630.479 m
+547.04 630.479 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 592.919 m
+547.04 592.919 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 630.729 m
+380.773 592.669 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 630.729 m
+547.04 592.669 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 615.515 Td
+/F1.0 10.5 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 592.919 m
+380.773 592.919 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 571.139 m
+380.773 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 593.169 m
+214.5065 570.889 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 593.169 m
+380.773 570.889 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 577.955 Td
+/F1.0 10.5 Tf
+<747269207061722073746174202861747461636b206173632c206465736329> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 592.919 m
+547.04 592.919 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 571.139 m
+547.04 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 593.169 m
+380.773 570.889 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 593.169 m
+547.04 570.889 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 577.955 Td
+/F1.0 10.5 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 571.139 m
+214.5065 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 480.239 m
+214.5065 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 571.389 m
+48.24 479.989 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 571.389 m
+214.5065 479.989 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 556.175 Td
+/F1.0 10.5 Tf
+[<7472> 20.01953 <61696e65722d617069>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 571.139 m
+380.773 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 517.799 m
+380.773 517.799 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 571.389 m
+214.5065 517.549 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 571.389 m
+380.773 517.549 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 556.175 Td
+/F1.0 10.5 Tf
+[<67657374696f6e20646573207472> 20.01953 <61696e657273>] TJ
+ET
+
+
+BT
+217.5065 540.395 Td
+/F1.0 10.5 Tf
+[<284745542f504f53> 20.01953 <542f44454c455445292061766563>] TJ
+ET
+
+
+BT
+217.5065 524.615 Td
+/F1.0 10.5 Tf
+<73746f636b61676520424444> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 571.139 m
+547.04 571.139 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 517.799 m
+547.04 517.799 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 571.389 m
+380.773 517.549 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 571.389 m
+547.04 517.549 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 556.175 Td
+/F1.0 10.5 Tf
+<312e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 517.799 m
+380.773 517.799 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 480.239 m
+380.773 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 518.049 m
+214.5065 479.989 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 518.049 m
+380.773 479.989 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 502.835 Td
+/F1.0 10.5 Tf
+<41504920738e63757269738e6520656e2042617369632048545450> Tj
+ET
+
+
+BT
+217.5065 487.055 Td
+/F1.0 10.5 Tf
+<6c6f67696e202b206d6f74206465207061737365> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 517.799 m
+547.04 517.799 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 480.239 m
+547.04 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 518.049 m
+380.773 479.989 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 518.049 m
+547.04 479.989 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 502.835 Td
+/F1.0 10.5 Tf
+<302e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 480.239 m
+214.5065 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 361.559 m
+214.5065 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 480.489 m
+48.24 361.309 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 480.489 m
+214.5065 361.309 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 465.275 Td
+/F1.0 10.5 Tf
+<67616d652d7569> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 480.239 m
+380.773 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 458.459 m
+380.773 458.459 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 480.489 m
+214.5065 458.209 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 480.489 m
+380.773 458.209 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 465.275 Td
+/F1.0 10.5 Tf
+[<61666669636861676520647520506f6b> 20.01953 <65646578207472> 20.01953 <6164756974>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 480.239 m
+547.04 480.239 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 458.459 m
+547.04 458.459 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 480.489 m
+380.773 458.209 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 480.489 m
+547.04 458.209 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 465.275 Td
+/F1.0 10.5 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 458.459 m
+380.773 458.459 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 420.899 m
+380.773 420.899 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 458.709 m
+214.5065 420.649 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 458.709 m
+380.773 420.649 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 443.495 Td
+/F1.0 10.5 Tf
+[<61666669636861676520646573207472> 20.01953 <61696e657273206574206465>] TJ
+ET
+
+
+BT
+217.5065 427.715 Td
+/F1.0 10.5 Tf
+[<6c6575727320506f6b> 20.01953 <8e6d6f6e73>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 458.459 m
+547.04 458.459 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 420.899 m
+547.04 420.899 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 458.709 m
+380.773 420.649 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 458.709 m
+547.04 420.649 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 443.495 Td
+/F1.0 10.5 Tf
+<31> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 420.899 m
+380.773 420.899 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 399.119 m
+380.773 399.119 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 421.149 m
+214.5065 398.869 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 421.149 m
+380.773 398.869 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 405.935 Td
+/F1.0 10.5 Tf
+<7574696c69736174696f6e206465732048747470496e7465726661636573> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 420.899 m
+547.04 420.899 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 399.119 m
+547.04 399.119 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 421.149 m
+380.773 398.869 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 421.149 m
+547.04 398.869 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 405.935 Td
+/F1.0 10.5 Tf
+<302e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 399.119 m
+380.773 399.119 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 361.559 m
+380.773 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 399.369 m
+214.5065 361.309 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 399.369 m
+380.773 361.309 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 384.155 Td
+/F1.0 10.5 Tf
+<696e736372697074696f6e206175206a6575206176656320636f6d707465> Tj
+ET
+
+
+BT
+217.5065 368.375 Td
+/F1.0 10.5 Tf
+<4769744c6162> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 399.119 m
+547.04 399.119 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 361.559 m
+547.04 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 399.369 m
+380.773 361.309 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 399.369 m
+547.04 361.309 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 384.155 Td
+/F1.0 10.5 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 361.559 m
+214.5065 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 276.659 m
+214.5065 276.659 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 361.809 m
+48.24 276.409 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 361.809 m
+214.5065 276.409 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 346.595 Td
+/F1.0 10.5 Tf
+[<636f6e6669677572> 20.01953 <6174696f6e20636c6f7564>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 361.559 m
+380.773 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 276.659 m
+380.773 276.659 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 361.809 m
+214.5065 276.409 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 361.809 m
+380.773 276.409 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 346.595 Td
+/F1.0 10.5 Tf
+[<636f6e6669677572> 20.01953 <6174696f6e20646573206170692c2067657374696f6e>] TJ
+ET
+
+
+BT
+217.5065 330.815 Td
+/F1.0 10.5 Tf
+<64652070726f66696c7320746f7573206d6963726f2d73657276696365732c> Tj
+ET
+
+
+BT
+217.5065 315.035 Td
+/F1.0 10.5 Tf
+<648e706c6f69656d656e742073757220436c657665722d436c6f75642c> Tj
+ET
+
+
+BT
+217.5065 299.255 Td
+/F1.0 10.5 Tf
+<6d8e74726971756573206578706f738e65732c207574696c69736174696f6e> Tj
+ET
+
+
+BT
+217.5065 283.475 Td
+/F1.0 10.5 Tf
+[<64752056> 60.05859 <61756c74>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 361.559 m
+547.04 361.559 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 276.659 m
+547.04 276.659 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 361.809 m
+380.773 276.409 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 361.809 m
+547.04 276.409 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 346.595 Td
+/F1.0 10.5 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 276.659 m
+380.773 276.659 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 254.879 m
+380.773 254.879 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 276.909 m
+48.24 254.629 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 276.909 m
+380.773 254.629 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 261.695 Td
+/F1.0 10.5 Tf
+[<54> 29.78516 <6f74616c>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 276.659 m
+547.04 276.659 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 254.879 m
+547.04 254.879 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 276.909 m
+380.773 254.629 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 276.909 m
+547.04 254.629 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 261.695 Td
+/F1.0 10.5 Tf
+<3131> Tj
+ET
+
+0.0 0.0 0.0 scn
+
+BT
+48.24 231.5132 Td
+ET
+
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+48.24 231.5132 Td
+/F5.0 9.975 Tf
+[<54> 29.78516 <61626c6520322e20537570706c8e6d656e74>] TJ
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 202.108 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 202.108 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 202.108 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 164.548 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 164.548 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 164.548 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 111.208 166.2665 53.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 111.208 166.2665 53.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 111.208 166.267 53.34 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 73.648 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 73.648 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 73.648 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 223.888 m
+214.5065 223.888 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+48.24 202.108 m
+214.5065 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 224.138 m
+48.24 201.483 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 224.138 m
+214.5065 201.483 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 208.924 Td
+/F2.0 10.5 Tf
+<415049> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 223.888 m
+380.773 223.888 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+214.5065 202.108 m
+380.773 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 224.138 m
+214.5065 201.483 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 224.138 m
+380.773 201.483 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 208.924 Td
+/F2.0 10.5 Tf
+[<46> 40.03906 <6f6e6374696f6e6e616c69748e>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 223.888 m
+547.04 223.888 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+380.773 202.108 m
+547.04 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 224.138 m
+380.773 201.483 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 224.138 m
+547.04 201.483 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 208.924 Td
+/F2.0 10.5 Tf
+<506f696e7473> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+48.24 202.108 m
+214.5065 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 164.548 m
+214.5065 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 202.733 m
+48.24 164.298 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 202.733 m
+214.5065 164.298 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 187.144 Td
+/F1.0 10.5 Tf
+<6d6573736167696e67> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+214.5065 202.108 m
+380.773 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 164.548 m
+380.773 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 202.733 m
+214.5065 164.298 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 202.733 m
+380.773 164.298 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 187.144 Td
+/F1.0 10.5 Tf
+<456e766f69206465206d61696c7320> Tj
+ET
+
+
+BT
+293.6735 187.144 Td
+/F5.0 10.5 Tf
+<766961> Tj
+ET
+
+
+BT
+308.594 187.144 Td
+/F1.0 10.5 Tf
+<20756e20746f706963> Tj
+ET
+
+
+BT
+217.5065 171.364 Td
+/F1.0 10.5 Tf
+<6173796e6368726f6e65> Tj
+ET
+
+0.0 0.0 0.0 scn
+1.25 w
+0.86667 0.86667 0.86667 SCN
+380.773 202.108 m
+547.04 202.108 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 164.548 m
+547.04 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 202.733 m
+380.773 164.298 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 202.733 m
+547.04 164.298 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 187.144 Td
+/F1.0 10.5 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 164.548 m
+214.5065 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 111.208 m
+214.5065 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 164.798 m
+48.24 110.958 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 164.798 m
+214.5065 110.958 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 149.584 Td
+/F1.0 10.5 Tf
+<626174746c652d617069> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 164.548 m
+380.773 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 111.208 m
+380.773 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 164.798 m
+214.5065 110.958 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 164.798 m
+380.773 110.958 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 149.584 Td
+/F1.0 10.5 Tf
+<67657374696f6e2064657320636f6d62617473> Tj
+ET
+
+
+BT
+217.5065 133.804 Td
+/F1.0 10.5 Tf
+<2863728e6174696f6e2f61747461717565292c206761696e> Tj
+ET
+
+
+BT
+217.5065 118.024 Td
+/F1.0 10.5 Tf
+<64d56578708e7269656e6365> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 164.548 m
+547.04 164.548 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 111.208 m
+547.04 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 164.798 m
+380.773 110.958 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 164.798 m
+547.04 110.958 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 149.584 Td
+/F1.0 10.5 Tf
+<322e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 111.208 m
+214.5065 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 73.648 m
+214.5065 73.648 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 111.458 m
+48.24 73.398 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 111.458 m
+214.5065 73.398 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 96.244 Td
+/F1.0 10.5 Tf
+<73686f702d617069> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 111.208 m
+380.773 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 73.648 m
+380.773 73.648 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 111.458 m
+214.5065 73.398 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 111.458 m
+380.773 73.398 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 96.244 Td
+/F1.0 10.5 Tf
+<61636861742064d56f626a65747320657420696d706163747320737572206c65> Tj
+ET
+
+
+BT
+217.5065 80.464 Td
+/F1.0 10.5 Tf
+[<7472> 20.01953 <61696e6572>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 111.208 m
+547.04 111.208 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 73.648 m
+547.04 73.648 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 111.458 m
+380.773 73.398 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 111.458 m
+547.04 73.398 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 96.244 Td
+/F1.0 10.5 Tf
+<322e35> Tj
+ET
+
+0.0 0.0 0.0 scn
+q
+0.0 0.0 0.0 scn
+0.0 0.0 0.0 SCN
+1 w
+0 J
+0 j
+[] 0 d
+/Stamp2 Do
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+49.24 14.263 Td
+/F1.0 9 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+Q
+Q
+
+endstream
+endobj
+18 0 obj
+<< /ArtBox [0 0 595.28 841.89]
+/BleedBox [0 0 595.28 841.89]
+/Contents 17 0 R
+/CropBox [0 0 595.28 841.89]
+/MediaBox [0 0 595.28 841.89]
+/Parent 3 0 R
+/Resources << /Font << /F1.0 13 0 R
+/F2.0 8 0 R
+/F3.0 14 0 R
+/F4.1 15 0 R
+/F5.0 20 0 R
+>>
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/XObject << /Stamp2 35 0 R
+>>
+>>
+/TrimBox [0 0 595.28 841.89]
+/Type /Page
+>>
+endobj
+19 0 obj
+[18 0 R /XYZ 0 738.55 null]
+endobj
+20 0 obj
+<< /BaseFont /3302d3+NotoSerif-Italic
+/FirstChar 32
+/FontDescriptor 57 0 R
+/LastChar 142
+/Subtype /TrueType
+/ToUnicode 58 0 R
+/Type /Font
+/Widths 59 0 R
+>>
+endobj
+21 0 obj
+<< /Length 4294
+>>
+stream
+q
+/DeviceRGB cs
+1.0 1.0 1.0 scn
+48.24 784.11 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 784.11 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 784.11 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+48.24 746.55 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+214.5065 746.55 166.2665 37.56 re
+f
+0.0 0.0 0.0 scn
+1.0 1.0 1.0 scn
+380.773 746.55 166.267 37.56 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+48.24 724.77 332.533 21.78 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+214.5065 724.77 166.2665 21.78 re
+f
+0.0 0.0 0.0 scn
+0.94118 0.94118 0.94118 scn
+380.773 724.77 166.267 21.78 re
+f
+0.0 0.0 0.0 scn
+0.5 w
+/DeviceRGB CS
+0.86667 0.86667 0.86667 SCN
+48.24 805.89 m
+214.5065 805.89 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+48.24 784.11 m
+214.5065 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 806.14 m
+48.24 783.485 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 806.14 m
+214.5065 783.485 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 790.926 Td
+/F2.0 10.5 Tf
+<415049> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 805.89 m
+380.773 805.89 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+214.5065 784.11 m
+380.773 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 806.14 m
+214.5065 783.485 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 806.14 m
+380.773 783.485 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 790.926 Td
+/F2.0 10.5 Tf
+[<46> 40.03906 <6f6e6374696f6e6e616c69748e>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 805.89 m
+547.04 805.89 l
+S
+[] 0 d
+1.25 w
+0.86667 0.86667 0.86667 SCN
+380.773 784.11 m
+547.04 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 806.14 m
+380.773 783.485 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 806.14 m
+547.04 783.485 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 790.926 Td
+/F2.0 10.5 Tf
+<506f696e7473> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 784.11 m
+214.5065 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 746.55 m
+214.5065 746.55 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 784.36 m
+48.24 746.3 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 784.36 m
+214.5065 746.3 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 769.146 Td
+/F1.0 10.5 Tf
+<746f7574657320415049> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 784.11 m
+380.773 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 746.55 m
+380.773 746.55 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+214.5065 784.36 m
+214.5065 746.3 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 784.36 m
+380.773 746.3 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+217.5065 769.146 Td
+/F1.0 10.5 Tf
+<7175616c69748e20676c6f62616c6520646520636f6465> Tj
+ET
+
+
+BT
+217.5065 753.366 Td
+/F1.0 10.5 Tf
+<28536f6e61725175626529> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 784.11 m
+547.04 784.11 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 746.55 m
+547.04 746.55 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 784.36 m
+380.773 746.3 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 784.36 m
+547.04 746.3 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 769.146 Td
+/F1.0 10.5 Tf
+<32> Tj
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 746.55 m
+380.773 746.55 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 724.77 m
+380.773 724.77 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+48.24 746.8 m
+48.24 724.52 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 746.8 m
+380.773 724.52 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+51.24 731.586 Td
+/F1.0 10.5 Tf
+[<54> 29.78516 <6f74616c>] TJ
+ET
+
+0.0 0.0 0.0 scn
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 746.55 m
+547.04 746.55 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 724.77 m
+547.04 724.77 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+380.773 746.8 m
+380.773 724.52 l
+S
+[] 0 d
+0.5 w
+0.86667 0.86667 0.86667 SCN
+547.04 746.8 m
+547.04 724.52 l
+S
+[] 0 d
+1 w
+0.0 0.0 0.0 SCN
+0.2 0.2 0.2 scn
+
+BT
+383.773 731.586 Td
+/F1.0 10.5 Tf
+<39> Tj
+ET
+
+0.0 0.0 0.0 scn
+q
+0.0 0.0 0.0 scn
+0.0 0.0 0.0 SCN
+1 w
+0 J
+0 j
+[] 0 d
+/Stamp1 Do
+0.2 0.2 0.2 scn
+0.2 0.2 0.2 SCN
+
+BT
+541.009 14.263 Td
+/F1.0 9 Tf
+<33> Tj
+ET
+
+0.0 0.0 0.0 SCN
+0.0 0.0 0.0 scn
+Q
+Q
+
+endstream
+endobj
+22 0 obj
+<< /ArtBox [0 0 595.28 841.89]
+/BleedBox [0 0 595.28 841.89]
+/Contents 21 0 R
+/CropBox [0 0 595.28 841.89]
+/MediaBox [0 0 595.28 841.89]
+/Parent 3 0 R
+/Resources << /Font << /F1.0 13 0 R
+/F2.0 8 0 R
+>>
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/XObject << /Stamp1 34 0 R
+>>
+>>
+/TrimBox [0 0 595.28 841.89]
+/Type /Page
+>>
+endobj
+23 0 obj
+<< /Border [0 0 0]
+/Dest (0x5f6d6f64616c6974c3a9735f64655f72656e6475)
+/Rect [48.24 696.47 156.264 710.75]
+/Subtype /Link
+/Type /Annot
+>>
+endobj
+24 0 obj
+<< /Border [0 0 0]
+/Dest (0x5f6d6f64616c6974c3a9735f64655f72656e6475)
+/Rect [541.1705 696.47 547.04 710.75]
+/Subtype /Link
+/Type /Annot
+>>
+endobj
+25 0 obj
+<< /Border [0 0 0]
+/Dest (0x5f63726974c3a87265735f64655f6e6f746174696f6e)
+/Rect [48.24 677.99 158.595 692.27]
+/Subtype /Link
+/Type /Annot
+>>
+endobj
+26 0 obj
+<< /Border [0 0 0]
+/Dest (0x5f63726974c3a87265735f64655f6e6f746174696f6e)
+/Rect [541.1705 677.99 547.04 692.27]
+/Subtype /Link
+/Type /Annot
+>>
+endobj
+27 0 obj
+<< /Count 4
+/First 28 0 R
+/Last 31 0 R
+/Type /Outlines
+>>
+endobj
+28 0 obj
+<< /Count 0
+/Dest [7 0 R /XYZ 0 841.89 null]
+/Next 29 0 R
+/Parent 27 0 R
+/Title <feff0041004c004f004d0020002d0020004300720069007400e80072006500730020006400650020006e006f0074006100740069006f006e>
+>>
+endobj
+29 0 obj
+<< /Count 0
+/Dest [7 0 R /XYZ 0 841.89 null]
+/Next 30 0 R
+/Parent 27 0 R
+/Prev 28 0 R
+/Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
+>>
+endobj
+30 0 obj
+<< /Count 0
+/Dest [7 0 R /XYZ 0 663.89 null]
+/Next 31 0 R
+/Parent 27 0 R
+/Prev 29 0 R
+/Title <feff0031002e0020004d006f00640061006c0069007400e90073002000640065002000720065006e00640075>
+>>
+endobj
+31 0 obj
+<< /Count 0
+/Dest [18 0 R /XYZ 0 738.55 null]
+/Parent 27 0 R
+/Prev 30 0 R
+/Title <feff0032002e0020004300720069007400e80072006500730020006400650020006e006f0074006100740069006f006e>
+>>
+endobj
+32 0 obj
+<< /Nums [0 << /P (1)
+>> 1 << /P (2)
+>> 2 << /P (3)
+>>]
+>>
+endobj
+33 0 obj
+[7 0 R /XYZ 0 841.89 null]
+endobj
+34 0 obj
+<< /BBox [0 0 595.28 841.89]
+/Length 165
+/Subtype /Form
+/Type /XObject
+>>
+stream
+q
+/DeviceRGB cs
+0.0 0.0 0.0 scn
+/DeviceRGB CS
+0.0 0.0 0.0 SCN
+1 w
+0 J
+0 j
+[] 0 d
+q
+/DeviceRGB CS
+0.86667 0.86667 0.86667 SCN
+0.25 w
+48.24 30.0 m
+547.04 30.0 l
+S
+Q
+Q
+
+endstream
+endobj
+35 0 obj
+<< /BBox [0 0 595.28 841.89]
+/Length 165
+/Subtype /Form
+/Type /XObject
+>>
+stream
+q
+/DeviceRGB cs
+0.0 0.0 0.0 scn
+/DeviceRGB CS
+0.0 0.0 0.0 SCN
+1 w
+0 J
+0 j
+[] 0 d
+q
+/DeviceRGB CS
+0.86667 0.86667 0.86667 SCN
+0.25 w
+48.24 30.0 m
+547.04 30.0 l
+S
+Q
+Q
+
+endstream
+endobj
+36 0 obj
+<< /Length 10264
+/Length1 10264
+>>
+stream
+��������`OS/2|=����h���`cmap�uj���L��cvt fGb���
���:fpgm:����`��1gasp����(���glyf�-oV��x��
�head,���������6hhea����$���$hmtx��
+��������loca8�<t��4���Dmaxp��w��H��� nameV�����p��	6post5���'����dprepm����
+���b����\"@�9_<���������4������'`���d)���������������������ed����������������!����!�_����������Z����������z�����3���3����f������������������GOOG� � ��������X �������J���� �������{�3Z��y�Vy�H�X�q��95�9;�9��9L�q�99���\1�#7�`1�^��`B�'��#��#V�)��`/�)��==�+V�5��`��`�L�J������������������������������������������������������������������������������	��
+�
����������������������������������������������������������������������������������������������������������������������������������������������������������������@EYXUTSRQPONMLKJIHGFEDCBA@?>=<;:9876510/.-,('&%$#"!

+	�,E#F` �&`�&#HH-,E#F#a �&a�&#HH-,E#F`� a �F`�&#HH-,E#F#a� ` �&a� a�&#HH-,E#F`�@a �f`�&#HH-,E#F#a�@` �&a�@a�&#HH-, <�<-, E# ��D# �ZQX# ��D#Y ��QX# �MD#Y �&QX# �
D#Y!!-,  EhD �` E�Fvh�E`D-,�
+C#Ce
+-,��
+C#C-,��(#p�(>�(#p�(E:��
-, E�%Ead�PQXED!!Y-,I�#D-, E��C`D-,�C�Ce
+-, i�@a��� �,�����b`+d#da\X�aY-,�E����+�)#D�)z�-,Ee�,#DE�+#D-,KRXED!!Y-,KQXED!!Y-,�%# ����`#��-,�%# ����a#��-,�%����-,F#F`��F# F�`�a���b# #���pE` ��PX�a�����F�Y�`h:-, E�%FRK�Q[X�%F ha�%�%?#!8!Y-, E�%FPX�%F ha�%�%?#!8!Y-,��C�C-,!!d#d��@�b-,!��QXd#d�� �b��@/+Y�`-,!��QXd#d��Ub���/+Y�`-,d#d��@�b`#!-,KSX��%Id#Ei�@�a��b� aj�#D#��!#� 9/Y-,KSX �%Idi �&�%Id#a��b� aj�#D�&����#D���#D����& 9# 9//Y-,E#E`#E`#E`#vh��b -,�H+-, E��TX�@D E�@aD!!Y-,E�0/E#Ea`�`iD-,KQX�/#p�#B!!Y-,KQX �%EiSXD!!Y!!Y-,E�C��`c�`iD-,�/ED-,E# E�`D-,F#F`��F# F�`�a���b# #���pE` ��PX�a�������Yh:-,K#QX��3��4 �3�4�YDD-,�CX�&E�Xdf�`d� `f X!�@Y�aY#XeY�)#D#�)�!!!!!Y-,�CTXKS#KQZX8!!Y!!!!Y-,�CX�%Ed� `f X!�@Y�a#XeY�)#D�%�% XY�%�% F�%#B<�%�%�%�% F�%�`#B< X�Y�%�%�)�) EeD�%�%�)�%�% XY�%�%CH�%�%�%�%�`CH!Y!!!!!!!-,�%  F�%#B�%�%EH!!!!-,�% �%�%CH!!!-,E# E ��P X#e#Y#h �@PX!�@Y#XeY�`D-,KS#KQZX E�`D!!Y-,KTX E�`D!!Y-,KS#KQZX8!!Y-,��!KTX8!!Y-,�CTX�F+!!!!Y-,�CTX�G+!!!Y-,�CTX�H+!!!!Y-,�CTX�I+!!!Y-, �#KS�KQZX#8!!Y-,��%�%Ij ��SX�@`8!!Y-,��%�%Ij ��QX�@a8!!Y-, �#Id�#SX<!Y-,KRX}zY-,��KKTB-,��B�#�Q�@�SZX��� �TX�C`BY�$�QX� ��@�TX�C`B�$�TX� C`B�KKRX�C`BY�@����TX�C`BY�@���c���TX�C`BY�@��c���TX�C`BY�@��c���TX�@C`BYYYYY-,Eh#KQX# E d�@PX|Yh�`YD-,���%�%�#>��#>��
+#eB�#B�#?��#?��#eB�#B�-,z�E#�-���A%�P�U�@����P�U�������P�U��/�o�������@P�U�����P�U���������A6�P�U�@����U���P�U�P�U
+�P	�U�	�	��	��	�P�U�����P�U�P�U��9�A&����?�������o������ ��?��������P�U�P@(U���/�_�`��3�U�3�U�3U`������������������
+
F�A�����0�`�@�U��@���@�`�����������߶��`��������/����o�ϛ�o�ϖ	��<��ϕ`������@�ϕ �O�_�?�������ϓP�ƍY�i�
��ƂU����g�g�g0f@fPff?e�e�d@dPd�d�d3UU3U�WW`VpV�VHU�TT`TpT�T3U3UU3U�UG@�U��?��o�����������TS++K��RK�P[���%S���@QZ����UZ[X��Y����BK�2SX�`YK�dSX�@YK��SX���BYssst++++++ssss�s+++sssss�++++s�ssssstussttuu^s^s�s+s+ss�ss+ss+sss+s+++ss+++stttuu^s++^s+^s+++s+s+stu+suu+s+st+s+����N���u����������������J�����������������������������������������������������������������������������������������������������������������������������������'�����`�`�����������������������������q�q������������������������������������������������������������������������H�������������"6�;P��������Gr7����������������r��\��������������������%��������������o�������������������������������������������������������������J��������������������������������)��������������������������}m5D��������34��5'���q�b�����������$�D�t��N���0r��F��6v��h��>n����������
+�����!!7!!�I��hy����Jh������3�H����5!3������������7���74>32#".�->#"=..="#>-�/?&&?/.>&&>���V����!��3532>5#".5>?3;Ǩ&'E@=+ DMX3��	) �m
3'0N8(8"%5%j�4 2"m��H����+��!26?3!5>54&#"".54>32�1Pv�g��?Yy�8/_zFUKhT:aE&9p�ps�w<w0Z`k��a�IE?�R�5a���Oul��0M78dL-/X~���������)�6��;!532>7!;!532>54&/.'!�;!V��-'#��!',%�\P H�	y��C
+mm!:.��J+9!mm	.��#MPO$JNN$����q����/��%2>7#"$&546$32#4.#"fKu\E.l������XZ�	�v�t:!A`>5V@a�Q$,b��#8F"2+_P4l����n%@W2&A03eR3R�甔ޓI���9�����#��'.#!!!;!532>54.+5!#
+
+O?����(�V&&Vo
+=cQH��y�a,4	mm1(�)1	l����9�������3532>54.+5!#";9V&&V�V''Vm	4,�,4	mm	4,�.,4	m�����9�������3532>54.+5!#"!26?39V&&V�V'}HP!sm	4,�,4	ll	1)��[W��7�����9��d��6��!532>5#;!532>54.+5!	!#";� 1 �c��O'8$�V&&VNTFCV&&Vm-%
���,4	mm1(�)1	l�#�l	4,�-,4	m��q������'��#"$&546$3232>54.#"�[��������VV����[��&T�_`�R%%R�_`�T&ݩ���ll����kk��뫓�TT�擓�SS�������9�����#�0��+;!532>54.+5!232>54.+�@��F(}�V&&Vu�ҋD�^2LjC;_EP\��M��(1mm	4,�)1	l<q��=&R�\RyO'������%��#��%;!532>5#"#!#'.+?&V�=V&�.>'��
+�'>.��,4	mm	4,G%6"��s"6%����\���d��?��32>=""&54>32;!'##".546?54.�8<,G3\=T2�'5 
��Cs�Wl�k6
0"��+"<DU:DuW2��31XX%Da<�!:T~!;Q0>K8P2%R�`��*8!m�)=((S}U��q3V>"��#����+�;��#".'#!532>54.+5!3>32"32654&�7j�f;`M;9�{8,,;!�,�td�i6�=P00R=eZZ)�؍C0B(�m
+8/#,5
+l�� V&-/LXC��3h�je�k7��������`���d�-��".54>32#4.#"32>7\q��JM��jc�f5;gP
3'-G3r�5]L9.a�:�؝�ކ9!:O-!?05`H++h����-=#3'PA)��^���/�A��%;!'##".54>323&'.=4.+5!2>54.#"b/="�s9;M`<d�k77j�c:]K:-<"���=Q11Q=3I-W�/8
+m�*B/C�֓�ٍE+<$92,'	q*3l�q3h�je�k77l�f����`��;d��*��"!4.".54>32!32>7`Veb'=�džDD��yo�|B�a'Ec@5ZI770d�ߪ�N|V.�
L�ц�ڒI?|�zig�`.-=#F,O<$���'���'�/��3532>5#5354>32#4.#"!!;'-3+��1g�lc�N!}
+'$
+��+3`m	4,̌L_�g6)6 E@:2!;^Dp��4,4	m���#���)��,��4>32#".2>54.+5!;!5�/?%#@00@#%?/u3+,3�+4�u�'8##8'&8$$8��	4,n)1m��,4	mm��#������72>54.+5!;!5;3+,3�+4�um	4,9)1l��,4	mm���)��!d�8��!4.#";!532>54.+5!3>32;Z'?-3D)&7"��#:+'6"�
+ENW0O~W."4#�BgF%4Ws?�y+4	mm	8.^+4	m�:D$
+.`�h�%09
+m��`���d��#���!".5�!232>54.#"�����{ĉI{ÉI�3R;;Q33R;;R2)����G�ؐ!F�אm�p99p�mn�n77n����)��b�1��)532>54.+5!3>32#4.#";��T#:*'6"�)
+0C[?yr�|	'$4$
&5Bm
+:0R-7	m�.E.UQ^h*@*$9HIB��-7	����=���b�A��".54>332>54.'.54>32#4&#"�o�c-';B :Q25M1:aHSW-?t�ca�V(ap[Y!=-?lTDsS.;r�$@X32="@fG&'3"5/-ASkERzQ(!6D#EHfq / !4/0=OeAU�\1��+��H���%267#".5#5267673!!�(I 7I\6EpN*�Bh?���?��
+!M{Z�i4"B�����]V�����5��#J�/��!'##"&54.+5!32>54.+5!;�-
+HR[0��"5%�$<-1G-(6�$2�5A#���-8 m�pBjK)+QsH�-4m��-3m����`��;!&���� �������`��;!&���������L�T!�
��.'5!�0umXA278�SXQ"QQL�J�R!�
��>7!#J781BXmu0��LQQ"QXS���b��������/���������
+�/��������9�������"�=��������_��������n��������z�������"�����������������	���������
+�.����������������'������
KE����������	���^���	����	����	��D$��	��h��	�����	��D���	��*���	�	�(��	�
+�\4��	��>���	��<���	�
�
+��	��4�Copyright 2012 Google Inc. All Rights Reserved.Noto SerifBoldMonotype Imaging - Noto Serif BoldNoto Serif BoldVersion 1.06bf9663+NotoSerif-BoldNoto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Design TeamData hinted. Designed by Monotype design team.http://www.google.com/get/noto/http://www.monotype.com/studioThis Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.http://scripts.sil.org/OFL�C�o�p�y�r�i�g�h�t� �2�0�1�2� �G�o�o�g�l�e� �I�n�c�.� �A�l�l� �R�i�g�h�t�s� �R�e�s�e�r�v�e�d�.�N�o�t�o� �S�e�r�i�f�B�o�l�d�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �-� �N�o�t�o� �S�e�r�i�f� �B�o�l�d�N�o�t�o� �S�e�r�i�f� �B�o�l�d�V�e�r�s�i�o�n� �1�.�0�6�N�o�t�o� �i�s� �a� �t�r�a�d�e�m�a�r�k� �o�f� �G�o�o�g�l�e� �I�n�c�.�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �I�n�c�.�M�o�n�o�t�y�p�e� �D�e�s�i�g�n� �T�e�a�m�D�a�t�a� �h�i�n�t�e�d�.� �D�e�s�i�g�n�e�d� �b�y� �M�o�n�o�t�y�p�e� �d�e�s�i�g�n� �t�e�a�m�.�h�t�t�p�:�/�/�w�w�w�.�g�o�o�g�l�e�.�c�o�m�/�g�e�t�/�n�o�t�o�/�h�t�t�p�:�/�/�w�w�w�.�m�o�n�o�t�y�p�e�.�c�o�m�/�s�t�u�d�i�o�T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �l�i�c�e�n�s�e�d� �u�n�d�e�r� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e�,� �V�e�r�s�i�o�n� �1�.�1�.� �T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �d�i�s�t�r�i�b�u�t�e�d� �o�n� �a�n� �"�A�S� �I�S�"� �B�A�S�I�S�,� �W�I�T�H�O�U�T� �W�A�R�R�A�N�T�I�E�S� �O�R� �C�O�N�D�I�T�I�O�N�S� �O�F� �A�N�Y� �K�I�N�D�,� �e�i�t�h�e�r� �e�x�p�r�e�s�s� �o�r� �i�m�p�l�i�e�d�.� �S�e�e� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e� �f�o�r� �t�h�e� �s�p�e�c�i�f�i�c� �l�a�n�g�u�a�g�e�,� �p�e�r�m�i�s�s�i�o�n�s� �a�n�d� �l�i�m�i�t�a�t�i�o�n�s� �g�o�v�e�r�n�i�n�g� �y�o�u�r� �u�s�e� �o�f� �t�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e�.�h�t�t�p�:�/�/�s�c�r�i�p�t�s�.�s�i�l�.�o�r�g�/�O�F�L����������f�f���������������������!��������$�&�)�,�/�0�2�3�7�D�E�F�G�H�I�L�O�Q�R�U�V�W�X�p�q�C����������
+endstream
+endobj
+37 0 obj
+<< /Ascent 1068
+/CapHeight 1462
+/Descent -292
+/Flags 6
+/FontBBox [-555 -250 1306 1058]
+/FontFile2 36 0 R
+/FontName /bf9663+NotoSerif-Bold
+/ItalicAngle 0
+/StemV 0
+/Type /FontDescriptor
+/XHeight 1098
+>>
+endobj
+38 0 obj
+<< /Length 593
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><8F>
+endcodespacerange
+8 beginbfrange
+<2D><2E><002d>
+<31><32><0031>
+<4C><4D><004c>
+<4F><50><004f>
+<61><66><0061>
+<6E><6F><006e>
+<72><75><0072>
+<8E><8F>[<00e9><00e8>]
+endbfrange
+8 beginbfchar
+<20><0020>
+<41><0041>
+<43><0043>
+<46><0046>
+<49><0049>
+<54><0054>
+<69><0069>
+<6C><006c>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+39 0 obj
+[259 0 0 0 0 0 0 0 0 0 0 0 0 310 293 0 0 559 559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 752 0 667 0 0 621 0 0 400 0 0 653 952 0 787 638 0 0 0 652 0 0 0 0 0 0 0 0 0 0 0 0 599 648 526 648 570 407 0 0 352 0 0 352 0 666 612 0 0 522 487 404 666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 570 570]
+endobj
+40 0 obj
+<< /Length 16136
+/Length1 16136
+>>
+stream
+��������`OS/2{�^��h���`cmap�Pe�����cvt tGg������8fpgm��������1gasp����>����glyfL�
+���h��#�head��2�������6hhea����$���$hmtxE������0locaX�P�������maxp�����H��� name�����5��	post��AQ��>8����prep~�J.��@��S����\uL_<���������4������'`���Vs����������������������qV����������������L����L�{����������Z����������������3���3����f������������������GOOG�@� ��������X �������J���� ����f�����D�u��u��By����={�3��N��y�\y��y�hy�wy�qy�hJ����X���;�N��u��N��N��uX�N��N�����N��N��s��N��s?�NZ�b��)��f����f��%��q��qH�q��7N�/�%��/f����%{���9)�9��q����q��D��\��'�/������
+���V��N��f��qH�qH�q��d�������=������{���������������������������������������������������	
+
������������ !"#$%����������&'()*+,-./0123456789:;<=>?��������@����A����BCD���������������������E�����������������������������������FG����������H��������������������������������������������@EYXUTSRQPONMLKJIHGFEDCBA@?>=<;:9876510/.-,('&%$#"!

+	�,E#F` �&`�&#HH-,E#F#a �&a�&#HH-,E#F`� a �F`�&#HH-,E#F#a� ` �&a� a�&#HH-,E#F`�@a �f`�&#HH-,E#F#a�@` �&a�@a�&#HH-, <�<-, E# ��D# �ZQX# ��D#Y ��QX# �MD#Y �&QX# �
D#Y!!-,  EhD �` E�Fvh�E`D-,�
+C#Ce
+-,��
+C#C-,��(#p�(>�(#p�(E:��
-, E�%Ead�PQXED!!Y-,I�#D-, E��C`D-,�C�Ce
+-, i�@a��� �,�����b`+d#da\X�aY-,�E����+�)#D�)z�-,Ee�,#DE�+#D-,KRXED!!Y-,KQXED!!Y-,�%# ����`#��-,�%# ����a#��-,�%����-,F#F`��F# F�`�a���b# #���pE` ��PX�a�����F�Y�`h:-, E�%FRK�Q[X�%F ha�%�%?#!8!Y-, E�%FPX�%F ha�%�%?#!8!Y-,��C�C-,!!d#d��@�b-,!��QXd#d�� �b��@/+Y�`-,!��QXd#d��Ub���/+Y�`-,d#d��@�b`#!-,KSX��%Id#Ei�@�a��b� aj�#D#��!#� 9/Y-,KSX �%Idi �&�%Id#a��b� aj�#D�&����#D���#D����& 9# 9//Y-,E#E`#E`#E`#vh��b -,�H+-, E��TX�@D E�@aD!!Y-,E�0/E#Ea`�`iD-,KQX�/#p�#B!!Y-,KQX �%EiSXD!!Y!!Y-,E�C��`c�`iD-,�/ED-,E# E�`D-,F#F`��F# F�`�a���b# #���pE` ��PX�a�������Yh:-,K#QX��3��4 �3�4�YDD-,�CX�&E�Xdf�`d� `f X!�@Y�aY#XeY�)#D#�)�!!!!!Y-,�CTXKS#KQZX8!!Y!!!!Y-,�CX�%Ed� `f X!�@Y�a#XeY�)#D�%�% XY�%�% F�%#B<�%�%�%�% F�%�`#B< X�Y�%�%�)�) EeD�%�%�)�%�% XY�%�%CH�%�%�%�%�`CH!Y!!!!!!!-,�%  F�%#B�%�%EH!!!!-,�% �%�%CH!!!-,E# E ��P X#e#Y#h �@PX!�@Y#XeY�`D-,KS#KQZX E�`D!!Y-,KTX E�`D!!Y-,KS#KQZX8!!Y-,��!KTX8!!Y-,�CTX�F+!!!!Y-,�CTX�G+!!!Y-,�CTX�H+!!!!Y-,�CTX�I+!!!Y-, �#KS�KQZX#8!!Y-,��%I��SX �@8!Y-,F#F`#Fa#  F�a���b��@@�pE`h:-, �#Id�#SX<!Y-,KRX}zY-,��KKTB-,��B�#�Q�@�SZX��� �TX�C`BY�$�QX� ��@�TX�C`B�$�TX� C`B�KKRX�C`BY�@����TX�C`BY�@���c���TX�C`BY�@��c���TX�C`BY�@��c���TX�@C`BYYYYY-,Eh#KQX# E d�@PX|Yh�`YD-,���%�%�#>��#>��
+#eB�#B�#?��#?��#eB�#B�-,z�E#�-���A�P�U�@����P�U���������U����U��@P�U�����P�UP������A<�P�U�@����U�����U�P�U�@�� �
+�P	�U�	�	��	����������	�P�U�P�U��9�A'����?�������o������ ��?���������P�U�P@U���`�S�C�7����@��GQ�@�4��3�U�3U�U������ ���@�	F����	��V�f�v����p��������<ϕ`����@�ϕ �_�����ϓ����ߓ�����ϓO�uNtN'o7oGoU����g���@�f
+
Fe/e0d@d�d`N_N^N3UU3U�@WF0V@VPV?UOU�U�U�UPT�THG
+)GG3U3UU3U�UG�U��?��o�����������TS++K��RK�P[���%S���@QZ����UZ[X��Y����BK�2SX�`YK�dSX�@YK��SX���BYssst++++++s_s+_sss+�s++++++ss+s�++++s�++s�stussttuu^s^s^sss�^ss+s�s+�++++_ss_s+_ss_ss�+++_stttuu^s++^sss+st++s+s+stuu+suu+++st+s+���N���u����������������J����������������������������������������������������������������������������������������������������������������V�������V�f�u�������������q�q�����������V�f�n���������u�u�����������������g�����V�f�q�������������������������^�o����������������d�o�y����H���*>�=#������C�V���-����������������C���y�����y���������������U��������y����������"��K�p���������p�W�P�������������������}�k�T�<�������A�������������������R������������
+�������������W�]�������j�}�����}oD������DE��5)���q�b�������<�R�x��������
+X��0~�b�H��l���H��n��D��	:	v	�
+
+R
+�H��D�

>
�J��`�(|������XX~�������f��������3!%!!f4�/n����Jb������������3#4>32#".��H^R#//##//#�����(5  5('6  6����u�������3#3#��>^�B�>^��������u������.54>7J@}i��::ȍi}@�z�մ@^8��!��ܟ8\@������B��P���4.'55>{A|i��~;;~ȍi|A�z�Գ@\8���ṹ��ݠ8^@�������%�����#!5!3!y{��y{{���{yz��y��=������%5>54.54632�$Q\e^"&"M9 8,VAzhSV \<);>-C����3�H{���5!3ᚚ�����������74>32#".#//##//#}(5  5('6  6�����N���#3yy�w�����\�����'��#".54>3232>54.#";x�y~�u88u�x�x;�?gJKf??eJKg@ݩ���ll����jj��뫘�WW��UU���������������3532>5#"&5>?3;ʼn#=-'F@=-:?GS3��.=#dV
+:040N8=1%5%j�+0:
+V���h�����/��!2>?3!5>54.#"".54>32�.XQ���.<&V
+��VRoD3O6FW2%@03e�ca�l9uH���Y��*7%����_��F;_E%2Tn=3';eJ)1Y~����w����J��%2>54.+532>54.#"".54>32#".5463�=nT23`�VAADuW25S;FX2%@03f�ca�q>1XxG&VTM;#,Mftz;e�_-F;#BaZ"N~\AiJ)h-RuI<^B"2Tn=3';eJ),SyNEzcF$6NgDR�aD*%>S->E6[B%����q�����5��%2>54.#"'!#'.#!>32#".5463�?kO,,RrG5M;,1B�
+V) �s'u[c�~GC�ur�X$?B=]d#Q�aQxP'
���=
+�>6l�lh�{C'<I"9@,L7 ����h�����*�=��%2#".54>32#".5467>75.#"Ӫ�
+;K[6Y�k;<q�gh��G9Y{�cWsC&);L�2S@/(Fa;mw<YZ042'4h�ho��KP����kͶ�o=2@ &4 ;-R-<!��~<��TxL#��������T��'��74>32#".4>32#".�#//##//##//##//#}(5  5('6  6s(5  5('6!!6����X�����%�9��#>54.#"".54>324>32#".
+}YyI6U;@W6%>--_�ca�xD5f�_�#//##//#�7$_oy=5W="*H_5!2!1T>#2_�XT�r^'��(5  5('6  6�����������$�/��;!532>73;!53254&/.'!�N	
+CE/�'*"Ơ�",��/{	R� 5����/40VV
$>1��
 *
+VVb$��[�J%EHO0������N�����!�.�;��)532>54.+5! 32>54.+532>54.+�'D]6FtS.������#=..="%
+�^�WxL"IxZˎZxH"LyW�HEhN5:]Q��V
+:0�-7	V��a GrRPvN&f CjJKe>����u�����/��2#4.#"32>7#".54>i�g30A&9[Ct�f.0h�qKsXC5l�r��PT���#>T1!5%0^K/U��Z0?"&'QB+l����n����N��\���%��#!532>54.+5!22>5+\T�����#=..="s���Z�5z�z=��ݨ��gV
+:0�-7	Va�����S��1B����N�����'��%!2>?3!532>54.+5!#'.#!!!��1E.k��"=..=#
+j
++A.����f.="X��V	7-�0:
+V��X"=.��d���u�����9��"$&546$32#4.#"32674.+5!#"5����V[��r�q83E(@hK��t46zŒ;o+.="4&g�l����n#>T1!5%0^K/U��T
J-7
+VV
+;0��0.���N��
+��C��!532>5!;!532>54.+5!#"!4.+5!#";�#=-�f->"��#=..="T">-�-=#T#=..="V
+:0�� 0:
+VV
+:0�-7	VV
+:0�b�0:
+VV
+:0�-7	V����N�������3532>54.+5!#";N#=..=#T">-->"V
+:0�0:
+VV
+:0�0:
+V������������32>54.+5!#"+BgF%.="T">-H~�b#�u%W�l�-7	VV
+:0�#��m.���N�����!��3532>54.+5!#"!2>?3N#=..=#T"=.�.A*kV
+:0�0:
+VV	7-��!5B!��H����N��3��6��!532>7#;!532>54.+5!	!#";!5%�+o�%'7"�'"=..="����#=..=#V	3*F����0:
+VV	7-�-7	V�m�V
+:0�0:
+V�����s��{���'��#".54>3232>54.#"{T���PP�����T��-d�rr�c,,c�rr�e-ݩ���ll����kk��뫘�WW��VV�������N�����#�0��3532>54.+5!2+;32>54.+N#=..="?��|=9�Ҙ�.="D�m]�T'"LyW�V
+:0�-7	V;o�d[��M��-7	V�'W�aVT)�����s�){�� �4��;#".'.54>3232>54.#"{B��z	2Nh>!XQ��Y
+�ъEP�����T��-d�rr�c,,c�rr�e-ݖ��}i�U$`+i��w����kk��뫘�WW��VV�����N��L��.�;��%;#".'#;!532>54.+5! %32>54.+o4bA`{V=#��.="��"=..="'
+5Vl6���ZxH"LyW��RRV(H:��Z-7	VV	7-�-7	V��R{Z</(PxPRsI!��b�����?��".546332654.'.54>32#4.#"�d�g4MG!BfH�� JyZ_�^.Cx�a\�b3WJ6XA;]@" KzYZ�b4G��*Kk@>L@vZ6�}8VIC%'Ym�TX�_2&@S-BC0]I.!=V5=]KC$%Re}Oa�j7���)�����#��%;!532>5#"#!#'.+�->"/��/"=.�-='j
+�
+j
+&>.��0:
+VV	7-q.="Xf��X"=.���������5��".54.+5!#"32>54.+5!#"�y��F.="T">-3[}KY�U).="">-A�3o�}-7	VV
+:0��Y}N$0UuF/-7	VV
+:0��f�q<�������f��*��!.+5!#">7>54&+5!#"f�F",3/>=	�,,"�
+CD/�'+#�X� *
+VV/3$�g[�JJ�`�.5/VV#>2�?����f��)^��?��32>=""&54>32;!'##".546?54.-QU>eG&�WuH�;I)UY:e�L^�^/1"��  <H[@DuU0��(K)`_(JjA�#?\�!<R0:G5J/%T�b��+8"V�+H4'Q{T��{7]C%��%��y�-�A��#".'#!532>54.+5!3>32"32>54.y7j�e;`M;
$��#=-.="y:L`<e�j7�;Pk@AkQD_==a'�،C0B(�V
+:0J-7	V��#[*03/L5C��!5l�ok�p99p�lm�l6��q���^�)��".54>32#4.#"3267Df�|EE{�a@f@\['C4;_D$��_�#,W�?�՗�݆84O5G:0VA%,l����P?(#F8#����q����-�?��%;!'##".54>323&'.=4.+5!2>54.#".="��;L`<e�j66j�e;`M<.="y�)PkAAlQC`=v�-7	V�/K5C�֓�،C0B(2,&K�-7	V�[5l�ok�o::p�k����q���^��)��"!4.".532!32>73r{�4U%o�zA��c�n;�V)MpI5[J9,Z��Q�`4��K�х">{�y^p�h1(3&G<(���7���)�1��%!532>5#5354>32#4.#"!!3���#=-��2^�TPnC-=%
4',;$!��->"VVV
+:0�af\�`1&4 +;."CbAya��0:
+���/�5��W�l�z��#4.#"#".';2#"&54>7.5467.54>32>3232>54.+"32>54&#"5
)*#-.[�]$"/�\�Q%A�͋��*G\3( @F,E/0`�a%H=1(2;"-��<fNn�T"5N3�+Q?&wWc2E,TdcU'

+uXL�^5
+&.QqBX�c6��<Z@(		*6!=Y*?Q`3Y�b4
'!'�-N8 %B[6/=#*L`�z>aC��������%����:��%!532>54.+5!3632;!4.#"3L��#=-.="y
+\�W�\0*:"��5V>@]=.="VVV
+:0J-7	V�>=�/a�i�0:
+V�ChH%/W{K�P-7	�����/��u��,��72>54.+5!;!54>32#".J"=..="n->"��� **** V	7-�-7
+V��0:
+VV@$00$$0

0��������*��+532>54.+54>32#".�<l�Y!7V;.="�++++J����m.a%W�lz-7
+VL$00$$0

0���%����<��	;#".';!532>54.+5!>54&#5!"�5iEYsTF+͗.="��#=-.="y�!+
+13�G�P��kRVV)ODAp�-7	VV
+:0J-7	V��W*05%8*!VVd[�������`���72>54.+5!;!55#=-.="�.=#��V
+:0J-7	V��0:
+VV���9��V^�W��%!532>54.+5!3>323>32;!4.#";!4.#"3`��#:**:"A
+DMU02ZM=HQY0N|V.*:"��3R;@W6*:"��3R;C[8.="VVV
+:0-7
+V�9I),G39I)/a�i�0:
+V�ChH%1Tn>�?0:
+V�ChH%6\xB�P-7	����9���^�8��%!532>54.+5!3>32;!4.#"3`��#=-.="K
+ GOY1QY/*:"��5V>F_:.="VVV
+:0-7
+V�9I)/a�i�0:
+V�ChH%6\xB�P-7	����q��-^��#��#".53232>54.#"-��o�{A��o�{A�
+CkMMjBBkMMjB'����F�אE�Րr�u<<u�rr�s::s�����y^��J��"32>54.#".'#;!532>54.+5!3>32�Pk@AkQD_==a�7j�e;`M;.="��#=-.="f:L`<e�j7�5l�ok�p99p�lm�l6�L�،C0B(5.)$�-7	VV
+;0j-7
+V�/L5C�����q��^�4�F��!532>=46767##".54>3237!#";2>54.#"���D#=-;L`<e�j66j�e;`M<%H">-.="�pPkAAlQC`=v�V
+;0�#[*02/K5C�֓�،C0B(�V
+;0��-7
+5l�ok�o::p�k������D���^�1��)532>54.+5!3>32#4&#";���#=-.=";'
+*=ZDpm.H40<&<-.="9V
+:0-7
+V�.Q=#NG 6'UK+G\a`'��-7	����\��B\�A��".54>332>54.'.54>32#4&#"�M}X0'-4U>7T99bJOuL&7f�WIpL&MGU[4J/=aDQtK$:j�7Q6)7 
6^G)1E)&702 #ALaCFlI&3E&8Cgr,<$'90-"BNb@PxQ(��'���F���%267#".5#5267>73!!%> 
*16NpH#�%Y"#+^��UXZ	!JzX�R#&iO�u�Nib��/���J�1��%;!'##".54.+5!32>54.+5!7.="��
+KT\2Q~V-.="o1S>Da?-=#n�-7	V�:H).b�i�-7
+V�=ChH%0WzJ�0;
+V��������J�/��5!#"3>7>54&+5!#"#.#�>=�
�
+	CD�*"�����",�VV03#�}$WTKAMP%�.50VV
$>1��� *
+��������J�?��3>7>54&+5!#"#'#.+5!#"3>7��	(fCE�,#����%�ޢ��",�=>`
+
�D��%USJ3�cJ;50VV#>3��ч��� *
+VV$20��%XWLEOR%k����
+���J�H��4&+5!#";!53254./;!532>7	.+5!#"7>?/�1/2�--Q&��
+{��	
+:E�%822��-U.#.
+�j�%VV
+4)���k<1VVD, �� "##VV3&N`58VV	) ��#>�������J�:��#"+52>7.+5!#"3>7>54&+5�+#��$@FSj�[h�mI��!+�>=	�'�		CDJV
$>1��c�kF*a>l�V )
+VV03#��#SQH-�J�.50V��V���J���%2>?3!5!"#!�$/
+V
+��R��(4!V��u.=!/��R�*>)#T�������N���s&����I��R���f��)!&�&���J�������q��^&�(���K�������q���!&�*���IR������q���!&�*���J������d�����4>32#".d)Hd:8bJ**Jb8:dH)�TrEErTTqFFq�����9��'�;��74>32#".%4>32#".%4>32#".�#//##//#J#//##//#I#//##//#}(5  5('6  6'(5  5('6  6'(5  5('6  6���=s�����5>54.54632�$Q\e^"&"M9 8,AzhSV \<);>-C����!�
��>73#�1/+�JZ_)N�LQQ"QXS����!�
��#.'53N)`ZJ�+02�SXQ"QQL���{�'����#".'532654&'73'��(**%J;BWC+adc��m}	h>5<<�Xc�����b��������/���������
+�/��������9��������@�������
+�]��������g��������s�������"�����������������	���������
+�.������������������������
K9����������	���^���	�����	����	��:��	��X��	��l��	��D���	��*���	�	�(���	�
+�\��	��>v��	��<���	�
����	��4�Copyright 2012 Google Inc. All Rights Reserved.Noto SerifRegularMonotype Imaging - Noto SerifNoto SerifVersion 1.06cfeb0e+NotoSerifNoto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Design TeamData hinted. Designed by Monotype design team.http://www.google.com/get/noto/http://www.monotype.com/studioThis Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.http://scripts.sil.org/OFL�C�o�p�y�r�i�g�h�t� �2�0�1�2� �G�o�o�g�l�e� �I�n�c�.� �A�l�l� �R�i�g�h�t�s� �R�e�s�e�r�v�e�d�.�N�o�t�o� �S�e�r�i�f�R�e�g�u�l�a�r�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �-� �N�o�t�o� �S�e�r�i�f�N�o�t�o� �S�e�r�i�f�V�e�r�s�i�o�n� �1�.�0�6�N�o�t�o� �i�s� �a� �t�r�a�d�e�m�a�r�k� �o�f� �G�o�o�g�l�e� �I�n�c�.�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �I�n�c�.�M�o�n�o�t�y�p�e� �D�e�s�i�g�n� �T�e�a�m�D�a�t�a� �h�i�n�t�e�d�.� �D�e�s�i�g�n�e�d� �b�y� �M�o�n�o�t�y�p�e� �d�e�s�i�g�n� �t�e�a�m�.�h�t�t�p�:�/�/�w�w�w�.�g�o�o�g�l�e�.�c�o�m�/�g�e�t�/�n�o�t�o�/�h�t�t�p�:�/�/�w�w�w�.�m�o�n�o�t�y�p�e�.�c�o�m�/�s�t�u�d�i�o�T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �l�i�c�e�n�s�e�d� �u�n�d�e�r� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e�,� �V�e�r�s�i�o�n� �1�.�1�.� �T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �d�i�s�t�r�i�b�u�t�e�d� �o�n� �a�n� �"�A�S� �I�S�"� �B�A�S�I�S�,� �W�I�T�H�O�U�T� �W�A�R�R�A�N�T�I�E�S� �O�R� �C�O�N�D�I�T�I�O�N�S� �O�F� �A�N�Y� �K�I�N�D�,� �e�i�t�h�e�r� �e�x�p�r�e�s�s� �o�r� �i�m�p�l�i�e�d�.� �S�e�e� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e� �f�o�r� �t�h�e� �s�p�e�c�i�f�i�c� �l�a�n�g�u�a�g�e�,� �p�e�r�m�i�s�s�i�o�n�s� �a�n�d� �l�i�m�i�t�a�t�i�o�n�s� �g�o�v�e�r�n�i�n�g� �y�o�u�r� �u�s�e� �o�f� �t�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e�.�h�t�t�p�:�/�/�s�c�r�i�p�t�s�.�s�i�l�.�o�r�g�/�O�F�L��������f�f���������������������L��������������������"�$�%�&�'�(�*�+�,�-�/�0�2�3�4�5�6�7�8�9�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�e�j�o�p�q���������C��uni00A0����������
+endstream
+endobj
+41 0 obj
+<< /Ascent 1068
+/CapHeight 1462
+/Descent -292
+/Flags 6
+/FontBBox [-518 -250 1246 1047]
+/FontFile2 40 0 R
+/FontName /cfeb0e+NotoSerif
+/ItalicAngle 0
+/StemV 0
+/Type /FontDescriptor
+/XHeight 1098
+>>
+endobj
+42 0 obj
+<< /Length 631
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><D5>
+endcodespacerange
+11 beginbfrange
+<20><22><0020>
+<28><29><0028>
+<2B><33><002b>
+<39><3A><0039>
+<41><45><0041>
+<47><4A><0047>
+<4C><4D><004c>
+<4F><56><004f>
+<61><7A><0061>
+<8D><8F>[<00e7><00e9><00e8>]
+<C9><CA>[<2026><00a0>]
+endbfrange
+6 beginbfchar
+<35><0035>
+<3F><003f>
+<83><00c9>
+<88><00e0>
+<A5><2022>
+<D5><2019>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+43 0 obj
+[259 333 408 0 0 0 0 0 346 346 0 559 250 310 250 288 559 559 559 559 0 559 0 0 0 559 286 0 0 0 0 500 0 705 653 613 727 623 0 713 792 367 356 0 623 937 0 742 604 742 655 543 612 716 674 0 0 0 0 0 0 0 0 0 0 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 0 0 0 0 0 0 0 0 623 0 0 0 0 562 0 0 0 0 492 535 535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 857 259 0 0 0 0 0 0 0 0 0 0 250]
+endobj
+44 0 obj
+<< /Length 4036
+/Length1 4036
+>>
+stream
+��������`OS/25�����h���Vcmap$*�����cvt S������fpgm�/�����egasp���������glyf�ZI������|head��}�������6hheae����$���$hmtx��������<loca������ maxp,�.��H��� name������	P��+postl%��|���@prep��+��x���.���� �*X_<��������y3�����'`�����������������3���Z��������������������������*������������������������������������1		����������������M+  �@� �v\�t�Z3@ ���������l�!��������A��7��7��<��i����F��2��n��P��A��2�������������������������������������������������������������������������������������������������������������������	
+��
����������������������������������������������������������������������������������������������������������������������������������������������,��K�*PX�JvY��#?�+X=YK�*PX}Y ԰.-�, ڰ+-�,KRXE#Y!-�,i �@PX!�@Y-�,�+X!#!zX��YKRXX��Y#!�+X�FvYX��YYY-�,
\Z-�,�"�PX� �\\��Y-�,�$�PX�@�\\��Y-�, 9/-�	, }�+X��Y �%I# �&J��PX�e�a ��PX8!!Y��a ��RX8!!YY-�
+,�+X!!Y-�, Ұ+-�, /�+\X  G#Faj X db8!!Y!Y-�
,  9/ � G�Fa#� �#J��PX#��RX�@8!Y#��PX�@e8!YY-�,�+X=�!! ֊KRX �#I ��UX8!!Y!!YY-�,# � /�+\X# XKS!�YX��&I#�# �I�#a8!!!!Y!!!!!Y-�, ڰ+-�, Ұ+-�, /�+\X  G#Faj� G#F#aj` X db8!!Y!!Y-�, � �� �%Jd#�� PX<�Y-�,��@@BBK��c�K��c � �UX � �RX#b ��#Bb �#BY �@RX�� �CcB� CcB� c�e!Y!!Y-�,�Cc#��Cc#-���������K�PX��Y�F+X!�YK�RX!��Y�+\XY�+��������!y����� �N�t������
+&DX�����!��*�����3!'3#!	�����f!X��������;�����353��������A�������%#"&54;54&#"5632#"327�G^[h�!$9NRRNhGR!WL=4/$WN�A)!CJtA;=16����7�����	���%27&#"'463253#"&/$%8q?�ba./RG^fg4n!�oaЍ���&����7�������7327#"4632%3&#"�E?<KJB�dd[Y���_87�bXA��|�>�J���<������526=#"4632327&#"}hw-0�inSH�{q8%$%BC�@gX���z�%z���Z[����i��E���	��##5753ET�th���>xxx����������!4&#"#4&#"#632632�!N!P9N8)6J3�'�?�'�?�#5M�p�����F������3#632#4&#"�RH]qRP3@1"�(Ia��h;/�����2�������2"&264&"��cc�c�|66|6����Z�ZZ���n������"#6�ykR�A�N�2�����P������"#"'532654&'.54632&	g(5gHc[TGOB=7*;[J[YMIN�N &H�KC#(+',G:DHA��A�������3#327#"&5#5353���0/+.6TBddR�>��:&
C
+AU*>�����2������733#3�sR�d�VF���������&��������"����������"��������(�������"�/��������Q��������W��������e��������|������
�����������h�������n��	���Du��	�����	�����	��D���	����	��#��	��4?��	�
�s��	����	��#���
��1����������Copyright(c) 2019 M+ FONTS PROJECTM+ 1mnRegularFontForge 2.0 : M+ 1mn : 23-4-2019M+ 1mnVersion 1.063a6f1e2b+mplus1mn-regularhttp://mplus-fonts.osdn.jpThis font is free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially or noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.M+ 1mnregular�C�o�p�y�r�i�g�h�t�(�c�)� �2�0�1�9� �M�+� �F�O�N�T�S� �P�R�O�J�E�C�T�M�+� �1�m�n�R�e�g�u�l�a�r�F�o�n�t�F�o�r�g�e� �2�.�0� �:� �M�+� �1�m�n� �:� �2�3�-�4�-�2�0�1�9�M�+� �1�m�n�V�e�r�s�i�o�n� �1�.�0�6�3�a�h�t�t�p�:�/�/�m�p�l�u�s�-�f�o�n�t�s�.�o�s�d�n�.�j�p�T�h�i�s� �f�o�n�t� �i�s� �f�r�e�e� �s�o�f�t�w�a�r�e�.� �U�n�l�i�m�i�t�e�d� �p�e�r�m�i�s�s�i�o�n� �i�s� �g�r�a�n�t�e�d� �t�o� �u�s�e�,� �c�o�p�y�,� �a�n�d� �d�i�s�t�r�i�b�u�t�e� �i�t�,� �w�i�t�h� �o�r� �w�i�t�h�o�u�t� �m�o�d�i�f�i�c�a�t�i�o�n�,� �e�i�t�h�e�r� �c�o�m�m�e�r�c�i�a�l�l�y� �o�r� �n�o�n�c�o�m�m�e�r�c�i�a�l�l�y�.� �T�H�I�S� �F�O�N�T� �I�S� �P�R�O�V�I�D�E�D� �"�A�S� �I�S�"� �W�I�T�H�O�U�T� �W�A�R�R�A�N�T�Y�.�M�+� �1�m�n�r�e�g�u�l�a�r0S0n0�0�0�0�0o0�0�0����u10j�	0�0�0�0�0�0�0g0Y00B0�0�0�e9Y	0ng	q!0k��0�0�0Z00~0_UFimv�0jR)u(0g0B0c0f0�0��u10k0TR)u(0���0Q��M^0Y0�0S0h0L0g0M0~0Y0L0Qh0fq!O݊<0h0U0[0f0D0_0`0M0~0Y0�M�+� �1�m�n�r�e�g�u�l�a�r�����������2��������������������������D�G�H�J�L�P�Q�R�U�V�W�Y������
+endstream
+endobj
+45 0 obj
+<< /Ascent 860
+/CapHeight 860
+/Descent -140
+/Flags 4
+/FontBBox [0 -270 1000 1025]
+/FontFile2 44 0 R
+/FontName /6f1e2b+mplus1mn-regular
+/ItalicAngle 0
+/StemV 0
+/Type /FontDescriptor
+/XHeight 0
+>>
+endobj
+46 0 obj
+<< /Length 488
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><76>
+endcodespacerange
+3 beginbfrange
+<64><65><0064>
+<6D><6F><006d>
+<72><74><0072>
+endbfrange
+6 beginbfchar
+<20><0020>
+<2E><002e>
+<61><0061>
+<67><0067>
+<69><0069>
+<76><0076>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+47 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 500 500 0 500 0 500 0 0 0 500 500 500 0 0 500 500 500 0 500]
+endobj
+48 0 obj
+<< /Length 2104
+/Length1 2104
+>>
+stream
+��������0OS/2S�]���8���`cmap������gasp�����0���glyf:Aw������phead��b�������6hhea���������$hmtx��������loca�8��������maxp�D������ name1�?��,���post?�������2���K�`>˯_<�������۠�@����۠�E����������������������������������������������������������������@������������Lf���GLf��������������������������������PfEd���!�!����.��T��������:���� ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������8�����������'��2"&4$"26454+54+";#";2�Α�Α	""@X��Α��#""�d@������J��������������������������3������� �8��������X�������&�q���������������
+�,���������������������������
+��������������(�������;��	���4@��	��2t��	��
+���	��@���	��2���	��L"��	�
+�Xn��	��.���	��&���	��
+��	��2$��	��&V��	��
+|Copyright (c) Font AwesomeFont Awesome 5 Free SolidSolidFont Awesome 5 Free Solid-5.15.1Font Awesome 5 Free Solid331.521 (Font Awesome version: 5.15.1)5714a6+FontAwesome5Free-SolidThe web's most popular icon set and toolkit.https://fontawesome.comFont Awesome 5 FreeSolidFont Awesome 5 Free SolidFont Awesome 5 FreeSolid�C�o�p�y�r�i�g�h�t� �(�c�)� �F�o�n�t� �A�w�e�s�o�m�e�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e� �S�o�l�i�d�S�o�l�i�d�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e� �S�o�l�i�d�-�5�.�1�5�.�1�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e� �S�o�l�i�d�3�3�1�.�5�2�1� �(�F�o�n�t� �A�w�e�s�o�m�e� �v�e�r�s�i�o�n�:� �5�.�1�5�.�1�)�T�h�e� �w�e�b�'�s� �m�o�s�t� �p�o�p�u�l�a�r� �i�c�o�n� �s�e�t� �a�n�d� �t�o�o�l�k�i�t�.�h�t�t�p�s�:�/�/�f�o�n�t�a�w�e�s�o�m�e�.�c�o�m�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e�S�o�l�i�d�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e� �S�o�l�i�d�F�o�n�t� �A�w�e�s�o�m�e� �5� �F�r�e�e�S�o�l�i�d���������������������������������info-circle��������
+endstream
+endobj
+49 0 obj
+<< /Ascent 875
+/CapHeight 421
+/Descent -125
+/Flags 4
+/FontBBox [-39 -148 1291 900]
+/FontFile2 48 0 R
+/FontName /5714a6+FontAwesome5Free-Solid
+/ItalicAngle 0
+/StemV 0
+/Type /FontDescriptor
+/XHeight 314
+>>
+endobj
+50 0 obj
+<< /Length 376
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><21>
+endcodespacerange
+1 beginbfrange
+<20><21>[<0020><f05a>]
+endbfrange
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+51 0 obj
+[1000 1000]
+endobj
+52 0 obj
+<< /Length 6532
+/Length1 6532
+>>
+stream
+��������`OS/2{k���h���`cmap������cvt tGg���
p��8fpgm���������1gasp����x���glyf9d:X������xhead���a�������6hhea)��$���$hmtx���������loca��P������maxpL� ��H��� name�ӗ��(��	post�[8��D���3prep~�J.��
+��S����\�P3_<���������4������'`�f��������������������������f��������������������������������Z����������������3���3����f�����������������GOOG�@� �!������X��������J���� ����f����s�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@EYXUTSRQPONMLKJIHGFEDCBA@?>=<;:9876510/.-,('&%$#"!

+	�,E#F` �&`�&#HH-,E#F#a �&a�&#HH-,E#F`� a �F`�&#HH-,E#F#a� ` �&a� a�&#HH-,E#F`�@a �f`�&#HH-,E#F#a�@` �&a�@a�&#HH-, <�<-, E# ��D# �ZQX# ��D#Y ��QX# �MD#Y �&QX# �
D#Y!!-,  EhD �` E�Fvh�E`D-,�
+C#Ce
+-,��
+C#C-,��(#p�(>�(#p�(E:��
-, E�%Ead�PQXED!!Y-,I�#D-, E��C`D-,�C�Ce
+-, i�@a��� �,�����b`+d#da\X�aY-,�E����+�)#D�)z�-,Ee�,#DE�+#D-,KRXED!!Y-,KQXED!!Y-,�%# ����`#��-,�%# ����a#��-,�%����-,F#F`��F# F�`�a���b# #���pE` ��PX�a�����F�Y�`h:-, E�%FRK�Q[X�%F ha�%�%?#!8!Y-, E�%FPX�%F ha�%�%?#!8!Y-,��C�C-,!!d#d��@�b-,!��QXd#d�� �b��@/+Y�`-,!��QXd#d��Ub���/+Y�`-,d#d��@�b`#!-,KSX��%Id#Ei�@�a��b� aj�#D#��!#� 9/Y-,KSX �%Idi �&�%Id#a��b� aj�#D�&����#D���#D����& 9# 9//Y-,E#E`#E`#E`#vh��b -,�H+-, E��TX�@D E�@aD!!Y-,E�0/E#Ea`�`iD-,KQX�/#p�#B!!Y-,KQX �%EiSXD!!Y!!Y-,E�C��`c�`iD-,�/ED-,E# E�`D-,F#F`��F# F�`�a���b# #���pE` ��PX�a�������Yh:-,K#QX��3��4 �3�4�YDD-,�CX�&E�Xdf�`d� `f X!�@Y�aY#XeY�)#D#�)�!!!!!Y-,�CTXKS#KQZX8!!Y!!!!Y-,�CX�%Ed� `f X!�@Y�a#XeY�)#D�%�% XY�%�% F�%#B<�%�%�%�% F�%�`#B< X�Y�%�%�)�) EeD�%�%�)�%�% XY�%�%CH�%�%�%�%�`CH!Y!!!!!!!-,�%  F�%#B�%�%EH!!!!-,�% �%�%CH!!!-,E# E ��P X#e#Y#h �@PX!�@Y#XeY�`D-,KS#KQZX E�`D!!Y-,KTX E�`D!!Y-,KS#KQZX8!!Y-,��!KTX8!!Y-,�CTX�F+!!!!Y-,�CTX�G+!!!Y-,�CTX�H+!!!!Y-,�CTX�I+!!!Y-, �#KS�KQZX#8!!Y-,��%I��SX �@8!Y-,F#F`#Fa#  F�a���b��@@�pE`h:-, �#Id�#SX<!Y-,KRX}zY-,��KKTB-,��B�#�Q�@�SZX��� �TX�C`BY�$�QX� ��@�TX�C`B�$�TX� C`B�KKRX�C`BY�@����TX�C`BY�@���c���TX�C`BY�@��c���TX�C`BY�@��c���TX�@C`BYYYYY-,Eh#KQX# E d�@PX|Yh�`YD-,���%�%�#>��#>��
+#eB�#B�#?��#?��#eB�#B�-,z�E#�-���A�P�U�@����P�U���������U����U��@P�U�����P�UP������A<�P�U�@����U�����U�P�U�@�� �
+�P	�U�	�	��	����������	�P�U�P�U��9�A'����?�������o������ ��?���������P�U�P@U���`�S�C�7����@��GQ�@�4��3�U�3U�U������ ���@�	F����	��V�f�v����p��������<ϕ`����@�ϕ �_�����ϓ����ߓ�����ϓO�uNtN'o7oGoU����g���@�f
+
Fe/e0d@d�d`N_N^N3UU3U�@WF0V@VPV?UOU�U�U�UPT�THG
+)GG3U3UU3U�UG�U��?��o�����������TS++K��RK�P[���%S���@QZ����UZ[X��Y����BK�2SX�`YK�dSX�@YK��SX���BYssst++++++s_s+_sss+�s++++++ss+s�++++s�++s�stussttuu^s^s^sss�^ss+s�s+�++++_ss_s+_ss_ss�+++_stttuu^s++^sss+st++s+s+stuu+suu+++st+s+���N���u����������������J����������������������������������������������������������������������������������������������������������������V�������V�f�u�������������q�q�����������V�f�n���������u�u�����������������g�����V�f�q�������������������������^�o����������������d�o�y����H���*>�=#������C�V���-����������������C���y�����y���������������U��������y����������"��K�p���������p�W�P�������������������}�k�T�<�������A�������������������R������������
+�������������W�]�������j�}�����}oD������DE��5)���q�b�������<��f��������3!%!!f4�/n����Jb���s�bu����#"&546324&#"326b�cf��diFIKgFEgcIN_}k��hf�JHfFffFHdh����b��������/���������
+�/��������9��������@�������
+�]��������g��������s�������"�����������������	���������
+�.������������������������
K9����������	���^���	�����	����	��:��	��X��	��l��	��D���	��*���	�	�(���	�
+�\��	��>v��	��<���	�
����	��4�Copyright 2012 Google Inc. All Rights Reserved.Noto SerifRegularMonotype Imaging - Noto SerifNoto SerifVersion 1.06b1eed4+NotoSerifNoto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Design TeamData hinted. Designed by Monotype design team.http://www.google.com/get/noto/http://www.monotype.com/studioThis Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.http://scripts.sil.org/OFL�C�o�p�y�r�i�g�h�t� �2�0�1�2� �G�o�o�g�l�e� �I�n�c�.� �A�l�l� �R�i�g�h�t�s� �R�e�s�e�r�v�e�d�.�N�o�t�o� �S�e�r�i�f�R�e�g�u�l�a�r�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �-� �N�o�t�o� �S�e�r�i�f�N�o�t�o� �S�e�r�i�f�V�e�r�s�i�o�n� �1�.�0�6�N�o�t�o� �i�s� �a� �t�r�a�d�e�m�a�r�k� �o�f� �G�o�o�g�l�e� �I�n�c�.�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �I�n�c�.�M�o�n�o�t�y�p�e� �D�e�s�i�g�n� �T�e�a�m�D�a�t�a� �h�i�n�t�e�d�.� �D�e�s�i�g�n�e�d� �b�y� �M�o�n�o�t�y�p�e� �d�e�s�i�g�n� �t�e�a�m�.�h�t�t�p�:�/�/�w�w�w�.�g�o�o�g�l�e�.�c�o�m�/�g�e�t�/�n�o�t�o�/�h�t�t�p�:�/�/�w�w�w�.�m�o�n�o�t�y�p�e�.�c�o�m�/�s�t�u�d�i�o�T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �l�i�c�e�n�s�e�d� �u�n�d�e�r� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e�,� �V�e�r�s�i�o�n� �1�.�1�.� �T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �d�i�s�t�r�i�b�u�t�e�d� �o�n� �a�n� �"�A�S� �I�S�"� �B�A�S�I�S�,� �W�I�T�H�O�U�T� �W�A�R�R�A�N�T�I�E�S� �O�R� �C�O�N�D�I�T�I�O�N�S� �O�F� �A�N�Y� �K�I�N�D�,� �e�i�t�h�e�r� �e�x�p�r�e�s�s� �o�r� �i�m�p�l�i�e�d�.� �S�e�e� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e� �f�o�r� �t�h�e� �s�p�e�c�i�f�i�c� �l�a�n�g�u�a�g�e�,� �p�e�r�m�i�s�s�i�o�n�s� �a�n�d� �l�i�m�i�t�a�t�i�o�n�s� �g�o�v�e�r�n�i�n�g� �y�o�u�r� �u�s�e� �o�f� �t�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e�.�h�t�t�p�:�/�/�s�c�r�i�p�t�s�.�s�i�l�.�o�r�g�/�O�F�L��������f�f������������������������
+openbullet���������
+endstream
+endobj
+53 0 obj
+<< /Ascent 1068
+/CapHeight 1462
+/Descent -292
+/Flags 6
+/FontBBox [-518 -250 1246 1047]
+/FontFile2 52 0 R
+/FontName /b1eed4+NotoSerif
+/ItalicAngle 0
+/StemV 0
+/Type /FontDescriptor
+/XHeight 1098
+>>
+endobj
+54 0 obj
+<< /Length 376
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><21>
+endcodespacerange
+1 beginbfrange
+<20><21>[<0020><25e6>]
+endbfrange
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+55 0 obj
+[259 354]
+endobj
+56 0 obj
+<< /Length 8476
+/Length1 8476
+>>
+stream
+��������`OS/2{�0��h���`cmapG&9V��$��cvt j�j���
���:fpgms�#���8��gasp����!���glyf�����l��head�=��������6hhea����$���$hmtx_��������\loca� ��<���0maxp@�R��H��� name�9|���t��	Jpost/w�� ����Pprep,��
+@��������X%G�_<���������O�����'`���!�����������������+���t�d�������������������:����������Z����������)�����3���3����f��	����������������GOOG�� ��������X �������J���� ���������5y�Ny���jZ������X�7��X��Xo�o��+�Z��Z��X��������uN�#��X���������������������������������������������������������������������������������������������������������	
+������
���������������������������������������������������������������������������������������������������������������������������������������������@EYXUTSRQPONMLKJIHGFEDCBA@?>=<;:9876510/.-,('&%$#"!

+	�,E#F` �&`�&#HH-,E#F#a �&a�&#HH-,E#F`� a �F`�&#HH-,E#F#a� ` �&a� a�&#HH-,E#F`�@a �f`�&#HH-,E#F#a�@` �&a�@a�&#HH-, <�<-, E# ��D# �ZQX# ��D#Y ��QX# �MD#Y �&QX# �
D#Y!!-,  EhD �` E�Fvh�E`D-,�
+C#Ce
+-,��
+C#C-,��(#p�(>�(#p�(E:��
-, E�%Ead�PQXED!!Y-,I�#D-, E��C`D-,�C�Ce
+-, i�@a��� �,�����b`+d#da\X�aY-,�E����+�)#D�)z�-,Ee�,#DE�+#D-,KRXED!!Y-,KQXED!!Y-,�%# ����`#��-,�%# ����a#��-,�%����-,F#F`��F# F�`�a���b# #���pE` ��PX�a�����F�Y�`h:-, E�%FRK�Q[X�%F ha�%�%?#!8!Y-, E�%FPX�%F ha�%�%?#!8!Y-,��C�C-,!!d#d��@�b-,!��QXd#d�� �b��@/+Y�`-,!��QXd#d��Ub���/+Y�`-,d#d��@�b`#!-,KSX��%Id#Ei�@�a��b� aj�#D#��!#� 9/Y-,KSX �%Idi �&�%Id#a��b� aj�#D�&����#D���#D����& 9# 9//Y-,E#E`#E`#E`#vh��b -,�H+-, E��TX�@D E�@aD!!Y-,E�0/E#Ea`�`iD-,KQX�/#p�#B!!Y-,KQX �%EiSXD!!Y!!Y-,E�C��`c�`iD-,�/ED-,E# E�`D-,E#E`D-,K#QX��3��4 �3�4�YDD-,�CX�&E�Xdf�`d� `f X!�@Y�aY#XeY�)#D#�)�!!!!!Y-,�CTXKS#KQZX8!!Y!!!!Y-,�CX�%Ed� `f X!�@Y�a#XeY�)#D�%�% XY�%�% F�%#B<�%�%�%�% F�%�`#B< X�Y�%�%�)�) EeD�%�%�)�%�% XY�%�%CH�%�%�%�%�`CH!Y!!!!!!!-,�%  F�%#B�%�%EH!!!!-,�% �%�%CH!!!-,E# E ��P X#e#Y#h �@PX!�@Y#XeY�`D-,KS#KQZX E�`D!!Y-,KTX E�`D!!Y-,KS#KQZX8!!Y-,��!KTX8!!Y-,�CTX�F+!!!!Y-,�CTX�G+!!!Y-,�CTX�H+!!!!Y-,�CTX�I+!!!Y-, �#KS�KQZX#8!!Y-,��%I��SX �@8!Y-,F#F`#Fa#  F�a���b��@@�pE`h:-, �#Id�#SX<!Y-,KRX}zY-,��KKTB-,��B�#�Q�@�SZX��� �TX�C`BY�$�QX� ��@�TX�C`B�$�TX� C`B�KKRX�C`BY�@����TX�C`BY�@���c���TX�C`BY�@��c���TX�C`BY�@��c���TX�@C`BYYYYY-,Eh#KQX# E d�@PX|Yh�`YD-,���%�%�#>��#>��
+#eB�#B�#?��#?��#eB�#B�-,z�E#�-���A��P�U�P�U�P�U�D����P�U���������U����U��@-P�U��{�$�����P�UP������?���� �A-�P�U�@����U�����U�P�U�P�
+�P	�U�	�	��	�P�U�P�U��9�A����?�������o������ ��?������@W����3�U�3U�U������?���������0�O��uNtN'o7oGoU����g���@f
+
Fe/e0d@d�dU�@v�U3UU3U�@WF0V@VPV?UOU�U�U�UPT�T�S�JHG
+GU3UU3U�UG�U��?��?�o�����������TS++K��RK�P[���%S���@QZ����UZ[X��Y����BK�2SX�`YK�dSX�@YK��SX���BYssst++++++s+s�ssss+�s+++++ss+s�++++s�++ssss�ssss+++++stttuu^s++^s+s++s+s+ssstuu+s_ssuu+++st+s+++_�����N���u����������������J�����������������������f������������������������������������������������������������������������������������������������V�\�h�u����������q�q�����������V�f�p���������u�u�������������������g���V�f�q�������������������������^�o����������������d�o�y����H�����������������V���T����������������1���y�����y���������������T������y����������"��K�p���������p�W�P�������������������}�k�T�����������������������������������������
+�������������X�^�������������%1��{j;J������BE��5'���q������������*�V������Z���*P��T|��������
+�����!!7!!�I��hy����Jh������5��;
+�	��"54632�I>I}GV}HU�����N��h����	;!7326767##"56?h���n�maX�#)�~6R�æ��#&RVVIJ�Vn"|j����������#7>54&#""54632!26?3#+ῚfW�7��ǹʮ��4�C_)VR�����_o�˃r���z����b=\!�������j��1����# ��!2##"�!21�������h��n[����l�+1b��7{iIV������������m��(��32654&'.54$32#4&#"#"&546�����a���Եroz�S��������Y����za�[_�~��|a�x��vWc^�w��GU��������s����%;!73267#"#!#654+��/��/gP�Ē;jV�Bj
+���&RVVGBq�Xf��P-���X���^��%��##"&5�!273327#"54&#"327�
��}�_�eZB�C:Z%����/l��f�$5��ű�J4�p�Vh5<z�A�J�C��.����7��'��"��7#654+7!332�!"'3254#"�\B��b5
+��z������>a��p�5;�T`V�4c�%������I����������X���^���#"&5�!2#4&#"325����Z��cSTJ����
&R����pT>Rm��T��������X���^��"��#"&5�!2+"'3232654#"5����Z�����#�����wc��
&R����|o��:��ʰ�������R�	� ��"546327!327#"&547654#�sC8sE�~o�D;X%��L^.O}pAOqFI��V�n�Ph5<znT\�x!V������d���7!327#"&547654#���D;X%��J_-�
��V���Qh5<zlVa�=`���Z��\�?��!#4?654#"#654+7!332332327#"&54?654#"��4/^r� n���{7������%5G;H%�xTf'#+_i�-!
..MR�|Cy�ɖ��79#aV����A��w`b/<tn^^���.y��8������Z���\�(��!#654+7!332327#"&54?654#"���{7���%5H;H%�tUe'/^r�"79#aV���A��{\b/<tn^^��|Cy�̙���X��?^����2�!"&5�25#"��������QO��ȧ�^�����G��������n���������F^��(��!654+7!332�!"'33254#"���k1
+��}�����uS	�/B`��j�#�jVVaV��%�����/B!}U_'I����ٟ������F���%#"547#7233#32h#���}��q^5��|mS�Lb�M_NR�u��v:p�����u���J�(��!3273327#"&547##"547654+�}�)di�%kƍD:I%��M_
+o�n�%P�J���=}/���n�Rh-<rnT5D���A�gQ)a�����#��
+T���&+7!3654&#4632��}3_$��F9P;�����mV��胓�wHTJZ���
�����X��!&����j�������!���673#�uf���R��|�����b��������/���������
+�/��������9�������$�?��������c��������t����������������"�����������������	���������
+�.����������������/������
KM����������	���^���	����	��$��	��H0��	��"x��	�����	��D���	��*���	�	�( ��	�
+�\H��	��>���	��<���	�
���	��4�Copyright 2012 Google Inc. All Rights Reserved.Noto SerifItalicMonotype Imaging - Noto Serif ItalicNoto Serif ItalicVersion 1.073302d3+NotoSerif-ItalicNoto is a trademark of Google Inc.Monotype Imaging Inc.Monotype Design TeamData hinted. Designed by Monotype design team.http://www.google.com/get/noto/http://www.monotype.com/studioThis Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.http://scripts.sil.org/OFL�C�o�p�y�r�i�g�h�t� �2�0�1�2� �G�o�o�g�l�e� �I�n�c�.� �A�l�l� �R�i�g�h�t�s� �R�e�s�e�r�v�e�d�.�N�o�t�o� �S�e�r�i�f�I�t�a�l�i�c�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �-� �N�o�t�o� �S�e�r�i�f� �I�t�a�l�i�c�N�o�t�o� �S�e�r�i�f� �I�t�a�l�i�c�V�e�r�s�i�o�n� �1�.�0�7�N�o�t�o� �i�s� �a� �t�r�a�d�e�m�a�r�k� �o�f� �G�o�o�g�l�e� �I�n�c�.�M�o�n�o�t�y�p�e� �I�m�a�g�i�n�g� �I�n�c�.�M�o�n�o�t�y�p�e� �D�e�s�i�g�n� �T�e�a�m�D�a�t�a� �h�i�n�t�e�d�.� �D�e�s�i�g�n�e�d� �b�y� �M�o�n�o�t�y�p�e� �d�e�s�i�g�n� �t�e�a�m�.�h�t�t�p�:�/�/�w�w�w�.�g�o�o�g�l�e�.�c�o�m�/�g�e�t�/�n�o�t�o�/�h�t�t�p�:�/�/�w�w�w�.�m�o�n�o�t�y�p�e�.�c�o�m�/�s�t�u�d�i�o�T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �l�i�c�e�n�s�e�d� �u�n�d�e�r� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e�,� �V�e�r�s�i�o�n� �1�.�1�.� �T�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e� �i�s� �d�i�s�t�r�i�b�u�t�e�d� �o�n� �a�n� �"�A�S� �I�S�"� �B�A�S�I�S�,� �W�I�T�H�O�U�T� �W�A�R�R�A�N�T�I�E�S� �O�R� �C�O�N�D�I�T�I�O�N�S� �O�F� �A�N�Y� �K�I�N�D�,� �e�i�t�h�e�r� �e�x�p�r�e�s�s� �o�r� �i�m�p�l�i�e�d�.� �S�e�e� �t�h�e� �S�I�L� �O�p�e�n� �F�o�n�t� �L�i�c�e�n�s�e� �f�o�r� �t�h�e� �s�p�e�c�i�f�i�c� �l�a�n�g�u�a�g�e�,� �p�e�r�m�i�s�s�i�o�n�s� �a�n�d� �l�i�m�i�t�a�t�i�o�n�s� �g�o�v�e�r�n�i�n�g� �y�o�u�r� �u�s�e� �o�f� �t�h�i�s� �F�o�n�t� �S�o�f�t�w�a�r�e�.�h�t�t�p�:�/�/�s�c�r�i�p�t�s�.�s�i�l�.�o�r�g�/�O�F�L����������f�f����������������������������&�6�7�D�E�F�H�L�O�P�Q�R�S�W�X�Y�p����������
+endstream
+endobj
+57 0 obj
+<< /Ascent 1068
+/CapHeight 1462
+/Descent -292
+/Flags 70
+/FontBBox [-421 -250 1238 1047]
+/FontFile2 56 0 R
+/FontName /3302d3+NotoSerif-Italic
+/ItalicAngle -12
+/StemV 0
+/Type /FontDescriptor
+/XHeight 1098
+>>
+endobj
+58 0 obj
+<< /Length 518
+>>
+stream
+/CIDInit /ProcSet findresource begin
+12 dict begin
+begincmap
+/CIDSystemInfo 3 dict dup begin
+  /Registry (Adobe) def
+  /Ordering (UCS) def
+  /Supplement 0 def
+end def
+/CMapName /Adobe-Identity-UCS def
+/CMapType 2 def
+1 begincodespacerange
+<00><8E>
+endcodespacerange
+5 beginbfrange
+<31><32><0031>
+<53><54><0053>
+<61><63><0061>
+<6C><70><006c>
+<74><76><0074>
+endbfrange
+6 beginbfchar
+<20><0020>
+<2E><002e>
+<43><0043>
+<65><0065>
+<69><0069>
+<8E><00e9>
+endbfchar
+endcmap
+CMapName currentdict /CMap defineresource pop
+end
+end
+endstream
+endobj
+59 0 obj
+[259 0 0 0 0 0 0 0 0 0 0 0 0 0 250 0 0 559 559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 543 612 0 0 0 0 0 0 0 0 0 0 0 0 579 562 486 0 493 0 0 0 304 0 0 304 895 599 574 577 0 0 0 368 599 538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 493]
+endobj
+xref
+0 60
+0000000000 65535 f 
+0000000015 00000 n 
+0000000306 00000 n 
+0000000508 00000 n 
+0000000579 00000 n 
+0000000630 00000 n 
+0000000902 00000 n 
+0000010264 00000 n 
+0000010680 00000 n 
+0000010849 00000 n 
+0000010891 00000 n 
+0000010940 00000 n 
+0000011113 00000 n 
+0000011156 00000 n 
+0000011321 00000 n 
+0000011493 00000 n 
+0000011670 00000 n 
+0000011834 00000 n 
+0000037813 00000 n 
+0000038193 00000 n 
+0000038237 00000 n 
+0000038409 00000 n 
+0000042756 00000 n 
+0000043097 00000 n 
+0000043250 00000 n 
+0000043405 00000 n 
+0000043562 00000 n 
+0000043721 00000 n 
+0000043795 00000 n 
+0000044009 00000 n 
+0000044196 00000 n 
+0000044399 00000 n 
+0000044598 00000 n 
+0000044673 00000 n 
+0000044716 00000 n 
+0000044989 00000 n 
+0000045262 00000 n 
+0000055595 00000 n 
+0000055812 00000 n 
+0000056457 00000 n 
+0000056759 00000 n 
+0000072964 00000 n 
+0000073176 00000 n 
+0000073859 00000 n 
+0000074385 00000 n 
+0000078488 00000 n 
+0000078699 00000 n 
+0000079239 00000 n 
+0000079459 00000 n 
+0000081630 00000 n 
+0000081850 00000 n 
+0000082278 00000 n 
+0000082306 00000 n 
+0000088905 00000 n 
+0000089117 00000 n 
+0000089545 00000 n 
+0000089571 00000 n 
+0000098114 00000 n 
+0000098336 00000 n 
+0000098906 00000 n 
+trailer
+<< /Info 1 0 R
+/Root 2 0 R
+/Size 60
+>>
+startxref
+99188
+%%EOF
-- 
GitLab