[x/go.dev] Updates to the learn.go.dev page

- Updated Hero component
- New page layout and styles
- Updated Meetup Event section

staging link: https://staging-learn.go.dev/
Jira link: https://leftfieldlabs.atlassian.net/secure/RapidBoard.jspa?rapidView=250

Change-Id: I9e47859570d82af02e8817dfc59dc992442f0ade
X-GoDev-Commit: 120f2bad6fa6c856098c1ac5e832ba219fedd2b3
diff --git a/go.dev/assets/css/styles.css b/go.dev/assets/css/styles.css
index 69adb14..f1675ba 100644
--- a/go.dev/assets/css/styles.css
+++ b/go.dev/assets/css/styles.css
@@ -1749,176 +1749,311 @@
     width: 28vw;
   }
 }
-.Learn-title,
-.Learn-gettingStarted,
-.Learn-books,
-.Learn-guided,
-.Learn-inPersonTraining,
-.Learn-meetups,
-.Learn-online {
-  padding: 0 1.5rem;
+
+.Learn-hero {
+  background-color: #f6f8f8;
+  background-image: radial-gradient(
+    60.0625rem 60.0625rem,
+    #beeaf5 50%,
+    #f6f8f8 50%
+  );
+  background-position: top -50rem left -9rem;
+  background-repeat: no-repeat;
+  background-size: 75rem 75rem;
+  padding: 0 2.25rem 0;
 }
-.Learn-books,
-.Learn-guided,
-.Learn-inPersonTraining,
-.Learn-quickstarts,
-.Learn-meetups,
-.Learn-online {
-  margin: 4rem auto;
-  max-width: 75.75rem;
+
+.Learn-hero .Container {
+  z-index: 1;
+  position: relative;
+  max-width: 68.125rem;
 }
-.Learn-title {
-  margin: auto;
-  max-width: 75.75rem;
-}
-.Learn-tile a {
-  width: 100%;
-}
-.Learn-title h1 {
-  font-size: 2.625rem;
-  line-height: 2rem;
-}
-.Learn-gettingStarted {
-  background-color: #fefadd;
-  padding-top: 6rem;
-}
-.Learn-quickstartThumbnail {
-  background-color: #fff;
-  border: 0.0625rem solid #e9e9e9;
-  border-radius: 0.3125rem;
+
+.Learn-heroInner {
   display: flex;
-  height: 9.66rem;
-  width: 14.6875rem;
+  flex-direction: column-reverse;
 }
-.Learn-quickstartThumbnail img {
-  margin: auto;
-  max-height: 9.66rem;
-  max-width: 14.6875rem;
-}
-@media only screen and (min-width: 57.7rem) {
-  .Learn-quickstartThumbnail {
-    height: 14.6875rem;
-    width: 22rem;
-  }
-  .Learn-quickstartThumbnail img {
-    max-height: 14.6875rem;
-    max-width: 22rem;
-  }
-}
-.Learn-quickstarts {
+
+.Learn-heroGopher {
   display: flex;
-  flex-direction: row;
-  flex-wrap: wrap;
-  justify-content: space-around;
-  list-style: none;
-  margin: 0 0 1rem -1rem; /* Offset gutters for the leftmost and top cells in the grid. */
-  padding: 0 1.5rem;
-  padding-inline-start: 0;
+  justify-content: flex-end;
+  padding-top: 1.25rem;
 }
-.Learn-quickstart {
-  align-items: center;
-  display: flex;
-  flex: initial;
-  flex-direction: column;
-  padding: 1rem 0 0 1rem;
+
+.Learn-heroGopher img {
+  height: 13.5625rem;
+  width: auto;
 }
-.Learn-quickstart a,
-.Learn-quickstart a:visited,
-.Learn-quickstart a:hover {
-  color: #3e4042;
-  text-decoration: none;
+
+.Learn-heroContent {
+  padding-top: 1.125rem;
 }
-.Learn-quickstartTitle {
-  font-size: 1.25rem;
-  text-align: center;
+
+.Learn-heroContent a:not(.js-downloadBtn) {
+  text-decoration: underline;
 }
-@media only screen and (min-width: 81.25rem) {
-  .Learn-quickstarts {
-    justify-content: space-between;
-  }
-}
-.Learn-actions {
-  margin: 0;
-  padding: 1rem 0 3rem;
-  text-align: center;
-}
-.Learn-viewMoreButton,
-.Learn-viewMoreButton:visited,
-.Learn-viewMoreButton:hover,
-.Learn-viewMoreButton {
-  background-color: #f5fcfe;
-  border: 0.0625rem solid #00add8;
-  border-radius: 0.25rem;
-  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
-  box-sizing: border-box;
-  display: inline-block;
-  line-height: 2.2rem;
-  padding: 0 2.3rem;
-  text-align: center;
-  text-decoration: none;
-}
-.Learn-subHeader {
-  display: flex;
-  justify-content: space-between;
-  width: 100%;
-}
-.Learn-tileList {
-  display: grid;
-  gap: 2rem;
-  grid-template-columns: repeat(2, minmax(0, 1fr));
-  list-style: none;
-  padding: 0;
-}
-@media only screen and (min-width: 38rem) {
-  .Learn-tileList {
-    grid-template-columns: repeat(4, minmax(0, 1fr));
-  }
-}
-@media only screen and (min-width: 48rem) {
-  .Learn-tileList {
-    justify-content: space-between;
-  }
-  .Learn-tileList {
-    column-gap: 3rem;
-  }
-}
-.Learn-tile {
-  display: flex;
-  flex-wrap: wrap;
-  justify-content: center;
-}
-.Learn-tile a {
-  color: #3c4043;
-}
-.Learn-tileTitle {
-  display: block;
-  font-size: 0.75rem;
+
+.Learn-heroContent h1 {
+  font-family: Work Sans;
   font-style: normal;
   font-weight: normal;
-  letter-spacing: 0.01rem;
-  line-height: 0.875rem;
-  margin: 1.5rem auto 0;
-  overflow-wrap: break-word;
-  text-align: center;
+  font-size: 1.5rem;
+  line-height: 2rem;
 }
-.Learn-tileThumbnail {
+
+.Learn-heroContent p {
+  color: #5f5f5f;
+  font-size: 0.875rem;
+  line-height: 1.5rem;
+  max-width: 27.1875rem;
+}
+
+.Learn-heroAction {
   align-items: center;
-  background-color: #fff;
-  border-radius: 0.3125rem;
-  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.22);
+  background-color: #007d9c;
+  border-radius: 0.25rem;
+  display: flex;
+  height: 2.5rem;
+  justify-content: center;
+  width: 10.5rem;
+}
+
+.Learn-heroAction a,
+.Learn-heroAction a:hover,
+.Learn-heroAction a:visited {
+  color: #fff;
+  font-size: 0.875rem;
+  font-weight: 500;
+  line-height: 1rem;
+  text-decoration: none;
+}
+
+.Learn-heroAction span {
+  font-weight: normal;
+}
+
+/* Learn page grid rules */
+
+.LearnGo-gridContainer {
   display: flex;
   justify-content: center;
-  margin: auto;
+  padding: 0rem 0rem 1rem;
+}
+
+.Learn-cardList {
+  column-gap: 3.313rem;
+  display: grid;
+  grid-template-columns: repeat(1, 1fr);
+  justify-content: space-between;
+  list-style: none;
+  padding-left: 0;
+  row-gap: 2rem;
+}
+
+.Learn-card {
+  height: 23.375rem;
+  max-width: 40rem;
+}
+
+@media only screen and (min-width: 48rem) {
+  .Learn-cardList {
+    grid-template-columns: repeat(2, 1fr);
+  }
+}
+@media only screen and (min-width: 72.75rem) {
+  .Learn-cardList {
+    grid-template-columns: repeat(4, 1fr);
+  }
+}
+
+/* End Learn page grid rules */
+
+/* Learn quickstart grid */
+
+.Learn-hero .Learn-quickstarts {
+  margin: 0;
+  margin-top: 4rem;
+}
+
+.Learn-hero .Learn-quickstart {
+  height: auto;
+}
+
+.Learn-hero .LearnGo-gridContainer {
+  padding: 3rem 0rem 3rem;
+}
+
+@media only screen and (min-width: 48rem) {
+  .Learn-hero .Learn-cardList {
+    grid-template-columns: repeat(2, 1fr);
+  }
+}
+
+@media only screen and (min-width: 57.7rem) {
+  .Learn-hero .Learn-cardList {
+    grid-template-columns: repeat(3, 1fr);
+  }
+}
+@media only screen and (min-width: 72.75rem) {
+  .Learn-hero .Learn-cardList {
+    grid-template-columns: repeat(3, 1fr);
+  }
+}
+
+/* Learn hero section */
+
+@media only screen and (min-width: 57.7rem) {
+  .Learn-hero {
+    background-position: top -35rem left 30rem;
+  }
+
+  .Learn-heroInner {
+    flex-direction: row;
+    justify-content: space-between;
+  }
+
+  .Learn-heroContent {
+    padding-top: 3.75rem;
+  }
+
+  .Learn-heroGopher {
+    flex: 1;
+    justify-content: center;
+    padding-top: 2.625rem;
+  }
+
+  .Learn-heroGopher img {
+    height: 21.0625rem;
+  }
+
+  .Learn-heroAction {
+    height: 4rem;
+    width: 16.5625rem;
+  }
+
+  .Learn-heroAction a,
+  .Learn-heroAction a:hover,
+  .Learn-heroAction a:visited {
+    font-size: 1.5rem;
+    line-height: 1.75rem;
+  }
+
+  .Learn-heroAction span {
+    font-size: 1rem;
+  }
+}
+
+@media only screen and (min-width: 91rem) {
+  .Learn-hero {
+    background-position: top -35rem left 50rem;
+  }
+}
+
+.Learn-guided,
+.Learn-online,
+.Learn-selfPaced,
+.Learn-books,
+.Learn-inPersonTraining,
+.Learn-meetups {
+  margin-top: 3.75rem;
+  padding: 0 1.5rem;
+}
+
+.Learn-learningResources {
+  align-items: center;
+  display: flex;
+  flex-direction: column;
+  margin: 3.75rem 0;
+}
+
+.Learn-learningResources h2,
+.Learn-learningResourcesHeader h3 {
+  margin: 0;
+}
+
+.Learn-learningResources h2 {
+  font-weight: 500;
+  font-size: 2rem;
+  letter-spacing: 0.1875rem;
+  line-height: 2.3125rem;
+}
+
+.Learn-learningResourcesHeader {
+  display: flex;
+  justify-content: center;
+}
+
+.Learn-learningResourcesHeader h3 {
+  font-weight: bold;
+  font-size: 1.5rem;
+  letter-spacing: normal;
+  line-height: 2.25rem;
+}
+
+/* @media only screen and (min-width: 48rem) {
+  .Learn-guided .Learn-cardList {
+    grid-template-columns: repeat(2, 1fr);
+  }
+} */
+
+.Learn-selfPaced .Learn-card .Card-content {
+  justify-content: space-between;
+}
+
+.Learn-online .Card-thumbnail {
+  background-position: 1.5rem center;
+  background-repeat: no-repeat;
+  background-size: auto 1.5rem;
+  height: 7.5625rem;
+}
+
+.Learn-selfPaced .Learn-card {
+  height: 20.3125rem;
+}
+
+@media only screen and (min-width: 48rem) {
+  .Learn-learningResourcesHeader {
+    display: flex;
+    justify-content: flex-start;
+  }
+
+  .Learn-learningResourcesHeader h2 {
+    font-size: 2.25rem;
+    line-height: 2.625rem;
+  }
+}
+
+.Learn-cardList.Learn-bookList {
+  grid-template-columns: repeat(1, 1fr);
   width: 100%;
 }
-.Learn-tileThumbnail img {
-  max-height: 100%;
-  max-width: 100%;
+
+.Learn-card.Learn-book {
+  height: auto;
 }
-.Learn-tileThumbnail--book img {
-  max-height: 100%;
-  max-width: 100%;
+
+@media only screen and (min-width: 48rem) {
+  .Learn-cardList.Learn-bookList {
+    grid-template-columns: repeat(3, 1fr);
+  }
+
+  .Learn-card.Learn-book {
+    max-width: 13.125rem;
+  }
 }
+
+@media only screen and (min-width: 57.7rem) {
+  .Learn-cardList.Learn-bookList {
+    grid-template-columns: repeat(4, 1fr);
+  }
+}
+
+@media only screen and (min-width: 72.75rem) {
+  .Learn-cardList.Learn-bookList {
+    grid-template-columns: repeat(5, 1fr);
+  }
+}
+
 .Learn-inPersonList {
   display: flex;
   flex: 1 0 100%;
@@ -1926,9 +2061,10 @@
   flex-wrap: wrap;
   justify-content: space-between;
   list-style: none;
-  margin: 0.5rem 0 1rem -1rem; /* Offset gutters for the leftmost and top cells in the grid. */
+  margin: 1.875rem 0 1.875rem -1rem; /* Offset gutters for the leftmost and top cells in the grid. */
   padding-left: 0;
 }
+
 .Learn-inPerson {
   border-bottom: 0.0625rem solid #e0e0e0;
   flex: 1 1 31.25rem;
@@ -1936,6 +2072,7 @@
   max-width: 31rem;
   padding-bottom: 1.25rem;
 }
+
 .Learn-inPerson:nth-child(1),
 .Learn-inPerson:nth-child(2) {
   border-top: 0.0625rem solid #e0e0e0;
@@ -1946,61 +2083,81 @@
 .Learn-inPersonBlurb {
   margin: 0;
 }
+
 .Learn-events {
-  border-bottom: 0.0625rem solid #e0e0e0;
-  border-top: 0.0625rem solid #e0e0e0;
   flex: 1 0 100%;
   list-style: none;
-  margin: 0.5rem 0 0;
+  margin: 0.5rem 0 1.875rem;
   padding: 0;
   width: 100%;
 }
 .Learn-eventItem {
   align-items: flex-start;
   display: flex;
-  padding: 1rem 0;
+  flex-direction: column;
+  padding: 1.875rem 0 0.175rem 0;
 }
 .Learn-eventItem + .Learn-eventItem {
   border-top: 0.0625rem solid #e0e0e0;
 }
+
 .Learn-eventThumbnail {
   align-self: center;
   display: flex;
   flex: 0 0 3rem;
-  height: 3rem;
-  margin-right: 1rem;
+  height: auto;
+  margin-bottom: 1rem;
 }
 .Learn-eventThumbnail--noimage {
-  background-color: #ffffff;
+  background-color: #fff;
 }
 .Learn-eventThumbnail img {
+  width: 100%;
   height: auto;
-  object-fit: contain;
-  width: 4rem;
+
+  object-fit: cover;
+}
+.Learn-eventAttendees {
+  display: flex;
+}
+.Learn-eventAttendeesItem img {
+  width: 2rem;
+  height: 2rem;
+  border-radius: 100%;
 }
 .Learn-eventBody {
-  display: inline-flex;
+  display: flex;
   flex: 1;
   flex-direction: column;
   min-width: 0;
+  max-width: 100%;
 }
 .Learn-eventDate {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
+
+  margin-bottom: 1rem;
 }
 .Learn-eventDate p {
   color: #6e7072;
   margin: 0;
 }
 .Learn-eventName {
-  color: #007d9c;
+  color: #000;
+  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
   font-size: 1.25rem;
-  font-weight: normal;
+  font-weight: 500;
   margin: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
+
+  margin-bottom: 1rem;
+}
+.Learn-eventName a {
+  text-decoration: none;
+  color: #000;
 }
 .Learn-eventDescription {
   -webkit-box-orient: vertical; /* See webkit-line-clamp */
@@ -2008,6 +2165,10 @@
   -webkit-line-clamp: 4; /* Elide flex text. webkit-line-clamp is broadly compatible with browsers. */
   overflow: hidden;
   text-overflow: ellipsis;
+  line-height: 24px;
+}
+.Learn-eventText {
+  margin-bottom: 0.5rem;
 }
 .Learn-viewMore {
   align-items: center;
@@ -2023,16 +2184,29 @@
   font-size: 1rem;
   margin-left: 0.48rem;
 }
-@media only screen and (min-width: 57.7rem) {
+@media only screen and (min-width: 33.75rem) {
+  .Learn-eventItem {
+    flex-direction: row;
+  }
+
+  .Learn-eventBody {
+    max-width: 46.825rem;
+  }
   .Learn-eventThumbnail {
-    height: auto;
-    min-width: 5.375rem;
+    height: 8rem;
+    min-width: 8rem;
+    margin-right: 1rem;
+    margin-bottom: 0;
+  }
+  .Learn-eventThumbnail img {
+    height: 8rem;
+    width: 8rem;
+    object-fit: contain;
   }
   .Learn-eventDate {
     flex: 0;
     flex-direction: column;
     justify-content: center;
-    margin: 0 1rem;
     min-width: 9rem;
   }
   .Learn-eventText {
@@ -2049,14 +2223,11 @@
     align-self: center;
     text-align: right;
   }
-  .Learn-eventBody {
-    display: flex;
-    flex-direction: row;
-  }
   .Learn-eventItem {
-    padding: 1rem 0;
+    padding: 1.875rem 0;
   }
 }
+
 .Solutions-title,
 .Solutions-useCases,
 .Solutions-caseStudies {
@@ -2205,7 +2376,7 @@
   background-color: #f6f8f8;
 }
 .Solutions-headline h2 {
-  color: #000000;
+  color: #000;
   font-family: 'Work Sans', sans-serif;
   font-size: 1.5rem;
   font-style: normal;
@@ -2246,7 +2417,7 @@
 .SolutionsTabs-tab {
   background-color: #fff;
   border-style: none;
-  color: #000000;
+  color: #000;
   cursor: pointer;
   font-family: 'Work Sans', Arial, Helvetica, sans-serif;
   font-size: 1rem;
@@ -2290,7 +2461,7 @@
   margin: 0 0 1rem 0;
 }
 .Solutions-card {
-  background: #ffffff;
+  background: #fff;
   border: 0.0625rem solid #cfcfcf;
   border-radius: 0.625rem;
   box-sizing: border-box;
@@ -2358,7 +2529,7 @@
   line-height: 1.5rem;
 }
 .Solutions-useCaseTitle {
-  color: #000000;
+  color: #000;
   font-family: 'Work Sans', sans-serif;
   font-size: 1.125rem;
   font-weight: 500;
@@ -2391,7 +2562,7 @@
   margin: 2rem 0 2.875rem;
 }
 .Solutions-footer p {
-  color: #000000;
+  color: #000;
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-size: 1.125rem;
   font-weight: normal;
@@ -2433,7 +2604,7 @@
   justify-content: space-between;
 }
 .TestimonialsGo-quoteSection p {
-  color: #000000;
+  color: #000;
   font-size: 0.875rem;
   letter-spacing: 0.0082rem;
   line-height: 1.5rem;
@@ -2500,7 +2671,7 @@
 }
 .BackgroundQuote {
   background-color: #007f9f;
-  color: #ffffff;
+  color: #fff;
   margin: 1.5rem auto;
   padding: 2rem 1.5rem;
 }
@@ -3138,3 +3309,148 @@
 img.PullQuote-image {
   width: 2.625rem;
 }
+
+.Card {
+  border: 0.0625rem solid #cfcfcf;
+  border-radius: 0.25rem;
+  height: 100%;
+  background-color: #fff;
+}
+
+.Card a,
+.Card a:visited,
+.Card a:hover {
+  text-decoration: none;
+}
+
+.Card-inner {
+  display: flex;
+  flex-direction: column;
+  height: 100%;
+}
+
+.Card-thumbnail {
+  background-size: cover;
+  background-position: center;
+  height: 9.5625rem;
+}
+
+.Card-content {
+  display: flex;
+  flex: 1;
+  flex-direction: column;
+  padding: 1.5rem;
+}
+
+.Card-contentTitle,
+.Card-contentBody {
+  line-height: 1.5rem;
+}
+
+.Card-contentTitle {
+  color: #000;
+  font-family: 'Work Sans', sans-serif;
+  font-size: 1.125rem;
+  font-weight: 500;
+}
+
+.Card-contentBody {
+  color: #5f5f5f;
+  font-size: 0.875rem;
+  margin-top: 1rem;
+  flex: auto;
+}
+
+.Card-contentCta {
+  align-items: center;
+  display: flex;
+}
+
+.Card-contentCta span {
+  margin-right: 0.6875rem;
+}
+
+.Card-selfPacedFooter {
+  display: flex;
+}
+
+.Card-selfPacedCredits {
+  color: #5f5f5f;
+  flex: 1;
+  font-size: 0.75rem;
+}
+
+.Card-selfPacedRating {
+  width: 5rem;
+}
+
+.Card-starRating {
+  background-image: url('/images/learn/star-rating.png');
+  background-position: left;
+  background-repeat: no-repeat;
+  height: 1rem;
+}
+
+.Book a,
+.Book a:visited,
+.Book a:hover {
+  text-decoration: none;
+}
+
+.Book-inner {
+  align-items: flex-start;
+  display: flex;
+  justify-content: space-between;
+}
+
+.Book-thumbnail {
+  width: 6.625rem;
+}
+
+.Book-thumbnail img {
+  width: 100%;
+}
+
+.Book-content {
+  margin-left: 1.6875rem;
+  flex: 1;
+}
+
+.Book-title {
+  color: #000;
+  font-family: Work Sans;
+  font-size: 1.125rem;
+  font-weight: 500;
+  line-height: 1.5rem;
+  margin: 0 0 0.5rem;
+}
+
+.Book-description {
+  color: #5f5f5f;
+  font-size: 0.875rem;
+  line-height: 1.5rem;
+}
+
+.Book-cta {
+  align-items: center;
+  display: flex;
+  height: 1.5rem;
+}
+
+.Book-cta span {
+  margin-right: 0.6875rem;
+}
+
+@media only screen and (min-width: 48rem) {
+  .Book-inner {
+    flex-direction: column;
+  }
+
+  .Book-thumbnail {
+    width: 100%;
+  }
+
+  .Book-content {
+    margin: 1rem 0 0;
+  }
+}
diff --git a/go.dev/cmd/events/main.go b/go.dev/cmd/events/main.go
index e2e9711..1ccc9e4 100644
--- a/go.dev/cmd/events/main.go
+++ b/go.dev/cmd/events/main.go
@@ -82,6 +82,7 @@
 			LocalizedCountry:  group.LocalizedCountryName,
 			LocalizedLocation: group.LocalizedLocation,
 			Name:              group.NextEvent.Name,
+			PhotoURL:          chapter.GroupPhoto.PhotoLink,
 			State:             chapter.State,
 			ThumbnailURL:      chapter.GroupPhoto.ThumbLink,
 			URL:               "https://www.meetup.com/" + path.Join(chapter.URLName, "events", group.NextEvent.ID),
@@ -156,6 +157,7 @@
 	LocalizedCountry  string
 	LocalizedLocation string
 	Name              string
+	PhotoURL          string
 	State             string
 	ThumbnailURL      string
 	URL               string
diff --git a/go.dev/content/learn/_index.md b/go.dev/content/learn/_index.md
index 407d08f..f45421e 100644
--- a/go.dev/content/learn/_index.md
+++ b/go.dev/content/learn/_index.md
@@ -1,6 +1,3 @@
 ---
-title: "Learn"
-date: 2019-09-18T15:26:34-04:00
-draft: true
+title: "Getting Started"
 ---
-
diff --git a/go.dev/data/events.yaml b/go.dev/data/events.yaml
index 67ef32b..12e0ba8 100644
--- a/go.dev/data/events.yaml
+++ b/go.dev/data/events.yaml
@@ -2,79 +2,22 @@
 # To update, run:
 #    go run github.com/godevsite/go.dev/cmd/events > data/events.yaml
 all:
-- city: São Paulo
-  country: Brazil
-  description: A WWG é uma iniciativa mundial focada em todas as minorias de gênero
-    que tenham interesse em conhecer ou aprimorar seus conhecimentos em Golang, a
-    linguagem do Google.
-  id: "270597346"
-  local_date: May 20, 2020
-  local_time: "2020-05-20T19:30:00-03:00"
-  localizedcountry: Brazil
-  localizedlocation: São Paulo, Brazil
-  name: '[ONLINE] #003 Women Who Go Sampa - Oficina Exercism ft. WWG CWB'
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Women-Who-Go-Sampa/events/270597346
-- city: Curitiba
-  country: Brazil
+- city: Lehi
+  country: USA
   description: |-
-    Esse é o chapter de Curitiba do Women Who Go, um grupo que reúne mulheres e outras minorias de gênero pra estudar a linguagem de programação chamada Go.<br/>
-    Queremos construir uma comunidade de Golang mais diversa. Vem, gente!<br/>
-    tl;dr: Women Who Go - Curitiba Chapter   <br><br/>
-     <br><br/>
-    ♥ <a href="https://twitter.com/womenwhogocwb" rel="nofollow">Twitter</a> <br><br/>
-    ♥ <a href="https://www.instagram.com/womenwhogocwb/" rel="nofollow">Instagram</a> <br><br/>
-    ♥ <a href="https://www.linkedin.com/company/40847620/" rel="nofollow">LinkedIn</a>  <br><br/>
-    ♥ <a href="http://bit.ly/wwgtelegram" rel="nofollow">Telegram</a> <br><br/>
-    ♥ <a href="https://womenwhogocwb.github.io/" rel="nofollow">hub de links</a><br/>
-     <br><br/>
+    Join us on <a href="http://bit.ly/forgeutahinvite" rel="nofollow">Slack</a>!<br/>
+    The Utah Go User Group (#UTGO) is a community of people interested in software development and Google&#39;s Go programming language (Golang). Everyone is welcome.  We currently meet in Lehi. To discuss and vote on topic ideas, go to <a href="https://github.com/forgeutah/utah-go" rel="nofollow">https://github.com/forgeutah/utah-go</a><br/>
      <br>
-  id: "270352999"
-  local_date: May 20, 2020
-  local_time: "2020-05-20T19:30:00-03:00"
-  localizedcountry: Brazil
-  localizedlocation: Curitiba, Brazil
-  name: '[ONLINE] Oficina Exercism ft. WWG Sampa'
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/c/4/6/7/thumb_484190279.jpeg
-  url: https://www.meetup.com/Women-Who-Go-CWB/events/270352999
-- city: Orlando
-  country: USA
-  description: Orlando&#39;s first meetup group dedicated to the Go Programming Language.
-    All skill levels are welcome - whether you&#39;re a beginner or a full-fledged
-    gopher.
-  id: thpvrrybchbbc
-  local_date: May 20, 2020
-  local_time: "2020-05-20T19:00:00-04:00"
+  id: fnpgxrybcpbfb
+  local_date: Nov 3, 2020
+  local_time: "2020-11-03T18:00:00-07:00"
   localizedcountry: USA
-  localizedlocation: Orlando, FL
-  name: Orlando Go Virtual Meetup
-  state: FL
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/9/7/c/4/thumb_441638852.jpeg
-  url: https://www.meetup.com/OrlanGo/events/thpvrrybchbbc
-- city: Minneapolis
-  country: USA
-  description: |-
-    A meetup group to discuss the Go Programming Language.<br><br/>
-    <br/>
-    <br/>
-    <br><br/>
-    <br/>
-    <br/>
-    What is Go?<br><br/>
-    <br/>
-    <br/>
-    (from golang.org) The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It&#39;s a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
-  id: "270499581"
-  local_date: May 20, 2020
-  local_time: "2020-05-20T18:00:00-05:00"
-  localizedcountry: USA
-  localizedlocation: Minneapolis, MN
-  name: Readability in Go - Reducing Load on the Memory Stack
-  state: MN
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/8/a/0/4/thumb_380555332.jpeg
-  url: https://www.meetup.com/golangmn/events/270499581
+  localizedlocation: Lehi, UT
+  name: Utah Golang User Group (Reserve Mike Campbell)
+  photourl: https://secure.meetupstatic.com/photos/event/c/d/0/7/600_452692487.jpeg
+  state: UT
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/c/d/0/7/thumb_452692487.jpeg
+  url: https://www.meetup.com/utahgophers/events/fnpgxrybcpbfb
 - city: Eugene
   country: USA
   description: "All Gophers and curious software professionals are welcome to come
@@ -88,213 +31,260 @@
     you&#39;re building web apps, designing APIs, thrive on scalability, or you&#39;re
     simply curious about this fun new(ish) language, let&#39;s meetup.<br/>\n• More
     resources are available at <a href=\"http://www.euggo.org\" rel=\"nofollow\">www.euggo.org</a> "
-  id: skdnrrybchbbc
-  local_date: May 20, 2020
-  local_time: "2020-05-20T17:30:00-07:00"
+  id: vjdnrrybcnbkb
+  local_date: Oct 7, 2020
+  local_time: "2020-10-07T12:00:00-07:00"
   localizedcountry: USA
   localizedlocation: Eugene, OR
-  name: Contribution > OpenBoard Wrap and Plan
+  name: Book Club > Get Programming With Go
+  photourl: https://secure.meetupstatic.com/photos/event/2/8/1/600_453660641.jpeg
   state: OR
   thumbnailurl: https://secure.meetupstatic.com/photos/event/2/8/1/thumb_453660641.jpeg
-  url: https://www.meetup.com/EUG-Go/events/skdnrrybchbbc
-- city: Taipei
-  country: Taiwan
+  url: https://www.meetup.com/EUG-Go/events/vjdnrrybcnbkb
+- city: Berlin
+  country: Germany
   description: |-
-    At Golang Taipei, we promote Golang development and sharing the latest information about Golang.  <br/>
-    Join our <a href="https://www.facebook.com/groups/269001993248363/" rel="nofollow">Facebook group</a> to connect with other 6,138 members. <br/>
-    Chat with us on <a href="https://t.me/golangtw" rel="nofollow">Telegram channel</a> with other 880 chatty members. <br/>
-    Find all past meetup <a href="https://github.com/golangtw/GolangTaiwanGathering" rel="nofollow">presentation files</a> on Github<br/>
-    Follow us on <a href="https://twitter.com/golangtw" rel="nofollow">Tweeeeeeter</a> for latest Golang news. <br/>
-    Subscribe our <a href="https://www.youtube.com/channel/UCjnIy_GQAuszZurUIO3zg9Q" rel="nofollow">Youtube channel</a> for past video records and future live streaming. <br/>
-    Looking for new opportunities, check the latest <a href="https://github.com/golangtw/jobs" rel="nofollow">Github job list</a><a href="https://github.com/golangtw/jobs" rel="nofollow"></a> and information <br/>
-     <br>
-  id: "270708366"
-  local_date: May 26, 2020
-  local_time: "2020-05-26T19:30:00+08:00"
-  localizedcountry: Taiwan
-  localizedlocation: Taipei, Taiwan
-  name: 'Golang Taipei Gathering #49 Webinar'
+    Join us on Slack: <a href="https://wwgberlin.herokuapp.com/" rel="nofollow">https://wwgberlin.herokuapp.com/</a> <br/>
+    Follow us on Twitter: <a href="https://twitter.com/wwgberlin" rel="nofollow">@WWGBerlin</a><br/>
+    Go (also known as Golang) is a great programming language to learn and develop in. We built this meetup to offer a better entry point to women who are interested in Go. We also want to provide a space for networking, learning and finding mentors. This group shall bring us together so we can continue to grow in Go. <br/>
+    You can become a WWG mentee if: <br/>
+    1. You identify as female, publicly or privately <br/>
+    2. You have some interest in Go<br/>
+    Supporters of Women Who Go are welcome to join, especially as mentors. For the Go Study Groups, the mentee/learners spots will be given to women.<br/>
+    Feel free to check out our learning resources: <a href="https://github.com/wwgberlin/GoStudyGroup" rel="nofollow">https://github.com/wwgberlin/GoStudyGroup</a> <br>Feel free to contribute to our resources by adding Go Tutorials to it!<br/>
+    For companies who want to host and sponsor Women Who Go Berlin: Please send us a msg through meetup or Twitter: <a href="https://twitter.com/wwgberlin" rel="nofollow">@WWGBerlin</a>
+  id: "273575858"
+  local_date: Oct 7, 2020
+  local_time: "2020-10-07T19:00:00+02:00"
+  localizedcountry: Germany
+  localizedlocation: Berlin, Germany
+  name: 'Women Who Go Book club - chapter 2.1: The Parser part 2'
+  photourl: https://secure.meetupstatic.com/photos/event/6/6/9/3/600_452906259.jpeg
   state: ""
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/6/6/9/3/thumb_452906259.jpeg
+  url: https://www.meetup.com/Women-Who-Go-Berlin/events/273575858
+- city: Jacksonville
+  country: USA
+  description: GoJax represents the North Florida Go community located in Duval, Baker,
+    Nassau, <br>Clay, and St. Johns counties. There are a number of tech Meetup groups
+    in <br>Jacksonville, but none of them address the Go programming language. We
+    plan on <br>filling that gap.
+  id: "273628929"
+  local_date: Oct 7, 2020
+  local_time: "2020-10-07T19:00:00-04:00"
+  localizedcountry: USA
+  localizedlocation: Jacksonville, FL
+  name: Go and Web Assembly
+  photourl: ""
+  state: FL
   thumbnailurl: ""
-  url: https://www.meetup.com/golang-taipei-meetup/events/270708366
-- city: Zagreb
-  country: Croatia
+  url: https://www.meetup.com/meetup-group-fuSlbVYy/events/273628929
+- city: Orlando
+  country: USA
+  description: Orlando&#39;s first meetup group dedicated to the Go Programming Language.
+    All skill levels are welcome - whether you&#39;re a beginner or a full-fledged
+    gopher.
+  id: "273460434"
+  local_date: Oct 7, 2020
+  local_time: "2020-10-07T19:00:00-04:00"
+  localizedcountry: USA
+  localizedlocation: Orlando, FL
+  name: Orlando Go Monthly Meetup (Online!)  - Go & Web Assembly
+  photourl: https://secure.meetupstatic.com/photos/event/9/7/c/4/600_441638852.jpeg
+  state: FL
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/9/7/c/4/thumb_441638852.jpeg
+  url: https://www.meetup.com/OrlanGo/events/273460434
+- city: Atlanta
+  country: USA
   description: |-
-    Ovo je grupa za sve zainteresirane za Go programski jezik.<br/>
-    Prošli talkovi se mogu naći na:<br/>
-    • <a href="https://github.com/golanghr/golangzg/blob/master/talks.md" rel="nofollow">github repou</a><br/>
-    • snimke na <a href="https://www.youtube.com/channel/UCBe6NfYfKoQxRv7kswV6wpQ" rel="nofollow">YouTube kanalu</a> <br><br/>
-    Prati na nas <a href="https://twitter.com/GolangZg" rel="nofollow">twitteru</a> i na <a href="https://www.facebook.com/groups/golanghr/" rel="nofollow">facebooku</a>.<br/>
-    Družimo se i na <a href="https://invite.slack.golangbridge.org/?fbclid=IwAR35p7rEaNkowXDxX8RvmWDvyhoAslx2QskpBBnHlVdKCXvRpCoxePMmHnA" rel="nofollow">gophers.slack.com</a> - tamo smo u kanalu <a href="https://gophers.slack.com/messages/C08DCDAKC/" rel="nofollow">#croatia</a>.
-  id: "270725353"
-  local_date: May 26, 2020
-  local_time: "2020-05-26T18:00:00+02:00"
-  localizedcountry: Croatia
-  localizedlocation: Zagreb, Croatia
-  name: GoTalks 26.05.2020.
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/7/2/5/2/thumb_462749266.jpeg
-  url: https://www.meetup.com/Golang-ZG/events/270725353
-- city: Warsaw
-  country: Poland
+    Go Users Group Atlanta is a meeting place for people interested in developing and promoting the local Go development community.<br/>
+    Many of us hang out in <a href="https://tech404.slack.com/messages/golang" rel="nofollow">#golang</a> on <a href="http://tech404.io" rel="nofollow">Tech404</a>
+  id: "273303769"
+  local_date: Oct 8, 2020
+  local_time: "2020-10-08T18:30:00-04:00"
+  localizedcountry: USA
+  localizedlocation: Atlanta, GA
+  name: October Go Virtual Meetup ft. Bill Kennedy on Go Generics
+  photourl: https://secure.meetupstatic.com/photos/event/a/6/8/8/600_355422632.jpeg
+  state: GA
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/6/8/8/thumb_355422632.jpeg
+  url: https://www.meetup.com/Go-Users-Group-Atlanta/events/273303769
+- city: Berlin
+  country: Germany
   description: |-
-    Our goal is to share our software-development experience on any level from junior to senior. It is your stage. You can always start with 10 min talk. Let us know, whether we can support you.<br/>
-    <br><br/>
-    Our homepage with a list of previous talks and workshops:<a href="https://github.com/golangpoland/meetup_golang_warsaw" rel="nofollow"> https://github.com/golangpoland/meetup_golang_warsaw</a><br><br/>
-    <br><br/>
-    You will find us also on (linked on our github):<br/>
-    ▪ Twitter: <a href="https://twitter.com/golangwaw" rel="nofollow">https://twitter.com/golangwaw</a><br/>
-    ▪ Slack: #poland-warsaw gophers.slack.com<br/>
-    ▪ FB:<a href="https://www.facebook.com/groups/1278049882223829/" rel="nofollow"> https://www.facebook.com/groups/1278049882223829/</a><br/>
-    ▪ LI:<a href="https://www.linkedin.com/company/golang-warsaw-meetup" rel="nofollow"> https://www.linkedin.com/company/golang-warsaw-meetup</a><br/>
-    <br><br/>
-    ps. The more source code the better in your talk :) It might be just few source files or --- the best --- a simple runnable project. We seek to encourage the community to go through your talk again, work with the code, and learn more on their own. We do not mind live demos :).<br/>
-     <br><br/>
-    pps. Share your slides and code. What is there for you? Fame, github stars, FB/LI likes, and feedback.<br/>
-    <br><br/>
-    [PL]<br/>
-    Naszym celem jest dzielenie się wiedzą oraz doświadczeniem w zakresie programowania na każdym poziomie, od juniora do seniora. Scena należy do Ciebie! Zawsze możesz zacząć z 10 minutowym talkiem. Daj nam znać jeśli możemy Cię w jakikolwiek sposób pomóc.<br/>
-    <br><br/>
-    Chcemy, aby ten meetup należał do społeczności, cenimy sobie niezależność i zależy nam na utrzymaniu społecznego charakteru naszych spotkań.<br/>
-    <br><br/>
-    Nasza “strona główna” z listą poprzednich prelekcji i warsztatów jest github:<br/>
-    <a href="https://github.com/golangpoland/meetup_golang_warsaw" rel="nofollow">https://github.com/golangpoland/meetup_golang_warsaw</a><br/>
-    <br><br/>
-    Znajdziesz nas także na:<br/>
-    ▪ Twitter: https://twitter.com/golangwaw<br/>
-    ▪ Slack: #poland-warsaw gophers.slack.com<br/>
-    ▪ FB:<a href="https://www.facebook.com/groups/1278049882223829/" rel="nofollow"> https://www.facebook.com/groups/1278049882223829/</a><br/>
-    ▪ LI:<a href="https://www.linkedin.com/company/golang-warsaw-meetup" rel="nofollow"> https://www.linkedin.com/company/golang-warsaw-meetup</a><br/>
-    <br><br/>
-    ps. Im więcej kodu tym lepiej :) Może to być kilka plików źródłowych albo prosty projekt. Chcemy zachęcić społeczność do ponownego przejrzenia prelekcji oraz pracy z twoim kodem. Live Dema są mile widziane :)<br/>
-    <br><br/>
-    pps. Nie zapomnij podzielić się z nami swoją prezentacją i kodem źródłowym. Zyskasz na tym sławę, gwiazdki na githubie, lajki na FB/LI oraz feedback.<br/>
-    <br><br/>
-    ➡️CONTACT<br/>
-    ▪  Slack (primary): gophers.slack.com #poland-warsaw: @Kamil Pyrkosz , @Arek Noster , or @Wojciech<br/>
-    * Email: Wojciech Barczyński - wb@hypatos.ai
-  id: "270319842"
-  local_date: May 26, 2020
-  local_time: "2020-05-26T18:05:00+02:00"
-  localizedcountry: Poland
-  localizedlocation: Warsaw, Poland
-  name: 'Golang Warsaw #36 - Golang Poland - Online'
+    We are a group of Golang users. Our aim is to meet like minded people, share our experience with others and to promote the use of Go.<br/>
+    As Gophers and as Berliners, even if just visiting, we follow the Code of Conduct to make this a pleasant and inclusive environment for everyone: <br><br/>
+    <a href="https://golang.org/conduct" rel="nofollow">https://golang.org/conduct</a> <br><a href="http://berlincodeofconduct.org/" rel="nofollow">http://berlincodeofconduct.org</a><br/>
+    Follow us on twitter: <a href="https://twitter.com/gdgberlingolang" rel="nofollow">@GDGBerlinGolang</a><br/>
+    You can get our special group swag here: <a href="https://shop.spreadshirt.de/gdg-golang-berlin" rel="nofollow">https://shop.spreadshirt.de/gdg-golang-berlin</a><br>
+  id: "271795652"
+  local_date: Oct 14, 2020
+  local_time: "2020-10-14T19:00:00+02:00"
+  localizedcountry: Germany
+  localizedlocation: Berlin, Germany
+  name: '[online] October Golang meetup'
+  photourl: https://secure.meetupstatic.com/photos/event/9/8/b/1/600_465459089.jpeg
   state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Golang-Warsaw/events/270319842
-- city: Newcastle Upon Tyne
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/9/8/b/1/thumb_465459089.jpeg
+  url: https://www.meetup.com/golang-users-berlin/events/271795652
+- city: Seattle
+  country: USA
+  description: |-
+    The Seattle Go User Group is a community for anyone interested in the Go programming language. <br><br/>
+    <br><br/>
+    We provide opportunities to:<br/>
+    • Discuss Go and related topics <br/>
+    • Socialize with people who are interested in Go<br/>
+    • Find or fill Go-related jobs <br/>
+    <br><br/>
+    If you want to chat all things Go, feel free to join us on the Gopher slack. <br/>
+    Invites can be found at <a href="https://invite.slack.golangbridge.org" rel="nofollow">https://invite.slack.golangbridge.org</a><br/>
+    There is a #seattle channel which can be joined by anyone, so come say hi!<br/>
+    <br><br/>
+    Our aim is to be a welcoming environment. As such all attendees, organizers and sponsors are required to follow the <a href="https://golang.org/conduct" rel="nofollow">code of conduct</a>.
+  id: rksdvrybcnbsb
+  local_date: Oct 14, 2020
+  local_time: "2020-10-14T13:00:00-07:00"
+  localizedcountry: USA
+  localizedlocation: Seattle, WA
+  name: Eastside Go Coffee
+  photourl: https://secure.meetupstatic.com/photos/event/a/4/b/e/600_450342174.jpeg
+  state: WA
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/4/b/e/thumb_450342174.jpeg
+  url: https://www.meetup.com/golang/events/rksdvrybcnbsb
+- city: Belfast
   country: United Kingdom
-  description: This is a group for anyone in the North East of England who&#39;s interested
-    in the Go programming language. We usually meet up in Newcastle on the fourth
-    Tuesday of every month at Campus North, Carliol Square.
-  id: qtpnmqybchbjc
-  local_date: May 26, 2020
-  local_time: "2020-05-26T18:30:00+01:00"
-  localizedcountry: United Kingdom
-  localizedlocation: Newcastle Upon Tyne, United Kingdom
-  name: Go meetup
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Golang-North-East/events/qtpnmqybchbjc
-- city: Boston
-  country: USA
   description: |-
-    A forum for people working with Go to discuss ideas, issues and share solutions. We will start to put together meetings as the group grows and topics are suggested.<br/>
-    <a href="https://www.papercall.io/bostongolang" rel="nofollow">Submit a talk proposal</a>, or come join us in #boston on Slack at <a href="https://invite.slack.golangbridge.org" rel="nofollow">https://invite.slack.golangbridge.org</a><br/>
-    Boston Golang officially adopts the <a href="https://golang.org/conduct" rel="nofollow">Go Code of Conduct</a>. Harassment, bullying, and discrimination are unacceptable here and if you witness or experience those or other harmful behaviors, please let the organizers know or email us at bostongolang@gmail.com <br>
-  id: "270529854"
-  local_date: May 26, 2020
-  local_time: "2020-05-26T18:30:00-04:00"
-  localizedcountry: USA
-  localizedlocation: Boston, MA
-  name: Virtual May meetup
-  state: MA
-  thumbnailurl: ""
-  url: https://www.meetup.com/bostongo/events/270529854
-- city: Tel Aviv-Yafo
-  country: Israel
-  description: |-
-    This is the group for programmers who are interested in the High Performance, Scalable, lightweight, cross platform development tool that also promises ease of programming, agility and the fun you don&#39;t usually get using a low-level language. Welcome to the Israeli Go language Group.<br/>
-    If you&#39;d like to give a talk, please add yourself to <a href="https://trello.com/b/xbSxWRpG/go-israel-talks" rel="nofollow">the trello board</a>
-  id: kjvczlybckbcb
-  local_date: May 27, 2020
-  local_time: "2020-05-27T18:30:00+03:00"
-  localizedcountry: Israel
-  localizedlocation: Tel Aviv-Yafo, Israel
-  name: May Meetup - Online
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/9/6/9/thumb_477523369.jpeg
-  url: https://www.meetup.com/Go-Israel/events/kjvczlybckbcb
-- city: Raleigh
-  country: USA
-  description: |-
-    You do not need to know Go, be a professional developer or enjoy talking to strangers in order to come hang out with us! <br/>
-    This group is for you if you are interested in Go, and are looking for a safe space to learn. Membership is restricted to women and gender minorities. <br/>
-    We would love for you to speak at Women Who Go! Contact raleigh@womenwhogo.org about a short talk, demo, or whatever you have in mind!
-  id: "270413433"
-  local_date: May 27, 2020
-  local_time: "2020-05-27T12:00:00-04:00"
-  localizedcountry: USA
-  localizedlocation: Raleigh, NC
-  name: 'Women Who Go Lightning Talks: Go Developers Share Their Lessons Learned'
-  state: NC
-  thumbnailurl: ""
-  url: https://www.meetup.com/Women-Who-Go-Raleigh/events/270413433
-- city: Florianópolis
-  country: Brazil
-  description: |-
-    Telegram oficial da comunidade Go de SC: <a href="https://t.me/joinchat/Mz2OaFghHkcTl6u9s1JQ8Q" rel="nofollow">https://t.me/joinchat/Mz2OaFghHkcTl6u9s1JQ8Q</a><br>Slack oficial (canal #floripa): <a href="https://invite.slack.golangbridge.org/" rel="nofollow">https://invite.slack.golangbridge.org/</a><br/>
-    <br>
-  id: "268323326"
-  local_date: May 27, 2020
-  local_time: "2020-05-27T19:00:00-03:00"
-  localizedcountry: Brazil
-  localizedlocation: Florianópolis, Brazil
-  name: 2º encontro de 2020
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/7/2/1/f/thumb_447209215.jpeg
-  url: https://www.meetup.com/Floripa-Gophers/events/268323326
-- city: Saint Louis
-  country: USA
-  description: |-
-    We meet the fourth Wednesday of the month for development-oriented presentations and discussion centered on the Go Programming Language.<br/>
-    The basic agenda is:<br/>
-    6:00 - 6:20 Food and networking (Go excels at networking).<br/>
-    6:20 - 6:30 Announcements, intros, and so forth.<br/>
-    6:30 - 6:45 Short presentation of the month<br/>
-    6:45 - 8:00 Main presentation of the month.<br/>
-    Join us for the fun of sharing and learning about this programming language which is powering Cloud Native revolution.  All are welcome!  Any skill level!  We are here to help each other grow.<br/>
-    We also invite you to follow us on Twitter as <a href="https://twitter.com/stlgomeetup" rel="nofollow">@StLGoMeetup</a> .
-  id: "270424382"
-  local_date: May 27, 2020
-  local_time: "2020-05-27T18:05:00-05:00"
-  localizedcountry: USA
-  localizedlocation: Saint Louis, MO
-  name: '[GMT/-5] Writing General Purpose Kubernetes Controllers in Go'
-  state: MO
-  thumbnailurl: ""
-  url: https://www.meetup.com/StL-Go/events/270424382
-- city: Chicago
-  country: USA
-  description: |-
-    Welcome Gophers! Go Remote Meetup is a remote-first group for Go developers worldwide. We&#39;re part of the Go Developer Network, and we&#39;re excited to connect with you all, no matter where you&#39;re located.<br/>
-     <br><br/>
-    About Go:<br/>
-    Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.<br/>
-    <a href="https://golang.org/" rel="nofollow">https://golang.org/</a><br/>
-     <br><br/>
-    About Go Developer Network:<br/>
-     GDN is a collection of Go user groups working together with a shared mission to empower developer communities with the knowledge, experience, and wisdom to build the next generation of software in Go.<br/>
-    <a href="https://github.com/gobridge/about-us/blob/master/gdn.md" rel="nofollow">https://github.com/gobridge/about-us/blob/master/gdn.md</a> <br/>
+    Belfast Gophers, aka The Go Belfast User Group (GBUG), are a Belfast-based community for anyone interested in the Go programming language. Belfast Gophers held their first Meet-up 2016, and since then the group has grown to over 300 gophers. <br><br/>
+    Membership of Belfast Gophers is managed via our <a href="https://www.meetup.com/Belfast-Gophers/" rel="nofollow">Meetup page</a>; everyone is welcome! We also have an active <a href="https://twitter.com/belfast_gopher" rel="nofollow">Twitter feed</a> and we&#39;ve recently set-up the #belfast channel on <a href="https://gophers.slack.com/" rel="nofollow">Gophers Slack</a> (<a href="https://invite.slack.golangbridge.org/" rel="nofollow">sign-up here</a>). <br><br/>
     <br><br/>
-    JetBrains User Group Support Program<br/>
-    JetBrains allows us to raffle a free 1-year license to attendees. This is an especially great opportunity for new developers to boost their learning and productivity with excellent tooling -- so join up and attend!<br>
-  id: "270632499"
-  local_date: May 28, 2020
-  local_time: "2020-05-28T09:00:00-05:00"
+    Contact<br/>
+    Twitter: <a href="https://twitter.com/belfast_gopher" rel="nofollow">@belfast_gopher</a><br/>
+    Email: <a href="mailto:info@belfastgophers.com" rel="nofollow">info@belfastgophers.com</a><br/>
+     <br><br/>
+    Code of Conduct<br/>
+    Belfast Gophers operate under the <a href="https://golang.org/conduct" rel="nofollow">Go Community Code of Conduct</a>.<br/>
+     <br><br/>
+    Swag <br>We have swag on <a href="https://www.redbubble.com/people/belfastgophers/works/27394442-belfast-gophers" rel="nofollow">Redbubble</a> for anyone wanting a Belfast Gopher&#39;s t-shirt or other swag, you only pay Redbubble we don&#39;t take any fee for these. <br/>
+     <br><br/>
+     <br><br/>
+     <br><br/>
+     <br>
+  id: "273346208"
+  local_date: Oct 15, 2020
+  local_time: "2020-10-15T18:00:00+01:00"
+  localizedcountry: United Kingdom
+  localizedlocation: Belfast, United Kingdom
+  name: 'Oto: Pace’s lightweight JSON/HTTP RPC thing'
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Belfast-Gophers/events/273346208
+- city: Guadalajara
+  country: Mexico
+  description: Comunidad enfocada en dar a conocer el lenguaje Golang y generar un
+    espacio donde se pueda compartir conocimientos, proyectos y experiencias entorno
+    a este gran lenguaje. En las reuniones se presentan un par de pláticas o talleres
+    relacionados con Golang. Networking al finalizar. <br> <br>Síguenos en:<br><br><a
+    href="https://www.facebook.com/golang.guadalajara" rel="nofollow">Facebook</a><br>
+    <br><a href="https://www.youtube.com/channel/UCxpBz-Hw1p5S-v3vPpwi5oA" rel="nofollow">YouTube</a><br>
+  id: "273759040"
+  local_date: Oct 15, 2020
+  local_time: "2020-10-15T18:30:00-05:00"
+  localizedcountry: Mexico
+  localizedlocation: Guadalajara, Mexico
+  name: Golang Guadalajara Meetup - Octubre 2020
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Golang-Guadalajara/events/273759040
+- city: Leipzig
+  country: Germany
+  description: |-
+    We enjoy using Go and we are curious about the language, its features and applications, especially in the context of cloud computing and infrastructure.<br/>
+    Our goal is to establish a place, where people from all backgrounds interested in the Go programming language and various cloud technologies can meet, learn, share experiences, present, discuss and network.<br/>
+    We aim to be a welcoming community, respecting Gopher values, as outlined here: <a href="https://golang.org/conduct" rel="nofollow">https://golang.org/conduct</a>.<br/>
+     <br><br/>
+    Find out more on: <a href="https://golangleipzig.space/" rel="nofollow">https://golangleipzig.space/</a> and <a href="https://twitter.com/golang_leipzig" rel="nofollow">https://github.com/golang-leipzig<br></a><br/>
+     Since March 2019, we are part of the Go Developer Network:<br/>
+    <a href="https://blog.golang.org/go-developer-network" rel="nofollow">https://blog.golang.org/go-developer-network</a><br/>
+    <br>
+  id: "268785569"
+  local_date: Oct 16, 2020
+  local_time: "2020-10-16T19:00:00+02:00"
+  localizedcountry: Germany
+  localizedlocation: Leipzig, Germany
+  name: 'Leipzig Golang Meetup #13'
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Leipzig-Golang/events/268785569
+- city: Gurgaon
+  country: India
+  description: |-
+    This group is for people interested in learning both the programming language Go(lang), and how to build interesting things with it. We will aim the first few sessions at beginner-intermediate levels and maybe later introduce some high-level talks.<br/>
+     WE ARE ACTIVELY LOOKING FOR MEETUP VENUES.<br/>
+    Want to help organise/volunteer? - Come say hi and meet fellow gophers on <a href="https://join.slack.com/t/golang-gurgaon/shared_invite/enQtODgxMTIyODQ1MzQ4LTA2ZGNmZTgwOTBiMDJmMDJhOWNlMmRlZGI3YzZiZWQyNGMyOWE5NjgxMzc5OTAzOGIxMTA0OTBiZGU0ZGUxYjc" rel="nofollow">Slack</a>.
+  id: szcfmrybcnbwb
+  local_date: Oct 17, 2020
+  local_time: "2020-10-17T11:00:00+05:30"
+  localizedcountry: India
+  localizedlocation: Gurgaon, India
+  name: Golang Gurgaon Meetup
+  photourl: https://secure.meetupstatic.com/photos/event/c/e/4/5/600_473932805.jpeg
+  state: ""
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/c/e/4/5/thumb_473932805.jpeg
+  url: https://www.meetup.com/Gurgaon-Go-Meetup/events/szcfmrybcnbwb
+- city: Graz
+  country: Austria
+  description: |-
+    Die <a href="https://golang.org" rel="nofollow">Programmiersprache Go</a> hat einen Grazer &#34;Stammtisch&#34;. <br/>
+    Wir treffen uns jeden 2. Montag im Monat bei TAO Digital am Lendplatz.<br/>
+    Schau einfach vorbei oder besuche uns online unter <a href="https://gograz.org" rel="nofollow">GoGraz</a>! <br>
+  id: fxlkwrybcnbzb
+  local_date: Oct 19, 2020
+  local_time: "2020-10-19T19:00:00+02:00"
+  localizedcountry: Austria
+  localizedlocation: Graz, Austria
+  name: Go Language Usergroup Graz
+  photourl: https://secure.meetupstatic.com/photos/event/3/3/e/0/600_459373280.jpeg
+  state: ""
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/3/3/e/0/thumb_459373280.jpeg
+  url: https://www.meetup.com/Graz-Open-Source-Meetup/events/fxlkwrybcnbzb
+- city: Bournemouth
+  country: United Kingdom
+  description: |-
+    Golang Dorset<br/>
+     is a user group for people interested in the <br/>
+    <a href="https://golang.org/" rel="nofollow">Go programming language</a> and assorted related technologies and methodologies (kubernetes / docker / DevOps etc) <br><br/>
+    We aim to meet every month in central Bournemouth. <br>--- <br><br/>
+    We want to give everyone a chance to learn, or improve their skills with Go by practicing it, organizing workshops and talks, and mingling along like-minded individuals.<br/>
+    Any level of proficiency (or none at all) is welcome. <br/>
+    All code and slides from examples are available in the github repo <a href="https://github.com/golangdorset" rel="nofollow">github.com/golangdorset</a>  <br><br/>
+    <a href="https://join.slack.com/t/golangdorset/shared_invite/zt-49ut08ec-3E3a3JTt4XbxtZs2BnQdyw" rel="nofollow">Join us on Slack!</a> <br>
+  id: qfdjvrybcnbzb
+  local_date: Oct 19, 2020
+  local_time: "2020-10-19T19:00:00+01:00"
+  localizedcountry: United Kingdom
+  localizedlocation: Bournemouth, United Kingdom
+  name: Golang Dorset Monthly Meetup
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Golang-Dorset/events/qfdjvrybcnbzb
+- city: Reston
+  country: USA
+  description: |-
+    (from golang.org) <br><br/>
+     <br/>
+    The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It&#39;s a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
+  id: cmkwtrybcnbcc
+  local_date: Oct 21, 2020
+  local_time: "2020-10-21T19:00:00-04:00"
   localizedcountry: USA
-  localizedlocation: Chicago, IL
-  name: 'GMT/-5: Integrating the Envoy gRPC API into a Dynamic Service Discovery Platform'
-  state: IL
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/8/8/7/f/thumb_490354943.jpeg
-  url: https://www.meetup.com/Go-Remote-Meetup/events/270632499
+  localizedlocation: Reston, VA
+  name: Golang Reston Monthly Meetup
+  photourl: https://secure.meetupstatic.com/photos/event/7/f/7/600_433982039.jpeg
+  state: VA
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/7/f/7/thumb_433982039.jpeg
+  url: https://www.meetup.com/Golang-Reston/events/cmkwtrybcnbcc
diff --git a/go.dev/data/learn/books.yaml b/go.dev/data/learn/books.yaml
index 1b27612..33c1839 100644
--- a/go.dev/data/learn/books.yaml
+++ b/go.dev/data/learn/books.yaml
@@ -1,16 +1,26 @@
 links:
   - title: The Go Programming Language
+    description: Alan A. A. Donovan, Brian W. Kernighan
+    cta: View
     url: https://www.gopl.io/
     thumbnail: /images/learn/go-programming-language-book.png
   - title: Get Programming with Go
+    description: Nathan Youngman, Roger Peppé
+    cta: Manning.com
     url: https://www.manning.com/books/get-programming-with-go
     thumbnail: /images/learn/get-programming-with-go.jpeg
   - title: Go Programming Blueprints
+    description: This is the official source code repository for the book.
+    cta: View on Github
     url: https://github.com/matryer/goblueprints
     thumbnail: /images/learn/go-programming-blueprints.png
   - title: Introducing Go
+    description: Caleb Doxsey
+    cta: View on O’Reilly.com
     url: http://shop.oreilly.com/product/0636920046516.do
     thumbnail: /images/learn/introducing-go-book.png
   - title: Concurrency in Go
+    description: Katherine Cox-Buday
+    cta: View on O’Reilly.com
     url: https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
-    thumbnail: /images/learn/concurrency-in-go.jpeg
+    thumbnail: /images/learn/concurrency-in-go.png
diff --git a/go.dev/data/learn/cloud.yaml b/go.dev/data/learn/cloud.yaml
index 8fe9db2..c242cd7 100644
--- a/go.dev/data/learn/cloud.yaml
+++ b/go.dev/data/learn/cloud.yaml
@@ -2,12 +2,24 @@
   - title: Deploy Go Apps on Google Cloud Serverless Platforms
     url: https://google.qwiklabs.com/focuses/10532?parent=catalog
     thumbnail: /images/learn/qwiklabs.png
+    length: 1h 10m
+    credits: 5
+    rating: 4.25
   - title: Use Go Code to Work with Google Cloud Data Sources
     url: https://google.qwiklabs.com/focuses/10531?parent=catalog
     thumbnail: /images/learn/qwiklabs.png
+    length: 1h 10m
+    credits: 5
+    rating: 4.25
   - title: Getting Started with Go on App Engine
     url: https://google.qwiklabs.com/focuses/2754?catalog_rank=%7B%22rank%22%3A1%2C%22num_filters%22%3A0%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=5407947
     thumbnail: /images/learn/qwiklabs.png
+    length:  20m
+    credits: 1
+    rating: 4.15
   - title: HTTP Google Cloud Functions in Go
     url: https://google.qwiklabs.com/focuses/5171?catalog_rank=%7B%22rank%22%3A1%2C%22num_filters%22%3A0%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=5407953
     thumbnail: /images/learn/qwiklabs.png
+    length: 40m
+    credits: 5
+    rating: 4.5
diff --git a/go.dev/data/learn/courses.yaml b/go.dev/data/learn/courses.yaml
index 698987b..d69c1b2 100644
--- a/go.dev/data/learn/courses.yaml
+++ b/go.dev/data/learn/courses.yaml
@@ -1,13 +1,25 @@
 links:
   - title: Codecademy
+    content: This course covers setting up a Go environment, the fundamentals of
+      Go, and will walk you through building a few sample projects.
     url: https://www.codecademy.com/learn/learn-go?utm_source=customer_io&utm_campaign=oct_21_golaunch&utm_medium=email&utm_content=header_img
     thumbnail: /images/learn/codecademy.png
+    cta: Learn more
   - title: Exercism.io
+    content: Tackle community-sourced Go challenges in this interactive course,
+      working with other participants and mentors along the way.
     url: https://exercism.io/tracks/go
     thumbnail: /images/learn/exercism.png
+    cta: Learn more
   - title: Google Developers Codelabs
+    content: Get started with a free codelab that walks you through using Go to
+      build and publish a Google Cloud Function.
     url: https://codelabs.developers.google.com/codelabs/cloud-functions-go-http/#0
-    thumbnail: /images/learn/codelabs_2.png
+    thumbnail: /images/learn/codelabs.png
+    cta: Learn more
   - title: Gophercises
+    content: Build your confidence in using Go with this course, where you’ll
+      build roughly twenty different Go applications.
     url: https://gophercises.com/
-    thumbnail: /images/learn/gophercises_1.png
+    thumbnail: /images/learn/gophercises.png
+    cta: Learn more
diff --git a/go.dev/data/learn/guidedLearning.yaml b/go.dev/data/learn/guidedLearning.yaml
index 35c6639..86b6449 100644
--- a/go.dev/data/learn/guidedLearning.yaml
+++ b/go.dev/data/learn/guidedLearning.yaml
@@ -1,17 +1,26 @@
 links:
   - title: Web Dev
-    description: Hello World tutorial for building web applications in Go.
+    content: Go Web Examples provides easy to understand code snippets on
+      how to use Go for web development.
     url: https://gowebexamples.com
-    thumbnail: /images/learn/helloworld.png
+    thumbnail: /images/learn/web-dev.png
+    cta: Learn more
   - title: CLIs
-    description: A guided workshop on building command-line interfaces with Go.
+    content: This workshop will walk you through building a CLI app with Go,
+      introducing you to basic Go principles and CLI frameworks along the way.
     url: https://spf13.com/presentation/building-an-awesome-cli-app-in-go-oscon/
-    thumbnail: /images/learn/commandline.svg
-  - title: New to Coding
-    description: A video tutorial that aims to cover the various fundamentals of Go.
+    thumbnail: /images/learn/clis.png
+    cta: Learn more
+  - title: New to coding?
+    content: Get started with this introductory course covering basic
+      programming principles and Go fundamentals.
     url: https://www.youtube.com/watch?v=Q0sKAMal4WQ
     thumbnail: /images/learn/edureka.png
-  - title: Go by Example
-    description: Go by Example is a hands-on introduction to Go using annotated example programs.
+    cta: Learn more
+  - title: Go by example
+    content: <i>Go by Example</i> is a hands-on introduction to Go using annotated
+      example programs. It’s a great starting point to use when tackling any Go
+      project.
     url: https://gobyexample.com/
     thumbnail: /images/learn/gobyexample.png
+    cta: Learn more
diff --git a/go.dev/data/learn/quickstart.yaml b/go.dev/data/learn/quickstart.yaml
index 09b2959..0578bb7 100644
--- a/go.dev/data/learn/quickstart.yaml
+++ b/go.dev/data/learn/quickstart.yaml
@@ -1,10 +1,16 @@
 links:
-  - title: Installing Go
+  - title: Documentation
+    content: Everything there is to know about Go. Get started on a new project
+      or brush up for your existing Go code.
+    cta: View documentation
     url: https://golang.org/doc/install
-    thumbnail: /images/learn/install.png
-  - title: Hello World
-    url: https://play.golang.org
-    thumbnail: /images/learn/gohelloworld.png
   - title: Tour of Go
+    content: An interactive introduction to Go in three sections. Each section
+      concludes with a few exercises so you can practice what you've learned.
+    cta: Take a tour
     url: https://tour.golang.org
-    thumbnail: /images/learn/tour.png
+  - title: Playground
+    content: The Playground allows anyone with a web browser to write Go code
+      that we immediately compile, link, and run on our servers.
+    cta: Go to playground
+    url: https://play.golang.org
diff --git a/go.dev/layouts/learn/section.html b/go.dev/layouts/learn/section.html
index 536988f..aaad0c6 100644
--- a/go.dev/layouts/learn/section.html
+++ b/go.dev/layouts/learn/section.html
@@ -1,151 +1,150 @@
 {{define "main"}}
-<section class="Learn-title">
+<section class="Learn-hero">
   <div class="Container">
-    <h1>Getting Started</h1>
-  </div>
-</section>
-<section class="Learn-gettingStarted">
-  <div class="Container">
-    <ul class="Learn-quickstarts">
-      {{range first 3 $.Site.Data.learn.quickstart.links}}
-      <li class="Learn-quickstart">
-        <a href="{{.url}}">
-          <div class="Learn-quickstartThumbnail">
-            {{if .thumbnail}}
-              <img src="{{.thumbnail}}" alt="{{.title}} thumbnail.">
-            {{end}}
-          </div>
-          <p class="Learn-quickstartTitle">
-            {{.title}}
-          </p>
-        </a>
-      </li>
-      {{end}}
-    </ul>
-    <p class="Learn-actions">
-      <a class="Learn-viewMoreButton" href="https://golang.org/doc/">Learn More &gt;</a>
-    </p>
-  </div>
-</section>
-<section id="guided-learning-journeys" class="Learn-guided">
-  <div class="Container">
-    <div class="Learn-subHeader">
-      <h2>Guided learning journeys</h2>
-      <p class="Learn-viewMore">
-      </p>
-    </div>
-    <ul class="Learn-tileList">
-      {{range first 4 $.Site.Data.learn.guidedLearning.links}}
-      <li class="Learn-tile">
-        <a href="{{.url}}">
-          <div class="Learn-tileThumbnail">
-            {{if .thumbnail}}
-            <img alt="{{.title}} thumbnail." src="{{.thumbnail}}">
-            {{end}}
-          </div>
-          <p class="Learn-tileTitle">
-            {{.title}}
-          </p>
-        </a>
-      </li>
-      {{end}}
-    </ul>
-  </div>
-</section>
-<section id="online-learning" class="Learn-online">
-  <div class="Container">
-    <div class="Learn-subHeader">
-      <h2>Online learning</h2>
-    </div>
-    <ul class="Learn-tileList">
-      {{range first 4 $.Site.Data.learn.courses.links}}
-      <li class="Learn-tile">
-        <a href="{{.url}}">
-          <div class="Learn-tileThumbnail">
-            {{if .thumbnail}}
-            <img alt="{{.title}} thumbnail." src="{{.thumbnail}}">
-            {{end}}
-          </div>
-          <p class="Learn-tileTitle">
-            {{.title}}
-          </p>
-        </a>
-      </li>
-      {{end}}
-    </ul>
-  </div>
-</section>
-<section id="self-paced-labs" class="Learn-online">
-  <div class="Container">
-    <div class="Learn-subHeader">
-      <h2>Google Cloud Self-Paced Labs</h2>
-    </div>
-    <ul class="Learn-tileList">
-      {{range first 4 $.Site.Data.learn.cloud.links}}
-      <li class="Learn-tile">
-        <a href="{{.url}}">
-          <div class="Learn-tileThumbnail">
-            {{if .thumbnail}}
-            <img alt="{{.title}} thumbnail." src="{{.thumbnail}}">
-            {{end}}
-          </div>
-          <p class="Learn-tileTitle">
-            {{.title}}
-          </p>
-        </a>
-      </li>
-      {{end}}
-    </ul>
-  </div>
-</section>
-<section id="featured-books" class="Learn-books">
-  <div class="Container">
-    <div class="Learn-subHeader">
-      <h2>Featured books</h2>
-      <p class="Learn-viewMore">
-      </p>
-    </div>
-    <ul class="Learn-tileList">
-      {{range first 5 $.Site.Data.learn.books.links}}
-      <li class="Learn-tile">
-        <a href="{{.url}}">
-          <div class="Learn-tileThumbnail Learn-tileThumbnail--book">
-            {{if .thumbnail}}
-            <img alt="{{.title}} thumbnail." src="{{.thumbnail}}">
-            {{end}}
-          </div>
-          <p class="Learn-tileTitle">
-            {{.title}}
-          </p>
-        </a>
-      </li>
-      {{end}}
-    </ul>
-  </div>
-</section>
-<section class="Learn-inPersonTraining">
-  <div class="Container">
-    <div class="Learn-subHeader">
-      <h2>In-person training</h2>
-      <p class="Learn-viewMore">
-      </p>
-    </div>
-    <ul class="Learn-inPersonList">
-      {{range first 4 $.Site.Data.learn.inPerson.links}}
-      <li class="Learn-inPerson">
-        <p class="Learn-inPersonTitle">
-          <a href="{{.url}}">
-            {{.title}}
+    <div class="Learn-heroInner">
+      <div class="Learn-heroContent">
+        {{ partial "breadcrumbs.html" . }}
+        <h1>Install the latest version of Go</h1>
+        <p>
+          Install the latest version of Go. For instructions to download and install
+          the Go compilers, tools, and libraries,
+          <a href="https://golang.org/doc/install" target="_blank" rel="noopener">
+            view the install documentation.
           </a>
         </p>
-        <p class="Learn-inPersonBlurb">
-          {{.blurb}}
+        <div class="Learn-heroAction">
+          <div
+            data-version="{{.Site.Data.global.latestVersion}}"
+            class="js-latestGoVersion"
+          >
+            <a
+              class="js-downloadBtn"
+              href="https://golang.org/dl"
+              target="_blank"
+              rel="noopener"
+            >
+              Download
+              <span class="js-goVersion"></span>
+            </a>
+          </div>
+        </div>
+        <p>
+          Download packages for 
+          <a class="js-downloadWin">Windows 64-bit</a>,
+          <a class="js-downloadMac">macOS</a>,
+          <a class="js-downloadLinux">Linux</a>, and
+          <a href="https://golang.org/dl/">more</a>.
         </p>
-      </li>
-      {{end}}
-    </ul>
+      </div>
+      <div class="Learn-heroGopher">
+        <img src="/images/gophers/motorcycle.svg" alt="Go Gopher riding a motorcycle">
+      </div>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-quickstarts Learn-cardList">
+        {{ range first 3 $.Site.Data.learn.quickstart.links }}
+          <li class="Learn-quickstart Learn-card">
+            {{ partial "learn/card.html" . }}
+          </li>
+        {{end}}
+      </ul>
+    </div>
   </div>
 </section>
+
+<section class="Learn-learningResources">
+  <h2>Learning Resources</h2>
+</section>
+
+<section id="guided-learning-journeys" class="Learn-guided">
+  <div class="Container">
+    <div class="Learn-learningResourcesHeader">
+      <h3>Guided learning journeys</h3>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-cardList">
+        {{ range first 4 $.Site.Data.learn.guidedLearning.links }}
+          <li class="Learn-card">
+            {{ partial "learn/card.html" . }}
+          </li>
+        {{ end }}
+      </ul>
+    </div>
+  </div>
+</section>
+
+<section id="online-learning" class="Learn-online">
+  <div class="Container">
+    <div class="Learn-learningResourcesHeader">
+      <h3>Online learning</h3>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-cardList">
+        {{ range first 4 $.Site.Data.learn.courses.links }}
+          <li class="Learn-card">
+            {{ partial "learn/card.html" . }}
+          </li>
+        {{ end }}
+      </ul>
+    </div>
+  </div>
+</section>
+
+<section id="self-paced-labs" class="Learn-selfPaced">
+  <div class="Container">
+    <div class="Learn-learningResourcesHeader">
+      <h3>Google Cloud Self-Paced Labs</h3>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-cardList">
+        {{ range first 4 $.Site.Data.learn.cloud.links }}
+          <li class="Learn-card">
+            {{ partial "learn/selfPacedCard.html" . }}
+          </li>
+          </li>
+        {{ end }}
+      </ul>
+    </div>
+  </div>
+</section>
+
+<section id="featured-books" class="Learn-books">
+  <div class="Container">
+    <div class="Learn-learningResourcesHeader">
+      <h3>Featured books</h3>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-cardList Learn-bookList">
+        {{ range first 5 $.Site.Data.learn.books.links }}
+          <li class="Learn-card Learn-book">
+            {{ partial "learn/book.html" . }}
+          </li>
+        {{ end }}
+      </ul>
+    </div>
+  </div>
+</section>
+
+<section class="Learn-inPersonTraining">
+  <div class="Container">
+    <div class="Learn-learningResourcesHeader">
+      <h3>In-person training</h3>
+    </div>
+    <div class="LearnGo-gridContainer">
+      <ul class="Learn-inPersonList">
+        {{range first 4 $.Site.Data.learn.inPerson.links}}
+        <li class="Learn-inPerson">
+          <p class="Learn-inPersonTitle">
+            <a href="{{.url}}">{{.title}} </a>
+          </p>
+          <p class="Learn-inPersonBlurb">{{.blurb}}</p>
+        </li>
+        {{end}}
+      </ul>
+    </div>
+  </div>
+</section>
+
 <section class="Learn-meetups">
   <div class="Container">
     <div class="Learn-subHeader">
@@ -157,27 +156,34 @@
     <ul class="Learn-events">
       {{range first 3 $.Site.Data.events.all}}
       <li class="Learn-eventItem">
-        <div class="Learn-eventThumbnail {{if not .thumbnailurl}}Learn-eventThumbnail--noimage{{end}}">
-          {{if .thumbnailurl}}
-          <img alt="{{.name}} group photo" src="{{.thumbnailurl}}">
+        <div
+          class="Learn-eventThumbnail {{if not .photourl}}Learn-eventThumbnail--noimage{{end}}"
+        >
+          {{if .photourl}}
+          <img alt="{{.name}} group photo" src="{{.photourl}}" />
           {{else}}
-          <img src="/images/meetup.svg" alt="meetup logo">
+          <img src="/images/meetup.svg" alt="meetup logo" />
           {{end}}
         </div>
         <div class="Learn-eventBody">
           <div class="Learn-eventDate">
-            <p>{{.local_date}}</p>
-            <p>{{.city}}, {{.state}} {{.country}}</p>
+            <p>{{.local_date}} &#183 {{.city}}, {{.state}} {{.country}}</p>
           </div>
           <div class="Learn-eventText">
             <h4 class="Learn-eventName">
               <a href="{{.url}}">{{.name}}</a>
             </h4>
-            <p class="Learn-eventDescription">
-              {{.description | safeHTML}}
-            </p>
+            <p class="Learn-eventDescription">{{.description | safeHTML}}</p>
           </div>
-          <p class="Learn-viewMore"><a href="{{.url}}">Learn more &gt;</a></p>
+          <div class="Learn-eventAttendees">
+            {{ with .attendees }}
+              {{range first 5 .}}
+              <div class="Learn-eventAttendeesItem">
+                <img src="{{.thumb_link}}" alt="{{.name}}"/>
+              </div>
+              {{end}}
+            {{end}}
+          </div>
         </div>
       </li>
       {{end}}
diff --git a/go.dev/layouts/partials/learn/book.html b/go.dev/layouts/partials/learn/book.html
new file mode 100644
index 0000000..d1ccd78
--- /dev/null
+++ b/go.dev/layouts/partials/learn/book.html
@@ -0,0 +1,32 @@
+<div class="Book">
+  <a href="{{.url}}" target="_blank" rel="noopener">
+    <div class="Book-inner">
+      {{if .thumbnail}}
+      <div class="Book-thumbnail">
+        <img alt="{{.title}} thumbnail." src="{{.thumbnail}}" />
+      </div>
+      {{end}}
+      <div class="Book-content">
+        <p class="Book-title">{{.title}}</p>
+        <p class="Book-description">{{.description}}</p>
+        <div class="Book-cta">
+          <span>{{.cta}}</span>
+          <svg
+            xmlns="http://www.w3.org/2000/svg"
+            width="16"
+            height="16"
+            fill="none"
+            viewBox="0 0 24 24"
+          >
+            <path
+              fill="#007D9C"
+              fill-rule="evenodd"
+              d="M5 5v14h14v-7h2v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5c0-1.1.9-2 2-2h7v2H5zm9 0V3h7v7h-2V6.4l-9.8 9.8-1.4-1.4L17.6 5H14z"
+              clip-rule="evenodd"
+            />
+          </svg>
+        </div>
+      </div>
+    </div>
+  </a>
+</div>
diff --git a/go.dev/layouts/partials/learn/card.html b/go.dev/layouts/partials/learn/card.html
new file mode 100644
index 0000000..f1545aa
--- /dev/null
+++ b/go.dev/layouts/partials/learn/card.html
@@ -0,0 +1,33 @@
+<div class="Card">
+  <a href="{{.url}}" target="_blank" rel="noopener">
+    <div class="Card-inner">
+      {{if .thumbnail}}
+      <div
+        class="Card-thumbnail"
+        style="background-image: url({{.thumbnail}})"
+      ></div>
+      {{end}}
+      <div class="Card-content">
+        <div class="Card-contentTitle">{{.title}}</div>
+        <p class="Card-contentBody">{{.content | safeHTML}}</p>
+        <div class="Card-contentCta">
+          <span>{{.cta}}</span>
+          <svg
+            xmlns="http://www.w3.org/2000/svg"
+            width="16"
+            height="16"
+            fill="none"
+            viewBox="0 0 24 24"
+          >
+            <path
+              fill="#007D9C"
+              fill-rule="evenodd"
+              d="M5 5v14h14v-7h2v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5c0-1.1.9-2 2-2h7v2H5zm9 0V3h7v7h-2V6.4l-9.8 9.8-1.4-1.4L17.6 5H14z"
+              clip-rule="evenodd"
+            />
+          </svg>
+        </div>
+      </div>
+    </div>
+  </a>
+</div>
diff --git a/go.dev/layouts/partials/learn/selfPacedCard.html b/go.dev/layouts/partials/learn/selfPacedCard.html
new file mode 100644
index 0000000..ea6769f
--- /dev/null
+++ b/go.dev/layouts/partials/learn/selfPacedCard.html
@@ -0,0 +1,24 @@
+<div class="Card">
+  <a href="{{.url}}" target="_blank" rel="noopener">
+    <div class="Card-inner">
+      {{if .thumbnail}}
+      <div
+        class="Card-thumbnail"
+        style="background-image: url({{.thumbnail}})"
+      ></div>
+      {{end}}
+      <div class="Card-content">
+        <div class="Card-contentTitle">{{.title}}</div>
+        <div class="Card-selfPacedFooter">
+          <div class="Card-selfPacedCredits">
+            <span>{{ .length }}</span> •
+            <span>{{.credits}} Credits</span>
+          </div>
+          <div class="Card-selfPacedRating">
+            <div class="Card-starRating" style="width: {{ .rating }}rem"></div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </a>
+</div>
diff --git a/go.dev/static/images/gophers/motorcycle.svg b/go.dev/static/images/gophers/motorcycle.svg
new file mode 100644
index 0000000..e05346e
--- /dev/null
+++ b/go.dev/static/images/gophers/motorcycle.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 337 325"><path fill="#90D8F7" d="M138.7 107.7l1.5-.9 3.4-2.2h.3l1-.6 1.5-1 1.3-.8.4-.3a1.4 1.4 0 00.6-.4h.8l.4-.3.8-.4 1.2-.9 1.3-.8 1.5-1 4-2.5 4-2.6v.1l-.6.6-1.6 1-1 .7-1.2.8-2.4 1.5a40.4 40.4 0 01-4.2 2.7l-1.7 1-1.7 1-1.6 1-1.8 1.2-1.8 1.4-.8.7-.6.2-1.6.5-1.4.5-.7.2.7-.4zm22.7-10.4l.3-.2-.2.2-.4.2.3-.2z"/><path fill="#FCDFD3" d="M144.2 200.1c-.5 0-1 0-1.4-.2l-1-.5-.8-.6-1.4-1.2-1.2-1.3-2-3c-.4-.6-.7-1.3-1.2-1.8l-.2-.3h.1l.1-.1h.1l.2-.1.2-.2h.2l.1-.2h.1l.1-.1h.1l.2-.1v-.1h.2l.1-.2h.2v-.1l.2-.1h.1l.2-.2h.1l.1-.1.2-.1.1-.1.2-.1h.1l.1-.2h.2l.1-.2h.2l.1-.2.2-.1.1-.1.2-.1.2-.2h.1l.2-.2.2-.2h.2l.1-.2.2-.1.2-.2.2-.1.2-.2.1-.1.2-.1.2-.2.1-.1.2-.2h.2l.1-.2.2-.2h.1l.2-.2.1-.1.2-.1v-.2h.2l.2-.2.1-.1.2-.1v-.1l.2-.1.2-.2.1-.1.6 1 2 2.8-.2-.1a17.7 17.7 0 011.5 2.9l.2.8.1.5.1 1v.8l-.2 1.8a8.6 8.6 0 01-.8 2.3l-.6.8-.6.4-.7.4-1.4.3h-.2z"/><path fill="#EE3F26" d="M60.9 226.4h.1l.2-.2.6-.5.7-.6 1.3-.7.7-.4.8-.5.8-.6.4-.3.7-.6 1-.9-.2.1-1.8 1-3 1.8-2.9 1.9-.4.2h.2c.3 0 .5.1.8.3zm69.8 21.6a9.3 9.3 0 01-2.9-1.4l-1-.8-1.8-1.5-1.7-1.5-1-.8-.8-.8-1.5-1.7-.8-.7-.7-.7-1.5-1-1.3-.7-1.2-.8-.4-.3-.2-.1h.1a36 36 0 00-2.6-1.4l-2.6-1.3a11 11 0 00-1.3-.4l-1.4-.4-1.3-.5-1.1-.3a43.6 43.6 0 00-3.8-1.3l-1.1-.2-1.2-.3-1.3-.3a72.7 72.7 0 01-3-.8l-3.3-.5-3.3-.3H82l-2.2.1h-1.2l-1 .1h-.5l-1.8.6-1.9.4a9.3 9.3 0 00-1.2.4 196.6 196.6 0 01-3.2 1.9l-.3.3-1.4 1.2-1.2.9a5 5 0 01-1.4.5l-1.7.4c-.6 0-1.2.1-1.7.3l-.5.1-2.1 1a1 1 0 00-.7-.3c-.5 0-1 0-1.4.2H56l-1.7.3-1.4.2a16 16 0 01-1-.6l-.6-.4h-.1l.6-.5.4-.2h.1l.2-.1v-.2c0-.3.2-.6.4-.8l.1-.2.6-.6.7-.7 1.1-1.4 1.3-1.5.2-.2 1-.6h.1c.4-.2.7-.4 1-.8v-.6c0-.2.1-.3 0-.4 0-.3-.3-.5-.6-.5l-.7.4-.3.3s-.2 0-.3.2l-.8.5-.3.2c-.3 0-.6-.2-.8-.3-.8-.5-1.4-1-2-1.8l-.8-1.5-.6-1-2.6-4.4a5 5 0 01-.6-1.7v-1.3l.7-.8.5-.2.6-.3 1-.3.9-.4 1.1-.5c.7-.2 1.4-.6 2-1l2-1 1.7-1 1.8-.6h.2l.2-.1h.1l.1-.1h.1l1.5-.8 1.4-.7 2.8-1.2 2-.8 1-.4 1-.5a35 35 0 014.5-1.6h-.2c.6 0 1.1-.3 1.6-.5l1.5-.5 1.4-.5.6-.2.6-.2 1-.5 1.2-.5 1.3-.5 1-.4 2.5-1 1.3-.7 1.6-.7.8-.6.9-.6.7-.8h.7l.1.1h.4l.1.1h.4v.1h.3l.1.1h.3v.1h.4v.1h.3v.1h.4v.1h.2v.1h.5l.1.1h.5l.1.1h.7v.1h.5v.1h.5v.1h.4l.1.1h.2l.1.1h.2v.1h.3v.1h.3v.1h.2v.1h.2l.1.1h.2v.1h.2l.1.1h.4l.1.1h.4l.1.1h.4l.1.1h.4l.1.1h.4v.1h.4v.1h.5l.1.1h.5l.1.1h.6l.1.1h.8l.2.1h4.7v-.1h.4l.1-.1h.3v-.1h.4v-.1h2.9l.4.7c0 .3.3.6.4.9l.5.7a316.4 316.4 0 011.4 2l1.2 1.3.9.7.4.3 1 .7c.5.2 1 .4 1.6.4h.3l.4.1.8.1h.2a2 2 0 001.1-.4l.7-1 .2-.3v-.1l1-1c.4-.8.6-1.9.6-2.8v-1l-.2-.7c0-.5-.2-1-.3-1.4a57 57 0 01-.5-1.2l-.5-1.5.1-.1h.2v-.1h.2l.1-.1h.2v-.1h.2v-.1h.2v-.1h.2v-.1h.2l.1-.1h.2l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.3l.1-.1h.2v-.1h.3l.1-.1h.2v-.1h.2l.1-.1h.1l.3.2.3.6c.2-.2.4-.3.7-.3h.4c.2 0 .4.2.6.4l1.3 1.8.4.6 1 1.2c.3.3.3.7.1 1v.1l.6.4.8.7.8.4.7.4.5.2.2.1 1.3.3 1.5.1h.1l1.1-.2h.2l.2-.2 1-.7.8-1a11.8 11.8 0 00.9-4.6 11.3 11.3 0 00-.2-2.3 53.6 53.6 0 01-.7-2.3l-.4-.8-.2-.4-.7-.8-.8-1.2c0-.2 0-.3-.2-.5a4 4 0 01-.3-1.2v-.6l.1-.1.2-.1v-.1l.2-.1.1-.1h.1l.1-.2h.2v-.2h.2v-.1l.2-.1.1-.1.1-.1.1-.1.1-.1h.2v-.1h.1l.1-.1 1-.8v-.1l.2-.1v-.1l.2-.1.1-.1.1-.1.2-.1.1-.1.1-.1.2-.1v-.1l.2-.1.2-.1v-.1l.2-.2h.2l.1-.2h.1l.2-.2.2-.1.1-.1.2-.2h.1l.1-.2.2-.1.1-.1.2-.1.1-.1.1-.2h.2l.1-.2h.2l.1-.2.1-.1.2-.1.1-.1.2-.1v-.2h.2l.1-.2h.2l.1-.2.1-.1.2-.1v-.1l.2-.1.2-.2.2-.2h.1l.2-.2.1-.1.1-.1.2-.1v-.1l.2-.1.1-.1.2-.1v-.1l.2-.1.1-.1h.1l.1-.2h.1l.1-.2h.1l.1-.1.1-.1h.1l.1-.2h.1v-.1l.2-.1.1-.2h.1v-.1h.2v-.1l.1-.1h.1v-.2h.2v-.2h.2v-.1h.1v-.2h.2v-.1h.1l.1-.2h.1v-.1l.1-.1h.1v-.1l.1-.1.1-.1.1-.1.1-.1v-.1h.1v-.2h.2v-.1l.1-.2.2-.1v-.1l.1-.1.1-.2h.1l.1-.2.2-.2.1-.2h.1l.1-.2h.1v-.2h.2v-.2h.1l.1-.1.1-.1.1-.1v-.1l.2-.1v-.1l.1-.1v-.1h.2v-.2h.1v-.1l.1-.1.1-.1.2-.2v-.1l.2-.1.1-.2.1-.1h.1v-.2h.1l.1-.1.1-.1.1-.1v-.1h.1v-.1h.1v-.1l.1-.1.1-.1v-.1l.1-.1.1-.1v-.1h.1v-.1l.1-.1v-.1h.1v-.2h.1v-.1l.1-.1v-.1h.1v-.1h.1v-.2h.1v-.1h.1v-.2h.1v-.1h.1v-.2h.1v-.1l.1-.1v-.1l.1-.1.1-.1v-.1l.1-.1v-.1h.1v-.2l.1-.1.1-.1v-.1l.1-.2h.1v-.2l.1-.1v-.1l.1-.1v-.2h.1l.1-.2v-.1h.1v-.2h.1v-.2h.1v-.1l.1-.1v-.1h.1v-.2l.1-.1v-.1l.1-.1v-.1h.1v-.2l.1-.1v-.1h.1v-.2h.1v-.2h.1v-.1l.1-.1v-.1h.1v-.2h.1v-.2h.1v-.1h.1v-.1h.1v-.1h.1v-.1h.1v-.1h.1v-.1h.1v-.2h.1v-.2h.1v-.1h.1v-.2h.1v-.2h.1v-.2h.1v-.2h.1v-.4h.1v-.1l2.6-1.3 1.2-.6 1.2-.6h-.1l.7-.4c.5-.3 1.1-.7 1.8-.5.4.1.8.3 1 .7l.5.8c.5 1 .8 2 1.2 3.1v.1l.8-1.9.5-1 .3-1 .5-1.7c0-.6.2-1.2.3-1.7l.1-.9a10.5 10.5 0 01.7-2l.7-1.5.6-1.3a29.8 29.8 0 011.5-2.8l.8-1.2 1.7-2.6 1.6-2.4 2-2.6 1-1.1a60.5 60.5 0 012-2.2l1-1c1.4-1.5 3-2.8 4.5-4.1l2.2-2a52.9 52.9 0 013.7-2.7l.6-.4.6-.5.4-.2v-1.2h.8c.3 0 .5-.2.8-.3l.4-.4h.3l.2-.2.2-.3.3.2.8.6 1.3 1.2a19.4 19.4 0 002.9 2l1.7 1.5 2.1 2.2 2 1.9 1.8 1.7a70.2 70.2 0 003.2 2.6l1.2 1.2.2.2.2.2.4.4 2.3 2.3c.5.5 1 1 1.3 1.7.2.5.2 1.2-.2 1.6l-.4.5v.1l.4 1.2.4 1.4.7 2.5.7 2.5.3 1.4.2 1.4v-.1 2.7c0 .6-.1 1-.3 1.6l-.2.5-.2.3-.2.5-.4.4-.4.3-1 1a4 4 0 01-.7.5h-.5l-.7.4c-.7.2-1.3.6-2 .9l-3.6 1.6-1.9.8c-.6.1-1.1.3-1.7.6h-.2l-.2.2-2.1 1-1 .3-1.3.3-1.5.5-1.4.5-.9.4-.8.5c-.2.3-.3.6-.3 1v.1a41.6 41.6 0 01-1.7.7l-1.5.6-.8.3-.7.2-2.4 1.1-1.2.5-1.3.6c-.8.5-1.7.9-2.7 1.2l-2.6 1-3.8 1.7a64.4 64.4 0 01-3.7 1.7l-1.6 1-.7.3-1.3.6-.6.4-.6.3-.4.2a16.2 16.2 0 00-.7 2.3l-.5 3.8-.1.4v.5l-.6 3.5-.3 1.9-.3 1.5-.8 1.9a23.5 23.5 0 00-1 2 12.4 12.4 0 01-6 5c-1 .2-1.8.5-2.8.9l-3.4 1.4-2.1.6-1.4.5-1 .4-1.1.4-2.5.6-2.2.8-2.4.6-3.5 1-1.9.4-.9.2c-.3 0-.6 0-1 .2-.5 0-1 .2-1.5.4l-2 .5-2 .5a104.6 104.6 0 00-3.5 1l-1.8.6-1.9.6-1.8.7-3.7 1.2-1.8.6-1.8.6-2 .8-1 .3-1.3.4h-.8a8.7 8.7 0 01-2.2 0l-1.2-.3-.5-.2-.7-.5-.4-.4-1.5-1.6-1.4-1.6-1.4-1.7-.8-1a10.3 10.3 0 01-1.4-1.9l-1.4-2.2-.6-1.2h-.2l-.2.2-.2.2c-.3.3-.5.6-.9.8l-1 .6-1 .7-1.3.7-3 1.7c-2.2 1-4.2 2.2-6.3 3.1l-2.9 1.4-1.8.8-3.1 1.2-.4.1 2.7.5 3.2.6 3 .4 3.4.7 1.8.4 1.6.5 1.7.6 1.4.7 1.7.7 1.6.6 2.1.6 2 .7 1.2.4.6.1 1.3.5 2.5 1.2.7.3 1.2 1.2 2 1.9 2 2 2.2 2 .1.1.5.7.4.4.6.6.5.2.2.3 1 1.8 1 1.6a24.3 24.3 0 011.6 2.3c0 .3 0 .7.2 1l.2.9.2.6.2.4.3.4.2.4c0 .5.2 1 .3 1.4l.2.8v.5l-.1.4v.3l-.1.2h-.1l-.6.7v.1l-1.3-.3zM234 108.2c-.2 0-.2-.1-.3-.2l.2.2zm8.8 23c-.4 0-.8 0-1.1-.2l-.6-.4-2.6-2.1-1-1.1-1.3-1.2a20.2 20.2 0 00-2.4-2.2l-1.1-1-1.2-1.2-2.2-2-1-1-1.1-1-2.7-1.8-1.4-1a24.8 24.8 0 01-2-1.8c-.5-.6-1-1.3-.8-2 0-.4.2-.8.4-1l.2-.3 1-.8.6-.2c.2-.2.5-.2.8-.3l.8-.3.7-.3.5-.2a18.3 18.3 0 012-.6l1.3-.3 2.9-.7 1.3-.2h.3c.2-.4.6-.7 1-.8.5 0 .9 0 1.3.2.4.3.7.6.9 1l.6.8a87.3 87.3 0 003.8 5.2l1.6 3 1.3 3.2.6 1.6.5 1.5.5 1.5.6 1.5.6 1.6.4 1.8-.1 1c0 .4-.3.8-.5 1l-.4.5-.5.3-.7.3-1 .1h-.8z"/><path fill="#EE3F26" d="M113.4 227c-.3 0-.6-.3-.6-.7l.1-.5v-.7h-.1l-.2-.3h-.1l-.6-.5-1.2-.8-1.1-.9a7 7 0 00-2.2-.9l-2-.4-1-.3-1.1-.4-2.3-.6-1.7-.2-1.8-.3-2-.3-2-.2h-2l-.3.1c-.7 0-1.4-.5-1.6-1.2 0-.8.4-1.5 1-1.7l.7-.1h.5l1.2-.1 2.2.1 2.2.3 1.3.2 1 .3 1.5.2c.6 0 1.1.2 1.7.4l1.8.6 1.4.6 1.4.6c.5.2 1.1.5 1.6.9.5.2 1 .6 1.3 1l1.2 1.2.5.5 1.2.9c.3.2.6.6.7 1a4 4 0 01.1 1.6c0 .3-.3.6-.6.6h-.1zm11.5-10.4a.9.9 0 01-.9-.8v-.9c.2-.3.3-.6.6-.8.2-.2.4-.4.7-.4.2 0 .5 0 .7.2a4.4 4.4 0 001 0l.4-.2v-.3c0-.4.1-.9.5-1 .2-.3.5-.4.8-.5l.4-.1.2-.1 1.1-.6 2.2-1 1-.3c.2 0 .4 0 .6-.2l1.2-.4a24.1 24.1 0 012.9-.8l1.3-.2 1.3-.3 2.8-.8 2.8-.6 2.8-.6 2.7-.6 5-1a151.4 151.4 0 001.9-.7l2.8-.9a30.4 30.4 0 003.2-1.2l.2-.1a26.1 26.1 0 011-.6h.2c.3-.1.5-.1.8 0a1.4 1.4 0 01.5 2.3l-1 .6-.7.4-1 .4-.8.3-1.8.5-1.5.5-1.8.6c-1.2.4-2.4.6-3.6.8h-.2l-.2.1-.8.2-2 .5a20.5 20.5 0 01-3.8.7c-.2 0-.5 0-.7.2-.5 0-1 .2-1.4.4a13.4 13.4 0 01-2.2.6 18.2 18.2 0 00-3 .8l-2 .5-.3.1-.4.5-.6.3-.8.4-1.6.6-2.1.8a111.2 111.2 0 01-6.3 1.8l-1.1.1-.1.2a1 1 0 01-.9.6zm-73.8.2a.6.6 0 01-.5-.6l-.4-.7h-.5c-.6-.4-.8-1-.6-1.6.4-.7 1-1.1 1.7-1.5l1.3-.8 1.4-.5 1.3-.5 1.2-.4 1.4-.6 2.4-1 2.2-1a40 40 0 012.4-1l2.2-.9 2.3-.7.7-.2c.5-.3 1-.5 1.4-.5.7 0 1.3.4 1.5 1.1.1.7-.2 1.4-.9 1.6l-.3.1-.4.2h-.2c-.4 0-.8.2-1.1.3l-1.3.3-.6.2-.7.3-1.2.5a55.7 55.7 0 00-3.9 1.6l-1.1.5-1.8.7c0 .4-.4.8-.8.9l-1 .4-1 .3-1.5.6-3.4 1.1v.2a31.7 31.7 0 010 .2c.2.2.4.4.5.8 0 .3-.3.6-.6.6zm129.4-29.6a1 1 0 01-.2-1.3v-.1a1.4 1.4 0 01.1-.3l.6-2.7.4-1.6.5-2.6v-.8l.1-.3c0-.4.3-.9.8-1 .7-.3 1.6.2 1.6 1v1.2l-.2 1.4-.4 1.5-.5 2-.5 2v.4c0 .2 0 .5-.3.7l-.5.4-.2.2-.6.2a1 1 0 01-.7-.3z"/><path fill="#8B8986" d="M147.3 246.5l1-.4-1 .4zm-44 29c-.6 0-1-.3-1.3-.8-.3-.5-.2-1.2.2-1.6l.5-.6v-2.2l-.2-.6c0-.1 0-.3-.2-.5v-.1l-.2-.3-.6-.5-.8-.5-.5-.4a5 5 0 01-.8-.6l-.3-.3c-.5-.7-.2-1.8.6-2.2.2-.2.5-.2.8-.3l.8-.1 2-.4 1-.5 1.1-.4 2.2-.8 1.3-.6 1.4-.5 1.6-.9 2-1 1.8-.8 1.8-1 3.8-1.9 1.9-1 1.8-.9 4-1.6 3.7-1.7 3.9-1.6 3.7-1.7 3.9-1.7 3.8-1.6 4-1.6 4-1.8c1-.5 2.2-1 3.4-1.3.1-.4.4-.6.7-.8h.2a23.9 23.9 0 012-1.3 29 29 0 013.6-1.7l2-.6 1-.4 3-1 2.3-1 2.8-1.2a33 33 0 016-2h.6l.6.1.7.7 1.1-.6 3.8-1.7 3.7-1.8 2.6-1.3 1-.5c.3-.3.8-.5 1.2-.7l.5-.3.7-.7.8-.7a21.6 21.6 0 001.7-2.2l1-1.6v-.1l.4-1.4.2-.8.1-1.5.3-1.4a23 23 0 01.6-4l.3-2 .4-1.9.7-4 .8-4 .3-1.8c0-.6.2-1 .3-1.6l.2-1.7c.2-.5.2-1 .3-1.6l.5-3.5.3-1.7.2-1.5v-.2l.2-1.3c.2-.6.3-1 .3-1.6l.4-3 .3-2.3.2-2.3v.2l.6-4 .5-2 .1-.3-.1-.1c-.2-.3-.3-.6-.3-1 0-.3.2-.6.4-.9l.8-.5.9-.3 1.4-.6 1.5-.5a61.9 61.9 0 012.2-.6l2.1-1 .2-.1.2-.1 1.8-.6 1.8-.7 3.7-1.7 2-1 .7-.2h1c.7 0 1.2.6 1.3 1.2v2.1l-.5 2-1 4c0 .7-.2 1.3-.4 1.9l-.8 4.5-.2 1.9a84 84 0 01-1.3 8.5l-.4 2-.4 1.9-.3 2.1-.7 4.1-.4 2.3-.5 1.9-1 4-1.2 4.3-1.2 4-1.3 3.8-.1.3c.2.2.3.4.3.7.2.5.1 1.2 0 1.7l-.1 1.3-.5 2.4v-.1l-.1.5-.5 1.7-.2.8a5.2 5.2 0 01-1.8 2.8l-.6.5-1.1 1.1-.2.3-.8 1.2-.6.6-.1.3-.6 1-1 1-1.3 1.4-1.2 1.2-1.4 1-2.7 2.4a12.7 12.7 0 01-1.6 1.2l-1.6 1-2.6 1.6-1.4.8-1.5.7-1.4.6-1.7.5-3 .8-2.7.9-1.6.4-1.4.3-1.7.6-1.8.6-1.8.7-4.2 1.7-2.7 1-2.7.7-1.6.5-1.8.7-3.3 1-3.5 1.1a76 76 0 00-8.5 3l-2.4.8-2.2.6a97.6 97.6 0 01-6 2.2l-2 .6-2 .7-1.3.6h.1-.4v.1l-.2.1h-.2l-.3.2-.5.3.1-.1-.3.1h.2-.3.2l-2.5 1.1a13.9 13.9 0 00-.4.2 52.7 52.7 0 01-6 2.5l-1 .3-1.5.7-1.5.6-1.4.4h-3.5l-.6.3h-.1a1 1 0 01-1 .9h-.1a1 1 0 01-.3 0l-.7.3-2.3 1.2-2.2 1.2-2.5 1.1h.2l-1.3.4h-.1a11.3 11.3 0 00-1.7.6c-.4.2-.9.4-1.4.4h-.2z"/><path fill="#EE3F26" d="M240.7 191.8a3.9 3.9 0 01-.7-1.1l-.4-.8-.2-.9v-.2l-.4-1.1a31.7 31.7 0 01-1.1-12.2v-.7a25.8 25.8 0 01.3-2.5l.2-1 .2-1.1c.2-.6.3-1 .3-1.7l.2-1.1.1-.4v-.5c.2-.3.2-.7.3-1.1a44.7 44.7 0 011-3.5l.5-1.2.6-1.7.3-.5.4-.9.3-.6.4-.7.2-.5.5-1 .4-.7.3-.7 1.1-1.6v-.1l.2-.3.6-.7c0-.2.3-.4.4-.6l.3-.4.2-.3.1-.1h.1a2 2 0 001.2-.5l.6-.6.7-.8.6-.7 1.1-1 .7-.7.6-.8.3-.4.3-.4.5-.4v-.1a6 6 0 011.9-2 19.3 19.3 0 013.3-2 39 39 0 012.3-1l1.9-.9h.3c.5-.4 1-.6 1.5-.8l1.4-.4h.2l.4-.2 2.8-.7h.7l2.4-.5h.1l1.7-.3.7-.2.9-.2a51.1 51.1 0 018.3-1h1.7l1.4-.1 2.1-.2h1c.7 0 1.3 0 1.8.3.4.2.8.5 1 .9a2.3 2.3 0 01.4 1.4 2.1 2.1 0 01-.8 1.6l-.3.2-.6.3h-.1l-.5.3h-.2l-.5.2h-.5l-1 .1a54.8 54.8 0 00-1.9.2l-1.7.4-.7.2a55.4 55.4 0 00-3.8 1l-1.2.4-2.4.9h-.2a44.2 44.2 0 01-2.8 1l-.8.4-1.2.4-1.7.9-1.2.5-1.4.7-.9.6-.2.1-1 .7-1.4.9-.2.2-1 .6-1 .7v.1l-.2.1-.6.5-1 1a34.4 34.4 0 01-2.8 2.8l-2.1 2.4-.2.2a58 58 0 00-4.6 6.6l-.1.2-.8 1.4-.7 1.7-.1.3-.8 2.1-.4 1-.5 1.6-.2.5-.7 2.1c0 .2 0 .3-.2.5l-.3.9-.4 1.3-.5 2.3-.3 1a33.4 33.4 0 00-.5 2.6v.6l-.4 1.6c0 .6-.2 1-.3 1.6l-.3 2-.1 1.3-.2 1.2v.2l-.2.5-.2.7-.6.6c-.2.2-.5.3-.8.3-.5 0-1-.2-1.2-.5z"/><path fill="#8B8986" d="M247.3 149.3c-.5 0-.9-.3-1.2-.6l-.4-.7-.5-1-1-1.7a25.4 25.4 0 00-3-3.7l-1-1-1.2-1-2.3-2-1.1-.9-1.2-1-2.3-1.9-1-.8-1-1c-.4-.2-.8-.4-1-.7l-1-.8-2.2-1.6-2-1.8-2-1.7-1.9-1.9-2.1-2.1-3-2.9-1.4-1.5-1.4-1.4-1.5-1.5-1.5-1.7-2-1.8-2-1.7-2.3-1.8-2.2-1.8c-1-.8-2.2-1.4-3.4-2l-2.5-1.4-1.3-.6-1.4-.7-1-.4-1.2-.5-.6-.2a36.6 36.6 0 00-5.5-.3H179.1l-.7.2-1.2.3h-1a12.5 12.5 0 00-2.1.6c-.4.2-.8.4-1.3.4a2 2 0 01-.8-.3l-.8-.8-.2-.3-.4-.5-.7-1.1a18 18 0 00-.7-1c-.3-.4-.5-.7-.6-1.1l-.5-.4-.2-.4v-.7c0-.2 0-.4.2-.6l.1.2h.5c.5 0 .7-.4.7-.8v-.2c.2 0 .4 0 .5-.2a6 6 0 00.3-.4l.6-.2c.2-.2.4-.3.7-.3l3.6-1a41.5 41.5 0 017-.8h3.7c.5.1 1.1.3 1.7.3l1.7.3 1.7.4 1.8.5c1.1.4 2.2 1 3.2 1.5l1.6.8 1.5.9 2 1 1.7 1.2 1.8 1.4.9.8.6.7 1 .9 1.1 1 2 2 2.6 2.3 2.7 2.3 2.6 2.5 1.3 1.2a46.7 46.7 0 003 2.4l1.5 1.4 3.2 3v-.2l1.7 1.8 1.8 1.8 1 1 1 1 1 1 1 1 1.3 1.4c.3 0 .7.2 1 .4l1.2.9 1 .7 1.7 1.4.8.6.4.4.4.5.7.7.8.9.7.7.2.2.2.2c.2.2.3.4.2.7l1 1c.3.1.5.4.7.6l.3.1 2 1.6a24.2 24.2 0 003.7 2.1c.3.3.6.7.7 1.2.1.5 0 1-.2 1.4a7 7 0 01-.4.4l-.6.8-.7.7-1 1-.7.7-.7.8-.6.7c-.3.3-.7.4-1.2.4z"/><path fill="#EE3F26" d="M180 159a.8.8 0 01-.5-.5l.1-.6v-.1l-.1-.6v-.2l-.4-.6-.1-.3a1 1 0 01-.3-.7v-.1l.1-.3c0-.6.4-1 1-1.1.4-.1 1 .2 1.2.7l.4.9.4.7.2.4.1.4.1.5a1 1 0 01-1.2 1c-.1.3-.4.6-.8.6h-.2zm52-20.8l-.6-.3c-.4-.3-.5-.8-.3-1.2 0-.2.2-.4.4-.5l.2-.2.2-.2.6-.4.7-.1c.4 0 .7.3.9.7.1.4 0 1-.4 1.2h-.1l-.4.4-.6.5h-.5z"/><path fill="#8B8986" d="M280.2 177.5l-.4-.6-.7-1a22.5 22.5 0 00-2.5-2.4l-1-1-1-.8-2-1.7-1.1-1a.6.6 0 01-.5-.2v-.2l-.7-.7a1.4 1.4 0 01.7-2.1l.2-.1.1-1c.1-.3.3-.5.5-.6.3-.2.6-.3 1-.3l.8.2.1-.1c-.2-.3-.4-.6-.4-1l.3-1a1.4 1.4 0 012 0l.4.2h.3l.5-.2h.5l.8.4.8.8.7.7h-.1.1v.1l.1.1.3.4.4.4 1 1 1 1 .2.1.9.8a24 24 0 011.7 1.6l.4.3.6.6 1 1c.4.3.8.6 1 1 .2.6 0 1.3-.3 1.8l-.8.8-.2.1-.3.2c-.3.1-.7.2-1 .5l-1 .9-.4.3-1.1.8a10.4 10.4 0 00-.6.4c-.3.2-.5.3-.8.3h-.1c-.6 0-1-.3-1.4-.8z"/><path fill="#1994BB" d="M161.7 97.1l-.3.2-.3.2.4-.2.2-.2zm-28.9 23.3h.4v-.1h.3v-.1h.2v-.1h.1l.1-.1h.1v-.1h.1v-.1h.1v-.1h.1v-.1h.2v-.1h.1v-.1h.1l.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1v-.1h.1v-.1l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1h.1v-.4h.1v-.4l.1-.1v-.4h.1v-.4h.1v-2.7l-.1-.1v-.2l-.1-.2v-.2l-.1-.1v-.2l-.1-.2v-.1l-.1-.1v-.2l-.1-.1v-.1h-.1v-.2h-.1v-.1l-.1-.1v-.1h-.1v-.1l-.1-.1-.1-.1v-.1h-.1v-.1h-.1v-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1 1.5-1.2h.1c.8 0 1.4-.4 2-.8h.1l.7-.3 1.5-.5 1.5-.5.7-.2.8-.7 1.7-1.4 1.8-1.2 1.6-1 1.8-1 1.7-1a76.8 76.8 0 014.2-2.7l2.3-1.5 1.2-.8 1-.7a25.3 25.3 0 003.5-2.4l.4-.3a1.8 1.8 0 01.4-.2 1.6 1.6 0 011.8.4c.3 0 .6.2.8.4l.1.2c.2.2.3.4.3.7l.1 1.2v.2l.5 1 .8 1.4 1 1.3.3.6.5.8c0 .2.2.3.3.5l.2.5.2.3.1.3.2.4.1.6v.8c-.1.4-.4.7-.7.9l-1 .5-.3.1-.7.4h-.4v.1h-.1l-.2.1-1.3.5-1.3.5-1.4.6-1 .5-1.2.4-1.4.7-1.7.8h.1l-1.7.8-1.7.8-1.6 1-1.6.9-1.3.8-1.4.7a41.6 41.6 0 01-4.5 2l-1.1.5-1.5.7-1 .5-.4.3-.4.1-1.8 1-1.8.8h-.1a1 1 0 00-.5-.2h-1.4l-1.4.2h-1.6z"/><path fill="#EE3F26" d="M141.5 202.6a.6.6 0 01-.8-.4v-.5c0-.2 0-.3.2-.5v-.5l-.2.1-1.5.9-.5-.1a.4.4 0 010-.6l.9-1 .5-.6.5-.5 1.2-1 .7-.6.9-.7h-.2l-1.2 1c-.6.4-1.1 1-1.8 1.3a6 6 0 01-.9.5h-.5l-.3.3-.3.3-.5.2c-.2 0-.5-.1-.6-.4v-.5l.2-.5.4-.5.5-.5.9-.8-.3.1-.7.7-.2.2-.2.1-.4.1c-.4 0-.7-.3-.7-.7l.1-.6.4-.5.4-.6.9-.9.6-.6 1-.8.5-.4 1.1-.9 1.5-1a29.3 29.3 0 013.4-2.3 68.8 68.8 0 015.8-3.2l.6-.2.3-.2h.3l.2-.1c.2-.1.4 0 .6.1v.6l-.1.4h.3v-.1h.6c.3.2.4.5.2.8l-.6.6c-.2.2-.5.3-.9.4l-.4.3-2.1 1.2-.3.1-1 .7-2.5 1.9.1-.1 2-1.2 1.7-1 1.5-.7.7-.4.3-.1.6-.4c.1-.1.3-.1.4 0l.7-.3.8-.3h.5l.2.2v.3l-.2.3a10 10 0 01-.8.6l-.3.2.2.6-.3.6h.6v.6l-.6.5-.7.4-1 .7s-.2 0-.3.2l-.7.5-1.8 1.5.7-.4.6-.3.6-.3h-.1l.3-.1h.1c.2-.2.5-.3.7-.2.3-.1.6 0 .7.1.3-.1.8 0 1 .3.2.3 0 .8-.2 1l-2.8 2-1.7 1.3-2 1.5c-.5.3-1 .6-1.3 1l-2.1 1.5a3 3 0 01-1.1.4h-.5c-.2 0-.4-.2-.6-.4l-.1-.2-1.1.7h-.3a.8.8 0 01-.4-.2zm22.9-38.8c-.3-.1-.5-.3-.7-.6l.8-1 .1-.3.1-.1v-.2h.1l.1-.2 1.5-2.2 1.4-2.2.3-.5.2-.2.4.2 1.8-.4 1-.1.8-.2h.7c.2 0 .3.3.3.5-.1.2-.3.3-.5.2h-.2l-1.1.7-.9.5-.8.5a8 8 0 01-.7.3l-.2.2-.6.7.1-.1-.8 1.2-.8 1.1-.3.7v.3l-.1.1-.2.5c-.3.4-.8.7-1.3.7a1 1 0 01-.5 0z"/><path fill="#EE3F26" d="M149.6 181.6l-1.1 1-1.5 1.3-.5.5 1.8-1.3 1.2-.8.7-.4v-.8l-.6.5zm1 3.6v.5l.8-1.3-.8.8zm-16.4 9l-.2.2-.4.2h.5l.4-.7-.3.3zm1.4 9c-.2-.4 0-.8 0-1.2l.8-1.5 1.2-1.8-.7.6c-.3.2-.6.2-.8 0h-.1c-.2.2-.6.2-.8.1-.4-.2-.5-.6-.3-.9v-.1l.3-.7.4-.7 1-1.5h.1c-.2 0-.4.3-.6.4-.1.1-.3.2-.5 0h-.1l-1 1-.6.7c-.2.2-.6.2-.8 0a.7.7 0 01-.3-.8l.5-1h-.1l-.7-.2c-.4-.1-.6-.4-.8-.8h-.2a1.5 1.5 0 01-1.2-.7l-.3.2c-.5.1-1 0-1.3-.4-.3-.3-.4-1-.1-1.4l.2-.3c0-.3.2-.7.4-1a8.3 8.3 0 012.8-1.5l.3-.2a11.5 11.5 0 011.9-.9l.7-.3h.3l.2-.2h.4l2-1.6h-.1l1-.7 2-1.4.7-.5 1-.6.4-.3.3-.2.5-.4.7-.5 1.5-1 .8-.7.3-.2.7-.4 1.3-.9.8-.6.7-.3 1.4-.9.2-.2.8-1 .8-.7.4-.4 3-3.6.1-.1a22.3 22.3 0 003.5-3.6l.1-.2.2-.1.5-.6 1-1.1 1.2-1.3.7-.8 2-2.2.6-.8 1-1.3.7-.8a64.3 64.3 0 011.3-1.7c.3-.1.7 0 1 .2l.2.5.3.7c.2.4 0 1-.5 1.1a1 1 0 01-1-.3l-.5.6-.3.4h.4c.4.1.6.6.6 1l-.1.4-.5.7-.3.4a29 29 0 00-1.2 1.1c0 .2-.2.3-.3.5l-.2.1c.3.2.3.6.2.9 0 .1-.1.4-.3.5l-.6.6-.6.7-2 1.8-1.5 1.5-1.1 1-.3.3-.8 1c-.6.5-1.1 1.1-1.6 1.8l-2.6 3-1 1.4-1.2 1.4-1.4 1.9v-.2l-.4.7-.1.1a1 1 0 01-.6.5h.1c.2 0 .3 0 .5-.2.4-.1.7 0 .9.2l.2.3.1.3v.7c0 .6-.3 1-.6 1.5l-.6 1c.2 0 .4.1.4.3.2.3 0 .6-.1.8l-1 1 .3-.1c.3-.1.7 0 .9.2.2.3.3.6.1 1l-.3.7-.5.6-1.2 1.2-2.1 2-1.6 1.7-2 1.8c-.6.7-1.2 1.3-2 1.9l-1 1-1.7 1.3a12.9 12.9 0 01-.6.5c-.2.2-.4.4-.6.3a1 1 0 01-.5-.1.7.7 0 01-.3-.5v-.6l-1.3 1.2c0 .2-.2.3-.3.4l-.3.3H136.2c-.3 0-.5 0-.6-.2zm-30.8 2.8c-.3 0-.5 0-.8-.2-.8-.5-.8-1.9 0-2.4l.9-.6 1-1 1.4-1 1.6-.6 1-.5.6-.4.8-.9h-1.8l-1.3-.1h-1.3l-1.3-.2h-1l-1-.1-1.3-.3a226.8 226.8 0 01-3.5-.8l-1-.3H97l-.9-.2c-.2 0-.4 0-.7-.2-.3-.1-.6-.5-.9-.7l-.2-.3c-.3-.4-.3-.9-.2-1.3.1-.4.4-.7.7-.9h.1l.1.1 1.4.6 1.6.5 1.6.4 1.6.3h.4l1.6.2.9.3h.3l.3-.1h.4a15.5 15.5 0 00.7 0h.1l.5.1h4.4l3-.2h.8l.8.4.4.2h.1l.3.1h.2l.7 1.6.3.7-.3.3-.5.3h-.5l-.4.1v.2h-.1l-.3.8-.7.5-1.1.5a5 5 0 00-.6.3l-1.8 1.2-1.4 1.1-.9.7-.3.3c-.2.6-.7 1-1.4 1l-.7.3-.9.2H104.9z"/><path fill="#90D8F7" d="M43.6 71.5c-.5 0-1-.4-1.2-.9h-.3l-.7-.1-.4-.2h-.2l-.2-.1-.4-.2h-.1l-1-.5-.3-.2-.2-.2-.4-.2-.3-.2-.6-.3-.3-.2-.4-.3-.7-.3-.6-.3h-.1l-.7-.4-.5-.5-.3-.2a4 4 0 01-.5-.5l-.1-.2-.2-.1-.4-.5-.2-.3-.1-.2-.1-.2-.3-.4-.3-.9v-.3l-.1-.4-.1-.3-.2-.6-.1-1a16.5 16.5 0 010-2.3l.2-1.1.3-.7V56l.1-.2.3-.5c.1-.4.3-.7.6-1l.5-.5.5-.5a2.5 2.5 0 012.3-.3l.6-.2h.2l.3.1h.4l1 .4c.2 0 .3.2.5.3l.2.2 1.1.7 1 .5 1.4 1 1.2.8.7.5h.1l.1.1.3.2.3.2.7.5.1.1.4.2c.3.2.4.6.5 1 0 .4-.2.7-.6 1l.1.3v3.8l-.3 1.7v.4l-.3 1.7a8.7 8.7 0 01-.8 1.9c0 .2-.2.5-.4.6-.3.3-.6.4-1 .4zm81.8 133.8h-.4l-.3-.1h.2l1-.1c.3 0 .7-.2 1.1-.4l1-.7c.2 0 .3-.2.4-.3l-.2.3-.7 1a2 2 0 01-1.2.4h-.9zm17.4-153.2c-.2.2-.2.4-.2.7h-.5a10.4 10.4 0 00-1.4.7l-1 .7-.7.6-.3.4-.1.3-.1.1-.1.2a4 4 0 00-.4 1v.5l.2.8.8 1.2c0 .2.2.4.4.6l.3.5.8 1.3.8 1.5a58 58 0 011.5 3 1.8 1.8 0 00.9.2h.5l.7-.5.5-.5h.1l.2-.2.5-.2a8 8 0 001.4-.8l.6-.3.4-.2.6-.4.1-.2.3-.5v-1.1l-.7-1.2-.4-.6-.6-1-.9-1.6-.4-.7-.3-.6c-.3-.8-.6-1.6-1.1-2.3l-.5-.7-.3-.4a2 2 0 00-.6-.5h-.4c-.2 0-.5 0-.6.2zm21 56l-.7.3-.6.2a33.4 33.4 0 00-3.6 1.5l-2.5 1.3-1.3.7-1 .6-.3.3 1.4-.6 3-1.1 1.4-.7 2-1 1-.5.8-.5 1.3-.7.6-.3-.6.2-.5.3H163.9zm-41.2 4.3c-.3 0-.5.2-.7.3l-.2.2-.4.2-.2.2c0 .2 0 .5.2.6l-.1.5v2.9l.1.7c0 .3.3.6.4.9l.3.8.4.5c.1.3.3.6.6.8l.5.2.8.1h.8l1.2-.4 1-.4 2.3-1a13.5 13.5 0 001.9-1.2l.4-.4.6-.4.7-.6c.3-.2.5-.6.7-1l.4-.5.2-.5v-.3l.1-.4.1-1v-.6l-.1-.4c0-.2-.1-.5-.3-.7l-.3-.4-.6-.5-.5-.1a4 4 0 00-1.1-.2l-1.8.2-.8.2-1 .2-1.5.5-1.2.4-1.1.4c-.5 0-1 .2-1.3.3h-.5zm-15.2 83.1h-1.6l-1.4-.2-3.2-.4-1.6-.3-1.6-.3-1.6-.6c-.5-.1-1-.4-1.4-.6l-1.4-.6-1.4-1c-.3 0-.5-.3-.8-.5l-.8-.6v.1l-1.4-1-1.2-.8a11 11 0 00-.8.7l-.1-.6v-.4c0-.5-.3-1-.7-1.2l-.8-.7c-.2-.3-.6-.5-.9-.7a14 14 0 01-2.5-2.5l-.5-.6v-.4l-.4-.4-.4-.2h-.2l-.3-.5-1.1-1.8c-.5-.7-.8-1.5-1.2-2.2v.2l-.8-1.6-.7-1.4-1.3-2.9-.8-1.7-.6-1.6-.6-1.5-.6-1.5-1-3-1-3-.8-3.3-1.4-5.8-.6-2.2-.5-2.5a86 86 0 01-.6-2.3l-.5-1.4-.4-1.5-.4-1c0-.4-.2-.7-.3-1v.1l-1-2.6-1-2-1-2.1a119.4 119.4 0 01-1.3-1.8l-.7-1a60.3 60.3 0 01-1.3-2.2l-.5-1v-.3c-.3 0-.5-.2-.6-.3-.4-.4-.5-1-.3-1.5l.6-.2 1-.6.7-.5.8-.7.1-.1.7-.3.8-.5 1.4-.9.2-.2.4-.5.6-.6v-.1l.3-.5.3-.6.1-.2.3-1v-.2a33.4 33.4 0 00.1-4 44.4 44.4 0 00-.8-3.5 19.9 19.9 0 00-1.4-3.5l-1.3-2.7-.7-1.4-.7-1.4-1.5-2.8L59 95l-.7-1.4-.8-1.7-1.2-3a47.1 47.1 0 01-2-6.1l-.7-3c0-.6-.2-1.1-.3-1.6l-.3-1.5-.2-1.5-.3-1.7a21.6 21.6 0 01-.2-6.5l.2-1.6.4-3.2a15.4 15.4 0 01.8-3.1l.4-.9.3-.7.7-1.4 1.4-2.7a16.2 16.2 0 011.2-1.4l1-.8h.3c.6-.3 1.4-.4 2-.6l1.6-.5 1.8-.3 2-.4.2-.2.2-.1 2.5-.6 1-.3.8-.4h.5l.2-.1-.6.7-1.3 2.2-.8 1.6-.8 1.6a23.7 23.7 0 00-1.8 3.6 18.2 18.2 0 00-1 2.7l-.4 1.5a34.4 34.4 0 00-.9 8.5l.1 1v1l.4 1.7.6 1.9.7 1.6.6 1.4v.1a34 34 0 001.6 2.7l1 1.2 1 1 .7 1.1.8 1.5a17.8 17.8 0 002.3 3.2c.5.5 1 .8 1.6 1.2l.9.7.8.5 1 .8 1.2.5 1 .5.9.2 1.5.4 1.4.2 1.5.2h4.4l1.6-.2a21.3 21.3 0 002.3-.3c.2 0 .5 0 .8-.2l.6-.1 1-.1.6-.2.6-.1a7.2 7.2 0 001.8-.5l.7-.1h.1a2.7 2.7 0 00.7 0 7.4 7.4 0 001.8-.5h.7l1.1-.5.7-.3.3-.1 1-.5.7-.4.6-.2c.1 0 .3.1.4 0l.5-.2h.3l.2-.3.2-.2.1-.2.8-.6.4-.2a8.7 8.7 0 002-1.8l1.3-1.5c.4-.5.7-1 1.2-1.4l1.2-1.5 1.2-1.3a28.6 28.6 0 001.8-2.5l.5-1c.4-.7.6-1.5.8-2.3l.3-.9.1-.6.2-.8.3-1.3.2-1.5v-2.7l.1-1a11.5 11.5 0 00-.2-3.5c0-.7-.2-1.4-.4-2.1l-.5-2.1c0-.8-.2-1.6-.4-2.3l-.5-2.3a43 43 0 01-.8-2.4l-1.1-2.3v.2l-.8-1.5L116 47a14 14 0 00-1-1l-.3-.5a4 4 0 00-.5-1l-.3-.4-.6-.7-.4-.4-.3-.3-.6-.5-.8-.5-.2-.1-.7-.5-.6-.4a4 4 0 00-.7-.4 4 4 0 01-.5-.2l-.6-.4-1.2-.4-1.1-.1-1.6-.4h-.1l-.6-.2c-.4 0-.7-.2-1-.3l-1-.3-.8-.3-1-.3-.2-.1v-.6c-.4-.5-1-.8-1.6-.5l-.3.2.3-.3.6-.5.6-.5 1.4-1.3.7-.6.7-.6 1.4-1.2 1.5-1.2 1.6-1.5 1.4-1.2 1.7-1.4-.1.1 1.1-1 1-1 1.2-1c.2 0 .3-.3.5-.4l.4-.4.3-.2.7-.8a3.5 3.5 0 011-.6l.6-.3h1.1l1.3.3 1.2.4 1 .5 1.8.6 1.5.8 1.6 1 1.5 1 2 1.5 1 .9 1 .8 1.7 1.6c.4.3.8.7 1 1.1l.7 1.1.7.9.6 1 .6.9.7 1 1 1.3 1.3 1.5.6.7c-.2 0-.2.1-.3.2l-1 .7-1 .6-.8.7-1.2.8-1 .7-.5.3-1 .4v-.2h-.1c-.3-.3-.6-.5-1-.5h-.1c-.4 0-.8.1-1 .4-.4.3-.7.7-.9 1.1l-.2.7-.3 1-.4 1.4v1l-.2 2.2V53l.2 1.3.2 1 .3.7c0 .3.2.5.4.6.5.7 1.3 1.2 2 1.4h1.6c.3 0 .7 0 1-.2l1.4-1c.6-.5 1-1.2 1.6-1.8l.6-.6a15 15 0 011-1l.3-.3.6-.3.7-.1.5-.2c.3 0 .5-.2.8-.3l.6-.2.7-.2.6-.3.4-.2 1-.5.7-.5v-.1l.2-.2h.2v-.1l.5-.6h.2l1 1 .6.8.7.8.6.8 1 1.2.9 1.4.5.6c0 .2.2.4.4.6l.7 1.4 1.2 2 .5.7.7 1.1.6.6 1 1 .6 1 1 1 .7 1 .6.7.7 1 .3.3.3.7.2.6.5 1.6c0 .4.3.8.4 1.3l.2.6c0 .5.2 1 .5 1.4l.8.5h.3l.6-.1.3-.2-.4.5-.7.9c0 .3-.3.6-.6.7l-.1.3.1.7.2.4.5 1c0 .4.2.6.4.9l.4 1 .6 1.3.5 1.3.5 1.3.4 1.4v-.2.3l.1.1.4 1.4.3.7.2.7.3.8v.3l.1.1.5 1 .2.9v.4c0 .5-.3.9-.7 1-.4 0-.7-.3-.9-.6l-.2-.3-.6-.7-.6-.5-.7-.6-.5-.4-.7-.2h-.5l-.5.1-.7.4-.3.3-.2.1-1 .8-1 1c-.5.3-1 .6-1.3 1l-1.4 1-1.5 1.1-1.6 1.1-1.4 1-3 2-3.2 1.8-1.5 1-1.5.7-1.1.7-.7.3-.6.4-1.4.7-1.4.6-1.2.7-1.5.7-1.2.7-.8.4-.8.4-.1.2 1 .7c0 .2.3.3.4.5.3.3.5.6.6 1l.2 1.3v.5c0 .2 0 .5-.2.8l-.2.5a5.1 5.1 0 01-.6 1.3l-.8 1.1-.8.9-.7.8v.7l.3.4v.1l.7 1 .4.6h.5l.5-.1.3-.2a20.3 20.3 0 002.9-1l-.2-.2h.2l1.7-.9 1.8-.9.4-.1-.8.4h.2l-1.4.8-.7.4 1.5-.7 2-1 2-1a70 70 0 012-.8l.5-.2.8-.5 1-.5-.6.2-.7.3 2.8-1.4 1.4-.7 1.3-.8 1.6-1 1.6-.9 1.6-.8a25 25 0 011.8-.9h-.1l1.6-.7 1.5-.6 1-.5 1.2-.5a38.3 38.3 0 012.6-1l1.4-.6h.1l-.2.1-.3.3-.3.2-2 1.1 2-1.1.3-.2.3-.3c.3-.2.7-.4 1.1-.4.5 0 1 .3 1.2.7l.3.6v1l.1.6v1.5l.1 1.5.1 1.7v3l-.1 1.6v12.8l-.5 6.7-.2 2v.2l-.1.8-.1 1.7-.1 1.4-.2 1.7v1.7l-.4 3.3-.1.8a8.5 8.5 0 01-.4 1.4c.3 0 .5-.1.8 0 .7 0 1.4.5 1.4 1.3.1.7-.4 1.4-1.1 1.6h-.7l-.4.2-.3.1-.5.8-.6 1.1-1.4 2.2-1.5 2.3a41.8 41.8 0 01-2.5 3.3l-.8 1.2-1 1.3-1.1 1.2-1.2 1.2-1.3 1.2-1.2 1.1-2.5 2.3-.8.7-1 .8-.8.8-.8.8-2 1.5-1.7 1.3-1.1 1-.6.5c-.2 0-.4.2-.6.4l-1.2.8-1.2.9-1.2.8-1.4.9-.7.3-.7.4c-.3.3-.8.4-1.2.7l-1 .6-.9.5-1 .6-1 .6-.9.5-.8.4-.8.5c-.3 0-.6.2-.8.3l-.7.4-.5.1h-.4l-.2.2v-.1l-.5-1v-.2l-.3-.7-.4-.7-.6-.9-.6-.4-.8-.1h-.2c-.3-.1-.6 0-.8 0l-1 .6h.1a21 21 0 00-2.4 1.7l-1.2.8-1 1-.6.6-.4.5v.1l-.3.3a3 3 0 00-.2.5l-.2.3-.3.1v.4l.3.7-2.2.1-3 .2h-1.6l-1.6.1h-.2z"/><path fill="#90D8F7" d="M86 42.5l1.5-.6 1.5-.5 1.5-.6.3-.2 1-.4.7-.3 1.1-.6 1.1-.8-.4.4-.8.5-1 .6a22.8 22.8 0 01-3.7 1.7h-.1l-1.8.5-1.1.3h.1zm-8.2 151.3a11 11 0 01-2.7-2.8 3 3 0 01-.3-.8c0 .2.2.3.3.5l.7.7.6.3.2.4.5.6c.2.4.4.8.8 1a3.2 3.2 0 00.9.5l.3.2c-.5-.1-.8-.4-1.3-.6zm3.7.1l.4-.2-.9.5-.4.1c.3 0 .6-.3.9-.4zm-3.8-9l.6-.7a11.3 11.3 0 011.2-1.1l.1.3-.7.6-1.2 1-.8.7.8-.8zm37.8 9.3l-.2-.1c-.1-.2-.2-.6 0-.8.1-.2.4-.3.7-.2l.2.1-.1.4-.1.3c-.2-.1-.4 0-.4.1v.4l.2.3a6 6 0 00-.3-.5z"/><path fill="#FCDFD3" d="M169.4 154.6a.8.8 0 010-.7c0-.2 0-.4.2-.5l.2-.3.1-.1c.1-.2.3-.3.5-.3.3 0 .5.1.7.4h.2l.2.6c0 .2-.1.5-.4.6l-.1.1c-.1.4-.5.7-1 .6a.5.5 0 01-.6-.4zM132.1 58c-.8-.2-1.6-.7-2.1-1.4l-.4-.6-.2-.7-.3-1-.1-1.3V48.7a36.7 36.7 0 01.5-2.5l.3-1 .3-.6c.2-.5.5-.8.8-1.1.6-.6 1.6-.5 2.2 0v.2l1-.4.5-.2 1-.7 1.2-.7v-.1l.9-.7 1-.6.9-.8 1-.5 1.6-.7.9.2h.6l.3-.1h.7l.5.1.8.2h.4l.8.2h-.2.3c0 .2.2.2.3.3l.8.3.1.1.3.3.3.5a7.5 7.5 0 01.5 1.5 15.3 15.3 0 01-.2 3.3v.4l-.8 1.7-.5.8-.6.7a7 7 0 01-1.4 1.5l-.7.5-1 .5-.4.2-.6.3-.7.2-.6.2-.8.3-.5.2-.7.1-.6.3-.4.3a6 6 0 00-.9 1 8 8 0 01-.6.6l-1.6 2-1.4.9-1 .3h-.4a9 9 0 01-1-.1zm32.3 17c-.4 0-.6-.3-.9-.6l-.5-1.3-.1-.6-.5-1.3a40.7 40.7 0 01-.6-2.2l-.4-.8-.5-1.6v-.2l-.1-.2-.5-.4v-.2l-.1.1h-.2l.1-.2c-.4-.4-.6-1-.3-1.5a1.2 1.2 0 011.6-.6l.4-.5a16.7 16.7 0 012.4-3l.9-.7 1-.8 1-.7 1-.4c.4-.2.9-.2 1.3 0 .2 0 .4.1.5.3l.3.6.2.5c.2.3.3.8.3 1.2l.1 1.2c.1.5 0 1 0 1.6v.6l-.2 1.2-.3 1.3-.4 1.2-1 2.4-.6 1-.6 1-1 1.6-.6 1-.5.5c0 .2-.2.2-.4.3l-.6.2h-.2zm-40.9 46.2a2 2 0 01-.5-.2 2 2 0 01-.7-.8c0-.2-.2-.4-.3-.5l-.3-.9-.4-.8v-.7l-.2-.7v-2.2l.2-.5c-.2-.1-.3-.4-.2-.6l.2-.2.4-.2.2-.2c.2-.2.4-.2.7-.3h.5l1.3-.2 1.1-.4 1.2-.4 1.6-.5.9-.2a22.4 22.4 0 012.6-.4c.3 0 .7 0 1 .2l.6.1a1.6 1.6 0 01.6.5l.3.4c.2.2.2.5.3.7v.4l.1.6v1l-.1.4-.1.3-.2.5-.4.6a4.7 4.7 0 01-1.4 1.5l-.6.4-.4.4-1 .6-1 .5-2.1 1.1-1.1.4a6.5 6.5 0 01-2 .4 3 3 0 01-.8-.1zm-44.7 73l-.3-.1-.6-.4c-.4-.2-.6-.6-.8-1l-.5-.6-.2-.4a3.7 3.7 0 01-1.9-2c-.2-.6 0-1.2.4-1.7.4-.7.9-1.3 1.5-1.9l1.3-1 1.2-1 .7-.7a1 1 0 01-.1-.6l.1-.5c.3-.5.8-.8 1.4-.6l.3.2.4.4v.4l.5.6 1.6 1.8 1 .7.9.7.8.7c.4.3.7.7.6 1.2l.1.7V188.8l-.1 1-.5.5-.8.7-1 .7-1 1-.9.6-1.4.6-1.1.5h-.5c-.4 0-.8 0-1.1-.2zm45.9 11c-.5 0-1-.2-1.6-.4l-1-.7-.4-.3-1-.8-1.1-1.2a14.2 14.2 0 01-1.4-2l-.5-.7-.4-.9-.4-.7-.6-1.5-.6-1.6c-.1 0-.2-.2-.1-.3 0-.3.2-.3.4-.2v-.3l.3-.5.3-.3.5-.6.5-.6 1-1 1.2-.8 1.2-.9 1.2-.8 1-.6h.7a1.2 1.2 0 01.2 0l.9.1c.2 0 .4.2.5.4.3.2.5.6.6.9l.4.7.3.7v.2l.5 1 .3 1c.3.3.5.8.7 1.2l.7 1.8.4 1.2.4 1.4v.7l.2 1c0 1-.2 2-.7 2.8l-.8 1-.5.4-1 .7-1.2.4h-1z"/><path fill="#fff" d="M152 53.4c-.5-.2-.7-.6-1-1l-.4-1-.1-.3-.6-.9-.4-.5-.1-.3c-.3-.3-.5-.7-.4-1l.2-1.2V47l.2-1.2v-.6a52 52 0 00.2-3.8l-.3-.6c0-.2 0-.3-.2-.5v-.1l-.2-.2-.4-.4h-.1l-.8-.4-.3-.2-.2-.1-.6-.2h-.5c-.3 0-.5 0-.8-.2l-.5-.1h-1.6c-.4 0-.8 0-1.1-.3-.4-.4-.5-1-.7-1.5l-.4-.7-.7-.8-.4-.4c-.2 0-.3-.2-.4-.3a9.8 9.8 0 00-1.4-1l-.4-.2a12.3 12.3 0 00-1.9-.6h-.2l-.7-.7-.5-.9-.5-.7a25.6 25.6 0 00-1.8-2.5l.1.1a9.9 9.9 0 00-.2-.2 37.4 37.4 0 01-2.3-2l-1-.9-.8-.6a8 8 0 00-.6-.4 22.9 22.9 0 00-2.4-1.5l-1.2-.6-.7-.3-1.1-.5c-.2 0-.3 0-.5-.2-.4.2-.9 0-1-.3v-1c0-.3.1-.7.3-1 0-.5.2-.8.3-1.2l1-2.4.6-1 .8-1.2 1.5-2 .8-1 .8-1 1.9-1.8 2-1.6 2.2-1.5h.1c.8-.5 1.7-.9 2.5-1.2l1.5-.4 1.3-.2 1.4-.2h1.2l1.9-.2 1 .1c.5 0 .9.2 1.3.3h.1l.9.1.6.2 1.1.4 1 .4 1.3.5 2 1.4.9.8.9.7.6.3.5.5.8.4 1 .9.6.5 1.1 1c.4.2.7.6 1 1l.8 1.2.8 1.4.7 1 .7 1.2 1.2 2.5.9 1.4.7 1.4a6.8 6.8 0 01.8 2.3l.4 1.6.7 3.1v.8l.1.8V32c0 1 0 1.8-.2 2.8-.1.9-.4 1.8-.7 2.7l-.4 1.2-.5 1.4a36.7 36.7 0 01-3 5.3l-1 1.4-1.4 1.7-1.6 1.4-1.3 1-1.4 1-.5.5a26.1 26.1 0 00-1.3.8l-.3.1-.3.2h-.5l-.6-.1zM88.6 94.7h-2.9l-1.5-.3-1.4-.1-1.5-.5c-.3 0-.6 0-.8-.2a18 18 0 01-1-.4l-1.3-.6-1-.7-.8-.6-1-.6-1.5-1.2-1.3-1.6-1-1.6-.7-1.5-.8-1-1-1.1a28.2 28.2 0 01-1.9-2.6 13 13 0 01-.6-1.3v-.1l-.7-1.5-.7-1.6-.6-1.8-.3-1.8v-1l-.1-.9v-1.9l.1-1.9.2-1.9.5-2.8.4-1.5.5-1.4.5-1.3a64.4 64.4 0 011.9-3.7l.7-1.5.9-1.6 1.3-2.3.5-.6.4-.1.7-.2c.3 0 .7-.2 1-.4l.4-.1 1-.3 1.2-.5 1.8-.8 2.1-.9.7-.2h-.2l1.1-.4 1.2-.4 1.9-.6 2-.6a85 85 0 011.6-.5h.2a32 32 0 003.6-1.6l1-.7c.4-.1.6-.3.9-.5l1-.9 1.2-.9c.2 0 .3-.2.4-.3l.8-.5c.6-.3 1.2 0 1.5.4.1.2.2.4.1.6l.3.1.9.3.9.3.9.3 1 .4.6.1h.1l1.6.4 1.1.2 1.2.3.6.4.5.3.7.3a7.7 7.7 0 011.3.9l.2.1.8.5.6.6.3.2.4.4.6.7.4.5a3.9 3.9 0 01.6 1.5l1.1 1 1.2 1.2.9 1.4-.1-.2a16.3 16.3 0 011.6 3.5l.3 1.2.5 2.3.4 2.3.5 2.1a30.2 30.2 0 01.7 4.4v1.1a14 14 0 00-.1 2.5v1.5l-.3 1.5-.3 1.3a11.4 11.4 0 00-.3 1.3l-.3 1-.7 2.2-.6 1-.5.8-1.3 1.7-1.2 1.4-1.2 1.4-1.2 1.4-1.3 1.5-1 1-1 .8-.4.2-.8.6-.1.2-.1.3-.3.1-.2.1h-.1a3 3 0 01-.5.3h-.4c-.2 0-.4 0-.6.2l-.7.3-1 .5-.3.2c-.2 0-.5.1-.7.3l-1 .4H102.7l-.6.2a7.6 7.6 0 01-1.6.4h-1.1l-.7.3-1.1.2-.5.1-.6.2-1.1.1a6 6 0 00-.6.2l-.8.1a26.9 26.9 0 00-2.3.3 19.2 19.2 0 01-3.1.3v-.1zm54.8-28.3l-.6-.3c-.4-.2-.5-.6-.7-1l-.1-.5-.7-1.4-.8-1.5a44 44 0 01-1.1-1.9l-.4-.5-.8-1.2c-.1-.2-.3-.5-.3-.8v-.6l.5-1 .1-.2.2-.3c0-.2.2-.3.3-.4l.7-.6 1-.7.8-.4.6-.2.5-.2c0-.2 0-.4.2-.6.2-.2.6-.4 1-.2l.6.5.3.4.5.7c.5.7.8 1.5 1 2.3l.4.5.4.8.8 1.5.7 1 .4.7c.2.3.5.7.6 1.1.1.4.2.8 0 1.2 0 .2 0 .3-.2.4l-.1.2a138.3 138.3 0 00-1 .6l-.6.4-.7.4a5 5 0 01-.7.4l-.5.2-.2.1-.1.1-.5.4-.8.5h-.7z"/><path fill="#9F94A4" d="M131.7 44a3.4 3.4 0 01-1.1-.5l-.5-.5-.6-1-.3-.7a5.3 5.3 0 010-1.7c0-.5.2-1 .4-1.4.2-.6.4-1.2.8-1.8l.5-.6.9-.9 1.4-1 1.5-.4a3 3 0 011-.2h.7a3.9 3.9 0 011.4.4c.5.2 1 .5 1.3.9.2 0 .3.2.5.3l.4.6.6.8.3.8.3 1v-.2.8a1.1 1.1 0 01-.7.7l-.4.3-.5.3-1 .4c.1.3 0 .5-.3.6-.3.1-.5 0-.7-.2l-.9.4-.5.3-.3.3-1 1.1-.2.2-.2.2-.3.2-1 .4-.5.1h-1z"/><path fill="#fff" d="M69 40l.5-.4-.5.4zM42.4 70.6c.2.5.7.8 1.2.9h.1c.4 0 .7-.1 1-.4.2-.1.3-.4.4-.6a15.6 15.6 0 00.7-1.9c.2-.5.3-1.1.3-1.7v-.4l.3-1.6v-1.6l.1-.5v-2.1a1.2 1.2 0 000-2c-.2 0-.3 0-.4-.2H46l-.7-.6-.3-.2-.2-.1-.2-.1-.1-.1-.7-.5-1.1-.8h-.1l-1.4-1-1-.5-1.1-.7-.2-.2-.5-.3-1-.3H37l-.3-.2h-.2a1 1 0 00-.6.2h-.4l-.6-.1h-.4a2.4 2.4 0 00-1.4.8l-.5.6a4 4 0 00-.7 1l-.2.5v.2l-.4.9-.2 1v.1a15.4 15.4 0 000 3.2l.1.6.1.3.1.4v.4l.4.8.2.3v.1l.1.2.1.2.2.3.4.4.1.1.1.2s.2 0 .2.2l.5.4.3.2.5.5.7.3.7.4.7.3.4.3.3.2.6.4h.2l.5.4h.1l.4.3 1 .5h.1l.4.2h.2l.2.1.4.2.6.1h.4zm12.5 53l-2-.6c-1-.4-2-.6-3-.8l-1.7-.4-1.4-.3-1.2-.3c-.5 0-1-.2-1.4-.4l-2.4-.7L37 119c-.4 0-1-.1-1.4-.3-.2 0-.4 0-.6-.2h-.1l-2.3-.9-2.3-1c-.3 0-.7-.3-1-.4a552.4 552.4 0 00-3.3-1.6l-1.1-.5-1-.6-1-.6-1-.6-1-.6-1.2-.7-.8-.7-.4-.8v-.5l-.2-.5-.3-1-.4-1.6-.4-1.8-.5-1.8a27.7 27.7 0 01-.4-1.9l-.3-1-.3-1.4-.1-.5-.5-1.3-.1-1.4-.2-2v-.1l.2-.1 1 .1.3.4.5.7.4-.1h1.1c.3 0 .6 0 1 .2h.6l.8.2h.9l1 .1H24l1.5.1h1.2a19.2 19.2 0 002.6.2h1.6c.6.1 1.1-.1 1.5-.6h.3l-.2-.3v-.1c.3-.7 0-1.6-.8-1.8l-1.3-.6-.4-.2-.6-.4.1.1-.9-.6h.2l-1-.6-.2-.2-1.4-1.5-1.5-1.4-1.2-1-2-1.2c-.4-.4-.9-.8-1-1.3a2 2 0 010-1.2l.7-1.3 1-1.5.5-.9c0-.3.2-.5.3-.7l.3-.6.6-1.2.7-2 .4-.7.3-1 .7-1.4V70l.3-.7c.3-.3.4-.8.3-1.3l.1-.7.1-1.5v-.4h-.1v-.1h-.2l-1.6.7-1.1.5-1.2.5a37.3 37.3 0 01-4.5 2l-4.5 2-.7.3-.8.5a4 4 0 01-2 .6l-1-.1-.9-.6-.7-.6a21 21 0 01-.7-.6l-.9-.7-.6-.7a14 14 0 00-.9-.8l-.7-.7c-.2-.3-.5-.4-.8-.6a1 1 0 00-.4-.2c-.4-.4-.8-.9-1-1.4L1 64.2l-.5-1.5c-.1-.6-.2-1.3-.1-1.9l.2-2 .4-2 .4-2 1-4 .6-2 .6-2L4 45l.5-1.7.6-1.6L6 40l1.3-3.2 1.3-3 .1-.2h.2l.4-.1c0-.2.2-.3.3-.4a9.3 9.3 0 01.7-1l.6-.8 1.5-2 .5-.7.6-.7 1.4-1.7 1.4-1.6 1.6-1.7.7-.7a24.3 24.3 0 011-1.1c.1-.1.2-.3.1-.4l1-.7a143.7 143.7 0 013.5-2l2.5-1 1.5-1 1.7-1 1.7-1 1.8-1 1.8-1.1 1.9-1 1.8-.8 1.8-.7 2-.7 1.9-.7a255.2 255.2 0 015.8-1.9l2.1-.5 2-.3 1-.1 1-.1h.3l1.1-.2h1.4l2.6-.1 1.8-.3h1l.8-.2 1.9-.3.8-.1.9-.1 1.7-.1 1.9-.1h2.2a50.7 50.7 0 013 0l1.8.2h2l1 .2 1 .2 2 .3 1.9.3c1.3.2 2.5.6 3.7 1.2l3.5 2 1.6 1 1.5 1.2.4.3 1 .7.8 1 .6.5.6.7.4.4.2.4a2 2 0 01-.1 1.8l-.4.4-.6.6-.6.6-.6.5-.9 1-1 .9-2 1.6-3 2.4-.9.7-.8.6c-.3.2-.5.5-.8.6l-.8.6a41.5 41.5 0 00-5.3 4.3L82.4 32l-1 1c-.5.4-1 .7-1.3 1.1l-2.2 2a55 55 0 01-2.5 2.2l-2.3 1.9-1.9 1.6-2.8 2.6-1.6 1.4-1.3 1-1 1-.2.1-.3.2v.1l-.5.2h-.2c-.2 0-.3.3-.2.4l-1.2.8-1.4.7-1.3.6-.4.2-1.1.8a9 9 0 00-.7.7l-1.3 1.7-.6 1a18.8 18.8 0 01-1 1.5l-.4 1-.6 1.3a29.9 29.9 0 00-1.4 10v4.5l.1 1.7.1 1 .2 1.3c0 .7.2 1.4.3 2l.5 2.4a40.3 40.3 0 002 5.9l1.6 3.8 1.5 3.7.9 2 .4.7c0 .4.2.7.3 1l.2.2.6 1.4.4 1 .4.7 1.1 2.6 1 2.6.8 2.7.4 1.5.2 1.5a5 5 0 01.1 2l-.5 1.5-.7 1.5-.8 1-.8.9-.9.8-1.2 1.2-.6.5a9.5 9.5 0 01-2.3 1l-.8.2c-.5 0-1-.2-1.3-.3z"/><path fill="#EE3F26" d="M16.1 107.6l-.6-.4-.3-.3-.6-.7A15.4 15.4 0 0112 103l-.8-1.4-1.2-2.2-1.4-2.2-.3-.5L8 96l-.6-1L6 92.6a121.7 121.7 0 01-2-5l-.3-1-.3-.9-.5-2-.5-2-.2-1-.2-1v.1l-.3-1.4a13.6 13.6 0 01-.2-2.7v-1.2l.2-1.3a6.8 6.8 0 010-.7V69.6c0-.1 0-.3-.2-.4h-.1c-.2-.3-.4-.5-.5-.9A1.2 1.2 0 013 67.1l.8.6.7.7.9.8.9 1L8 72l.7.6a5.7 5.7 0 00.8.4l.6.2.5.1.6.1h.6l.7-.2 3-1.2 1.1-.6 1-.8c.2 0 .3-.2.5-.3l.5-.3 1.8-1c.6-.4 1.2-.8 1.8-1l1-.5 1.4-.5c.7-.2 1.4.1 1.7.7.3.6.2 1.2-.2 1.7l-.3.7c0 .3-.2.6-.4.9a8 8 0 00-.3.7l-.3.9-.4.8-.6 1.9-.7 1.2c0 .2-.2.4-.3.5 0 .3-.2.5-.3.8l-.5.9-1 1.5-1 1.5-.6 1 .2.2 1 1a60.7 60.7 0 008 6h-.2l1 .6h-.2a12.5 12.5 0 011 .5l1.4.6c.7.2 1 1 .8 1.8-.2.7-1 1.1-1.6 1h-1.6a20.5 20.5 0 01-2.9-.3l-1.4-.2h-1.1l-1.4-.2-2.7-.4-2.5-.4-1.3-.2-1.2-.2h-.1v.2l.2 2 .2 1.7v1l.2.9a91.1 91.1 0 001.1 5l.2.7v.4l.2.8.2.3.3.5c0 .1 0 .3.2.4.1.3 0 .8-.3 1a1 1 0 01-.6.3l-.4-.1z"/><path fill="#EE3F26" d="M13.8 74l-.4-.4-.3-.6c-.1-.3-.1-.8.1-1a2 2 0 011.1-.8l.5-.1 1.3-.4 1.4-.4 1-.3.5-.3h.1c.5-.4 1.3 0 1.2.6l-.1.4-.4.3-.3.2.2.3c0 .3-.2.5-.4.6l-.6-.1H18.4l-1.9.8h.1l-1.1.5H15a.7.7 0 01-.7.9l-.5-.2zm50.3-24.7l-.1-.2a1.8 1.8 0 01-.7 0c0 .3-.3.2-.3 0V49c0-.2 0-.5.2-.5h.3l.4-.3.3-.3h.3l.6-.3.5-.4.7-.6.8-.7 1-1 .8-.8 2-1.8A60.5 60.5 0 0175 39l4.2-3.3 2-1.6 2-1.7 2-1.7 2-1.5 2-1.7 1-.8 1-.8 1.7-1.6 1.8-1.4 1.7-1.4 1-.7.8-.8 1.2-1.3 1.3-1.5.5-.7a11.6 11.6 0 011.4-1.6l.7-.7.5-.7.5-.5.5-.6c.3-.3.8-.5 1.2-.6h1l.8-.1 2.4-.4 1.2-.2c.5 0 .9-.2 1.3-.3a104.9 104.9 0 004.9-1l.8-.2.8-.2h.9l.7-.1h.2l.3-.2h.2c.2 0 .5 0 .6.2.2.3.2.6 0 .9l-.2.4-.6.7-1 1-1.3 1.3-2.6 2.4a79.9 79.9 0 00-2.4 2.4l-.8.7-.8 1-.7.8-.8.9-1.6 1.7-.8.7-.7.9-1.6 1.7-1.8 1.9-1.9 1.7-1.4 1.5-1.8 1.8-1 1c-.2.4-.6.8-1 1.1l-.4.4-.9.9-.9.7-1 .8-1.2.6-1 .6-1.2.5-.6.2-.6.2-1.2.4-.7.3-1.3.6-1.6.6-1.9.8-2 .9h.2c-.3 0-.5 0-.7.2l-2.2.9a40.6 40.6 0 00-2.9 1.3l-1 .3h-.4l-1 .5-.7.2H71.2l-.2.2-.9.3-1 .3-2.4.6a64.3 64.3 0 00-2 .6 1 1 0 01-.6-.3z"/><path fill="#EE3F26" d="M106.7 26.5a.8.8 0 01-.6-.8c-.2 0-.2-.3-.1-.4l.3-.3h.2l1.4-1.3.8-.7.4-.3 1-1.3 1.5-1.5 1.4-1.5 1-1 1-1.1 1-1 .6-.7c.3-.4.6-.9 1-1.1.4-.2.7-.2 1 0 .3.3.3.6.2 1l-.3.5a8 8 0 01-.4.5l-.7.9c.2.6-.2 1.3-.5 1.8a9.2 9.2 0 01-1.7 1.7l-.7.6-1.5 1.1-1 .9-.7.5-1.8 1.6-.9.8-.6.5-.6.5a.8.8 0 01-.7.1zM62.6 50.2c-.2 0-.3-.3-.3-.6l.3-.3.4-.2.2-.1 1.6-1h.1l.4-.2.6-.2.6-.2 1-.4.6-.3.7-.3c.2-.1.4 0 .5.2.1.2 0 .4-.2.5a1032.7 1032.7 0 01-1.2.6l-1 .4h-.2v.1c0 .3-.3.5-.5.7l-.5.2a12.7 12.7 0 01-1.5.7l-.5.2-.4.2a1 1 0 01-.4 0h-.3z"/><path fill="#fff" d="M91 286.4a24 24 0 01-5-1.1h.1l-.3-.1-2.5-.7-.7-.3-.6-.3-1.1-.8-.7-.4c-.5-.3-1-.7-1.4-1.2l-1.5-1.5-.4-.8-.5-1.1c-.2-.6-.3-1-.2-1.6 0-.3 0-.6.2-1l.8-3.2 1.6-3.2 1.4-1.9a26 26 0 011.8-2l1-.7c.7-.3 1.4-.6 2.1-.6a54.4 54.4 0 012.4-.2h1.9l1.3.1 1.3.2c.4 0 .8.2 1.2.4l1.2.3 1.5.7.7.3 1 .8.5.5.5.5.5.6.8 1c.1.3.3.5.3.8l.4.6c.2.5.2 1.1.2 1.7l.1 1c0 .3 0 .5-.2.7l-.3 1.5-.2.9-.2.9-.7 1.8-.1.2a52.6 52.6 0 00-1.1 2.4l-.7 1.2-.8 1.1-.5.5-.8 1c-.3.4-.8.5-1.3.7-.3.2-.7.3-1 .3h-2zM291.7 192h-.8l-2-.6-.8-.2c-.5 0-1-.2-1.5-.4-.8-.3-1.6-.8-2.3-1.3-.5-.3-1-.7-1.4-1.2l-.5-1-.2-.4c-.2-.6-.2-1-.2-1.6v-2.2l.1-1.5a15 15 0 011.2-3.3l.8-1.2.5-.5 1.1-1 1-.5.4-.2c.7-.4 1.5-.8 2.3-1h2.4l1 .5.3.2 1.2.5c.2 0 .3.2.5.4l.3.2c.4.3.8.5 1 .9h.1c.4-.3 1-.4 1.5-.2l.7.6.9 1c.4.6.7 1.4 1 2.1l.3 1.5.3 1.2c.2.6.2 1.2.2 1.8l-.1 1-.3.9c-.4 1-1 2-1.8 3l-.5.5-1 .7-1.1.5-2 .6-1.3.2a5.2 5.2 0 01-1.3 0z"/><path fill="#000" d="M168 99l1 1.6 1.1 1.6.7.8.2.4h.1v-.1h.1v-.1l.1-.1v-.5l-.2-.4-.2-.5-.3-.5-.5-1.1-.4-1.3-.5-.8-.4-.9-.5-.9-.5-1-1.2-2.2-.3-.3a6 6 0 00-.6-.4l-.5.2h.2-.2v.4l.1.6.8 1.9.3.6v.1h.1v.2l.3.4.2.5.3.5.7 1.3zm-4.8-5.2l-.7.4v1l.1.3.4 1 .3.6.6 1.3 1 2 .5 1 .9 1.5c0 .2.2.4.4.6l.5.5.7.5a12.5 12.5 0 011.2-.3l.5-.2-.2-.3-.7-1-1.3-1.8-.7-1.2-.2-.3-.5-.8-.5-1-.5-1.1-.5-1.3-.6-1.4-.1-.4-.6.4zm-1 9.1l.4.5.6.8.4.4.3.2.4.2.5.5v.3l1.2-.5a7.4 7.4 0 01-2-2.5 70.7 70.7 0 01-1.4-3l-.3-.7-.5-1.3-.5-1.3-.4-1.4a24.6 24.6 0 01-2 1v1.4l.3.6.2.4.5.7.5 1 .5 1 .5.7.8 1zm-7.5 3.8l.2.2.8.9.8.8 1.2 1 .8-.4 1.2-.7 1.4-.7 1.6-.8.4-.2-.4-.2-1-.8-1-1.2-1-1.7a24.9 24.9 0 01-1.3-2.8l-.2-.5-.1-.5-.4-1.2-.1-.9-1 .7h-.1l-1.7 1.2v.1l.1.4.4.7.3.5.4.7 1 1.6c.5.8 1 1.5 1.7 2.2l.9 1 .8.6c.3.3.4.8.2 1.2a1 1 0 01-.5.3 1 1 0 01-.3 0h-.3c-.8-.3-1.5-.9-2-1.5l-.6-.7-.4-.5-.5-.8-.2-.4-.2-.5-.2-.4-.2-.4a36.2 36.2 0 01-1-3.7l-2.4 1.4h-.1c.3.2.5.4.6.8v.7h.1l.6 1.4.6 1.2v-.1c.1.4.4.9.7 1.3l-.1-.1.5.8zm-1.2 4.9h.1l.7-.3 2-1.1h.2c0-.2-.2-.2-.3-.3l-.9-.7-.8-.6-1-.8-.3-.2-.2-.2-.3-.3-.3-.4-1-1.3-.8-1.6a3.8 3.8 0 01-.3-2.1l-1.6 1-1.1.9c.2 0 .3.3.3.5l.2.6v.2l.5.7c0 .2.2.4.4.5l.2.4.1.3v-.1l.5.8.5.7.7 1v-.1l.6 1 .8.7.5.5h.2v.1l.1.1h.3zM150 113l.2.2.1.1h.3a31.8 31.8 0 002.3-1.4l-.6-.3-.8-.5-.3-.2-.2-.2-.3-.1-.7-.8a33.7 33.7 0 01-.5-.4l-.6-.5c0-.2-.2-.3-.4-.4l-.8-.9-.3-.2a6 6 0 01-1.2-1.6c-.2-.3-.3-.8-.3-1.2l-1.2.9c-.1 0-.2 0-.3.2l.2.2.3.9.5 1 .4.4c0 .2.2.4.3.5.4.7.7 1.4 1.2 2 0 .2.2.3.3.5l.4.4.8.6.7.4h-.1.1v.1h.1l.4.3zm78.8 5.3l1 .9 1.1.8 1 1 1 1 1 .8 1 1 1.9 1.9 1.3 1.2 1 1 1 .9 1 .9.6.5.2-.1.9-.4.8-.3h.4a11 11 0 00.9-.7l.1-.2v-.3l-.1-1.4a74 74 0 00-.5-2.5l-1-3.4-1.2-3-.1-.2-.8-1.4-.5-1-.2-.3-.2-.4-.7-1.7-.3-.9-.3-.7-.6-1-.4-.8-1-2-.3-.3-.4-.3-.7-.5-.7-.4h-.2.1l-.2-.1h-.7.1l-1.4.6-.7.3-.7.3-.9.4-1 .4-2 .9c-.4 0-.7.2-1 .3l-1.1.5-2 1a14.2 14.2 0 01-2.3.6l1.3 1.2 1.5 1.3 1.6 1.5 2.2 1.9 1.2 1.2zm-21.2-7.6l1.5 1.4 1.4 1.4 2 1.7 1.9 1.8a41.6 41.6 0 012.7 2.4l1 .7 1 .8 1.7 1.6 1.8 1.6 1.5 1.3 1.6 1.3 1.6 1.4 1.6 1.4 2.3 1.9 2.3 2 1.1 1 1 1 1.9 1.5 1.7 1.7 1.7 1.8 1.6 1.7 1.6 1.8 1.6 2a53.7 53.7 0 012 2l1-1 .4-.5.3-.3.3-.3 1.1-1.1.8-.7.4-.3.5-.5.6-.5-.4-.4-.8-.5-1-.6-1.6-1.2a28 28 0 01-1.8-1.5l-.7-.7-.7-.7-1.7-1.5-1.6-1.5c-.4-.5-.9-1-1.4-1.3a1 1 0 01-.7-.3 1 1 0 01-.3-.8 27 27 0 00-.8-.8v.1a48.5 48.5 0 01-2.4-2.3l-1.6-1.5-.8-.8-.8-.8-1.6-1.5-.8-.8a62 62 0 00-.8-.8l-2.2-1.9-1.2-1-1.1-1.1-.5-.4-1.6-1.5-1.7-1.5v.1l-2-1.9-2-1.9-2-2-2-1.9-1.6-1.5-1.3-1.1-1.3-1.3-.7-.5-.8-.7-.8-.6-.7-.7a64 64 0 00-.9-.6l-.8-.6a16.6 16.6 0 01-1.6-1.2l-.5-.3-.5-.3-1.1-.8a32 32 0 00-1.2-.8l-.6-.4-.8-.5-1.2-.7-1.3-.7-1.4-.6-.3-.1-.5-.2-1-.3-1-.3-1-.3-1-.4-.5-.1-1-.2H188l-1.2-.1h-.8l-1 .1h-7.3l-.9.2-1.2.2-1 .2-1 .3c-.1 0-.3 0-.5.2a5 5 0 01-1 .4l-.8.2-1 .2a5 5 0 01-1.1 0h-.4l.6 1.2.3.6.4.6.8 1.3.7 1.3.5 1 .3.3h.2v-.1c.2 0 .3-.1.3-.2h.1a10 10 0 012.2-1c.4 0 .7-.2 1.1-.3a8 8 0 011.5-.4l1.4-.4 1.6-.2 1.6-.2h2.4a5.9 5.9 0 011.6.1l.9.3c.5.1 1 .4 1.6.7l1 .5 1.3.5 1.1.7a105.4 105.4 0 002.7 1.4l1.2.5 1.3.7a16.5 16.5 0 012.3 1.5l1.2.8 1.2 1 2.2 2 1.6 1.4 1.5 1.5zm-25.8 54.5l.1 1c0 .5.2 1 .3 1.4l.4 1.4.5 1.2.5 1.2a27.5 27.5 0 001.8 2.8l1-.4.7-.2 1.6-.7 1.4-.5 1.6-.8.9-.4 1.1-.6 1.2-.5 1.1-.4 2-1c.5 0 1-.2 1.4-.3l1-.3 1.1-.4 1.4-.5 1.1-.5 1.3-.5 1-.5h-.1a60.6 60.6 0 013.4-1.6l2.1-1 2.3-1 1.1-.6 1.3-.5a52.4 52.4 0 002.3-.8l.7-.2c.3 0 .5-.2.8-.3l1-.5.7-.3.9-.3.7-.3 1.6-.8 1.7-.7.8-.5.9-.4 1.7-.9 1.5-.8 1-.7.5-.5.5-.5.3-.5v-.5l.1-.7.1-1.7v-.5l-.4-1.5-.4-1-.2-.7-.4-1.5c0-.3-.2-.6-.4-1l-.3-.8-.3-.9-.2-.5v-.6a5.9 5.9 0 01-.1-1.4c0-.3 0-.6.2-.8l.4-.7.7-.5.3-.2-.3-.3-1.6-1.3-1.6-1.4-1.7-1.3-1-.8-.7-.8-.9-.7-1-.9-1-.9.2.1-2-1.8-1.6-1.6-1.7-1.7-1.8-1.8-.7-.6-2.2-2-2.2-2h-.1l-.6.5-.4.4-.5.5-1 .9-.2.1-.1.1-.1.1-.2.1-1.7 1.5v.1l-.3.1v.1l-1.7 1.4-.6.6-.8.6-1.4 1-1.8 1.6-.8.8-.8.8a95.7 95.7 0 00-3.5 3.4l-3 3.1-2 2.6-.4.5-.4.5-1 2-.6 1-.5 1-.3.6-.4 1-.6 1.5a37.1 37.1 0 00-1.3 4.5l-.7 2.4-.3 1.2-.4 1-.4 1.5-.4 2a49.8 49.8 0 00-.4 3.8v2.5l.2 1zm93.7-1.6a36.5 36.5 0 00-3 2.3l-1.2 1.4-.6.7.6.4 1.7 1.2 1.7 1.3c.6.4 1 1 1.6 1.5l.7.5 1.3 1 1.2 1 1.2.9 1 1h.2l1.4-1.4a40.2 40.2 0 013-2.2l.6-.3-1.4-1a41.7 41.7 0 01-3.2-3.2l-1.3-1.6-1.1-1.3-1-1.1a63.5 63.5 0 00-2-2.1l-1.4 1zm1.3-29l-4 .5-2 .4-2.1.7-1 .3-.8.4-1.6.7-1.9.8-.9.4-.8.3-1 .5-1.2.7-1.2.6-1 .6-.7.5-.6.5-1.5 1.3-1.4 1.3-1.7 1.7-.4.4-.6.8a32 32 0 01-2.7 3.1l-.7 1.1a13.4 13.4 0 00-1.3 2.4l-.6 1.1-.5 1.3-1.3 2.5-.5 1-.6 1.2-.7 1.5-.7 1.5c0 .4-.2.7-.3 1l-.3 1-.5 2.3-.3 1.6-.3 1.7-.2 1.6-.2 1.7-.1 2.3v1l-.1 1.6.1 1.6.2 1.3.5 2.3.7 2.4a24.7 24.7 0 001.2 2.6v.1h.1l.3.2h.3l.4-.1.1-.1h.1a10.7 10.7 0 00.5-.8l.2-.4.4-1.2v-.6l.2-2.2V185l.2-1.2.2-1.4.4-2.3.2-1.4.1-1 .3-1.5.2-1.1.5-2.6.2-.7.2-.7.5-1.4.7-1.8.8-1.6 1-1.9c.2-.6.6-1.1.9-1.7l.4-1 .6-1.3.6-1 .8-1.2 1.3-2c.5-.8 1-1.4 1.6-2v-.1c.6-.6 1-1.3 1.7-1.8a17.7 17.7 0 012-1.7l2-1.5 1.9-1.4a39 39 0 011-1 9.9 9.9 0 013-2.4l1-.5.9-.4.7-.3 1.6-.5 1.4-.5.7-.3 1.1-.6 2.4-1.2 1.2-.4 1.2-.5h.4a21.6 21.6 0 002.3-1l1.2-.2 1.3-.3 2.4-.6 1.3-.3 1.1-.1 1.3-.2a10.5 10.5 0 00.9-.2l.5-.4h.1l.4-.6v-.3l.2-.7v-.4l-.7-.2-.7-.2h-.6l-2-.2h-2.1l-1.8.1h-.4l-1.2.1-1.2.2a29.3 29.3 0 01-.8.2l-4.4.8zm8.6 55.4l.4.2 1.6.7 1.3.5.5.2.4.1 2.1.3h.7a12.9 12.9 0 001.6-.5l1.4-.9a36 36 0 002.7-2l.4-.4a11.7 11.7 0 001.1-1.7l.4-.8.3-.9v-1.4l-.1-1.5-.2-1.3c0-.2 0-.5-.2-.7 0-.3-.2-.6-.3-.8l-.4-.8-.3-.4-.2-.3-.2-.1-1-.5-.6-.4-.6-.4-.4-.3-.5-.5.1.1h-.2c-.5 0-1-.4-1.2-1l-1-.1-2.4-.1h-.2c-.2.2-.5.4-.9.4h-.5a25.9 25.9 0 00-2 1l-.7.5-2 2-.6.7-.1.2a1.3 1.3 0 01-.6 1.2l-.1.6a18.3 18.3 0 00-.3 2.5v2.3l.2.6a15 15 0 00.8 2l.2.2.3.3 1 1-.1-.1.4.3zm7.7 19a30.8 30.8 0 003.3-.6l1.5-.5 1.1-.5.5-.2 1.5-.8 1.7-.8.8-.5.9-.5 1.8-1a38.2 38.2 0 004.8-4c0-.2.2-.4.4-.6l.3-.5a102 102 0 002.1-3.6l.5-1 .4-1 .4-1.2.5-1.7.3-2.3.2-1.8v-1l-.2-1.6v-.2c-.2-1.1-.6-2.3-1-3.4l-.4-1.7-.5-1.6-.4-1-.8-1.6-.7-1.4-.5-.8-.7-1a36.2 36.2 0 01-1.6-2.5l-.3-.6-.3-.6-.3-.4a14.7 14.7 0 00-1.7-1.5c-.4-.2-.8-.5-1-.8l-.8-.7-.6-.4-.7-.7-.1-.1h-.2l-.8-.5-.9-.6-.2-.1a.7.7 0 01-.3-.6l-.3-.2h-.1l-.6-.3-1.8-.5-1.3-.3-2.2-.6-1-.1-.9-.2H291a51 51 0 00-3.5 0l-2.6.8-.9.2c-.4 0-.7.2-1 .3l-1.1.4-1.1.5-2 1c-.3 0-.5.2-.7.3h-.2l.4.4 1.7 1.3.7.6.8.7 1.6 1.4h-.1l1 .9 1 .8 1.3 1.2 1.3 1 1.5 1.2.7.6.2.2 1.5.2c.6 0 1.3.2 1.9.4l1.8.4h.7l1 .5 1 .7.6.4 1.2.7c.6.5 1 1 1.5 1.7l.5 1.2a9.5 9.5 0 01.5 3.7v2.4c0 .9-.4 1.6-.8 2.4a13.5 13.5 0 01-2.2 3.1 40.3 40.3 0 01-3.7 3.1c-.7.6-1.6 1-2.5 1.2l-1.3.2h-.8l-1-.1c-.7 0-1.5-.2-2.1-.4l-2-.8-1.8-.8-1.3-1.1-.6-.6a6 6 0 01-1.3-1.9l-.3-.9c-.3-.6-.5-1.3-.6-2v-2.5l.2-1.8.2-1.6.2-.4-.2-.1a41 41 0 01-2.7-2.4l-1.1-1-.8-.7a10 10 0 01-1.1-1l-1.3-1.3a215.5 215.5 0 00-3.7-3.5l-.3.6-1.2 2.1-.3.7-.2.7-.4 1.2-.4 1.4-.7 2.8-.1.5-.1.7v.9l-.2 1.3v2c0 1.1.2 2.2.4 3.3l.1.8.2.6 1 2.8.4 1 .4.7 1.4 2 1.3 1.8.6 1a11.2 11.2 0 001.7 2l1.1 1 .8.7 1.2 1 1.4.8h-.2l1 .6a32.7 32.7 0 004.3 2.2l1 .4h-.2l2 .6a20.4 20.4 0 003.5 1l1.6.1.9.2h1.5zm-140.4.5l-1.2.2-.8.2h.2l1-.2.8-.2h.2-.2zM131 247.3h.2l.2-.3.2-.2v-.1c-.2-.3-.3-.5-.3-.8l-.2-.7-.2-.6-.1-.6-.6-1.6-.1-.2-.8-1-.7-.9-1-1.2-.4-.5-.4-.7-.4-1-.2-.3-.2-.2-.3-.4-.3-.4-.8-1.6-.2-.3-.3-.4-.6-.7-.5-.5-.7-.8-1-1-1.1-1.2-1.4-1-1.2-1.3-.6-.4-1.5-1-1.3-1-.4-.3-.5-.3-.8-.4a23 23 0 01-1.8-1.2l-1-.6-2.4-1-1.1-.5-1.2-.5-1.6-.4-1.5-.5-.8-.3-.9-.3-1.4-.2-.5-.2-1.1-.3-1.3-.2H95l-1.6-.2-1.6-.2-3.1-.2-3.6-.2c-.3 0-.7 0-1 .2l-1.3.2-1 .3-2.7 1.2-1.9.8-1.8.6-2.2.7-1.2.4h-.4l-.9.5-4.6 2.4L64 225l-1 .7-1.1.6-2.2 1.4-1.5 1-1.3 1.2-.7.7-.7.8-.1.1-.4.4-.5.6-1.1 1.5-.4.6-.1.3v.5h1l.7-.2 1.5-.4 1.5-.3 1-.2h.4l.7-.3.8-.2.3-.1 2-.6 1-.6 1.6-1-.1.1 1.2-.7 1.1-.6 1.2-.7 1.3-.5 1.3-.4 1.3-.4a62 62 0 012.7-.5l1.6-.2 1.8-.3h.8l.8-.1 1.7-.1h-.2 3.5l2.4-.1 2.7-.1a36 36 0 015.2.3 29.4 29.4 0 014 .7l1.3.2 1.2.4 1.3.5 2.4 1 1.7.8 1.6.8 1.5.8a79.3 79.3 0 001.4 1l1.8 1 1.8 1.5 1 .6.9 1c.2 0 .4.3.6.4l1.1.8c.4.2.6.6 1 1l.6.5.4.5.4.5.1.2.3.1 1 .8.6.5.5.5.1.1 1 1 .5.5 1.4.8.6.3.7.3.7.4.5.4.6.2h.8zm-34.6-36.6l-1.4.6-1.3.4-1.4.6-2.3 1.1-2.2 1-.7.4h.6l2.6.1c.9 0 1.7 0 2.6.2l1.5.2 1.7.1.8.1 1.5.4 1.4.4 1.6.4 1.5.6 1.6.4 1.1.4 1 .4 1 .4 1.9.8 1.7 1 1 .7a16.5 16.5 0 001.1.7l.6.3.6.4 1 .7.5.4.5.4 1.3.9 1 .9.9.9 1 .7 1.1 1.1 1.3 1.3 1.3 1.4.8.8.7 1 .4 1 .2.4.3.4.6.6.4.8.4.9.2.3.1.2.6.7.3.5.6.7.5.6a18.6 18.6 0 011 1.5l.2.6a23 23 0 01.6 1.8l.2.9.2.7.3.2-.1.6a5.3 5.3 0 00-.4.4l-.1.2c-.2.3-.3.6-.6.8l-.5.2.4.7.1.1 2.1-.9 1-.6.6-.3 1.2-.7 1.2-.5 1.2-.5 1.6-.9.7-.4 1-.4.8-.4 1-.4 1.7-.6 3.2-1.5 1.8-.8 1.9-.7 1.5-.6.7-.3.7-.3 3.3-1.6 1-.5 1.3-.7.6-.3.6-.3 1.3-.3c1-.4 2.2-1 3.3-1.3l3.5-1.2 2-.6 1.6-.6 1.6-.6 2-.7 2.5-.8 1.2-.4 1.1-.4 1.4-.4.6-.2.5-.1 2.5-1 1.2-.4.6-.2.6-.3 1.8-1 1.3-.6 1.3-.5 1.2-.5 1.5-.6.3-.2.3-.3c.4-.3.8-.6 1-1l1-1.2a35.7 35.7 0 002.5-3.5l.4-.7a10.7 10.7 0 001-3l.5-3.4.3-1.8.2-1.8.7-3.4.8-3.6.5-2 .4-2.3.5-2.4.2-.9.1-.8.2-1.7.1-.8.2-1c.1-.5.3-1.1.3-1.7l.3-2 .3-1.8.2-1.7.3-1.7.3-1.9v-.6l.1-1.4.2-1.5.2-1.5.1-1.3.3-1.5.3-1.5.3-.7-1.2.6-2.2 1-1 .5-1 .5-1.1.4-1.2.5-2 .8-2.3.7-1.2.5-1.4.6-1.2.5-1.2.5-4.2 2.2-2.2.9-.9.3a26.5 26.5 0 00-1.5.6l-.8.1h-.2v.5l.1 1.2v4.1l-.2 1.4-.2 1.2c-.1.9-.3 1.8-.6 2.6 0 .2 0 .4-.2.6v.3l-.1.1-1.1 2.8-.5 1.4-.6 1-.5.7-.4.6-.6.7-1 1.1c-.5.6-1.2 1.1-1.8 1.6l-.9.7-1 .7-2.1 1.2-1 .6-1.2.5-.6.3-.7.4-1.2.7-.2.1-.3.2-2 .9-1 .5-.8.5-2 1.1-2 1-1.2.4-1.2.5-.2.2c-.2 0-.3.2-.4.3l-.5.1a1 1 0 01-.7-.2l-.3.1-1.5.5-1 .2c-.4 0-.7.2-1.1.3-.5 0-1 .2-1.4.3l-1 .2a14.6 14.6 0 01-2.3.3h-.8l-.3-.1-.5.1h-.3l-.6.2-.7.2-1.3.2a59.3 59.3 0 00-2 .4l-.4.2a28.1 28.1 0 01-2.2.5l-1.1.3-1.1.3h-.6c-.6.3-1.2.6-2 .8l-2 .4-1 .3-1.8.6-1.3.5-2.6.7-1.5.4-2 .5-2 .1a6.9 6.9 0 01-3.2-.7l-1.2-.8-.8-.5-.8-.7-1.2-1.5-1-1.5-.1-.2v-.1h-.1l-1-1.3-.9-1.2a26 26 0 00-1-1.4 7 7 0 01-1-1.7l-.1-.3-.4.2-1.1.6-2.3 1-2.2 1c-.8.2-1.6.5-2.3 1l-.5.1-1.5.8zm6.2 64l.3-.2 1.2-.4 2-1 1.9-.8 1.2-.4 1.1-.5 1-.4 1.4-.4 1.7-.5 1.8-.5 1.6-.5.7-.2.7-.3 1.3-.5 3-1 .5-.1.5-.2 1-.4 1-.5 1.2-.5 2.1-.8 2.3-.6a83.1 83.1 0 003.6-1.4l3.5-1.2 3.5-1.3 2-.7 1.8-.7h-.1c.4 0 .9-.2 1.3-.4l1.4-.6 1.6-.5.6-.1.6-.2 1.8-.7 1.8-.6 3.6-1.3 3.6-1.3 1.9-.6 2-.6 2.6-.8 2.8-.8c.3 0 .5-.2.8-.3.3 0 .5-.2.8-.3l1-.3 1-.4 2-.5 1.7-.5 1.7-.6 1-.3 1.1-.3a102.7 102.7 0 007-2.2l5.4-2 3-1.3 1.2-.6 1.7-.7 2-1.1 1-.6.8-.5 1.5-1 1.2-1 1.6-1.5 1.6-1.5 1.6-1.5 1.5-1.5.4-.5 1.7-2.9.6-1.3.6-1.3.5-2 .6-2.3.7-2.2.9-2.4v-.2l.1-.2.8-2.8.4-1.4.5-1.5.4-1.3.4-1.6.8-2.9.6-3 .8-3.2.6-3.3a111.6 111.6 0 011.4-6.8l.4-1.9.3-1.9.6-3.6.3-1.8.3-2 .1-1.5v-2l.1-2a35.5 35.5 0 01.8-5.7l.5-2a51.2 51.2 0 001.2-4.8l-.5.1-.9.3-1 .3-1 .3-1.2.4-1.3.4-.9.4-.8.4-.6.2-.5.2-.8.2-.5.2-1 .4c-.5.3-1 .4-1.6.6l-.5.1-2.1 1-1 .5-1 .5-1.1.6-.5.3v.4l-.2 1.4v1.5l-.2 1.1v1.4l-.3 2.5-.1 1.4-.2 1.3c0 .5-.2.9-.3 1.3l-.3 1.2-.2 1.1-.1 1-.6 2.4-.4 2a33 33 0 01-.4 2l-.2 1v.3l-.1.5-.3 2c0 .6-.2 1.2-.4 1.9l-.4 1.7-.4 1.8v.5l-.7 2.3a162.4 162.4 0 00-1 5l-.3 2.8-.3 2.8-.1 1.4-.2 1.4c0 .4 0 .9-.2 1.3l-.2 1.3-.3 1.3-.5 1.2a16 16 0 01-1.4 2.4l-1 1.1-.8 1c-.5.7-1.1 1.2-1.8 1.7a5 5 0 01-1 .7l-.7.2-.8.4-2 .7-1 .4-.8.4-2.3 1.2-2.4.9-2.2.8-2.3.7-3 1a266 266 0 00-4.6 1.5l-1.9.7-3.4 1.2-3.5 1.2-1.7.7-1.7.6a9 9 0 00-.6.2l-.5.4-1 .4-.7.4-1 .5-3.3 1.5a13.3 13.3 0 01-1.6.6l-2 .8a51.6 51.6 0 00-6.7 2.8l-1.5.6-.8.4-.8.3-1.1.6-1.2.8a27 27 0 01-3.7 1.9l-2.3 1.1c-.4.3-.9.4-1.3.6l-1 .4-1.6.6-1.9.8-1.6.7a153 153 0 01-4.7 2l-1.4.6-2.6 1.2c-.8.4-1.6.8-2.4 1a32.7 32.7 0 00-2.6 1.1l-.8.5a18 18 0 00-1.9 1.2l-1 .4-.7.4-1 .6-.8.4-1 .5-1.6.6-1 .4-2.7.7a4 4 0 00-1.2.4l-.6.4.6.5c.5.5 1 1 1.3 1.6 0 .2.2.3.3.5l.4.5.5.7.4 1v2.6l-.3 1.3v.4zm-16 10.2l2.7.5 1 .1 1.7.2h.6l.9-.3h.3l.8-.5 1-.4.4-.3 1-1.2a22.3 22.3 0 001.2-1.4 59 59 0 001-2l.3-.7.1-.6.1-.6v-2l.1-1.1c0-1 0-1.8.3-2.6 0-.3.1-.5.3-.6a6.6 6.6 0 00-.2-.7l-.8-1a4 4 0 01-.5-.9l-.2-.3a5 5 0 00-.2-.4 6.8 6.8 0 00-.8-.8l-.9-.5-.8-.6-1-.6-.4-.2-.9-.3-.9-.4-1.3-.2-1-.2c-.3 0-.7 0-1-.2l-1-.2h-1.8a6 6 0 00-.6.1l-.8.2-.4.1-1.5.7h.2l-.7.2-.8.5a19.5 19.5 0 00-2.1 1.6l-.7.9-.5.6-.6 1.2-.6 1.3-.4 1c0 .4-.2.7-.4 1.1l-.1.8-.2 1v1.8l.5 1.3.2.5.4.6.5.7.6.7.4.5h.2c0 .2.2.2.3.3l1 .6 1 .7 1 .5 1.1.5 2.8.9zm-6.3 14.7l.6.3.6.4 1.5.5.6.1 3.5.4 1.7.2h1.8l1.7-.3 1.9-.2 3.5-.3.5-.1.4-.2.7-.3 1-.5 1-.5c.3 0 .5-.2.7-.3l1.1-.8.6-.4.8-.5.2-.1.6-.7.5-.5.6-.6.5-.6.6-.6 1.3-1a9.9 9.9 0 001-1.3 3.8 3.8 0 01.3-.4v-.1l.6-.8.8-1.4a15.5 15.5 0 001-2.7l.4-1.6.5-1.9.3-1.3.4-1.4.3-1.3.5-1.3a11 11 0 00.3-2.3v-3h-.2l-1.3.4-1.3.3-1 .5c-.3 0-.5.2-.8.3l-.8.2-1.5.4c-1.2.4-2.3 1-3.5 1.5-.4.3-.9.4-1.4.6l-1 .2h-.1a15.6 15.6 0 01-.3 2.1l-.3 1.1-.3.7-.3.5-.7 1-1 1.2-1 1-1 .9-.6.4-.3.2a8 8 0 01-.8.5l-2 .8-.7.2a5.9 5.9 0 01-1.8 0c-.9 0-1.8-.2-2.7-.4-.8 0-1.5-.2-2.3-.3l-1-.3-1-.3-2-.6-1-.4-.4-.3c-.2 0-.4-.2-.5-.3l-1.3-.7-.5-.4a4 4 0 01-.8-.6l-.7-.8-1-1.3-.4-1-.4-1c-.2-.6-.4-1.2-.4-1.8v-1.4l.2-1.4v-.6l.3-.7.4-1.3.5-1.3.7-1.2.7-1.2a14.2 14.2 0 012.8-3l.8-.5.4-.2 1-.5h-.2l1.3-.4.9-.4c.3-.2.7-.2 1-.3l.8-.2h2.7l1.4.4 1.4.1c.6 0 1.2 0 1.7.2h.1l1.7.6c.6.1 1.1.5 1.7.8l.2.1.4.3a6.3 6.3 0 013.2-1.6h.7a17.5 17.5 0 004.7-1.8l2-1.2.4-.2c.2 0 .3-.2.5-.3l1-.4v-.8l-.2-.3v-.2l-.3-.3-.9-.9a14.7 14.7 0 00-1.5-1.2l-1.1-.6-1.2-.6-1.3-.7-1.2-.8-1.8-.9-1.5-.9-1.5-.7-1.4-.6a25.4 25.4 0 00-3-1l-1.4-.2-3-.5h-4.2l-2.8.5-1.4.4-1.5.3-.8.2-1 .4-1.9.5-.4.1-.8.5a53.1 53.1 0 00-3.1 2l-1.6 1.3a26.2 26.2 0 00-3 3l-1.2 1.5h.1l-1 1.4c-.3.4-.4.9-.6 1.3l-.5 1-.9 2.7-.9 2.9-.1.6-.1.6-.2 1.3-.2 2 .1 1.2.3 1.8.2 2 .2 1.7.1 1.7.2.8.5 1.6.2.4.8 1.1.6.9 1 1.8.5.7.6 1 .7 1 .8 1.2.4.6.6.8v.1l.3.2.7.5.6.5 1 1 1 .5.5.4.5.3 1.5 1 .5.2 1.3.6.6.3.7.3.4.2 1 .5h.1l.1.1h.2l.7.3zm10.9 24.2h-1.4l-3-.4-1.6-.2-1.5-.3-2.4-.4h-.7l-.7-.2-1.2-.4-.6-.1-.8-.2h-.2.1a36.7 36.7 0 01-4.3-1l-.7-.5-.4-.2h-.3l-.6-.2-1-.1-1.2-.5-1.6-.7-1.6-.9-1.6-.8-1.3-.5c-.5-.1-1-.4-1.4-.6l-2.4-1.6-1.3-1-1.2-.9-.6-.6a42.5 42.5 0 01-3.9-4.5l-1.2-1-1-1-.3-.2-.4-.3-1.4-1.3-1.3-1.4-.7-.7-.8-1.4-.6-1.2-.6-1.2-.4-1.1-.5-1.1-.4-1.1a26 26 0 00-.7-1.7l-.4-1.8-.4-1.7-.2-1.8-.2-1.4-.2-.8v-.8.1l-.4-1.6-.1-1.7-.1-.5-.3-1.2v-3.2l-.1-1.7v-.5l-.2-.7V270.1l.1-1 .2-1 .2-1 .4-2.1a19.3 19.3 0 01.3-1.6l.2-.8.2-.8.5-1.7.6-1.8.5-1.9.6-1.8.5-1 .4-1 .8-1.3.6-.8.6-1.1.8-1.4.8-1.2.8-1 1.9-2.3 1-1.2c0-.2.3-.3.4-.5l.5-.5.6-.5.7-.6 1.2-1.2 1.3-1.2 1.4-1 .6-.5.2-.2.4-.3.7-.4h-.1l-.1.1-1 .3-1.2.3h.1l-1 .3-.5.2a8 8 0 01-1.4.3l-.8.1h-.5c-.2 0-.5 0-.7-.2l-.6-.7V235c0-.4 0-.8.2-1.1l.7-1a27.7 27.7 0 011.7-2l.2-.3.3-.3a30.2 30.2 0 013.6-3.4l-1 .4-.6.1a2 2 0 01-.4 0h-.6l-.7-.2-.7-.5-.5-.3-.5-.7-.5-.7-.6-.8-.7-1.3-.6-1.2-.4-1a23 23 0 00-1.1-2.8l-.3-.9a4 4 0 01-.1-2.1v-.8l.2-.4c0-.2.2-.4.4-.5h.2l.3-.2.5-.3h.1v-.1l.8-.5.8-.3 1.8-.8a40.3 40.3 0 013.3-1.4 32.5 32.5 0 013.9-1.5l1.9-.8 1.8-.8 1.7-.7 1-.5c.4 0 .7-.2 1-.3h.2l2.2-1 2.3-.8 2-.8a24.8 24.8 0 013-1.2l1.3-.6 1.2-.6 1.4-.6 2-.6h.4l.1-.1h.4l.1-.1h.3v-.1h.2l.2-.1h.3l.1-.1h.2l.1-.1h.3v-.1h.4l.1-.1h.2l.2-.1h.2v-.1h.4l.1-.1h.2l.1-.1h.2l.1-.1h.2l.1-.1h.1l.1-.1h.1l.2-.1.2-.1.1-.1h.1l.2-.2h.2l.1-.2h.1l.2-.1.1-.1h.1l.1-.2h.1l.1-.1h.1l.1-.1.2-.1-1.3.7v-.1l.1-.1.1-.1.1-.1.1-.1h.1v-.1l.2-.1.1-.1h.1l.1-.1.1-.1.2-.1.2-.1.1-.1.2-.1.1-.1h.1v-.1h.2v-.1c.3 0 .5-.2.7-.3h.8l.1.1h.4l.1.1h.4l.1.1h.2v.1l-.2.4-.4-.2-.2.3-1 .9a28.2 28.2 0 01-4.4 2.6l-1.2.6-1.3.5-1.6.5-1.8.3-1.7.5-1.5.4-1.7.6-1 .3-1 .3-1.9.6-1 .4-.9.3-1 .4-1.3.5-1.2.5-1 .4a21.7 21.7 0 00-2.4 1l-2.2 1-1 .4-1 .5-1.2.5-2.1 1-1.5.7-1.7.7-1.6.6-1.6.7-1.4.8-.3.2v.2a12.3 12.3 0 00-.3 1.8v.2l.3.7.3 1 .5.9.6 1.9.3.6.3.6a10.2 10.2 0 001.2 2l.7 1.1.2.2.5.5c.2 0 .3.2.4.3h.2l.5.2h.7l.2-.1.8-.4.8-.4 1-.4 1-.3.9-.3 1-.4h.1l.2-.2 1.1-.6 1-.5A250.6 250.6 0 0174 218l2.5-1 2.4-1 2.2-.5 1-.5.6-.3.6-.3 1.2-.5 2.4-1 2.3-1 .7-.4 1-.5 1.4-.6 1.1-.4 1.2-.4 1-.5 1.4-.6 2.2-1 3.4-1.3 1.6-.6 1.6-.7.2-.1-.8-1.3-.4-1a14.1 14.1 0 00-.8-2l-.4-1.2-.4-1.3a17 17 0 00-.4-1.3l.1.1h.4l.1.1h.4l.1.1h.4l.1.1h.4v.1h.2l.3.8.3.8.3.8.8 1.5.5 1.4.6 1 .6 1.2.5 1.4c0 .2.2.3.3.5l.9 1.3.9 1.4.8 1 .8 1.3 1.5 1.9.5.5.5.4.5.4 1 .6 1 .4.5.2h.5a25.5 25.5 0 002.7 0l1.8-.5c.5 0 1-.2 1.4-.3l2.9-.9.7-.2 1-.4a12 12 0 012.2-.7c.5 0 .9-.2 1.3-.3l1.3-.6 1.6-.6 1.7-.5 1.7-.4a30 30 0 004-1.3 67.3 67.3 0 013.5-1l1.2-.4c.5 0 .9-.2 1.3-.3l1.3-.2h1l.8-.2c.5 0 1-.2 1.6-.4a7.8 7.8 0 011.6-.2h.7v-.1l.4-.1.8-.3.8-.3.7-.2.6-.2h.6l.8-.3 2.1-.8c.4 0 .7-.2 1-.3l.6-.2h.1l1.4-.7 1.6-.7 2-1 .4-.2.5-.2 1-.4 2.2-1.1 1-.6 1-.6h-.1l.9-.6a26.3 26.3 0 001.5-1.4l.7-.8a21.2 21.2 0 001.4-2l.2-.6.5-1.7c0-.5.3-1 .4-1.5l.4-1.5.4-1.5.2-1.5.4-1.7.5-2.1.3-2.2c0-.7.2-1.4.3-2l.1-1a8.3 8.3 0 01-1.5-2l-.6-1-.4-1.3-.4-1.2c-.3-.8-.4-1.7-.5-2.5a25.3 25.3 0 01-.3-3.7v-1.2a31.3 31.3 0 01.5-6v-.1l-.5-1v-.3l-.6-.6-.3-.3-.4-.3-.2-.2-.5-.2-.2-.1s-.2 0-.3-.2h-.7l-1.5.6a12.2 12.2 0 00-1.5.8l-1.2.7-2.3 1-.7.3v-.1h.1v-.1h.1v-.2h.1v-.2h.1v-.2h.1v-.2h.1v-.4h.1v-.3h.1v-.3h.1v-.3h.1v-.2h.1v-.2l.1-.1v-.2h.1v-.2l.1-.1 1-.6 1.4-1 1.5-.8.8-.2c.4-.2.9-.4 1.4-.4h1l.6.3a4.4 4.4 0 011.2.9l.3.4.4.4.5 1 .2.3.2-.7.7-2.5.6-2.2.6-2.3.3-1.2a71.5 71.5 0 011-2.3c0-.4.2-.8.4-1.2l.3-.5.4-.7.5-1c.4-.5.7-1.2 1-1.8v.1a16.4 16.4 0 011-1.9l1.4-1.8a32.1 32.1 0 012.8-3l3.3-3.9v.1l1.6-1.8 1.7-1.8.9-.8 1-1 2-1.3 1.8-1.4 2-1.4 2-1.2 1.3-.5.8-.2a39 39 0 00-1-.8l-1.5-1.3-1.7-1.4-1.8-1.6-2-1.8-2.3-2 .1.1-1-.7-.7-.5-1.3-1-1.8-1-.9-.4a12 12 0 01-1-.5l-1.6-.7-1.5-.8a16.7 16.7 0 00-2.5-1l-1-.5-1-.2-.7-.2h-.2l-1.3.2-1.5.1-1.4.2-1.5.1h.2l-1.3.2-.8.1h-.5l-1.4.4-1.5.3-1.2.2.2.4v1a2.5 2.5 0 01-.3 1.4c-.2.4-.6.7-1 .9h-.5v.1h-.1l-.2.1h-.1v.1h-.2v.1h-.2v.1h-.2v.1h-.1v.1h-.2v.1h-.1v.1h-.2v.1h-.1l-.1.1h-.1l-.1.1-.2.1-.2.1v.1h-.2v.1h-.1l-.1.1h-.1l-.1.1h-.2v.1h-.2l-.1.1h-.2v.1h-.1l-.2.1h-.1l-.1.1-.2.1h-.1l-.1.1-.2.1h-.1l-.1.1-.2.1h-.1l-.1.1-.2.1-.2.1-.1.1h-.1l-.1.1-.2.1-.2.1-.1.1h-.1l-.1.1h-.1l-.1.1-.2.1-.2.1-.1.1h-.1l-.1.1h-.1l-1.4.6-1.4.5-1.4.6-.8.3-.8.4-1.6.8-1.8.9-1.7 1-1 .5-.9.5-3 1.4-1.5.7-1.6.7-1.5.7c-.8.4-1.6.9-2.5 1.2l-2.4 1-2.3.9a5 5 0 01-1.2.2h-1c-.5 0-1-.1-1.3-.4l-.7-.9.1-.1.1-.1h.1v-.1h.2v-.1h.2v-.1h.2v-.1h.4v-.1h.3v-.1h.2v-.1h1.3l.6-.2 1.2-.4 1-.4v-.2l-.4-.4-.3-.4-.3-.6a.8.8 0 011.3-.6l.4.7.6 1 .5-.2.7-.3.7-.3.8-.4-.2-.2-.7-.6-.2-.2a1 1 0 01-.4-.2l-.2-.3-.5-.6a4 4 0 01-.5-1.1l-.3-.8v-1c0-.3.1-.6.4-.7.3 0 .7.1.8.4l.4 1.3.3.6.5.9.2.4.2.3v.1l.1.2.4.5.5.6 1.2-.6 1.3-.6.5-.2-.5-.5c-.1 0-.2 0-.3-.2l-.1-.2c-.1-.3 0-.5.1-.6.3-.2.6 0 .7.2v.1l.2.1.4.4.3.3h.1l1.4-.5 1.3-.7.3-.1-.5-.2-.4-.2-.6-.2-.4-.2-.6-.3-.5-.4-.6-.7-.4-.4a16 16 0 01-1.7-2.7l-.4-1.2v-.8l-.9.5-.8.4.3.4.2.5.5 1 .4.6.4.7c0 .2.2.4.4.6l.5.9v.1l.4.4c.2.3.2.8 0 1-.1.2-.4.4-.6.4l-.4-.1-.4-.2-.4-.4-.5-.6-.5-.7-.2-.4-.2-.4a2.3 2.3 0 01-.2-.8l-.3-1.4-.2-.7v-.4l-.5.3-1 .6-1.3.5-1.5.7c0 .4 0 .8.2 1.2a7.8 7.8 0 00.3 1.3l.2.3.2.2c.2.2.3.6 0 .8l-.3.1c-.2 0-.4 0-.5-.2l-.2-.5a11 11 0 01-.3-1.2V110.5l-.7.2-.5.2h-.4v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.1h-.1v-.2h-.1v-.1l.3.4.3-.3.7-.6 1.4-1 .7-.5.8-.5 1.5-.7 1.7-.8.8-.3.8-.4.9-.5 1-.6 2-1 1.9-1.2 1-.6.9-.5 1.7-1.1 1.8-1.1 1-.7 1-.8 1-.7 1-.8.9-.7 1-.8 1-.7a17.5 17.5 0 011.6-1.2l.8-.4c.2 0 .4-.2.5-.4l.3-.3h.2v-.1h.2v-.1h.2l.1-.1h.1l.1-.1h.1a16 16 0 011.2.1l.4.3.5.3a4.6 4.6 0 00.6.4c.2.2.5.5.6.8l.4.8.5-.2h.2l.2-.1.6-.3.4-.2.3-.2 1.3-.5 1.1-.5 1-.3.6-.1.5-.2 1-.1 1.3-.2 1.3-.1h2.6c.9 0 1.7 0 2.5.2h6.2l.5.1.6.2.7.2a518.7 518.7 0 001 .2l1.2.3.7.2c.4 0 .8.3 1.2.4l1 .3.5.3c.3 0 .6.2.9.4l1 .6.8.5h-.1l.8.4.3.2 1.4 1 1.4 1 1 .7 1.1.8 1 .8 1.1.8 2.2 1.9 1 .8 1 1h.1c.5.5 1 1 1.5 1.3l1.7 1.6 1.7 1.6.7.7.8.7 1.1 1h.4a29 29 0 002-1.2 37 37 0 014-2l2-.8 1.4-.4.8-.3 1.3-.4.9-.3 1-.3a2.2 2.2 0 011 .1l1.2.5.5.4 1.5 1.2.8 1.4.5 1 .5.9 1.1 2 1 2.1.3.6.3.6v-.1l.6 1 .6 1 .9 2 .8 2 .7 2.2.5 1.2.2.8.3 1.6c.1.6.2 1.2.1 1.8v.6c0 .2-.2.3-.3.5l-.3.4-.9.8a5 5 0 01-1 .5l-1.1.4h-.2l.7.8 2 1.8.3.4.7.6.9.8.5.6.8.7 2 1.5 1.7 1.2 1 .8.5.4.3-.2.6-.5 1-.7 1.2-.6 1.2-.5 2.2-1.1 1.2-.6a1101.7 1101.7 0 003.6-1.6l1.2-.5 1.1-.5.4-.1c.3 0 .5-.2.8-.3l1-.2 2-.5 2-.4 2.1-.4h.4l.5-.1 3.7-.8a33.1 33.1 0 013.9-.5l1.2-.1h3.7l1.1.1c.5 0 .9.1 1.3.3l.6.2.8.2c.4.2.8.6 1 1l.2.6v.4l-.2 1c0 .4-.1.7-.3 1l-.4.7c0 .2-.2.3-.4.5l-.3.2-1 .6a114.8 114.8 0 01-3.6.8l-1.6.5c-.6 0-1.1.2-1.6.3l-1.6.4c-.3 0-.5 0-.8.2l-.6.1 1.4-.2a26.7 26.7 0 003.4-.3l1.7-.2 3 .1h1.3l1.4.2c.4 0 .9 0 1.3.2.4 0 .8.2 1.1.3.7 0 1.3.2 2 .3.7 0 1.4.2 2 .4l1.4.6 3.3 1.2 3 1.5 2.7 1.2 1.3.7 1.3.6 2.6 1.6 2.4 1.6 1 .8 1 1 1 .8 1.3 1.2 1 1 1 1.1c.8.8 1.3 1.6 2 2.4l1.6 2.4 1 1.5 1 1.6.8 1.1.7 1.1.8 1.1c.5.7.8 1.4 1.1 2l.6 1.3.6 1.4a22.4 22.4 0 011.3 6l.1 1.5v1.6l-.4 2.9-.4 3-.4 1.5-.5 1.7-.2 1.2a17.7 17.7 0 01-.5 2.3l-1.1 3v-.1l-.7 2.1-.9 2-.8 2.3-1 1.8v.1l-.7 1.4-.8 1.8-1 1.6-.8 1.3-.2.3v.1h-.1v.1h-.1v.1l-.9 1.1-1 1.3-.8 1.1-.6.6-.6.6a41.7 41.7 0 01-3.4 3l-1 .8-1.4.9a35 35 0 01-2.6 1.4l-1.4.7-1.4.7-1.3.6-1.4.6-1.2.5-1.3.5-1.4.5a31.9 31.9 0 00-2.7.8l-1.2.2-1.4.4-.7.2h-.6l-.7.1-2.7.2a23.6 23.6 0 00-4.1.7l-2 .2-2 .2c-.9 0-1.7-.2-2.4-.4l-.8-.2-1.1-.1-2-.4-.8-.2h-.7l-1.5-.5-2-.8-1.4-.4-1.5-.6c-.9-.4-1.7-1-2.6-1.5l-2.4-1.5-1.4-1-1.5-1-.6-.6-1-1-1-.7-1-1-1-1-1.7-1.8-1.6-2-.4-.5v.1l-.5-.6-.2-.3-1.8-2.3-.9-1.2a19.2 19.2 0 01-1.5-2.5l-.5-1.4-1.3-2.7-.4-1.5-.4-1.4-.6-2.7-.3-1.5-.2-1.4-.3-3v-2.8l.1-3 .1-1.4.2-1.5.3-1.5.1-1.4c.1-.6.3-1.3.3-2v-.4l.2-1.6.2-1.4.2-1.4-.5 1.2-.2.7-.2 1v.1l-.2.4-.6 2.4-.2 1-.2 1-.4 2.2-.4 2.2-.2 1.1-.1.5v.7l-.2 1.5c0 .6-.1 1.1-.3 1.7 0 .4-.2.8-.4 1.2v-.1a5.1 5.1 0 01-1.4 2c-.2.3-.6.4-.9.5l-.5.1-1-.1c-.3-.2-.8-.4-1-.7l-.4-.6a6.8 6.8 0 01-.7-1.2l-1-2.2-.6-2.4-.2-1.1-.3-1.4v-1.2c-.2-.7-.2-1.4-.2-2l.4-5 .2-2.4.4-2.5.3-1.3.3-1.2.5-2.3.5-1.6v-.2l.1-.2.6-1.4v.2c0-.4.2-.7.3-1l.4-1 .3-1 .6-1.3.5-1.2.4-1 1.2-2.4.6-1 .8-1.1.7-1 .3-.3-.3-.3-.8-.9-.7-.7-1.6-1.8-1.7-2-1.8-1.8c-1.2-1.3-2.5-2.6-3.8-3.7l-1-1v.1l-.3.5-.3.5v.2l.1.2.3.8c0 .3.2.5.3.7l.9 2 .5 1.7.3 1 .5 1.7.4 1.7-.1 2.2-.2 1.2-.2 1-.2.6-.4.8-1 .9c-.2.3-.5.6-.9.8l-.4.3v.7l-.3 2.6-.1 1.3-.3 1.4-.2 1.3-.2 1.2-.3 3-.3 3.8-.2 1.7c0 .6-.2 1.2-.4 1.8a39.4 39.4 0 01-.8 3.6l-.5 2c0 .3 0 .5-.2.8 0 .7-.2 1.3-.3 1.9l-.4 2.2-.4 2-.3 2-.8 4.2-.7 4c0 .6-.2 1-.3 1.6v-.2l-.3 1.8-.3 1.7-.8 3.5-.5 2.2-.3 1-.4 1.3-.6 2-.7 2.3v.2l-.1.1a25.4 25.4 0 00-1 3l-.6 2.2a30.2 30.2 0 01-1 3.5l-.8 2-1 1.8-.5.9a346.2 346.2 0 01-1.4 2.1l-.9.9a96.5 96.5 0 01-3.5 3.3h-.1l-2.2 2.1-2.4 1.9-1.3.8-.7.4-.7.4-1.3.7-2 1c-.7.2-1.2.5-1.8.8l-2 .8-4 1.6c-1.2.5-2.4 1-3.7 1.3l-4.2 1.4-2.8.9-3.2 1-1.6.5-1.6.5-.8.2-1 .4-1.8.7-2 .5-1.8.6-1.8.6-2 .6-2.1.6-2 .6-.2.1h.2l-3.1 1.1-1.6.6-.8.2-.7.2-1 .3-1.2.4-1.1.4-1.2.3-1.7.6-2 .8-6 2h.2l-.7.2-.4.1-1.6.6-1.7.5-.4.2.3.6.4 1.3.4 1.5.2.9v.7c.2.7.4 1.4.4 2.1v1.1l.2 1.1v1.3l-.1 1.1-.3 2.3v.2a29.6 29.6 0 01-.6 2.8l-.1.3v.1l-.4 1c0 .4-.2.7-.4 1.1l-1 2-1.6 4.5-.7 2.3-.4 1.1c0 .4-.2.8-.4 1.1l-.9 2-1 1.9-1 2-1.2 1.8-.4.6-.4.6-1 1.1-1 1.2-.5.6-.6.6-.4.5-.5.5-1 1.1c-.2.4-.6.8-1 1.1l-1 1-.7.7a6 6 0 01-.7.5l-.4.3-.1.1-.7.9-.8.5-1 .7-1 .5-1.3.8-1.3.8-1.4.6a17.5 17.5 0 00-2.7 1.7 81.1 81.1 0 01-2.3 1.6l-.7.3-1.3.4-1.3.4-1.3.4-1.5.2-1.7.4H96a74.2 74.2 0 00-4.4.2l-.4-.3z"/><path fill="#000" d="M99.4 195.8c-.6 0-1-.2-1.6-.3h.7l.1.1h.7v.1h.5l.1.1h.4l.1.1a6 6 0 01-1 0zm4.6 3.6a1.3 1.3 0 01-.4-.6l-.7-1.8-.3-.8c-.2-.4-.3-.8-.1-1.1 0-.2.3-.4.6-.4l.3.1.3.4h.5c.3 0 .5.2.7.4l.2.5.3 1 .2 1.3c.1.4 0 .8-.4 1a1 1 0 01-.6.2c-.1 0-.3 0-.5-.2zM92.2 197a1 1 0 01-.5-.7c-.1-.3 0-.6.2-.9a2 2 0 01.7-.5l1.2-.6.6-.4h-.1l.7-.3h.4c.2 0 .3.2.3.4v.4l-.4.5h-.1l-.1.2-.3.4-.6.5-.6.4a1 1 0 01-1 .7c-.1 0-.3 0-.4-.2zm76.3-39.5c-.3 0-.5-.2-.6-.4 0-.2 0-.5.2-.7l-.2-.3c-.2-.4-.2-.9.1-1.2l.6-.5.6-.2h.2c.4-.1.8-.4 1.3-.4h.4l.5-.2.7-.1 1-.4h.4l.2.1-.1.2-.5.3-1 .6-.2.2h-.1c0 .2 0 .4-.2.5l-.3.4-.6.4-.4.3-.6.5-.4.3-.3.2v.1l-.2.1-.4.2zm-35.2-35.6h-.3l-.2-.2h-.4l-.3-.2a2.5 2.5 0 01-.9-1l-.1-.3a7.3 7.3 0 01-.3-1c0-.1 0-.3.2-.3 0-.1.2-.1.4 0l.1-.1h.3v-.1c0-.1 0-.3.2-.3v-.2l.3-.3c.2 0 .4.1.4.3v.1l.1.2.2.5.1.3.3.3.5.6.2.3.3.4v.5h-.4l-.1.1c0 .2 0 .4-.2.4h-.4zM87.8 95.5l-2-.1-1.8-.2a9.7 9.7 0 01-1.4-.2h-.2l-.3-.1-1.7-.6-1.8-.8a39 39 0 01-2.4-1.4l-.7-.5-.6-.4-.8-.6-.6-.6-1.3-1.3-1.1-1.6-1-1.7-.4-.8-.6-1-1-1.6-1.1-1.5-.5-.8-.5-.8a22.5 22.5 0 01-2-5.3l-.1-1a12 12 0 01-.3-2v-.8a37.2 37.2 0 01-.2-2l.1-2 .2-1.8c0-.3 0-.7.2-1l.2-.9c.3-1.2.5-2.5 1-3.7l.7-1.8.8-1.8.4-1 .5-.8c0-.2.2-.4.3-.5 0-.2.2-.4.3-.5l.3-.5.3-.3 1.2-1.5.5-.7.6-.7 1.2-1.4.9-1h.3l.6-.2.7-.1a9468.4 9468.4 0 00-2.3 2.5l-.9 1.2-.8 1-1 1.5-.5.7-.4.7-.8 1.6-.4.8-.3.7-.7 1.7a23.3 23.3 0 00-1.3 5.7l-.2 2.2v1.3l-.1 1.1v2.2l.3 2.2.8 3.6.2.8.3.7a18.4 18.4 0 001.8 3.1l1 1.6c.3.2.5.5.6.8l.5 1 .4.7.5.8.2.4.5.8.5.7 1.5 1.6.2.2a13.8 13.8 0 001.6 1.4l1.7 1c.7.5 1.5.9 2.2 1.2l1.3.4 1.2.4a13.8 13.8 0 002.6.4l1.3.1 1.4.2h3.9l1.6-.3a93.1 93.1 0 003.8-.6l2.3-.6 1-.3 1.4-.3 1.1-.3 1.3-.3.6-.2.6-.3c.3 0 .5-.2.8-.3l.7-.3a27 27 0 001.7-.5h.1l.2-.3 1-.8.4-.2.3-.3c.1 0 .2 0 .3-.2a24.1 24.1 0 001.5-1.8l.6-.9 1.2-1.5.6-.7.6-.7 1.3-1.4.7-.8.6-.6.3-.4.3-.3 1-1.6.6-1 .3-.9a40.3 40.3 0 00.5-1.5l.1-.5.1-1a108.9 108.9 0 00.3-3.7l.1-1.8v-6.3l-.3-1.8a43.7 43.7 0 00-1-3.8c0-.4-.2-.8-.4-1.3l-1.1-2.4-.6-1.2a14 14 0 00-.6-1l-.4-.7-.6-1-.9-1a18 18 0 01-.8-.9l-.2-.3-.5-.6-.5-.5-.5-.6-.5-.6-1.4-1.2a22.5 22.5 0 00-5.6-2.9c-.3 0-.5-.2-.8-.3l-.7-.2-1.5-.5-.8-.3-.7-.2h.1l-1.9-.5-1-.2-2.2-.2H94.6l.8-.8.1-.2a11.2 11.2 0 011.8.1c.6 0 1.2 0 1.9.2l1.8.4 1 .3.7.2 1.9.6.8.4.9.2a26.4 26.4 0 013.4 1.6l.9.5.8.5 1.5 1.2 1.3 1.4.6.7.6.7.6.7.7.8.8 1c.3.2.5.6.7 1l1 1.6.8 1.8.9 1.8.7 1.8a20.6 20.6 0 011.3 5.7l.1 2 .1 1.9a25 25 0 010 3.8l-.2 2-.2 1.8-.1 1.1-.2 1-.2.6c-.1.7-.4 1.3-.7 2l-.4.9-.8 1.3-.6.8-.7.9-.6.6-.6.7-.8 1-.7.7-.7.9-.3.4-.4.4-.7 1-.7.9-.5.7-.7.8-.7.8-.9.6-1.1.7c-.4.2-.8 0-1-.3l-.1-.1h-.2l-1 .4-1.2.4-1.4.6-1.4.4-1.5.4-1.4.4-1.9.6-.8.2a48 48 0 01-2.8.7l-1.8.2h-.3l-1.5.2h-1.6l-1 .1h-1z"/><path fill="#000" d="M123.6 122c-.2-.4 0-.8.2-1 .4-.3.8-.4 1.3-.6a40 40 0 003.1-1l2.4-1.2 1.3-.9a29.6 29.6 0 011.5-.9l.2-.2.2-.3.3-.7v-.2l.1-1.3v-.3a1.4 1.4 0 000-.4l-.2-.2a10.3 10.3 0 00-.6-.7l-.3-.3H130h.1-.8l-1.3.2-1.4.1a58.9 58.9 0 00-3.4.7c-.6.2-1.2.4-1.8.4-.3 0-.5-.3-.5-.6s.4-.5.7-.5h.6v-.1l1.4-.5 1.3-.4 1.4-.5 1.4-.3c.7-.2 1.4-.5 2.2-.6h1l1.2-.2h1c.4 0 .7 0 1 .2l.5.4.5.5c.5.6.8 1.3 1 2 .2.7 0 1.4 0 2v.2l-.1.6-.2.6-.3.6a4 4 0 01-1.4 1.6l-2 1.3-1.2.7-.6.2-.3.2h-.2l-.1.1h-.1l-.2.1a17.2 17.2 0 01-3.5 1.2l-1.2.2h-.1l-.1.1h-.3a.8.8 0 01-.6-.4zm46 31.4a1 1 0 01-.5-.4 1 1 0 010-.9v-.2l.4-2.1a22.3 22.3 0 00.4-3.8v-1l.2-1.2.2-2.1.2-2.3v-2.1l.2-2v-2.4a165.3 165.3 0 010-4.3 51.9 51.9 0 01-.2-7v-8.7l-.1-.8v-2.6l-.1-1.1v-1.2l-.2-1.3v-1.1c0-.2.2-.3.3-.2l.2.2.2.3.2.8a26.6 26.6 0 011.1 4.6v.2l.2 1 .2 1.1a27.2 27.2 0 01.4 4.7v4.6l.2 2.3a612.5 612.5 0 00.2 6.9v3.3l-.1 1.2v1l-.1 1v1.2l-.1 1-.2 2.3-.2 2.2-.2 2.1-.1 1.4-.3 1.5-.2 1.3-.2.9-.2.6a3 3 0 01-.5.9 1 1 0 01-.8.3 1 1 0 01-.5 0z"/><path fill="#000" d="M128 192.3c-.3-.4-.3-1.1 0-1.4l1-.8 1.2-.7a92.7 92.7 0 013.4-2l1.1-.7 1.1-.7 1-.7 1-.7h.1c.6-.5 1.2-1 1.8-1.3l1-.6.9-.7 1.8-1c.6-.5 1.2-1 1.8-1.3l.8-.6.8-.5a78.7 78.7 0 002.2-1.7l1-.8 1.2-.8 2.4-2 1.1-1 .6-.5.6-.6 1.5-1.6 1.4-1.6 1.4-1.7 1.4-1.7 2.2-3 1.3-1.7 1.2-1.8 1.2-1.8c.4-.5.7-1.2 1-1.8.2-.1.2-.2.3-.4l.2-.4.1-.5.2-.5.1-.5.1-.4.3-1.2c0-.2.3-.3.5-.2.2 0 .3.3.1.5l-.1.6-.3 1-.2 1c0 .4-.2.7-.3 1l-.4 1-.4 1.2-.5.9a42 42 0 01-1 1.8l-1.4 2.4a32.7 32.7 0 01-1.7 2.4v-.1a163 163 0 01-5.6 6.9l-1.4 1.5a32.8 32.8 0 01-3.4 3l-1.6 1.4-2.5 1.8-1.6 1.4-.5.3-.4.3-1 .6c-.5.5-1.2.9-1.8 1.3l-1 .6-.8.6-1.3.9a25.3 25.3 0 00-2.2 1.5l-.6.4-1.4.9-1.2.8-1.3.8-2.6 1.5-1.2.7h.1l-.8.5-.8.6-.5.1c-.2 0-.5 0-.7-.2z"/><path fill="#000" d="M124.6 206h-.5l-.8-.2-.6-.2c-.5-.1-.8-.4-1.2-.7l-1-1-.8-.6-.5-.7-.7-.9-.7-1-.6-1-.5-.8-.4-.6-.8-1.3-1-2.3v-.2a1 1 0 01.3-1.2c.5-.3 1.2 0 1.3.5l.2.5a18.2 18.2 0 001.2 3l.6.8.3.6.7 1 .6 1a26.7 26.7 0 00.6.8l.3.4.5.5 1.4 1.3c.1 0 .2 0 .3.2h.3l1 .3a10.7 10.7 0 001.4.1 5.1 5.1 0 002.2-.5h.1l.3-.3.5-.6v-.1l.1-.1v-.2l.1-1.2a19.7 19.7 0 000-2.5l-.4-2-.1-1.2-.3-1.1-.5-1.7-.3-.8-.4-1-.6-1.6-.6-1.7-.3-.7.2-.2.1.2.4.6.3.6.6 1 .3.4a16.2 16.2 0 01.9 1.4l.5 1 .4.8c.3.6.7 1.1.9 1.8l.3 1 .3 1.1.5 2 .1 2.2v1l-.1.5-.1.4-.2.8-.6.9-.5.4-.9.7-1.3.4-1.5.2-1.3-.1zm47.6-51.3l-.4-.4-.4-.4-.8-.7c-.1 0-.3 0-.3-.2v-.1h-.1v-.1a.5.5 0 01-.3-.4c0-.3.2-.5.4-.5h1.4l1 .3h.5c.5.1.9.5 1 1 .2.2.1.6 0 1a1.3 1.3 0 01-1.2.7c-.3 0-.6 0-.8-.2z"/><path fill="#000" d="M115.3 197a1.8 1.8 0 00-.4-.2 9 9 0 00-1 0l-2.4.1h-2.7l-2.5-.3h-2.7l-2.5-.3-2.5-.6-1.2-.3-1.1-.4-1.2-.5c-.4-.1-.7-.3-1.1-.6l-1.3-.7-1.2-.8-1.4-.8a36.5 36.5 0 01-2.4-1.8l-.5-.5-.6-.5-2-1.8-1.7-1.8-.9-1-.8-1-1.5-2.1-1.5-2.2-.6-1-.5-1-1.4-2.2c-.5-.7-.8-1.5-1.2-2.2-.5-.8-1-1.6-1.3-2.4l-1-2.6-.8-2-.8-2.2a53 53 0 01-.7-2.1l-.4-1.2-.5-1-.2-.7-.3-.8-.6-1.5-.8-3.1-.4-1.2a18 18 0 01-.3-1.3l-.5-2.5-.6-2.5-.5-2.3-.4-1.3-.3-.8-.2-.8c0-.1 0-.3.2-.4.1-.2.3-.2.5-.1.4 0 .6.4.8.8l.5 1c.3.6.6 1.2.7 1.9l1 4 .6 1.8.4 1.7.6 1.6.5 1.9c0 .4.2.7.3 1.1l.4 1.2.4 1.3.4 1.2.8 2.5.8 2.7 1.2 3 1 2.8 1 1.8.5 1 .5.9a165.2 165.2 0 013.2 5.1l1 1.4.8 1 1 1c.2.4.5.8.8 1 .3.4.6.8 1 1l1.4 1.5.3.3 1.2 1a25.7 25.7 0 012 2l.8.6 1.6 1 .8.5.8.6 1.3.7.8.4 1.2.4 1.2.4a27.4 27.4 0 005.4.8h3.4l3.4.5h-.1l2 .1 1.7.2c.5 0 1 0 1.6.2.4 0 .6.4.6.8-.1.4-.4.6-.8.6h-.1z"/><path fill="#000" d="M80 195.7h-.4l-.9-.3c-.3 0-.6-.2-.8-.3l-.5-.2-.1-.1-.7-.4-.8-.8-.6-.8-.5-.7-1.1-1.8-.3-.7v-1.9l.3-1 .6-.6.7-.8a12.9 12.9 0 001.5-1.3l.5-.4.6-.5.6-.5.6-.5.4-.4.4-.2.1-.2c.1-.4.7-.5 1-.1v.2l.2.3v.4l-.2.6-.6.6-.5.6-.6.6-.3.4-.4.4-.7.6-.6.6-.6.6-.8.8v.2l-.3 1.1a12.2 12.2 0 00.5 1.1l.5.8.6.8a9.6 9.6 0 001 1h.1l.1.1.6.3a10.8 10.8 0 001.2.3h.6l.8-.3.4-.2.5-.3.8-.4h-.1c.2 0 .4-.3.6-.4l.6-.4.4-.4.6-.4.5-.4.4-.2.2-.2.5-.5c.2-.3.4-.6.8-.7.2 0 .4 0 .6.2.2.1.3.4.2.7a3 3 0 01-.6 1c0 .2-.2.4-.3.5l-.3.2-.3.3-.4.4-.6.4-.3.4-.4.3-.9.6-.8.6-.4.3-.4.2a6.3 6.3 0 01-1.3.6h-.4l-.7.2zM74.5 66.9v.7l.1.1.1.2.1.2.4.4h.1l.3.3h.1l.4.2h.6l.3.1h.4l.6-.2.2-.3.1-.2.1-.4v-.6l.2-.4.1-.9v-.7l-.1-.4-.1-.2-.1-.1-.1-.1-.1-.1H78l-.2-.1h-1.3l-.1.1-.3.1-.3.2-.2.1-.2.2a1.7 1.7 0 00-.1.2c-.1.2-.4.3-.6.3l-.1.2v.4l-.1.7zm4.4 7.8h-1.2c-.5-.1-1.1-.1-1.6-.4l-1.3-.8a7.3 7.3 0 01-3.1-4.3 17.9 17.9 0 01.4-4.4c0-.4.4-1 .7-1.4a13 13 0 011.4-1.6l.6-.4 1.1-.6 1-.5.6-.2h1.9l.8.2.5.1.7.3h.3a5.7 5.7 0 011.4.4l.6.4.8 1 .5 1a16.1 16.1 0 011.1 4.6v.7l-.2.8a6.8 6.8 0 01-1.5 3l-1.3.9-1.4.9a10.5 10.5 0 01-2.7.4zm68.3-71.4l-.8.7v.4l.2.3.2.4.5.7a12.2 12.2 0 001 1 28.6 28.6 0 01.2-.7l-.1-.4-.3-.6-.3-.6-.1-.3-.3-.5v-.5h-.2zm-12.8 30.2a8.8 8.8 0 00-1.4.5l-.2.2a5 5 0 00-.4.3l-1 1-.5 1-.5.7-.3.6-.2.6v.2l-.1.8v1l.3 1.2a22.4 22.4 0 00.4.9l.2.4h.1l.1.1.2.1h.3l.8.1a2.8 2.8 0 00.7 0 10.8 10.8 0 001.5-.7c.2 0 .3-.2.5-.3l.8-.6 1-.5 1.2-1c.3 0 .5-.2.8-.3l.7-.4c.5-.2 1-.5 1.6-.6 0-.2.2-.3.4-.3v-.1a6.5 6.5 0 010-.2l-.3-.6a7.5 7.5 0 00-.7-1.2l-.4-.4-.5-.5-.5-.6-.5-.4-.6-.4-.3-.2-.9-.2h-.2l-1.8-.2h-.3zm10 4h1.1l1.2.3.6.2.8.3 1 1 .7.8.4.9.1.5.1 1.2v1l-.1 1-.2 1.1-.2 1v.5a4.6 4.6 0 01-.7 1.3l-.2.2.8.6 1 1.4.5.7.5.8.3.5.1-.1.5-.3h.2c.2-.2.5-.2.8-.3l1.1-.8 1-.8 1.5-1.3.6-.5.7-.7 1.7-1.9.9-.9.8-1 .6-.8.6-.9a33.7 33.7 0 002.3-5.2l.2-1 .2-2.9.1-2.6v-2.4l-.1-1.2-.2-1.3a69.2 69.2 0 00-.5-2.8 34.5 34.5 0 00-2.6-6.2l-1.4-2.5a14 14 0 00-.6-.8l-.5-.7-.7-.8-1-1-.5-.6-.3.3-.6.4a7.2 7.2 0 01-1.5.6H153l-.5-.1a12.8 12.8 0 01-3-.7c-.6-.3-1.1-.5-1.6-.9l-.9-.8-1-1a16.1 16.1 0 01-1.1-2 4.5 4.5 0 01-.3-2.2V2.6h-1.2l-1.7-.2h-1.8a37.2 37.2 0 00-2.2.2l-.3.1-1.1.3-1.2.3a19 19 0 00-2 .9l-.8.4-.8.5-.8.6-1.6 1.1-1 1-1.6 1.6a23.2 23.2 0 00-2.7 3.3l-.6 1-.4.6-1 2-.5.8-.5 1-.3.6-.2.7h.4l1.5.6 1.4.7 1.3.7 1.3.8c1 .6 1.9 1.4 2.8 2.2a10.5 10.5 0 011 .9l.2.3.5.5.7.5.2.2.8.7 1 1.2.5.7.6.8 1 1.5.5.7v-.1h.1l.6.2.7.1.6.3.7.4a7.7 7.7 0 011.4 1.2l.4.5.7.6.5.8.5.9.2.5.3-.2.5-.2h1.4zm-14.8 17l.1.3.6 1a5.4 5.4 0 00.6.7c0 .1 0 .2.2.2l.5.3.4.3a3.6 3.6 0 00.9.2h1.6l.5-.3c.2 0 .3-.2.5-.3l.2-.1.2-.2.7-.8.6-.5.6-.7.4-.4.5-.4.5-.4.5-.4.5-.4.4-.2.6-.3 1-.2.9-.3.3-.1v-.2c.3-.2.7-.2 1 0l.2-.2.6-.2.5-.4c.2 0 .3-.2.4-.3l.2-.1.7-.8.2-.3.5-.7.5-.6.1-.4.2-.3.3-1.7v-.2a25.4 25.4 0 00.2-3 6.4 6.4 0 00-.4-1v-.2l-.3-.4-.6-.6-.2-.2h-.2l-.5-.2-.5-.2h-.1l-.6-.1h-.8l-1.2-.2h-.2l-.4.3h-.2l-.4.2h-.8a4 4 0 00-.4.1l-.2.1-.4.2-.8.5-.8.6-1 .8-1.2 1-.7.6-.7.6-.8.4a7.5 7.5 0 01-2.2.6h-.7l-.5-.1-.5 1-.3.6-.3.8-.2 1.3-.2 1.3-.2 1.4-.1 1.6v.3l.1.9V54l.1.4zm11.2-.7l-.5.5-.3.3-.6.4-.1.1-.8 1h-.2l.7 1 .5 1 .5.7.4.8a9.5 9.5 0 01.8 1.8l.2 1 .3.6.3.8a10.7 10.7 0 00.6 1.4l.2.2h.1l.2.1a4.2 4.2 0 00.7 0h.3l.8-.3a30.5 30.5 0 003.2-1.8l.1-.1.2-.3.4-.5.2-.4v-.4a2 2 0 000-.6l-.7-1.2-1.3-2-.6-1-.6-1.1-.2-.3-.6-.7-.4-.7V54l-.9-1.3h-.1l-.6.3-.6.2-.5.1h-.1l-1 .5zm22.3 16.7l.2.4.7 1.6.6 1.7v.2l1.3-1.5 1.3-2c.4-.6.9-1.2 1.2-1.9l.7-1.1.5-1.1.4-1 .3-1 .4-1.4.2-1a16.8 16.8 0 000-2.2l-.2-.7-.1-.3a3.9 3.9 0 00-.5-.9l-.2-.1-.2-.2h-.3l-.2-.1H168.2a13.9 13.9 0 00-1 .7 25.6 25.6 0 00-2.4 2.2l-1 1-1 1-.5.4-.2.1-.3.2-.2.2-.5.4-.5.5-.5.3.2.3.3.5v-.1l.6 1.1.7 1.2.5 1.1.6 1.3v.2zm6 22.2a.7.7 0 01-.3-.4V92l-.1-.3-.5-1.6-.3-.7-.3-.9-.3-.8-.3-.7-.4-1-.2-.7-.3-.9-.2-.8-.6-1.7c0-.3-.2-.5-.3-.8l-.2-1-.6-1.6v-.2l-.2-.7-.3-.8-.6-1.5-.5-1.4-.6-1.4-.7-1.6-.8-1.6c0-.3-.2-.6-.4-.8l-.4-.8-.8-1.6-.7-1.2-.7-1.1a25.3 25.3 0 00-2-2.9l-.7-1-.6-.7-.6-.8-.4-.6-.5-.8-.5-.7-.6-.7-.4-.7-.5-.7a25 25 0 01-.6-1l-.5-1c-.4-.5-.7-1.2-1-1.8l-.4-.6v-.1l-.5.6-.5.4-.9.8-.6.4a4 4 0 01-.5.2l.3.5 1 1.3.7 1 .5.6 1 1.7a37.3 37.3 0 011.7 2.6c.3.5.4 1 .5 1.6 0 .9-.5 1.7-1 2.4l-.3.4-.9.6-.9.6-.9.4a43.2 43.2 0 01-3 1h-.9c-.3 0-.7-.1-1-.3a4 4 0 01-.4-.3l-.7-.8-.5-.8-.3-.6a6 6 0 01-.5-1l-.4-1c0-.4-.2-.7-.4-1 0-.4-.2-.7-.3-1l-.8-2-.3-.8v-.1l-.8.7c-.4.4-.9.5-1.3.8-.5.2-1 .2-1.5.2h-1.4l-1.7-.7a5.2 5.2 0 01-1.7-1.6l-1-1.5-.2-.8-.2-.5V51l.3-2.2c0-.4.2-.7.3-1l.4-1.1 1.1-2 .3-.3a2 2 0 01-.7-.6l-.4-.7a4.7 4.7 0 01-.7-1.8l-.1-1a7.1 7.1 0 010-2.6 7.4 7.4 0 011.2-2.2l.5-.8.4-.4c0-.2.2-.3.3-.4l1-1 1-.5.4-.2.7-.2h.3l-.4-.6-1-1.3-.7-.9-.6-.8-.3-.4-.2-.2-.8-.8-.3-.3-.3-.3-.4-.2h-.3l-.5-.4-.5-.3-.7-.5-.6-.4-.7-.4-1.3-.6-1.2-.6-1.8-.7-2.8-1-1.3-.3-1.3-.4-1-.2a11.5 11.5 0 01-1.4-.3h-.1l.5-.5 1.2-1.2.3-.3a9.8 9.8 0 012.2.4l1.5.4.1-.8.3-1 .1-.7.3-.7.5-1.4 1.3-2.6.8-1.1.9-1.2c.6-.8 1.2-1.5 2-2.2l2-2 2.5-1.6a22 22 0 012.4-1.3l2.7-1h.7l1.3-.4 1.5-.2 1.3-.2h1.4c1 0 1.9 0 2.8.2l1.4.1.4.1.3-.1 1.2-.6h1c.4-.2 1-.3 1.5-.3.4 0 1 0 1.4.2.4 0 .7 0 1 .2a8.6 8.6 0 012.7 1l.7.5a7.6 7.6 0 011.7 1.8l.5 1 .5 1 .3.6c.1.2.3.5.3.8v2l.8 1 1 .7.8 1v.1l1 1.1.7 1.3.7 1.2.7 1.1.7 1.4.6 1.3a66 66 0 011.7 5.5l.3 3c0 1.8.2 3.7 0 5.6l-.3 3-.3 1.5-.2.8-.5 1.3-1.2 2.8-.7 1.2-.8 1.3a35.4 35.4 0 01-2.7 3.4l-.9 1a37.8 37.8 0 01-4.5 4 4.5 4.5 0 01-1.9 1h-.4l.4.6.6.8.5.8v.2l1 1.4.5.7.5.7 1 1.6 1 1.6v.1l.6.8h.1l.1-.1 1-1.4a4.4 4.4 0 01.7-1l.5-.5.5-.6.8-1 .3-.4.5-.6.5-.6.5-.5a6 6 0 012.4-1.6c.5-.2 1.2-.2 1.7 0 .6 0 1.2.2 1.7.6l1 1.3c.3.4.5 1 .6 1.5.2.7.2 1.4.2 2 0 1 0 1.8-.2 2.7a58.4 58.4 0 01-.7 2.7l-.4 1.1-.5 1.3-.9 1.9a35.8 35.8 0 01-3.6 5.3 13.7 13.7 0 01-1 .9l.3.7.2.8.3.8.6 1.7.6 1.7.6 1.7.2.9.4 1.3.4 1.3.3 1 .4 1.2.2 1a8.4 8.4 0 01.1.7v.4c0 .3-.3.5-.6.6l-.4-.1zM63.4 135.6l-.2-.2-.4-.8-.5-.8-.4-1-.2-.2v-.2l-.4-.5-.2-.4-.3-.5-.2-.3v-.1l-.2-.2-.2-.6-.3-.5-.1-.2-.2-.3-.6-1.1-.8-1.3-.5-.6-.4-.6-.4-.4-.4-.6-.4-.4-.3-.3-.2-.2h.3v-.1h.1l.2.3.7.7.6.8a44.1 44.1 0 011 1.3l.2.4.3.4.2.4.6 1 .2.4.1.2.2.3.3.7.2.5v.1l.2.2v.2h.1l.2.3.2.4s0 .2.2.3l.1.4.2.4.4.8.2.4.2.4.6.9.1.1v.1zM42.3 72l-1-.3c-.5-.2-1-.4-1.7-.5l-.8-.4-.8-.4-.8-.4a12 12 0 01-.9-.5l-.7-.5-.7-.4-.5-.4-.4-.3-1.1-1-1.4-2-.3-.5-.2-.4a8.5 8.5 0 01-.4-1.2l-.1-.3-.1-.6-.1-1V60a22.7 22.7 0 010-1.7l.2-.9A6.5 6.5 0 0131 56l.2-.5.5-.6.6-.6.4-.4c.3-.3.6-.4.9-.5l.6-.3.4-.1 1-.4H37l1.1.1 1 .4.2.1.7.4.9.5.8.5.4.3c.2 0 .3.2.5.3l1.4.7.7.4.5.2v.2l.3.3.3.2.3.3.4.3.1.3.2.7h-.2l-1.4-.8-.7-.4-.7-.4-.4-.2-1-.5-.7-.4-.5-.4-.5-.3-.6-.4-.5-.4-.6-.3-1.2-.6h-.1l-.4-.1-1.1-.1h-.3l-.4.1-.6.3-1 .4-.2.2h-.1l-.2.2-.8.8a12.9 12.9 0 00-.7 1.2l-.2.7-.1.7-.2 2.2v1l.3 1 .3.7a22.5 22.5 0 001 1.8 15 15 0 001.8 1.8l.6.4.4.3 1.3.7 1.8.9.9.5.9.3.7.4c.1 0 .3 0 .5.2l.6.2 1 .6h-.1.2l.2.3.3.3v.1l.1.1c0 .1 0 .2-.2.2H42.3z"/><path fill="#000" d="M46 64.3a.5.5 0 01-.3-.4h-.1l-1-.4-1-.3-2.2-1c-.3 0-.6-.3-1-.4l-1-.5-.9-.5-1.1-.7a.9.9 0 01-.4-1c0-.2.2-.3.3-.4.2-.2.5-.2.7-.2l1.3.5 1 .5 2 1.1 2 1.3a21.4 21.4 0 012 1.5l.2.4c0 .3-.1.5-.4.5z"/><path fill="#000" d="M37.4 62c0-.2 0-.4.2-.5.2-.2.6-.2.8-.2a21.2 21.2 0 012.3-.3H42c.3.1.5.4.5.7 0 .3-.3.5-.6.5H41l-.5-.1c-.7 0-1.3 0-2 .2h-.7c-.2 0-.4 0-.5-.2zm59.9-43.3l.4-.4h.7l.9-.2h2.2c-.3 0-.4 0-.5.2l-.5.3h-1l-1 .1h-1.3z"/><path fill="#000" d="M54.2 122.8l.4.1.2.2.3.1h.8l.4-.2.4-.2.2-.1 1.2-.5.2-.1.8-.5.9-.5 1.3-1 .7-.6.5-.5a20.7 20.7 0 001.3-2.5l.4-1 .1-.7.2-2.3a16.1 16.1 0 00-.4-3l-.6-1.5-.2-.4v.2l-.7-1.7-.7-1.5-1.7-3.3-1.8-3.2-.9-1.7a54.5 54.5 0 01-3.5-8.8l-1.1-3.7-.9-3.7-.3-2a42.8 42.8 0 01-.8-5.6 49.8 49.8 0 01.2-11.1l.3-1.8.5-1.8.2-.8.3-.9.8-1.5.4-.8.7-.8.5-.6.6-.7.5-.4a17.8 17.8 0 011.7-1.6l1.7-1.3 2.8-2 1.5-1c.4-.4 1-.7 1.5-1l1.4-1.1 1.6-1.2 1.5-1L71 40a80.8 80.8 0 012.2-1.6l1-.8 1-.7 2-1.5 1-.9 1.4-1 2.3-2a127.2 127.2 0 005-4l1.3-1.2 1.3-1 2.1-1.8 2.5-2 1.2-1 1.2-1.2 1.1-.9 1-1L100 16l.6-.7.6-.6-.7-.8a34 34 0 00-1.3-1.2l-1.2-.9-1-.8-1.3-.9v.1l-.2-.2-.8-.4-1-.5a44 44 0 00-1.8-.9c-.2 0-.5-.1-.7-.3L89 7.2l-2.2-.8a27.2 27.2 0 01-2-.4l-1.3-.2-1.2-.2-1.5-.2-1.8-.1-1.7-.2H63.2l-1.6.2-3.3.5-1.7.4-1.8.4-1.7.3-1.7.5-3.5.9-1.4.4-1.3.3-1 .3-.9.4-2 .7c-.4 0-.7.2-1 .3l-1 .3-1.9.8-1.5.6-1.6.9-1.6.8-1.6.9c-1 .5-2.1 1-3.2 1.7l-1.5.9-1.5.8a30 30 0 00-2.8 2L20.4 22l-1.6 1.4h.1l-.7.7-1 1c-.4.6-1 1-1.5 1.6a46 46 0 00-6 8.3v-.1L9.1 36l-.3.7c0 .3-.2.5-.3.7l-1 2.5-.4.8c0 .3-.2.6-.3.8l-.6 2-.7 2-.5 1.8-.6 2a102 102 0 00-1.3 5.1L2.7 57l-.3 2.8-.3 3-.3 6.2a66.4 66.4 0 00.7 9l.6 3.4.4 1.7.2 1 .2.8L5 88.8l.8 2 .8 2a46.5 46.5 0 005.9 10.1l1 1.4 1 1.2 1.2 1.2a75.7 75.7 0 006.8 5.7l1.6 1 1.3.7 1.6.8c1.1.6 2.3 1.3 3.6 1.8h-.1l2.3.8 2.3.9 2.4.8 2.6.7 3 .7 1.6.3c.6 0 1.2.2 1.7.3l3.2.5 1.6.4a31.2 31.2 0 012.9.7zm-.3 1.7a.7.7 0 01-.6-.6H53l-1-.2-.9-.2-1.2-.1-1.3-.2-1.8-.2-2-.3-1.8-.2a57.5 57.5 0 01-3.6-.8l-1.9-.5-1.9-.6-1.7-.6-1.6-.6-1.8-.7a22.2 22.2 0 01-3.4-1.6c-.6-.2-1.2-.6-1.7-.9l-1.7-.8-1.6-1-1.6-1-1.5-1-1.5-1.2c-1-.8-1.8-1.7-2.7-2.6a28.7 28.7 0 01-4.8-5.8L9 101l-.9-1.5a118.6 118.6 0 01-3.4-7.1 67 67 0 01-1.4-3.6l-1.1-3.6-.2-.8-.3-1.2c0-.6-.2-1.1-.3-1.7l-.8-4-.2-1.9-.2-1.9A78.4 78.4 0 010 68v-2a61.7 61.7 0 01.6-7.5A39.4 39.4 0 012 51.3l.9-3.2v.1l1-3.6L5 40.8l.3-.8.4-.9.4-1 .4-.7.7-1.7a14.2 14.2 0 011-1.8l1.5-2.6a33.2 33.2 0 015.6-6.8l.6-.6.6-.7 1.5-1.5 1.3-1.2 1.5-1.4 1.5-1.1 1.6-1.1 1.5-.9 1.7-1 3.3-1.7 1.6-.8 1.7-1 1.7-.8A38.3 38.3 0 0142 8l1.5-.6 3.1-.8 4.4-1 2.1-.6 1-.2 1-.2 1.8-.4 1.9-.5 1.8-.3 1.9-.2h1.7L66 3h12.8l2.8.2 1.5.2 1.4.2 1 .1 1 .3 1.2.2 1 .4A63.6 63.6 0 0092.5 6L95 7l1.1.7 1.2.6 1.1.8 1 .7 1.2 1 .5.4.4.4.9.9 1 1.2.2.3.2.6c.1.5 0 1-.3 1.4l-.4.6-1 1.1-.6.4c-.2 0-.3 0-.5.2l-.7.6c-.2 0-.3.2-.4.3-.2 0-.3.2-.4.3l-.3.4a.7.7 0 000 .9l-.4.4-1 1-1.2 1L94 25l-2.2 1.8-1.2 1-1.1.7-5.8 4.9-2.8 2.4-1.5 1.2-1.4 1.2-1.5 1.1-1.5 1.2-1.4 1-1.6 1.1-1.5 1.2-1.5 1-1.5 1.2-1.4 1-2.5 1.9-2.5 1.8-1.1.8-1 .7-.8.7-.6.6-.5.5a18.1 18.1 0 00-1.5 2c-.3.3-.5.7-.6 1.1l-.3.8a22.7 22.7 0 00-1 3.8l-.3 1.2a60.5 60.5 0 00-.4 6.4l.2 3.3.4 3.5.7 4.2.6 2.2.4 1.8 1.5 4.2a119.9 119.9 0 003.1 7.4l.9 1.6.8 1.7 1.7 3.3.8 1.6a48.9 48.9 0 012 5.1 18.6 18.6 0 01.5 3.8v2l-.3 1.3a8 8 0 01-1.2 2.5c-.3.6-.7 1.1-1.2 1.6a11.3 11.3 0 01-2 1.4l-1 .6a11.9 11.9 0 01-1.3.6l-1 .6-1 .4-.8.2-.9.2-.8.1a6.4 6.4 0 01-1.3 0z"/><path fill="#000" d="M43.7 72.7a1 1 0 01-.5-.5 1 1 0 010-.9h.1l.4-.7.4-.7.3-1.2.5-1.1.2-.7.3-1.3.2-1c0-.6 0-1.1.2-1.7V62l.1-1v-.7l-.1-.7-.1-.6-.1-.7v-.2c0-.2.2-.3.4-.3l.3.2.2.3.2.4.2.5.2.7v.2l.3 1.4v2l-.2 2L47 67c0 .5-.2.9-.4 1.3l-.3.8-.2.7-.3 1-.3.6-.4.8a1 1 0 01-.6.5 1 1 0 01-.3 0h-.5zM57 52.2a.4.4 0 01-.3-.5c0-.2.2-.4.4-.3h.6l.6-.2c.3 0 .7-.2 1-.4l.7-.2 1.2-.5c.8-.3 1.7-.5 2.5-.9a29.6 29.6 0 012.3-.8l2.5-.7 3.8-1.4.8-.3.4-.2.5-.1 1.5-.3.7-.2h.4l.4-.2.4-.1.3-.5.7-.2 2.3-.9 2.3-.8 1.3-.5 1.3-.3.2-.1 1.2-.4 1-.3.3-.1 2.4-.8h-.1l.2-.1.5-.4h.4c.3 0 .5-.2.7-.4l.4-.4.7-.7 1-1 1-1 .4-.4.3-.3.3-.3.1-.2.6-.5 1.7-1.6 4-3.5a108.8 108.8 0 017.9-6.7 50.1 50.1 0 003.2-2.8l1.2-1.2.8-.7.8-.9c.1-.1.2-.3.1-.5l.5-.5 2.2-2.8.5-.7.6-1 .9-1.2h-3.1l-1 .2h-3.2l-.9.2c-.3 0-.7 0-1 .2l-1.2.2-2.1.6-2.3.7-1.2.5-1 .3c-.8.2-1.4.5-2.2.6-.4 0-.9-.2-1-.7a1 1 0 01.4-1.2l.7-.3a16.2 16.2 0 001.2-.5l.5-.1h.2a47.2 47.2 0 014.7-1.7l1.3-.3 1.2-.3 1.4-.2 1.1-.1h2.4l.6-.1 1-.1 1.3-.1h1.7l.7-.2.7-.1h.3l.5-.2h.5c.7.2 1.2 1 1 1.6l-1.4 2.3-.8 1.2-.7 1-.8 1-1 1.1-1.5 1.9-.8 1-1 1-.8.9-1 .9-2 1.8-1.8 1.5-4.1 3.4-3.8 3.2-2 1.8-1.8 1.7a35 35 0 01-2 1.7l-2 1.7-2.1 1.7L92 41l-.6.4-.4.2-.6.2-1.2.3-1.1.5-1.2.4-1.3.4a38.7 38.7 0 00-4.8 1.8l-2.3.8a56.7 56.7 0 01-2.5.8l-1 .2a30.1 30.1 0 00-2.6.7L69 48.8l-1.7.4A57.3 57.3 0 0058 52a4 4 0 01-.8.1H57zm-39.5 57.7c-.2-.2-.4-.5-.4-.8l-.1-.5-.1-1-.2-1-.2-1.1-.2-1.1-.3-1.2-.2-1.1a22.3 22.3 0 01-.4-2.3l-.3-1.2-.2-1-.2-1-.4-1.1-.4-1.2c-.2-.5-.4-1-.3-1.6 0-.3.2-.6.4-.8.3-.2.6-.3 1-.3l1.3.2a34.3 34.3 0 004 .1l1 .1 2.4.2 2.4.2h1.2l1.2.2h1.7l-1.4-1.2-3.1-2.6-1-.7a50 50 0 01-1.2-.8l-1-.7-1.1-.9-1-.6-1-1-.5-.6-.2-.4-.1-.4v-1l.4-.6a4.3 4.3 0 00.2-.3v-.1l.3-.4a18.2 18.2 0 00.8-1.7l.9-1.8.5-.9.4-1 .5-.9.4-.9 1-2.3.5-1.2a34.8 34.8 0 00.8-1.7v-.6l-.2.1-1.4.7-1.5.6-1 .5-1.3.5-1.8.8-1.8.8-1.5.8-1.5.8-1.3.5-1.2.5a3 3 0 01-.6.2h-.8c-.2 0-.4 0-.6-.2l-.3-.3-1-1-1-.8-.8-.7a28 28 0 01-1.8-1.7l-.8-.8a35 35 0 01-1.5-1.8c-.3-.3-.4-.6-.6-1a1 1 0 01-.2-.4c0-.1.1-.3.3-.3h.6l.5.3.5.3.4.4.9.8.8.8 1.8 1.5 1.9 1.5.5.4.4.4.5.6c.3 0 .5-.2.8-.3.3 0 .6-.2.8-.3.3 0 .6-.2.8-.3.3 0 .5-.2.8-.3l1-.5c.2 0 .4-.2.5-.3l.6-.3 1.2-.5 1.3-.5 1.4-.6 1.2-.5 1.5-.7 1.4-.6 1-.5 1.1-.4.6-.2c.5 0 1 .1 1.1.5.4.6.3 1.3.3 2s-.3 1.4-.5 2l-.4 1L26 72l-.4 1.2-.6 1.5-.6 1.5-.3.7-.4.8-.7 1.6-.8 1.5-.7 1.4v.1l-.1.2v-.2.3a25.3 25.3 0 001 1l.7.6.7.5.6.5 1.9 1.4L28 88l1.7 1.6 1.8 1.5 1 1 1 .9-.1-.1.2.2c.4.4.3 1 0 1.4l-.5.4h-.5.1l-1 .2h-1.4a18.6 18.6 0 01-2.6 0l-1-.1h-1.3l-1.1-.2H23l-2.3-.3h-1.5l-1.5-.2c-.6 0-1.1 0-1.6-.2h-.3l.2.7.3 1.2.3 1.1c0 .4.2.8.3 1.1l.2 1.2.2 1.1.3 1.2.2 1 .2 1.3.4 2 .2 1 .2 1.2a4.6 4.6 0 00.1.6v-.1.1c.2.4 0 .9-.3 1.1a1 1 0 01-1.2-.2z"/><path fill="#000" d="M59.4 51.3V51l.1-.2.2.1h.8l.6-.1 1-.3 1-.4 2-.8 1-.4 1.2-.5.7-.4.8-.3 1-.4 1-.4 1-.5.6-.2.8-.4 1.6-.6 1.6-.5 1.7-.5.7-.2 3.5-1.2 1.8-.7 1.7-.7c.3 0 .6-.2.8-.3l.9-.4 2.2-1.1 1-.6.6-.3c.2 0 .3-.2.5-.3l.2-.1.5-.3.9-.6 1-.7 1-.7 1-.7 1.3-1 1-.9 1-.8 2-1.6.9-.7a26.7 26.7 0 001.6-1.4l1.6-1.5 1.5-1.5 1.5-1.4 2.7-3a53 53 0 002-2.2l1-1a19.6 19.6 0 001.5-1.9l.6-.7.6-.6.5-.7L119 13l1.2-1.5.9-1.1.6-.8h-1l-1 .1h-2.4l-.6.1a46.6 46.6 0 01-3.5.4l-.6.1h-.6l-2 .5-1 .1-1 .1-1.4.3-1.5.4-1.4.3-1.2.5-.5.2-.5.2-.5.2c-.4.3-1 0-.9-.5 0-.2.2-.4.3-.5l.4-.1.7-.3.6-.3.7-.2.7-.2h.7l.8-.2.7-.2.8-.2 1-.2 1-.1h.8l1.2-.3.7-.2.6-.1.8-.2h1.4l.6-.2 1-.1 1-.2h-.1l1.5-.2h1.5l1.4-.2h.8l.7-.1.6-.1c.3 0 .6 0 .8.3.1.2.2.4.1.6v.2c0 .3-.2.6-.4.8l-1.3 1.7-1.3 1.7-.7.8-.7.9-1.4 1.6-.7.8-.7.7-.6.7-.6.7-1.6 1.8-1.7 1.7-2 2.2v-.1l-.1.1-1.2 1.1-1 1.1-1.6 1.6-1.5 1.4-1.6 1.5-1.6 1.5-2.3 2.1-1.7 1.6-1 .8-1 .8h.2a16 16 0 01-3.5 2l-2.2 1-.8.4-1 .4-2 .8-1.9.7-2 .7-1.1.4-1 .4a31.2 31.2 0 01-2.2.6l-1 .4-1.3.4-1.1.4-1.1.3-1.1.4-.7.3h-.5l-.6.3h.1l-1 .2c-.5 0-.9.1-1.3.3l-.8.2-.6.2-1.2.4-1.2.3-1.3.3-1 .3-1 .3a4 4 0 01-1 0h-.9z"/><path fill="#000" d="M96.7 22l.3-.3.4-.3.7-.6 1.3-1 .6-.5 1-1.2.2-.3.3-.3.3-.3.2-.3.3-.4.5-.8.2-.4v-1.2l-.2-1.3c0-.3.3-.5.6-.6.3 0 .6.1.8.4 0 .3 0 .5.2.7l.1.4v.3l.1.4v.8l-.1.3v.1l-.1.2-.8 1.2-.5.5-.9.8-.5.5-.6.4-.5.5-.3.2-.4.1-1.2.7-.7.6-.8.5-.2.1v.2l-.2.1v-.1zM66 148.7l-.5-1.6-.5-1.6-.2-2.2-.2-1.3v-.5l-.3-.7-.2-.9-.2-.5-.3-.8-.2-.8-.5-1.1-.5-1.4-.5-1.1-.5-1.2a10.7 10.7 0 00-.6-1l-.7-1.2-.8-1.2v.1l-.4-.7-.5-.9-.7-1.5-.7-1.5-.5-.8c-.2-.4-.4-.8-.1-1.1 0-.2.3-.3.6-.3.2 0 .4.2.5.4l.9 1.2.9 1.2.8 1 .6 1 .8 1.4.3.7.3.7.7 1.3.6 1.4.4.8.3.9.7 1.7.3.7.3.9v-.1c0 .2 0 .4.2.7l.2.5.2.7.5 1.4.2 1.6v2l.7 3.4c0 .4-.3.7-.6.7h-.1a.7.7 0 01-.7-.4z"/></svg>
\ No newline at end of file
diff --git a/go.dev/static/images/learn/clis.png b/go.dev/static/images/learn/clis.png
new file mode 100644
index 0000000..267ff73
--- /dev/null
+++ b/go.dev/static/images/learn/clis.png
Binary files differ
diff --git a/go.dev/static/images/learn/codecademy.png b/go.dev/static/images/learn/codecademy.png
index 8969971..8de4dbf 100644
--- a/go.dev/static/images/learn/codecademy.png
+++ b/go.dev/static/images/learn/codecademy.png
Binary files differ
diff --git a/go.dev/static/images/learn/codelabs.png b/go.dev/static/images/learn/codelabs.png
index 7fa097c..c8dabae 100644
--- a/go.dev/static/images/learn/codelabs.png
+++ b/go.dev/static/images/learn/codelabs.png
Binary files differ
diff --git a/go.dev/static/images/learn/concurrency-in-go.jpeg b/go.dev/static/images/learn/concurrency-in-go.png
similarity index 100%
rename from go.dev/static/images/learn/concurrency-in-go.jpeg
rename to go.dev/static/images/learn/concurrency-in-go.png
Binary files differ
diff --git a/go.dev/static/images/learn/coursera.png b/go.dev/static/images/learn/coursera.png
index 42e094b..c22729d 100644
--- a/go.dev/static/images/learn/coursera.png
+++ b/go.dev/static/images/learn/coursera.png
Binary files differ
diff --git a/go.dev/static/images/learn/earth.png b/go.dev/static/images/learn/earth.png
index cfcdfc3..c39758e 100644
--- a/go.dev/static/images/learn/earth.png
+++ b/go.dev/static/images/learn/earth.png
Binary files differ
diff --git a/go.dev/static/images/learn/edureka.png b/go.dev/static/images/learn/edureka.png
index 4800460..a047f5e 100644
--- a/go.dev/static/images/learn/edureka.png
+++ b/go.dev/static/images/learn/edureka.png
Binary files differ
diff --git a/go.dev/static/images/learn/exercism.png b/go.dev/static/images/learn/exercism.png
index e299e83..a2fd1c3 100644
--- a/go.dev/static/images/learn/exercism.png
+++ b/go.dev/static/images/learn/exercism.png
Binary files differ
diff --git a/go.dev/static/images/learn/get-programming-with-go.jpeg b/go.dev/static/images/learn/get-programming-with-go.jpeg
index 605e4db..c73d3e2 100644
--- a/go.dev/static/images/learn/get-programming-with-go.jpeg
+++ b/go.dev/static/images/learn/get-programming-with-go.jpeg
Binary files differ
diff --git a/go.dev/static/images/learn/go-programming-blueprints.png b/go.dev/static/images/learn/go-programming-blueprints.png
index e46dbb3..7ad6838 100644
--- a/go.dev/static/images/learn/go-programming-blueprints.png
+++ b/go.dev/static/images/learn/go-programming-blueprints.png
Binary files differ
diff --git a/go.dev/static/images/learn/go-programming-language-book.png b/go.dev/static/images/learn/go-programming-language-book.png
index 0c69a0c..1f5bd3a 100644
--- a/go.dev/static/images/learn/go-programming-language-book.png
+++ b/go.dev/static/images/learn/go-programming-language-book.png
Binary files differ
diff --git a/go.dev/static/images/learn/go_cdk_logo.png b/go.dev/static/images/learn/go_cdk_logo.png
index 25380f7..96155ec 100644
--- a/go.dev/static/images/learn/go_cdk_logo.png
+++ b/go.dev/static/images/learn/go_cdk_logo.png
Binary files differ
diff --git a/go.dev/static/images/learn/gobyexample.png b/go.dev/static/images/learn/gobyexample.png
index 9256899..d4f2538 100644
--- a/go.dev/static/images/learn/gobyexample.png
+++ b/go.dev/static/images/learn/gobyexample.png
Binary files differ
diff --git a/go.dev/static/images/learn/gohelloworld.png b/go.dev/static/images/learn/gohelloworld.png
index 108806e..df131fe 100644
--- a/go.dev/static/images/learn/gohelloworld.png
+++ b/go.dev/static/images/learn/gohelloworld.png
Binary files differ
diff --git a/go.dev/static/images/learn/gophercises.png b/go.dev/static/images/learn/gophercises.png
new file mode 100644
index 0000000..5adb476
--- /dev/null
+++ b/go.dev/static/images/learn/gophercises.png
Binary files differ
diff --git a/go.dev/static/images/learn/gophercises_1.png b/go.dev/static/images/learn/gophercises_1.png
deleted file mode 100644
index e2732ec..0000000
--- a/go.dev/static/images/learn/gophercises_1.png
+++ /dev/null
Binary files differ
diff --git a/go.dev/static/images/learn/helloworld.png b/go.dev/static/images/learn/helloworld.png
index 4f36e92..05fd362 100644
--- a/go.dev/static/images/learn/helloworld.png
+++ b/go.dev/static/images/learn/helloworld.png
Binary files differ
diff --git a/go.dev/static/images/learn/introducing-go-book.png b/go.dev/static/images/learn/introducing-go-book.png
index 4eb3d3d..a24626d 100644
--- a/go.dev/static/images/learn/introducing-go-book.png
+++ b/go.dev/static/images/learn/introducing-go-book.png
Binary files differ
diff --git a/go.dev/static/images/learn/qwiklabs.png b/go.dev/static/images/learn/qwiklabs.png
index 65acd01..dce0230 100644
--- a/go.dev/static/images/learn/qwiklabs.png
+++ b/go.dev/static/images/learn/qwiklabs.png
Binary files differ
diff --git a/go.dev/static/images/learn/star-rating.png b/go.dev/static/images/learn/star-rating.png
new file mode 100644
index 0000000..4cd252b
--- /dev/null
+++ b/go.dev/static/images/learn/star-rating.png
Binary files differ
diff --git a/go.dev/static/images/learn/web-dev.png b/go.dev/static/images/learn/web-dev.png
new file mode 100644
index 0000000..989357a
--- /dev/null
+++ b/go.dev/static/images/learn/web-dev.png
Binary files differ