/* FONTS */

@font-face {
	font-family: 'Palanquin';
	src: url("/fonts/palanquin-thin.ttf") format("truetype");
}
@font-face {
	font-family: 'msyi';
	src: url("/fonts/msyi.ttf") format("truetype");
}
@font-face {
	font-family: 'Kollektif';
	src: url("/fonts/Kollektif-BoldItalic.ttf") format("truetype");
}
@font-face {
	font-family: 'Lehi';
	src: url("/fonts/Lehigh-Commercial-Light.otf") format("opentype");
}
@font-face {
	font-family: 'IBMPlexSans-Medium';
	src: url("/fonts/IBMPlexSans-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'IBMPlexSans-Italic';
	src: url("/fonts/IBMPlexSans-Italic.otf") format("truetype");
}
@font-face {
	font-family: 'IBMPlexSans-MediumItalic';
	src: url("/fonts/IBMPlexSans-MediumItalic.otf") format("truetype");
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #11141a;
}


/* HEADER */

#header {
	background: rgb(25, 98, 184);
	/* background: #007bff; */
	/* background: #0080c6; */
	/* background: #1e479b; */
	/* background: #3b78d3; */
	/* background: linear-gradient(270deg, rgba(34,126,222,1) 0%, rgb(16, 89, 167) 100%); */
	/* border-bottom: .8px solid rgb(255, 255, 255, .4); */
}
/* #separador {
	height: 15px;
	width: 1px;
	background: rgb(108, 151, 221);
	position: absolute;
	top: 27px;
	left: 215px;
	z-index: 500;
} */
#logoUNi {
	width: 50px;
	height: 50px;
	margin-left: 2.5em;
	/* fill: #007bff; primario bootstrap */
	/* fill: #0080c6; original */
	/* fill: #1e479b; degardado fuerte  */
	/* fill: #3b78d3; degradado claro */
	fill: #ffffff;
	/* extra vector */
	/* filter: drop-shadow( 0px 3px 3px rgba(32, 35, 43, 0.4)); */
	;
}
#cYc {
	width: 230px;
	color: rgb(199, 199, 199);
	position: absolute;
	top: auto;
	right: 0;
	font-size: .9em;
	font-style: italic;
}

  /* Menu Principal  */

#menu {
	width: 380px;
	left: 7em;
	top: -25px;
	position: absolute;
	z-index: 1;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu>ul>li {
	float: left;
}
#menu>ul>li>ul {
	display: none;
}
#menu>ul>li>ul>li {
	position: relative;
}
#menu>ul>li>ul>li>ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
}
#menu>ul>li #nosotros {
	font-family: 'msyi';
	font-size: .80em;
	/* letter-spacing: -.09em; */
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(209, 220, 255);
	display: inline-block;
	width: 77px;
	height: 66px;
	padding: 10px -10px 10px 30px;
	margin-left: 6px;
	background: rgb(25, 98, 184);
	text-align: center;
	line-height: 66px;
	text-decoration: none;
}
#menu>ul>li #nosotros:hover {
  background: rgb(31, 108, 197);
	color: #fff;
}
#menu>ul>li #nosotros:focus {
	border: none;
	outline: none;
}
#menu>ul>li #nuestrosProductos {
	font-family: 'msyi';
	font-size: .80em;
	letter-spacing: -.01em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(209, 220, 255);
	display: inline-block;
	width: 150px;
	height: 66px;
	padding: 10px -10px 10px 30px;
	background: rgb(25, 98, 184);
  text-align: center;
	line-height: 66px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#menu>ul>li #nuestrosProductos:hover {
  background: rgb(31, 108, 197);
	color: #fff;
}
#menu>ul>li #nuestrosProductos:focus {
	border: none;
	outline: none;
}
#menu>ul>li>ul>li>.sub {
	background: rgb(29, 39, 51);
	font-family: 'msyi';
	font-size: 1em;
	color: rgb(209, 220, 255);
	display: inline-block;
	width: 150px;
	height: 40px;
	padding-left: 15px;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#menu>ul>li>ul>li>.sub:hover {
	background-color: rgb(26, 34, 48);
	color: #fff;
}
#menu>ul>li>ul>li>.sub:focus {
	border: none;
	outline: none;
}
#menu>ul>li .subsub {
	font-family: 'msyi';
	font-size: 1em;
	color: rgb(209, 220, 255);
	display: block;
	width: 150px;
	height: 40px;
	background-color: rgb(26, 34, 48);
	padding-left: 15px;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
}
#menu>ul>li .subsub:hover {
	background-color: rgb(21, 29, 43);
	color: #fff;
}
#menu>ul>li .subsub:focus {
	border: none;
	outline: none;
}

    /* Menu Responsive */

#responsivo {
	width: 100%;
	background: rgb(21, 29, 43);
	padding-left: 3em;
	padding-top: .5em;
	position: fixed;
	text-align: left;
	font-size: 1.1em;
	font-family: 'msyi';
	line-height: 2em;
	z-index: 1;
}
.menuinteriorR {
	color: rgb(209, 220, 255);
	padding-left: .8em;
	font-size: 1em;
	line-height: 2.5em;
}
.menuinteriorR:focus {
	border: none;
	outline: none;
}
.menuinteriorR:hover {
	text-decoration: none;
	color: #fff;
}
.submenuR {
	width: 190px;
	/* padding-top: .3em; */
	padding-bottom: .3em;
}
.submenuR:focus {
	border: none;
	outline: none;
}
.submenuR:hover {
	background: rgb(31, 40, 54);
}
#menuRNosotros {
	color: rgb(209, 220, 255);
}
#menuRNosotros:focus {
	border: none;
	outline: none;
}
#menuRNosotros:hover {
	text-decoration: none;
	color: azure;
}
#menuRNuestrosProductos {
	color: rgb(209, 220, 255);
	margin-top: 2em;
}
#menuRNuestrosProductos:focus {
	border: none;
	outline: none;
}
#menuRNuestrosProductos:hover {
	color: azure;
	text-decoration: none;
}
#hamburgueso {
	margin-left: 4px;
	border: none;
}
#hamburgueso:focus {
	border: none;
  outline: none;
}

 
/* CUERPO */
    
  /* Galeria de Imagenes */
    
     /*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
  animation-name: jssorl-004-double-tail-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border: none;
}
@keyframes jssorl-004-double-tail-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}  
  /*jssor slider bullet skin 033 css*/
.jssorb033 {
  position: absolute;
}
.jssorb033 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb033 .i .b {
  fill: #000;
  fill-opacity: 0.4;
  stroke: #fff;
  stroke-width: 500;
  stroke-miterlimit: 10;
  stroke-opacity: 0.8;
}
.jssorb033 .i:hover .b {
  fill: #fff;
  fill-opacity: 1;
  stroke: #000;
  stroke-opacity: 1;
}
.jssorb033 .iav .b {
  fill: lightgray;
  stroke: #000;
  stroke-width: 600;
  fill-opacity: .4;
}
.jssorb033 .i.idn {
  opacity: .3;
}  
  /*jssor slider arrow skin 055 css*/
.jssora055 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora055 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 130;
  stroke-miterlimit: 10;
}
.jssora055:hover {
  opacity: .8;
}
.jssora055.jssora055dn {
  opacity: .5;
}
.jssora055.jssora055ds {
  opacity: .3;
  pointer-events: none;
}

     /* Transiciones hover HyP */

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect3 .img {
  /* z-index: 11; */
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: rgb(184, 192, 230);
}
.ih-item.circle.effect3 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
  color: #fff;
  font-family: 'Helvetica-Black';
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 30px;
  top: 8px;
  padding: 75px 0 0 0;
  height: 100px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
  color: rgb(255, 255, 255);
  padding: 20px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 13px;

  /* border-top: 1px dotted rgb(255, 255, 255); */
}
.ih-item.circle.effect3.left_to_right .img {
  -webkit-transform: scale(0.7) translateX(0);
  -moz-transform: scale(0.7) translateX(0);
  -ms-transform: scale(0.7) translateX(0);
  -o-transform: scale(0.7) translateX(0);
  transform: scale(0.7) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.effect3.right_to_left .img {
  -webkit-transform: scale(0.7) translateX(0);
  -moz-transform: scale(0.7) translateX(0);
  -ms-transform: scale(0.7) translateX(0);
  -o-transform: scale(0.7) translateX(0);
  transform: scale(0.7) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


  /* Contenido */

#imagenprincipalIND {
  background: url('/img/Index/imagenPrincipal.jpg') no-repeat;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}
#imagenprincipalNOS {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	background: #1c242e url("/img/Nosotros/nosotrosc.png") no-repeat;
	background-position: 0em 0em;
	background-attachment: contain;
	background-size: cover;
	height: 1200px;
	position: absolute;
	right: 0;
}
#espacioIntermedio {
  background-color: orange;
} 
#primerImagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} 
#contenidoLargo {
  height: 1400px;
      /* background-color: #343f4d; */
  background-color: #1c242e;
  color: rgb(199, 199, 199);
  position: relative;
}
#contenidoMedio {
  height: 1200px;
      /* background-color: #343f4d; */
  background-color: #1c242e;
  color: rgb(199, 199, 199);
  position: relative;
} 
#contenidoCorto {
  height: 1000px;
        /* background-color: #343f4d; */
  background-color: #1c242e;
  color: rgb(199, 199, 199);
  position: relative;
}
#contenidoLP {
  height: 1200px;
      /* background-color: #343f4d; */
  background-color: #1c242e;
  color: rgb(199, 199, 199);
  position: relative;
}
#contenidoHyP {
  background: url("/img/HyP/hoj2.jpg");
  color: rgb(199, 199, 199);
  background-position: -5.8em 0em;
  background-attachment: contain;
  background-size: cover;
  height: 650px;
  right: 0;
  position: relative;
}
#contenidoNosotros {
  height: 1000px;
  background-color: #1c242e;
  color: rgb(199, 199, 199);
  position: relative;
}
#contenidoDeCategoriaDER p {
  color: #fff;
  font-family: 'Palanquin';
  font-size: 1.1em;
  line-height: 2.5em;
  margin: 10em 2em 0 26em;
  width: 55%;
  /* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#contenidoDeCategoriaIZQ p {
  color: #fff;
  font-family: 'Palanquin';
  font-size: 1.1em;
  line-height: 2.5em;
  margin: 10em 2em 0 2em;
  width: 55%;
  /* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#contenidoDeCategoriaPapa p {
	color: rgb(101, 102, 102);
	font-family: 'Palanquin';
	font-size: 1.1em;
	line-height: 2.5em;
	margin: 10em 2em 0 2em;
	width: 55%;
	/* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#contenidoDeCategoriaNOS p {
	width: 65%;
  margin:2em 2em 0 2em;
  color: #fff;
	font-family: 'Palanquin';
	font-size: 1.1em;
	line-height: 2.5em;
}
#contenidoDeCategoriaHyP .parte1 {
  color: #fff ;
  font-family: 'Lehi';
  font-size: 2.35em;
  font-weight: 100;
  line-height: 1.3em;
  position: absolute;
  bottom:  60px;
  left: 70px;
  width: 37%;

}
#contenidoDeCategoriaHyP .parte2 {
  color: #fff;
  font-family: 'IBMPlexSans-MediumItalic';
  font-size: 1.2em;
  line-height: 1.5em;
  position: absolute;
  top: 110px;
  right: 90px;
  width: 35%;
  text-shadow: 1px 1px 1px rgb(32, 32, 32);
}
#tituloDeCategoria {
  color: #ffffff;
  font-family: 'Kollektif';
  position: absolute;
  text-transform: uppercase;  
  font-size: 2em;
  letter-spacing: .1em;
  padding: 40px 20px 45px 70px;
  /* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#tituloDeCategoriaL {
 color: #ffffff;
 font-family: 'Kollektif';
 position: absolute;
 text-transform: uppercase;  
 font-size: 2em;
 letter-spacing: .1em;
 padding: 40px 20px 45px 70px;
 /* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#subtituloDeCategoria {
  color: #ffffff;
  font-family: 'msyi';
  position: absolute;
  right: 80px;
  text-transform: uppercase;  
  font-size: 1.8em;
  letter-spacing: .1em;
  padding: 35px 20px 45px 70px;
}
#subtituloDeCategoriaCI {
  color: #ffffff;
  font-family: 'msyi';
  position: absolute;
  right: 80px;
  text-transform: uppercase;  
  font-size: 1.8em;
  letter-spacing: .1em;
  padding: 35px 20px 45px 70px;
}
#etiquetaDeCategoriaAMB {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(58,110,180);
  background: linear-gradient(-90deg, rgba(58,110,180,1) 0%, rgba(179,59,86,1) 68%, rgba(176,1,1,1) 100%);
  /*   background-size: .56em;
  background-position: 0; */
}
#etiquetaDeCategoriaCON {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(58,110,180);
  background: linear-gradient(90deg, rgba(58,110,180,1) 0%, rgba(179,59,86,1) 82%, rgb(187, 31, 31) 100%);
  /*   background-size: .56em;
  background-position: 0; */
}
#etiquetaDeCategoriaAV {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(51,2,2);
  background: linear-gradient(270deg, rgba(51,2,2,1) 0%, rgba(18,37,8,1) 48%);
}
#etiquetaDeCategoriaBOM {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(18,37,8);
  background: linear-gradient(90deg, rgba(18,37,8,1) 8%, rgba(51,2,2,1) 43%);
}
#etiquetaDeCategoriaSEG {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 40%, rgba(23,19,78,1) 100%);
}
#etiquetaDeCategoriaPAS {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}
#etiquetaDeCategoriaREP {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(11,65,66);
  background: linear-gradient(90deg, rgba(11,65,66,1) 0%, rgba(25,36,61,1) 55%, rgba(50,28,28,1) 100%);
}
#etiquetaDeCategoriaESP {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(44,25,61);
  background: linear-gradient(90deg, rgba(44,25,61,1) 0%, rgb(62, 65, 54)100%);
}
#etiquetaDeCategoriaPAP {
  position: absolute;
  right: 0;
  top: 0em;
  border-radius: 0 0 35px 0;
  width: 1140px;
  height: 120px;
  background: rgb(44,25,61);
  background: linear-gradient(-90deg, rgba(44,25,61,1) 50%, rgb(245, 225, 46)130%);
}
.catalogoDAmb {
  position: absolute;
  left:  4.7em;
  top: 13.8em;
}
.catalogoDAmb a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.catalogoDSeg {
 position: absolute;
 left: 4.7em;
 top: 13.8em;
}
.catalogoDSeg a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoDRes {
  position: absolute;
  left: 4.7em;
  top: 13.8em;
}
.catalogoDRes a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoDRep {
  position: absolute;
  left: 4.7em;
  top: 13.8em;
}
.catalogoDRep a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.catalogoDEsp {
 position: absolute;
 left: 4.7em;
 top: 13.8em;
}
.catalogoDEsp a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoICon {
  position: absolute;
  right: 4.7em;
  top: 13.8em;
}
.catalogoICon a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.catalogoIEsp {
 position: absolute;
 right: 4.7em;
 top: 13.8em;
}
.catalogoIEsp a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoIRes {
  position: absolute;
  right: 4.7em;
  top: 13.8em;
}
.catalogoIRes a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoIPas {
  position: absolute;
  right: 4.7em;
  top: 13.8em;
}
.catalogoIPas a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoIRep {
  position: absolute;
  right: 4.7em;
  top: 13.8em;
}
.catalogoIRep a {
 width: 3.5em;
 fill: rgb(177, 179, 192);
 padding: 0;
}
.catalogoIPap {
  position: absolute;
  right: 4.7em;
  top: 13.8em;
}
.catalogoIPap a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.btn:hover svg #flecha {
  transform: translateY(10px);
  transition: all ease .4s;
}
.btn:hover svg .st0 {
  /* fill: #fff; */
  display: none;
}
.tiposDeAmbulancias {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  bottom: 16.5em;
  left: 85px;
}
.tiposDeAmbulancias a {
  text-align: left;
  font-family: 'msyi';
  margin: 4px 34px 4px 0;
  letter-spacing: .1em;
  font-size: 1.2em;
  text-decoration: none;
  color: rgb(171, 182, 197);
}
.tiposDeAmbulancias a:visited {
  color: lightblue;
}
.tiposDeAmbulancias a:hover, a:focus {
  color: papayawhip;
}
.tiposDeAmbulancias a:active {
  color: papayawhip;
  font-size: 1.21em;
}
.tiposDeAmbulancias a:focus {
  border: none;
  outline: none;
}
.opcionesDeCategoriaDER {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  bottom: 12.5em;
  left: 85px;
}
.opcionesDeCategoriaDER a {
  text-align: left;
  text-transform: uppercase;
  font-family: 'msyi';
  padding: 4px 34px 4px 0;
  letter-spacing: .1em;
  font-size: 1em;
  text-decoration: none;
}
.opcionesDeCategoriaIZQ {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  bottom: 12.5em;
  right: 50px;
}
.opcionesDeCategoriaIZQ a {
  text-align: right;
  text-transform: uppercase;
  font-family: 'msyi';
  padding: 4px 34px 4px 0;
  letter-spacing: .1em;
  font-size: 1em;
  text-decoration: none;
}
.opcionesDeCategoriaDER a:focus {
  border: none;
  outline: none;
  color: lavender;
}
.opcionesDeCategoriaIZQ a:focus {
  border: none;
  outline: none;
  color: lavender;
}
#TresGeneraciones {
  width: 600px;
  height: 600px;
}
#elementos {
  position: absolute;
  top: 15%;
  left: 80px;
  width: 500px;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.labels{
  fill:rgb(207, 212, 238);
}
  /* Recorte de imagen HyP*/ 
.banner{
  height: 800px;
  position: relative;
  z-index: -1;
}
figure {
position: absolute;
margin-left: -15px;
}
.container_svg{
  /* position: absolute;   */
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.media_img{
  background: url('/img/HyP/hoj1.jpg') no-repeat;
  background-size: cover;
  background-position: -3em 0em;
}
.svg_img{
  width: 100%;
  height: 100%;
}
  

/* FOOTER */
    
 .pie {
  background-color: rgb(21, 29, 43);
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.plecaAzul {
  background-color: #007fc4;
 /* extra vector */
  bottom: 15%;
  height: 5px;
}

  /* Menu Footer */

#menupie {
  height: 350px;
}
.pie #nav2 {
  position: relative;
  margin-top: 8em;
  margin-left: 0;
  margin-right: 0;

}
#nav2 a {
  color: rgb(212, 212, 212);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  margin: 0 15px;
  letter-spacing: 1px;
  text-decoration: none;
}
#nav2 a:hover {
  color: rgb(180, 179, 179);
}
#nav2 a:focus {
  border: none;
  outline: none;
}
  
    /* Ventana Contacto */  
  
.mascara {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8);
}
.cerrar {
  /* float: right; */
  position: absolute;
  bottom: 30px;
  right: 20px;
  letter-spacing: -5;
  /* margin-top: 5em; */
}
.card-body h3 {
  padding: 10px 20px;
  color: rgb(79, 120, 163);
  font-weight: bolder;
  font-family: 'IBMPlexSans-Medium';
  /* font-style: italic; */
  font-size: 2.5em;
  letter-spacing: -1px;
}
.card-body p {
  color: rgb(100, 119, 138);
  padding: 3px 5px;
}
.formulario {
  border-radius: 15px;
  border: 20px solid rgb(226, 241, 245);
  position: absolute;
  top: 5px;
  background: rgb(249, 255, 252) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 1617'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E5E5E5;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.6 853c44.1-5.4 88.6-8.2 133-8.8l11.4-0.1 11.4 0.2 22.7 0.4c7.6 0.2 15.1 0.7 22.7 1.1l11.3 0.6c3.8 0.2 7.5 0.6 11.3 0.8L247 849l22.6 2.4 11.3 1.3 11.3 1.5c7.5 1.1 15 1.9 22.5 3.2 59.8 9.3 119 23.1 176.4 42.3 28.7 9.6 56.9 20.7 84.5 33.1 13.8 6.2 27.4 12.8 40.8 19.8 13.4 7.1 26.6 14.5 39.2 22.8l-0.2 0.4c-12.7-8.2-26-15.5-39.4-22.4S588.9 940 575.1 934c-27.7-12.1-55.9-22.9-84.6-32.2 -57.4-18.8-116.5-32.2-176.2-41 -7.5-1.2-15-2-22.4-3l-11.2-1.4 -11.3-1.2 -22.5-2.2 -22.6-1.6c-3.8-0.3-7.5-0.6-11.3-0.8l-11.3-0.5 -22.6-1 -22.6-0.5 -11.3-0.2 -11.3 0.1c-44.4 0-88.8 2.3-133 6.6L0.6 853z'/%3E%3Cpath class='st0' d='M0.6 748.3c56.6-5.9 113.7-8.5 170.7-7.5 73 1.8 146.1 8.8 217.4 24.7l13.4 2.9c2.2 0.5 4.5 0.9 6.7 1.5l6.6 1.7 26.5 6.8 26.3 7.7 6.6 1.9 6.5 2.2 13 4.4c34.6 11.8 68.4 25.7 101.1 41.9 32.6 16.3 64.2 34.9 93.8 56.3 14.8 10.6 29.1 22 42.8 34.1 13.6 12.1 26.8 24.8 38.4 39l-0.3 0.3c-11.6-14-24.9-26.6-38.6-38.6 -13.8-11.9-28.1-23.2-43-33.7 -29.7-21-61.4-39.3-94-55.4 -32.7-16.1-66.5-29.7-101-41.2l-13-4.3 -6.5-2.1 -6.6-1.9 -26.2-7.6 -26.5-6.6 -6.6-1.7c-2.2-0.5-4.4-1-6.7-1.4l-13.4-2.8c-17.8-4-35.8-6.7-53.7-9.9 -9-1.3-18-2.5-27-3.7l-13.5-1.8c-4.5-0.5-9.1-0.9-13.6-1.4l-27.2-2.8c-9.1-0.8-18.2-1.2-27.2-1.9l-13.6-0.9c-2.3-0.1-4.5-0.3-6.8-0.4l-6.8-0.2 -27.3-0.8c-56.9-1.6-113.8 0.4-170.6 5L0.6 748.3z'/%3E%3Cpath class='st0' d='M0.6 653.1c65.3-5.3 131-6.2 196.4-1.9l30.5 2.2c10.2 0.8 20.3 2.2 30.4 3.3l15.2 1.8c2.5 0.3 5.1 0.6 7.6 0.9l7.6 1.2 30.2 4.8c40.1 7.2 80 15.9 119 27.8 39 11.8 77.5 25.3 114.9 41.6 4.7 1.9 9.3 4.1 14 6.2l13.9 6.4 7 3.2c2.3 1.1 4.6 2.3 6.8 3.4l13.7 6.9c9.2 4.4 18 9.5 27 14.4 9 4.8 17.7 10.1 26.4 15.4 8.8 5.2 17.2 11 25.7 16.6l6.4 4.2 6.2 4.4 12.4 9 3.1 2.3 3 2.4 6 4.7c4 3.2 8.1 6.2 12 9.5 7.8 6.6 15.8 13 23.3 19.9 15.3 13.5 29.7 28 43.5 43 6.9 7.5 13.5 15.3 19.8 23.3s12.5 16.2 17.9 24.8l-0.4 0.2c-11.7-16.7-25.1-32-39-46.8 -6.9-7.4-14.2-14.5-21.5-21.6l-11.2-10.4c-3.7-3.5-7.6-6.7-11.4-10.1 -7.5-6.8-15.5-13.1-23.3-19.6 -3.9-3.2-8-6.2-12-9.3l-6-4.6 -3-2.3 -3.1-2.2c-16.5-11.9-33.1-23.6-50.4-34.3l-12.9-8.1 -3.2-2 -3.3-1.9 -6.6-3.8c-8.8-5.1-17.5-10.3-26.6-14.9 -17.8-9.7-36.2-18.5-54.8-26.8l-28.1-11.9 -28.6-10.6L488 711l-7.3-2.3 -14.5-4.6 -14.5-4.6c-4.9-1.4-9.8-2.7-14.7-4.1l-14.7-4 -7.4-2 -3.7-1 -3.7-0.9 -29.7-6.8 -7.4-1.7c-2.5-0.5-5-1-7.5-1.4l-15-2.8 -15-2.9 -7.5-1.4 -7.5-1.1 -30.1-4.5 -7.5-1.1c-2.5-0.3-5-0.6-7.6-0.9l-15.2-1.7 -15.1-1.7 -7.6-0.9 -3.8-0.4 -3.8-0.3 -30.4-2.3c-65.2-4.4-130.7-4.3-196.1-0.6L0.6 653.1z'/%3E%3Cpath class='st0' d='M0.6 586.7c76-5.2 152.4-4.9 228.3 1.9 11.5 1.1 23 2 34.4 3.2l34.3 4.6 17.1 2.3 17 3 34 6.1 33.8 7.5 16.9 3.8 16.7 4.5 16.7 4.5 8.3 2.2 4.2 1.1 4.1 1.3 33 10.3c43.7 14.6 86.6 31.5 128.4 50.8 41.7 19.5 82.4 41.5 121.1 66.5 4.9 3 9.6 6.4 14.4 9.6l14.3 9.8c9.4 6.7 18.6 13.6 27.8 20.6 18.1 14.3 36 28.9 52.8 44.6 17 15.5 33.3 31.9 48.7 49.1 15.4 17.2 30 35.1 42.7 54.3l-0.4 0.2c-6.6-9.4-13.8-18.4-21.1-27.3 -7.4-8.8-15.1-17.4-22.9-25.8 -4-4.2-7.8-8.4-11.9-12.5l-12.2-12.2c-4.1-4-8.3-7.9-12.5-11.9 -4.1-4-8.4-7.8-12.7-11.7 -34.1-30.8-70.7-58.8-109-84.1l-14.5-9.4c-4.8-3.1-9.6-6.3-14.6-9.2l-14.8-8.9c-5-2.9-9.8-6-14.9-8.7 -10.1-5.5-20.1-11.2-30.2-16.6L627 694.9c-41.6-19.7-84.7-36-128.5-50l-33-9.9 -4.1-1.2 -4.2-1.1 -8.4-2.1 -16.7-4.3 -16.7-4.3 -16.9-3.6 -33.7-7.2 -34-5.9 -17-2.9 -17.1-2.2 -34.2-4.6c-11.4-1.2-22.9-2.2-34.3-3.3 -45.8-4.4-91.7-5.9-137.7-6.5 -2.9 0-5.7-0.2-8.6-0.1l-8.6 0.2 -17.2 0.3 -34.5 0.6 -21.3 1.1L0.6 586.7z'/%3E%3Cpath class='st0' d='M0.6 509.6c80.4-8.3 161.7-8.7 242.2 0 96.4 10.2 191.4 33.6 281.6 69.1 45.1 17.7 89 38.3 131.7 61.1 10.6 5.8 21.2 11.6 31.7 17.7 5.3 3 10.5 6.1 15.7 9.1l7.8 4.6 7.7 4.8c20.6 12.7 40.9 26 60.7 40 39.5 28 77.1 58.8 112.5 91.9 17.7 16.5 34.7 33.8 51.2 51.6 8.2 8.9 16.2 18 24 27.3s15.4 18.7 22.5 28.5l-0.3 0.2c-14.9-19-31.1-37-47.8-54.5 -16.6-17.5-34-34.3-51.8-50.7 -17.7-16.4-36.1-32.2-54.8-47.4 -18.8-15.2-37.9-30-57.5-44.1 -19.6-14.2-39.5-27.8-59.9-40.8l-7.6-4.9 -7.7-4.7c-5.1-3.2-10.3-6.3-15.5-9.4 -10.4-6.2-21-12.1-31.5-17.9 -21.2-11.7-42.9-22.3-64.9-32.4 -22-10.1-44.3-19.4-66.9-27.8 -90.5-34.2-185.2-56.2-281.2-66.9l-18-1.8c-6-0.6-12-1-18-1.5 -12-1.1-24.1-1.6-36.1-2.3 -6-0.4-12.1-0.5-18.1-0.7s-12.1-0.5-18.1-0.6l-18.1-0.2 -9.1-0.1 -9.1 0.1c-32.4 0.3-64.7 1.8-97 4.4L0.6 509.6z'/%3E%3Cpath class='st0' d='M0.6 425.1c85.4-2.2 171 2.5 255.6 14.5 100.5 13.8 199.2 39.9 293.7 76.3 47.2 18.4 93.2 39.8 138.1 63.2 22.5 11.7 44.4 24.3 66.2 37.2l16.2 10 8.1 5c2.7 1.6 5.4 3.3 8 5.1l15.8 10.5 7.9 5.3c2.6 1.7 5.3 3.5 7.8 5.4l15.4 11.1c5.1 3.7 10.3 7.3 15.3 11.3l15.1 11.6 7.5 5.8 7.3 6.1 14.6 12.1c4.9 4 9.6 8.3 14.4 12.5 4.7 4.2 9.6 8.3 14.2 12.6l13.9 13c18.4 17.5 36.1 35.6 53 54.5 16.8 18.9 32.8 38.6 47.2 59.6l-0.4 0.2c-14.8-20.5-31.4-39.7-48.5-58.3 -17-18.7-35.2-36.3-53.6-53.6l-13.9-12.8c-4.6-4.3-9.5-8.3-14.2-12.5 -4.8-4.1-9.5-8.4-14.4-12.3l-14.7-12 -7.3-6 -7.5-5.8 -14.9-11.6c-4.9-4-10.1-7.6-15.2-11.3L816 660.6c-10.3-7.3-20.8-14.4-31.2-21.6 -2.6-1.8-5.2-3.5-7.9-5.2l-8-5.1 -16-10.2c-5.3-3.5-10.8-6.6-16.2-9.9l-16.3-9.7 -8.2-4.8c-2.8-1.6-5.6-3-8.3-4.5l-16.7-9c-5.6-3-11.1-6.1-16.7-8.9l-17-8.4 -17.1-8.3 -4.3-2.1 -4.3-1.9 -8.7-3.8 -17.4-7.7c-5.8-2.5-11.5-5.2-17.5-7.4L549 518.2c-94.8-35.1-193.4-60-293.5-74.2 -12.5-1.7-25-3.6-37.5-5.2l-37.7-3.8 -18.9-2 -4.7-0.5 -4.7-0.3 -9.5-0.6 -37.8-2.4c-12.6-1-25.3-1.1-37.9-1.5l-37.9-1c-6.3-0.3-12.6 0.1-19 0l-9.2 0.1L0.6 425.1z'/%3E%3Cpath class='st0' d='M0.7 324.8c86.8-1.4 173.8 3.2 260 14.4l38.7 5.5c6.5 0.8 12.9 2.1 19.3 3.2l19.2 3.5 19.2 3.5 9.6 1.8c3.2 0.6 6.4 1.4 9.5 2.1l38.2 8.6 9.5 2.2c3.2 0.7 6.3 1.7 9.5 2.5l18.9 5.1 18.9 5.1 9.4 2.6c3.1 0.9 6.2 2 9.3 2.9l37.3 11.8c6.3 1.9 12.3 4.2 18.5 6.4l18.4 6.7c97.9 35.7 191.4 84.4 275.4 146.2 41.9 31 81.6 65.1 117.5 102.9 18.1 18.7 35.1 38.5 51.1 59.1 15.9 20.6 31 41.9 43.6 64.8l-0.4 0.2c-12.6-22.7-27.8-44-43.9-64.5 -16.1-20.5-33.2-40.1-51.4-58.7 -36-37.6-75.8-71.4-117.8-102.1 -84-61.4-177.4-109.6-275.3-144.8l-18.4-6.6c-6.1-2.2-12.2-4.5-18.5-6.3l-37.2-11.6c-3.1-1-6.2-2-9.3-2.9l-9.4-2.5 -18.8-5 -18.8-5c-3.2-0.8-6.3-1.8-9.4-2.4l-9.5-2.1 -38.1-8.6c-3.2-0.7-6.3-1.5-9.5-2.1l-9.6-1.8 -19.2-3.5 -19.2-3.5c-6.4-1.1-12.8-2.4-19.2-3.2l-38.6-5.5c-85.9-11.9-172.7-17-259.5-17.1L0.7 324.8z'/%3E%3Cpath class='st0' d='M0.7 224.7c91.6 0.2 183.2 6.1 274 18.4l40.5 5.6 40.2 7.1 20.1 3.5c6.7 1.2 13.3 2.8 20 4.2l40 8.5c3.3 0.7 6.6 1.5 9.9 2.3l9.9 2.5 19.8 5 19.8 5c6.6 1.7 13.1 3.7 19.7 5.6l39.2 11.4 38.8 12.8c51.5 17.7 102.3 37.7 151.7 60.9 49.3 23.4 97.2 49.5 143.3 78.7 46 29.2 90.3 61.4 131.6 97.1 20.8 17.7 40.7 36.4 59.8 55.9 19 19.6 37.3 39.8 53.6 62l-3.5 2.4c-15.9-21.8-34.1-42.1-53-61.7 -18.9-19.5-38.7-38.2-59.3-55.9 -41-35.7-85-67.9-130.8-97.2 -45.8-29.3-93.6-55.5-142.7-79 -49.2-23.4-99.8-43.5-151.2-61.3l-38.7-12.9 -39.2-11.5c-6.5-1.9-13-3.9-19.6-5.6l-19.8-5 -19.8-5 -9.9-2.5c-3.3-0.8-6.6-1.7-9.9-2.4l-39.9-8.6c-6.7-1.4-13.3-3-20-4.2l-20.1-3.6L315 250l-40.4-5.8c-90.7-12.6-182.3-18.7-273.8-19.3L0.7 224.7z'/%3E%3Cpath class='st0' d='M0.6 124.6c104.2-0.3 208.5 6.6 311.7 21.8l44.6 6.7c14.8 2.6 29.5 5.6 44.3 8.4 29.6 5.2 58.7 12.7 88 19.4 7.3 1.6 14.6 3.7 21.8 5.7l21.7 6c14.5 4 29 7.8 43.3 12.6l43 13.8c14.2 4.9 28.3 10.2 42.4 15.2 56.2 21.1 111.6 44.6 165.2 71.8 26.7 13.8 53.2 27.8 79.1 43.1 13.2 7.3 25.7 15.5 38.5 23.4 12.9 7.8 25.2 16.3 37.7 24.7 49.6 34 96.7 71.7 140 113.4 21.9 20.7 42.5 42.6 62.1 65.3 19.6 22.8 38.1 46.5 54.1 72l-0.4 0.2c-16.4-25.1-35.6-48.3-55.4-70.8 -9.9-11.3-20.2-22.1-30.6-33l-15.9-15.9c-5.3-5.3-10.8-10.4-16.2-15.6l-8.1-7.7c-2.7-2.6-5.6-5-8.3-7.5l-16.8-15c-5.6-4.9-11.5-9.7-17.2-14.5l-8.6-7.2 -4.3-3.6 -4.4-3.5c-23.5-18.6-47.3-36.9-72-53.8 -12.4-8.5-24.5-17.2-37.3-25.1 -12.7-8-25.1-16.4-38.1-23.9l-19.3-11.5 -9.7-5.7 -9.9-5.4 -19.8-10.7 -9.9-5.3 -5-2.7 -5-2.5 -40.4-19.9c-13.6-6.3-27.4-12.2-41.1-18.3 -13.6-6.3-27.7-11.5-41.7-17l-20.9-8.2c-3.5-1.4-7-2.6-10.6-3.9l-10.6-3.7c-14.2-4.9-28.3-10-42.5-14.8l-43-13.2c-14.3-4.6-28.8-8.3-43.3-12.2l-21.7-5.8c-7.2-1.9-14.4-4-21.8-5.6 -29.3-6.5-58.3-13.9-87.9-19 -14.7-2.7-29.4-5.7-44.2-8.3l-44.5-6.8 -22.2-3.4c-1.9-0.3-3.7-0.6-5.6-0.8l-5.6-0.6 -11.2-1.3 -44.7-5.2c-14.9-2-29.8-3-44.8-4.2l-44.8-3.6c-7.5-0.7-15-0.9-22.5-1.3L87.8 129 43 127l-42.3-0.6L0.6 124.6z'/%3E%3Cpath class='st0' d='M287.6-0.7c20.9 2.8 41.8 6 62.6 9.4 66.3 11.4 131.9 26.1 196.6 44.6 16 4.8 32.2 9.4 48.2 14.7 8 2.6 16.1 5 24 7.8l23.9 8.2c31.7 11.3 63.1 23.1 94.1 36.2s61.6 27 91.7 41.9c30.1 15 59.7 30.9 88.8 47.7 58.2 33.6 114 71.3 166.9 112.7s102.7 86.8 148.7 135.7c23 24.5 44.9 49.9 65.6 76.4 10.3 13.2 20.4 26.7 30 40.5 9.5 13.8 18.9 27.8 27.2 42.4l-0.6 0.3c-8.4-14.5-17.8-28.4-27.4-42.2 -9.7-13.7-19.8-27.1-30.2-40.2 -20.8-26.3-42.9-51.5-66-75.9 -46.2-48.6-96.2-93.5-149.3-134.5 -53-41.1-108.9-78.4-167-111.7 -29.1-16.7-58.7-32.4-88.8-47.2 -30.1-14.7-60.7-28.4-91.6-41.3 -30.9-12.9-62.4-24.5-94-35.6l-23.8-8c-7.9-2.7-16-5.1-23.9-7.6 -15.9-5.1-32.1-9.6-48.2-14.3 -32.3-8.9-64.7-17.4-97.4-24.6 -16.3-3.9-32.7-7.1-49.1-10.5 -8.2-1.8-16.4-3.2-24.7-4.7 -8.2-1.5-16.5-3.1-24.7-4.5C312 8.5 274.7 3 237.4-1.5L287.6-0.7z'/%3E%3Cpath class='st0' d='M1501 511.1c1.9 2.8 3.8 5.6 5.7 8.4l8 11.9 8 11.9c2.7 4 5.1 8.1 7.6 12.1l15.1 24.3 -0.5 0.3c-14-21.9-28.6-43.4-43.8-64.5L1501 511.1z'/%3E%3Cpath class='st0' d='M1452.5 452.8c-3-3.7-6.2-7.3-9.2-10.9 -3.4-4-6.8-8-10.2-11.9l2.1-4.4c3.8 4.5 7.5 9.1 11.3 13.7 3 3.7 6.2 7.3 9.1 11.1L1452.5 452.8z'/%3E%3Cpath class='st0' d='M1381.7 374c-5.2-5.5-10.5-10.9-15.9-16.1l-17.1-16.7 -0.8-8.8c12.3 11.9 24.4 24.1 36.3 36.4L1381.7 374z'/%3E%3Cpath class='st0' d='M811.2-0.6c10.9 4.3 21.7 8.7 32.5 13.1 35.3 14.7 70.2 30.3 104.6 46.9 34.4 16.6 68.3 34.5 101.6 53.3 66.5 37.7 130.7 79.8 191 127 10.2 7.9 20.2 16 30.2 24.2l-2.9 6c-10.3-8.5-20.7-16.8-31.3-25 -30.1-23.3-61-45.7-92.8-66.7 -7.8-5.4-15.9-10.5-23.9-15.7 -8-5.1-16-10.4-24.2-15.3l-24.4-14.9L1047 118c-8.2-4.9-16.6-9.4-24.9-14 -8.3-4.6-16.7-9.3-25.1-13.7 -8.4-4.4-16.8-9-25.3-13.4L946.1 64c-34.2-16.9-68.7-33.1-103.8-48.3C828.6 9.8 814.8 4.1 801-1.5L811.2-0.6z'/%3E%3Cpath class='st0' d='M1234.6-0.8l10.1 7.2 26.5 19.2 26.1 19.7c34.6 26.6 68.4 54.3 101.2 83.1 16.3 14.5 32.5 29.2 48.2 44.3 7.9 7.5 15.7 15.2 23.5 22.8 7.7 7.7 15.4 15.5 23 23.3 30.3 31.4 59.6 63.9 87.7 97.3 28 33.5 54.6 68.2 79.8 103.8 12.6 17.8 24.7 36 36.4 54.4 11.6 18.5 22.9 37.2 33 56.5l-0.8 0.4c-21.8-37.7-46.5-73.6-72.2-108.8 -12.9-17.6-26.1-34.8-39.7-51.9 -13.6-17-27.5-33.7-41.5-50.4 -56.5-66.2-117.7-128.3-182.2-186.7 -32.2-29.3-65.3-57.5-99.4-84.7l-25.7-20.1 -26.1-19.7c-4.9-3.6-9.9-7.2-14.8-10.7L1234.6-0.8z'/%3E%3Cpath class='st0' d='M1559.7-2c35 35.5 68.4 72.7 99.9 111.3 15.9 19.2 31.1 39 46.2 58.9 14.8 20.1 29.4 40.3 43.3 61l5.3 7.7 5.1 7.8 10.2 15.7c6.6 10.6 13.3 21.1 19.8 31.8 12.9 21.3 25.4 42.9 37.3 64.8s23.1 44.2 33.5 66.8c10.4 22.6 20.4 45.5 28.6 69l-1 0.4c-18.6-46.1-41.6-90.3-66-133.5 -24.5-43.2-51.2-85.1-79.6-125.8 -56.5-81.6-120.3-158-189-229.7 -1.8-1.9-3.6-3.8-5.4-5.7L1559.7-2z'/%3E%3Cpath class='st0' d='M1975.4-1.3c17.5 22.9 34.6 46.2 51 69.9 15.2 21.9 30 44.2 44.1 66.8 14.1 22.7 27.8 45.6 40.1 69.3l-1.1 0.6c-12.8-23.4-26.9-46-41.5-68.3 -14.5-22.3-29.5-44.3-45.1-65.9 -17.5-24.3-35.6-48.3-54.2-71.8L1975.4-1.3z'/%3E%3Cpath class='st0' d='M2345.8-0.9c8.2 14.1 16.2 28.3 24.1 42.6 14.8 27.3 29 54.9 41.4 83.4l-1.7 0.8c-6.9-13.8-14.5-27.3-22.1-40.8s-15.4-26.8-23.4-40c-9.4-15.7-19.1-31.3-29-46.7L2345.8-0.9z'/%3E%3Cpath class='st0' d='M1471.6 299.9c3 0.3 3.5 1.7 1.6 4.1C1470.1 303.7 1469.6 302.3 1471.6 299.9z'/%3E%3Cpath class='st0' d='M1614.5 1071.8c6.6-2.3 13.6-2.8 20.6-2.6C1628.6 1071.8 1621.5 1072.4 1614.5 1071.8z'/%3E%3Cpath class='st0' d='M168.7 1360.7c8.1-1.7 16.5-3.7 24.8-1.7C185.6 1362 176.9 1363 168.7 1360.7z'/%3E%3Cpath class='st0' d='M2138.6 876.6c-27.4 1.8-225.9 19.1-245.4 22.1 0.5 15.6 1 32.1 1.4 48.9 13-0.6 626-46.4 662.4-52.4v4c-14.7 4.5-634.7 51.8-639.1 56.9 -0.1 12.6 1 25.2 0.6 37.8 4.5-1.2 454.7-34 465.7-31.3 2.9 15.1 35.7 304.5 38.4 335.8 -4.2-2-2.2-5.3-6.4-7.3 2.1-5-25.7-248.6-27.9-257.2 -9.7-7.3-194.2 4.6-240.5 5.5l-0.5-1.2c14.2-2.4 217.7-11.1 239.8-12.8 -1-8.3-6.8-38-4.6-40.4 -6.7 0.4-13.3 1.7-19.9 3.1 -10.7 2.4-276.2 9.4-291.6 12.9 8.1 4.2 51.2 8.8 63.5 12.2 14.3 3.9 28.6-1.5 42.8-3.4 17.3-2.3 34.4-6.5 52-6.6 -11.8 10.9-28.5 11.7-43.7 13.2 -15.8 1-31.4 4.1-47.2 5.3 0.4 12.6 11.2 148.1 10.6 161.8 -4.3-8.7-4-18.6-5.4-27.9 -2.1-14.4-9.6-126.1-15.5-144 -2.1 2.5-4.1 4.9-6.1 7.5 -13.1-2.7-73.2-15.4-90.4-13.6 0.5 1.3 1.6 3.9 2.2 5.1 21.6 6.8 83.5 21.4 91.7 25.5 -6 0.1-12-0.3-18-0.7 0.7 6.1 4.5 56.5 7.4 80.3l-2.9 1.1c-4.4-18.1-8.3-70.2-8.9-81.4 0 0-72.9-25.1-82.4-25.2 -13.8 0.4-24.4-9.5-36.6-14.3 -3.9 4.9-2.3 11.7-2.8 17.5 0.6 33.9 17.4 365.7 23.7 389.5 8.8-0.7 17.7-2.8 26.6-0.9 -2 1.5-4.3 2.8-6.8 2.7 -7.4 0.4-14.8 0.2-22.1 0.6 0 1.9 0 5.7 0 7.6 12.7-1.2 25.1-3.8 37.4-6.9 1.4 7.7 3.2 15.2 4 23 1.4 11.8 0.5 23.7 1.8 35.5 1.8 15.7 3.9 31.4 4.2 47.3 0.3 12.8 3 25.4 3.5 38.3 1.3 23.7 4.8 47.4 3.9 71.2l-5.2 0.1c0.1-12.8-12.8-149-13.1-175.3 -10.1-5.4-21.7-3.2-32.6-3.9 0.5 26.1 9.3 162.1 8.7 177.7 -1.9-0.1-5.7-0.2-7.6-0.3 -1.7-25.5-6.3-170.3-8.1-182 -19.5-1.5-39.2-1.6-58.1-7.4 -1.5 17.3 14 178.7 11.9 191.1 -1.4 0.5-4.4-0.7-5.8-0.2 0.3-13.2-14.5-249.9-16.4-261.8 -1.9-6.7-7.3-13.1-14.5-14.1 -21.2-4.6-376.5-87.7-381.9-87.6 1.3 15.8 3.6 73.4 5.2 80.2 0 0 29.9 10.8 43.6 16.1v2.3c-7.2-0.7-26.8-7.8-33.7-10 -25-6.2-48.3-17.3-72.8-24.9 -10.1-2.9-19.3-8.2-29.1-11.9 0.7 8.8 2.3 17.5 5 25.9 4.9 15.4 10 30.9 18.8 44.5s18.5 26.5 29.4 38.5c7 7.9 16.2 13.4 24 20.6 7.1 6.7 15.8 11.2 24.3 15.8 -1.7 1.2-5.1 3.6-6.8 4.8 3.9 1 7.8 2 11.8 2.9 -2.8 0.7-5.7 1.4-8.4 2.2 -5.3-3.9-10.4-8.1-15.9-11.6 -4.7-3.1-10.5-3.5-15.8-4.8 2.9-2.1 5.9-4.1 8.8-6.2 -4.9-1.2-9.9-2.2-14.8-3.2 -8.2-11.5-18.9-20.9-26.9-32.6 -9.5-10.5-18.9-21.4-24.5-34.5 -7-16.3-13.3-33.2-15.1-51 -1.3-11.3 1-22.5 0.7-33.8 -0.3-9.9-0.1-19.8 0.8-29.6 2-33.3 4.8-66.4 6.3-99.7 0.8-11.3 2-22.6 1.7-34 -0.5-27.1 5.3-53.8 5.2-80.8 -0.3-5.3-3.3-9.9-4.7-14.9 0.5-6.5 3.8-12.4 4.7-18.8 3.2-18.2 2-36.8 3.2-55.2 -0.3-17.7 1.2-35.6-2.6-53 -2.1-9.8-1.5-19.9-2.1-29.8 -0.3-7.2-3.4-13.8-6.1-20.3 2.3-0.2 4.6-0.4 6.9-0.5 -3.1-5.8-6.5-11.6-7.1-18.3 -1.4-10.9-3-21.7-5.9-32.3 -2.6-9.2-2.3-18.7-2.4-28.2 -5.5 1.4-11 2.8-16.4 4.2 1.9-8.8 4.6-17.8 2.9-26.9 -2-11.5-0.6-23-0.8-34.6 -0.1-7.9-0.3-15.9 0.7-23.8 0.8 4.5 1.4 9 2.3 13.5 5.8-11.5 5.8-24.7 8-37.1 2.8-21.9 12.5-42.3 15.3-64.3 1-7.3 0.9-14.7 1.8-21.9 0.7-6.3 4-11.7 6.6-17.3 4.9-9.9 7.4-20.6 10.2-31.2 3.4-13.5 11.7-24.9 19.9-35.9 7.3-9.7 13.4-20.4 20.1-30.5 7.7-10.7 6.6-24.7 11.8-36.5 1.1 0 3.2 0.1 4.3 0.2 -2.7 8.1-5.6 16.3-6.6 24.9 6.4-5.4 8.9-13.8 15.4-19.1 2.9-2.5 5.9-4.9 8.9-7.3 -0.9-1.4-1.8-2.7-2.6-4.1 5.7-8.4 8.8-18.4 16.1-25.7 4.1-4.2 8.5-8.3 12.6-12.5 -3.9 6.6-7.7 13.2-10 20.5 8.3-5.7 13-14.7 19.3-22.3 3.1-4.6 9.2-4 14-5 -20.1 19.7-37 42.3-55.2 63.6 -15.6 21.4-30 43.7-43.4 66.5 -7.8 15.5-14.4 31.6-19.8 48.1 -3.9 11.9-10.1 22.9-13.9 34.9 12.9-3.5 440.1-97.4 450.3-107 0.1-15.9-1.1-51.3-1.1-51.3 -4.2-5-75-78.3-79.9-84l4.5-57.8c10.5-6.2 705.4-209.7 721.4-211.4v4.2C2519.4 91.5 1846 290 1842 294.1c0 0-5.1 41.2-4.6 53.1 15.5-6.9 679.9-200.2 719.8-207.1v4c-22 3.9-706.8 203.5-716.7 206.1 5.5 11.5 62.1 69.5 70.1 76 0.4-18.5-1.4-36.6-0.4-54.8 9.4-1.3 642.5-161.2 647-162.1v5.2c-17.5 4.2-637.7 159.1-640 162.1 -3.3 4.2 4.9 502.9 5.5 512.5 26.3-0.4 191.1-18.2 209.6-18.1L2138.6 876.6zM1534.3 1251.1c7.7 2.7 393.8 92.1 396.2 91.5 -1.9-12.3-3.5-24.7-2.9-37.2 -18.9-4.2-38-7.1-57.1-9.2 -15.9-2.7-31.4-7.4-47.4-9.3 -19.4-3.4-38.6-7.6-57.7-12.6 -16.8-4.3-34.2-6.1-50.9-10.7 -12.6-3.4-25.7-4.4-38.1-8.5 -5.1-1.9-10.5-1.2-15.7-1.5 -9.7-0.6-19-3.2-28.4-5.2 -9.7-2.3-19.8-2.3-29.5-4.5 -11.7-2.5-23.7-2.9-35.5-4.9 0-0.6 0-1.6 0-2.2 16 0.7 31.4 5.7 47.3 7.4 17 4.4 34.8 3.6 52 7.3 12.4 3.1 25.3 3.5 37.6 6.8 14.6 3.9 29.7 5.4 44.6 8.4 27.1 6.4 54.3 12.3 81.4 18.7 32.6 4.9 65 11.7 97.7 15.9 -0.8-7.6-13.3-308.1-14.8-315.6 -1.1-11.7 1.1-23.6-1.6-35.1 -7 1.1-14 2.1-21 2.8 -0.7-11.8-2.1-51.1-3.3-58.3 8-0.5 30.8-4.9 30.8-4.9 1.3-17.7-4-347.4-4.4-397.1 -6.7 3.1-447.4 103.5-455.6 109.2 -1.7 20-9.6 38.8-11.6 58.8 -1.6 11.2-1.1 22.6-2.9 33.8 -1 7.1-0.6 14.3-1.3 21.5 -1.6 9.6 1.5 19.1 0 28.7 -4-7.8-3.2-16.8-3.8-25.2 -3.8 0.6-7.5 1.2-11.2 1.8 0 5.9-0.3 12.1 2.4 17.5 6.8 12 15.3 24.3 15.3 38.6 0.5 11.3 3.8 22.2 6.5 33.1 5.9 21.8 9.8 44.1 10.3 66.7 -0.1 22.7 1.4 45.3 4.3 67.8 -0.3 18.6 1.3 37.3-1.7 55.7 -0.7 7.6-0.3 15.2-0.4 22.8 0.2 12.5-2.8 27.4-3.4 39.9 8.4 1.3 57-4.1 70.3-4.2C1529.8 1078.1 1534 1242.1 1534.3 1251.1zM1608.7 1223.5c0.1-16.2-2.7-138.1-2.7-154 7.9-2.4 15.9-4.6 24.2-4.8 13.6-0.5 27.1-3.1 40.7-4.3 7.6-0.6 30.7-2.8 30.7-2.8 0.4 0.8 11.1 3.4 11.1 3.4 -32.5 9.2-63 4.2-94.5 17.6 -2.8-2.5-5.5-5.1-8.2-7.5 -0.7 6.8 6.4 141.8 3.6 148.1 11 4.6 116 8.6 117.3 4.2 0.9-8.5-4.8-160.7-5.3-163.7 -7.5 1.1-20.5 2.1-28.2 1.6 -0.4-0.7-1.2-2-1.6-2.7 11.8-2.2 23.9-2.5 35.9-2.5 -0.5 14.8 2.2 155.4 6.6 184.1 -11.4-2.3-75.9-11.6-129.6-15.2V1223.5zM1986.7 993.8c1.8 1.9 3.6 3.7 5.4 5.6 8.7 0.4 377.5-15.9 388.7-17.6 -1.2-3.5-2.4-7-3.6-10.4C2360.8 975.6 1998.8 991.6 1986.7 993.8zM1921.8 1001.9c-1.4 21.1 14.7 374.3 16.6 388.2 15.3 7.1 33 6.8 49.4 9.5 -0.4 0.6-1.1 1.9-1.5 2.6 -16.5-0.8-32.6-3.8-49-5.7 0.9 0.8 2.7 2.4 3.5 3.2 16.2 5.8 33.8 5 50.3 10 0.4 1 1.2 2.9 1.6 3.8 -17.9-1.9-35.6-5.3-52.8-10.3 -0.2 8.8 1.3 18.1 7 25.1 16.9 3.9 35 1.9 51.3 9l1.4-3.2c-0.6-8.3-27-422.2-26.7-436.7C1958.1 996 1936.7 998.8 1921.8 1001.9zM1470 1068.4c1.5 18 0.4 154.6 0.6 162.5l-6.8 6.3c-0.7-7.5 5.4-156.3 4.5-168.3 -2.1 0-6.4 0-8.6 0.1 1.7 27.7-5.9 54.7-6.1 82.3 -0.2 12.7-2.3 25.4-1.4 38.1 1 15.2-1 30.4-1.5 45.6 -2 18 0.2 36.1-1.5 54.2 -0.9 6.2 1.2 12.4 4.5 17.6 3.8 3.9 9.8 4.1 15 4.4 -0.6-8.8-1.7-17.6-1.5-26.4 0.5-14.9-2.7-29.7-0.6-44.6 4 4.8 5.2 10.9 4.8 17 -0.9 17.4-0.8 35 3.5 52 2.8 6.2 9.9 8.6 15.8 10.8 13.8 5.6 27.8 11 41.8 16.1 -1.2-13.1-5.7-265.1-7.3-273.1C1507 1066.6 1488.3 1065.6 1470 1068.4zM2003.4 1416.8c0.6 7.5 1.4 14.9 2.6 22.3 11.6-0.7 23-3.4 34.4-5.3 -2-7.5-2.2-15.2-2.5-22.9C2026.6 1413.6 2015 1415.9 2003.4 1416.8z'/%3E%3Cpath class='st0' d='M1296.5 186.8c1.2 0.1 3.7 0.4 4.9 0.6 -2.8 9.3-8.2 17.5-13.8 25.4 0-3.7-0.3-7.5 0.4-11.1C1290.1 196.4 1293.7 191.8 1296.5 186.8z'/%3E%3Cpath class='st0' d='M1311.3 192.9c2 0.4 3.9 0.7 5.9 1.1 0.3 5.1 0.4 10.3-0.3 15.4 -1.3-0.1-3.9-0.4-5.1-0.5C1311.7 203.5 1311.5 198.2 1311.3 192.9z'/%3E%3Cpath class='st0' d='M1319.3 224.7c2.3-6.3 6.2-12.3 12.2-15.6 -1.6 3.7-4.2 6.8-7.2 9.5 -0.6 5.5-0.8 11-0.8 16.6 -1.3 0.8-3.7 2.5-5 3.4 4.5 5.4 10.9 10.6 11.4 18.1 0.4 7.8 0.1 15.6 1.3 23.3 3.4-5.2 3.8-11.4 4.1-17.5 2.9-2.6 5.7-5.3 8.5-8.1 -0.7 13.3 0.2 26.6-1.4 39.8 -1.5 13-1.3 26.1 0.3 39 1.4 18-0.4 36 0.6 54 3.1 11.8 9 22.5 13.8 33.6 2.1 6.3 0.3 13 1.7 19.4 2.3 5.5 6.3 10.1 9.6 15.1 -1.3-19.9 5.9-38.7 11.9-57.3 0.9-4.9 5.9-6.5 9.6-8.8 -0.1 4.8-0.5 9.7-2.4 14.2 -4.5 11.4-8.4 23.1-10.6 35.1 -1.9 12.2 0.1 24.6-0.1 36.9 -1-2.7-1.8-5.4-2.6-8.1 -3-1.2-6-2.3-9.1-3.4 -4.3-5.6-9.4-10.8-12.6-17.2 -4.9-11.3-8.5-23.4-8.3-35.9 0.1-11.6-5.9-22.3-5.8-33.9 -0.1-14.8-0.3-29.7 0.6-44.5 0.5-8.7-2-17.1-3.7-25.5 -1.8-8.2-2.4-16.7-3.2-25.1 -1.4-1.4-2.7-2.9-4.1-4.3 0.7-14.4-3.3-28.5-10.8-40.7 1.2-0.2 3.6-0.6 4.8-0.7C1321.3 232.3 1320 228.6 1319.3 224.7z'/%3E%3Cpath class='st0' d='M1101.2 221.4c0.9 0.1 2.7 0.4 3.6 0.5 4.6 6.1 11.9 10 14.8 17.4 -7-1-12.4-5.6-17.7-9.8C1101.6 226.8 1101.4 224.1 1101.2 221.4z'/%3E%3Cpath class='st0' d='M1336.2 224.7c2.4-1.7 4.9-3.4 7.3-5 -1.1 13.6-4.6 26.8-8.2 39.9C1331.8 248.1 1337.2 236.4 1336.2 224.7z'/%3E%3Cpath class='st0' d='M1291.2 231.1c4.1-1.2 8.2-2.4 12.3-3.6 -0.4 10.2-7.6 20.3-3 30.4 1.6-0.8 4.9-2.4 6.6-3.2 -1.5-6-2.6-12.1-3.2-18.2 3.1 0.6 6.2 1.3 9.4 2 0.4 13.9-1.6 28.2 3.1 41.5 -0.8-2.5-1.6-5.1-2.3-7.6 -0.6 0.5-1.8 1.6-2.4 2.2 -0.3 14 3.3 28 0 41.8 -3.3 15.4-2.6 31.8 2.4 46.8 1.2 0.1 3.5 0.3 4.6 0.4 0.7-9.7-1.5-19.4-0.2-29 0.7 7.9 1.3 15.8 1.5 23.8 0 11.6-6.2 22.1-6.1 33.7 0.1 12.8-0.5 25.6 0.3 38.3 1 9.4 1.3 18.7 1.8 28.1 -3.1-1.2-6.1-2.3-9.2-3.5 0-3.4 0-6.8 0.1-10.1 -5.1-6.1-10.1-12.2-15-18.4 3.7-2.6 7.4-5.3 11.1-7.9 -4.3-14.8-1.7-30.3-3-45.4 -0.8-12.8-0.5-25.6 0.4-38.3 0.4-5.8-1-11.5-2.5-17 -4.5-15.8-3-32.4-4.4-48.6C1292.5 256.4 1292.1 243.7 1291.2 231.1zM1298.5 279.6c0.4 10.2-1.5 21 2.9 30.7 0.9-1.5 2.6-4.5 3.5-5.9 1.4-13.6 0.4-27.3-3.5-40.4C1298.9 268.8 1298.2 274.2 1298.5 279.6z'/%3E%3Cpath class='st0' d='M1424 225.5c5.2 9.5 2.1 20.7 4.9 30.9 1.2 5.5 3.8 11 2.6 16.8 -2.4 12.8-3.8 25.8-8.3 38.1 2.8-1.9 5.5-3.8 8.3-5.7 -2.4 9.8-6 19.4-6.8 29.6 -1 0.6-3.1 1.8-4.2 2.4 0.3-5.2 0.7-10.4 1.3-15.5 -1.2 0.3-3.6 0.8-4.9 1.1 -2 7.6-3.2 15.5-6.2 22.8 -5.5 13.4-9.5 27.4-15.8 40.5 -1.8 0.2-5.5 0.5-7.3 0.6 1.8-6.4 3.4-13 5.5-19.4 3-9.6 9.4-17.7 12.2-27.4 3.8-12.3 8.3-24.4 12-36.8 3.4-10.8 4.3-22.2 5.6-33.4C1424.7 255.3 1419.9 240.2 1424 225.5z'/%3E%3Cpath class='st0' d='M949.5 948.7c11.4 0 22.7-1.5 34.1-1.8 3.6-0.4 7.4 0.1 10.8-1.4 4.4-2.7 8.6-7.1 8.4-12.6 0.7-15.6-0.4-31.3 0.1-46.9 0.1-4.5 1.4-8.9 4.1-12.5 9.3-2.8 19.2-2.8 28.6-5.5 6.9-1.7 12.9-5.4 18.9-9.1 -0.2-15-1.7-123.1-1.7-141 -7.4 2.6-14.6 5.7-21.8 8.9 -1.1-4.7-2.8-9.6-1.2-14.3 1.2-5.5 6.2-8.5 10.1-12l3.8-1.2c39.4-11.6 78.3-24.8 117.8-35.9l17.7-5.6c13.1-3.9 65.6-16.4 78.5-19.3l12.2-5.6c4.1-0.1 8.2-0.9 11.9-2.1 15.2-4.9 30.6-9 46.4-11.2 1.3-15.2-4.4-29.6-7.2-44.4 -4.2-15.2-12-29-19.3-42.9 -3.1-6-3.7-13-7-18.9 -3.3-5.7-7.8-10.5-12.2-15.2 4.4 7.2 9.1 14.3 11.7 22.4 -6.4-6.5-11.2-14.2-16.8-21.4 -9.8-12.7-20.2-25-31.7-36.2 -10.5-10.1-19.8-21.3-30.2-31.5 -7-7.9-14.2-15.6-22.6-22.1 -9.2-7-11.5-19.1-18.6-27.7 -5.9-7.2-10.6-15.3-12.2-24.5 -4.1-3.4-8.8-6.3-11.8-10.9 -2.6-4.7-4.3-9.8-7-14.5 -4.9-9.1-11.8-16.7-17.3-25.3 -3.1-4-0.6-9.2-1-13.8 -1.4-4.7-4.4-8.7-6.1-13.1 0.2-5.4 3.9-10 5.9-14.8 -4.6-5.9-10.1-11.9-9.8-20 6.3 4.6 7 12.9 11.5 18.8 5 6.4 7.6 14.1 11.1 21.3 2 4.1 6.8 5.6 11 6.2 4.5-3.1 3.5-9.1 4.4-13.8 3.6 1.4 7.4 2.4 10.6 4.6 2.8 3 4.7 6.7 6.9 10.2 4.6 8 10.6 15 15.8 22.5 3.5 4.9 6.6 10 10.7 14.4 4.8 5.2 11.9 7.8 16.3 13.5 6.5 8.2 13.7 15.9 21.3 23.3 17.3 18 37.9 32.4 56.3 49.3 -1.1 1.8-3.2 5.3-4.3 7 -12.4-12.4-25.7-24-39.4-35 -9.9-7.8-18.2-17.2-27.4-25.7 -6.5-5.8-12-12.8-19.9-16.8 -3.6-1.8-6.7-4.4-8.7-7.8 -10.1-15.9-20.3-31.8-31.7-46.8 -1.6-2.5-3.8-3.4-6.7-2.8 -2.2 2.8-3.9 6.1-3.9 9.8 -0.1 11.5 4.8 22.2 9.8 32.3 6.8 12.7 13.5 25.6 22.2 37.2 7.9 10.5 14.7 21.8 22.9 32.1 8.5 11.1 18.9 20.7 27.6 31.8 6.5 8.4 13.5 16.4 21.9 23 5.9 4.6 10.9 10.2 15.5 16.2 6.7 8.7 15.1 16.1 21.6 25 5.3 7.3 11.3 14 17.2 21 6.5 7.6 9.9 17.1 14.7 25.8 5 9.1 5.4 19.8 7.8 29.7 2.3 9.6 1.9 20.3 8 28.6 -0.7-7.1-2-14.3-2-21.5 3.4 3.9 4.2 9.1 4.3 14.1 0.2 12.5 0.8 25.1-1 37.5 -2 13.4 0.9 26.9-0.7 40.3 -2 18.3-2.9 36.7-2.1 55.1 0.3 7.6 2.7 15.3 0.9 22.9 -3 12.8-5.6 25.6-7.9 38.6 -2.2 11.4-1.5 23.2-3.6 34.6 -1.3 9.9-6 19-6.4 29 -0.3 7-1 14.1-2.9 20.9 -1.2-5.1-2.2-10.2-3.4-15.2 -6.3 15.3-8 32-6.5 48.5 2.8-0.1 5.7-0.1 8.5-0.2 -1.1-11.6-2.8-23.3-1.2-35 5.5 10.2 8.8 21.2 10.8 32.6 1.5-4.9 3.9-9.8 3.5-15.1 -1.2-5.1-4.1-9.5-6.5-14.1 2.2-5.1 4.5-10.3 6.8-15.4 1.6 1.4 3.2 2.9 4.8 4.3 -1.5 3.4-3 6.7-4.4 10.1 2.6 2.8 5.3 5.6 8 8.3 -3.1 9.2-6.8 18.2-10.4 27.2 2 2.8 4.1 5.6 6.1 8.5 -4.1 5-7.5 10.4-10.3 16.2 -2.7-1.1-5.4-2.1-8-3.1 1.5-6.2 2.9-12.4 3.8-18.7 -4 2.2-8.1 4.1-11.6 7.1 -1.7 6.4-1.1 13.2-1.8 19.7 -3.1 20.8-3.4 41.8-6 62.6 -2.2 14.2 5.3 27.5 4.2 41.7 -0.7 11.3-0.5 22.6-0.7 33.8 -2.1 21.9 1.9 44-1 65.8 -2.2-6.1-3.2-12.6-3.2-19 -0.4-25.6-5.1-51.2-1.5-76.7 1.1-8.3-0.5-16.6-1.7-24.8 -2.9-18.5-1.3-37.3-1.8-55.9 2 1.3 4 2.7 6 4.1 0.4-2.5 0.9-4.9 1.4-7.3 -1.7 0.3-5.2 0.8-7 1.1 2.1-16.9 6.4-33.4 7.4-50.4 1.5-27.8 5.3-55.6 11.8-82.7 -18.4 2.5-37-1.9-55.4 1.2 -0.8-1.5-1.7-2.9-2.4-4.4 1.1-9.6-1.4-19.2-1.3-28.8 0-21.9 0.1-43.8-0.1-65.7 0-4.9-0.2-9.8 0.8-14.6 5.1-8 15.2-9.6 23.4-12.9 16.9-5.2 33.4-12.7 51.2-14.2 -2.6 6.1-7.3 11-10.8 16.6 -1.6 7.7-0.8 15.7-2.5 23.5 -1.6-9.7-1.3-19.6-0.7-29.3 -10.9 1.8-21.3 6.3-30.1 13 0.9 10.5-0.9 29.7-0.9 29.7 8.7-1.3 39-8.7 39-8.7l0.1 3.9c-7.9 3-16.2 4.7-24.3 7 -4.7 1.4-13.2 3.4-13.2 3.4s-0.8 30.2-1 41.4c0 0.3 20.8-4.9 26.3-4.8 0.4 0 1.5 4.8 1.5 4.8 -8.2 2.3-19.2 1-27.4 3.3 -0.3 4.2 1.6 25.6 1.4 29.8 -0.8-0.3-3.1 0-3.9-0.3 -0.8-5.8-1.7-60.6-1.7-74.9 -8.6 3.3-20.6 6.3-20.6 6.3 -1.2 20.9 0.7 48.4 0.9 69.3 10.1-0.3 20.3-1 30.4-0.1 9.8 1 26.1-0.1 26.3-0.7 0.7-19.8 1.8-25.8 1.5-38.6 0.1-16.3 6.5-31.6 7.9-47.7 0.5-7.4-1.3-14.8-1-22.2 0-6.7 3-12.9 4.1-19.5 0.4-4.8-0.3-9.6-0.2-14.4 -0.2-10.6 3.2-21.1 1.7-31.7 -1.1-7.9-1.8-15.8-1.7-23.8 -8.5 1.6-283.6 80.6-293.5 85.6 -3.8 1.5-2 8.4-3 11.6 9.9-3.4 15.2-7.8 23.7-11.1 -1.7 13.9 5.5 114.8 2.2 149.3l0.9 1.4c5.8 0.5 24.9-3.8 24.9-3.8s-2.8-92.4-1.1-107.5l3.8-1.1c0.7 9.3 1.2 106.6 1.2 116.5 -16.2-2.3-30.3 1.5-45.6 6.8 19.3 4.2 38.8-1 58.3-1.1 8.4 13.3 18.2 25.6 27.9 37.9 8.1 11.6 16 23.5 24.8 34.7 8.6 1.1 17.2 1.8 25.9 1.3 -1.6-3.6-13.3-209.8-15.5-213.2 -7.7-0.2-36.1 5.8-36.1 5.8s3.1 151.2 4.2 167.5c-3-8.2-4.7-16.8-5-25.5 -1-20.6-2.2-41.2-3.6-61.7 -1.8-26.5 0-53 0.1-79.5 -13.5 3.6-28.1 5.5-40 10.1l-0.6-4.3c19.1-5.3 75.9-16.3 86.1-19 1.9 17.7 11.4 207 14.9 222.5 -8.2 0.3-16.3 0.6-24.5 0.5 -0.3 4.7-0.1 2.6-0.4 7.2 7.8 0.9 16.2-0.7 23.8 1.9 9.6 7 13.3 18.9 20.8 27.7 6.5 7.8 11.2 17.2 11.5 27.6 -3.3-2.5-7.2-4.4-9.6-7.8 -2.8-6.7-3.4-14.4-7.6-20.5 -3.5-5.1-7.4-9.9-12.2-13.8 -3.1-1.2-6.2 1.6-9.2 2.1 5.9 9.2 13.7 17.3 18.3 27.3 2.7 8-1.5 18.2 5.3 24.7 3 1 6.1 1.8 9.2 2.5 -2.2-5.8-4.9-11.4-7.5-17 7.5 8.2 14.7 16.8 19.9 26.6 3.9 6.3 6.8 15.5 15.9 15.1 -3.9-12.7-13.3-23.2-15.4-36.6 11.5 15.2 19.3 32.8 29.5 48.9 7.5 12.4 16.6 24 22.9 37 -4-3.1-7.9-6.6-10.7-10.9 -6.7-10.2-13.3-20.5-19.7-30.9 -1.7-3.9-5.5-5.2-9.5-5.2 3.8 10.1 11.3 18 16.9 27.1 6.4 10.3 14.7 19.1 23.6 27.2 6.9 6.3 12.6 14.3 15.1 23.4 1.7 6.2 4 12.2 7.5 17.7 1-1.9 3-5.6 4-7.5 1.6 9.2 3.2 18.6 2.5 28 -1 15.6-1 31.2-0.9 46.8 0.4 10.8-4.9 20.6-6.4 31.2 -2 12.1-2.9 24.4-4.5 36.6 -1.5 12.7-3.9 25.4-3.8 38.2 0 12.2 1.6 24.3 2.3 36.5 3.8-12.2 7.5-24.3 11-36.5 3.4-11.8 3.9-24.2 7.1-36 3.1-11.8 6.4-23.6 8.7-35.6 3.2-16.1-1-32.8 4-48.7 2 3.7 4.8 7.6 4.3 12.1 -0.6 9.2-1.5 18.4-1 27.7 0.7 10.3-4.8 19.6-5.9 29.7 -2.1 11.7-1.7 23.7-3.3 35.5 -3.9 6.4-9.3 12.1-11.2 19.6 -8.3 27.6-19.8 54.1-28 81.8 -4.5 15.7-12 30.3-19.5 44.7 -1.6 3.6-4.9 6-8.1 8.2 0.6-6.4 1.8-12.6 3.4-18.8 -5.6 4.2-11.3 8.5-17.5 11.8 7.2 5.6 14.6 10.9 22.7 15.2 10.6 5.8 19.3 14.4 28.7 21.8 9 7.4 18.9 13.5 28 20.7 9.6 7.7 20.9 12.8 31.2 19.5 7 4.5 14.4 8.5 22 11.9 -0.6-5.3-1.4-10.5-2.5-15.7 -2.6-12.3-9.1-23.5-10.9-36 -1.1-8.4-1.6-17-1-25.4 1 5.9 1.6 11.9 3.1 17.7 2.7 11 7.7 21.3 10.2 32.3 2.4-2.3 4.7-4.6 7.1-6.9 1 2.9 2 5.9 3 8.8 -2.9 0.1-5.9 0.2-8.8 0.3 2.4 9.5 4.2 19.1 4.8 28.9 19.3-21.1 43.7-37 69.3-49.6 6.4-3 11.2-8.2 15.8-13.4 1.9 0.1 5.7 0.4 7.6 0.5 -4.1 3.9-8.2 7.7-12 11.8 15-6 28.1-16.5 44.1-19.8 -6 8.2-16.2 10.9-25 14.9 -10.3 4.3-19.5 10.6-29.3 15.8 -17.6 9.5-36 17.9-51.8 30.5 -6.4 5-11.1 11.7-17.1 17 -2.6 0.2-4.3-2-6.1-3.3 -8.1-7.3-18.2-11.6-27.2-17.5 -20.7-13.3-42.6-24.6-62.1-39.6 -16.9-11.3-32.1-24.9-49.5-35.3 -6.3-3.8-12-8.4-17.7-12.9 15.1 2.3 30.9-1.8 42.8-11.5 2.4-2.3 3-5.8 4.2-8.7 4-13.2 10.6-25.3 14.1-38.6 3.1-11.1 8.1-21.9 8.3-33.6 0.2-6.8 2.5-15.7-0.6-21.7 -38.8-58.8-72.2-136.7-78.3-146 -4.7-7.3-15-13.5-24.3-15.4 -28.5-6.8-57.9-7.6-87-10.5 -7.1-0.5-12.9 4.6-19.1 7.2 2.2-3.7 4.6-7.4 7-11 -3.9-0.8-7.9-0.9-11.7-2.2 9.9-2.7 20.1 0.3 30.1 1.4 12 1.8 24.2 2.2 36.3 3.9 17.3 2.6 39 4.8 56.2 8 -6.7-7.4-27.1-49.3-34.3-63.7 -14-4.2-33.1-1.7-47.2-3.9 -1.4-13.2-1.1-26.5-0.9-39.7 6.7 0.2 16.3 1.2 23.1 1.1 -12.4-19.1-23.2-41.1-35.6-60.2 -2.8-3.5-10.8-6.1-16.1-5.7 -20.8-0.8-41.6-1.4-62.4-0.9 -1.5 7.4-2.7 14.8-3.7 22.2 -1.7-2.9-3.3-5.7-4.9-8.6 -0.3 21.1-0.4 42.3 0 63.4 1.1 14.9 0 29.9-1 44.9 -1.6 29.5 0 58.9 1.5 88.4 1.6 0.1 4.9 0.2 6.5 0.3 -1.3-12.6-1.5-25.3-2.4-38 -0.6-12.7-1.8-25.5-0.5-38.2 1.6-13-0.4-26.3 3.6-39 0.4 6.3 0 12.6-0.3 18.9 3.6-3 6.8-6.8 11.2-8.7 7.5-1.7 15.5-0.6 23-2.9 4.9-2.5 10.8-6.3 10.5-12.6 1-14.1 1.6-28.4 0.7-42.5 -1.9-14.9-5.1-30.6-0.2-45.3 7.3 14.3 3.7 30.6 5 46 0.9 31.9 0.1 63.9 0.4 95.8 13.8-0.3 27.6-0.8 41.4 0.7 12.5 1.3 25.2 1.7 37.8 1.7 -10.6-2.5-21.9-1.2-32.2-5.2 4.8-1.2 9.8-1.7 14.7-1.1 11.7 1.1 23.5 2.8 34.9 5.6 -4.6 0.6-9.2 1-13.8 1.7 6.3 2.3 13 3.7 19.5 5.4 -11.5 0.6-22.9-1.2-34.3-2.2 -22.6-2-45.3-4.8-68-4.5 0.7 7.4 1.4 14.8 1 22.2 -0.6 12.6 1.3 25.1 3.9 37.3 6 2.2 11.9 4.6 17.6 7.4 -8.8-0.5-17.7 0.3-25.9 4.1 0.1-8.9 0.5-17.7 0.4-26.6 -7.4 0.8-14.8 2.2-22.3 2.2 -6.3 0-12.4-2-18.5-3.5 -0.6 9.2 0.8 19-3.6 27.5 -4.2 1.6-8.8 2.1-13.2 2.7 -0.5-9.2 0.8-19-3.9-27.3 -1.3 10.5-2.4 21.2-5.7 31.3 -7.5-0.6-15.2-0.1-22.4-2.7 -4.3-3.2-7.6-7.9-9.4-12.9 -1.5-10.4 0.3-21.9-5.4-31.3 -15.2-8.1-31.6 1.1-47.5-0.5 12-4.9 25.2-5 37.4-9.1 -7.4-0.8-14.8 0-22.1-0.5 -4.9-1.5-9.1-4.7-13.4-7.3 13.3 1.2 26.9 1.3 39.5 5.9 1.9-2.8 4.8-5.4 4.6-9.2 0.3-14.9-2.4-29.7-2.8-44.6 -0.4-17.4-3.2-34.9-0.1-52.2 1.9 4.5 2.9 9.2 2.9 14.1 0.2 12.7 2.1 25.3 2 38 -0.1 15.6 0.8 31.2 1.2 46.8 8.3 1.3 18.2 2 23.1 9.8 -8.5-1.7-16.1-5.9-23.9-9.5 0.4 4.5 0.6 9.1 1.8 13.5 2.2 2.2 5.3 3.4 8.3 4.1 4.5 0.9 8.9-1.7 13.4-1.3 4.7 2 6 7.6 7.6 12 2.9 11.2-0.4 22.7-0.6 34 2.1-1.8 5.4-2.9 5.9-6.1 2.2-10.8 1.5-21.9 0.6-32.7 2.4 0.3 4.8 0.7 7.3 1 -0.7-17.3 1.4-34.9-2.7-52 -1.3-5.8-3-11.6-2.3-17.6 1.1-6.5 4.3-12.4 4.7-19 0.4-7.8 0.1-15.5 0.1-23.3 -11.5 3.1-23.3 5.4-35.3 5.2 -0.3-4.4-0.5-8.7-0.7-13.1 6 2.6 12.2 5.3 19 4.6 -3.3-2.3-6.6-4.6-9.9-6.8 8.4-2 16.9-3.1 25.6-3.5 -5.9 4.6-12.2 8.6-17.9 13.4 6.6-0.9 13-2.9 19.2-5.4 0.1-6.4 0.3-12.8 0.3-19.2 -16.9 2.5-33.6 6.5-50.6 8.9 3.5-2.3 7.1-4.5 10.7-6.8 -8.4-1.7-17-1.3-25.6-1.8 -7.3-0.3-14.9-1.4-21.8 1.8 10.7 1.4 22.1-1.1 31.8 5 -21.5 1.9-43.1-2.4-64.6-0.2 -13.6 1.2-27.3-0.1-40.9 0.7 -3 14-1.5 28.3-1.9 42.4 0 6.7-5.2 11.5-8.6 16.7 2.6-0.4 5.2-0.8 7.7-1.1 -1.3 13 2 25.7 2.6 38.7 -5.4-6.5-8.6-14.4-10.9-22.5 -2.4-8.7-8.2-15.8-11.3-24.2 5.3-0.6 10.7-1.1 16.1-1.6 -0.3-4.3-0.4-8.6-1.7-12.7 -11.3 1.7-22.9 4.3-32.7 10.6 -3.2 11.6-1 24.1-3.7 35.9 -2.7-10.9-0.6-22-0.6-33 0.1-12.8-0.1-25.6 0-38.3 -14.8-3.9-30.1-3.7-45.2-5.4 6.7-2 13.7-2.4 20.7-2.2 28.5 0.7 56.3-6.3 84.6-8.4 22-1.3 43.9-4.4 66-5.3 17.6-1.7 35.3 0.5 53-0.7 8.7-0.7 17.5-0.1 26.2 0 0.8-16.6-0.2-33.3 1.5-49.9 1.3-13.1 0.3-26.2 0-39.3 -7.8 0.9-15.7 1.8-23.6 2 -8.5 0.2-16.8 2.4-25.2 2.5 -6.8 0.1-13.6-0.7-20.3 1.2 -6 1.2-11.9 3.8-18.2 2.9 -4.9-0.7-10.1-1.4-14.8 0.9 -11 4.9-22.3 9.5-34.2 11.5 9.9-4.8 21.3-6.5 30.2-13.4 -26.4-0.8-52.4 5-78.6 6.8 -10.6 0.5-19.7 6.3-29.1 10.5 2.1-2.6 4.3-5.2 6.4-7.8 -17.1 2.2-33.8 6.7-50.9 8.3 -12.3 1-24.3 5.2-36.7 4.1 -11.9-1-22.6 5.3-33.9 8 5-2.4 10-4.8 14.6-7.8 -9.9 0.3-19.3 4-28.9 6 -5.8 1.2-11.3 3.3-16.7 5.7 0.1 2.6 0.2 5.2 0.3 7.9 11.1 2.4 22.5 0.5 33.7 1.8 15.4 1.7 30.3-4.1 45.6-4.8 14-0.6 27.7-4.1 41.7-4.6 23.2-1.7 45.6-9.8 68.9-9.3 7.7-0.2 15.3-2 22.9-2.9 21.2-2.4 42.6-3.5 63.3-8.9 -1.8 2.4-3.5 4.8-5.3 7.2 12 0 23.3-4 33.8-9.5 0.5 3.3 1 6.6 1.5 9.9 -9.8 0.9-19.7 1.7-29.5 2.2 -12 0.7-23.7 3.5-35.7 4.3 0.8 12.1 1 24.3 0.6 36.4 -3.1 0-1.7 0-4.8 0 -0.1-11.8 0.7-23.6 1.1-35.3 -18.3-3-37-0.7-55 3.3 -8.9 1.8-18 2.3-27.1 3.2 -10.7 1-21.1 3.9-31.9 4.1 -12.8 0.2-25.5 1.7-38.2 3.4 -8.6 0.7-15.1 6.7-22.7 10.1 -2.4 10.1-1.9 20.4-2.5 30.6 -6.1-10-3.9-22-4-33.1 -17.6 2-36.7 0-52.8 8.8 0.6-1.2 1.8-3.6 2.4-4.8 -4.6 0.6-9.1 1.3-13.7 2 1.3 7.4 3.5 14.7 2.6 22.3 -0.8 7.7-1.8 15.3-2.3 23 -1.7 0-5 0-6.7 0 -1.2-14.6 0.1-29.4-2.9-43.7 -5.1-2-10.9 0.4-16.2 0.4 -19 0.7-38.1 3.4-57.1 1.9 -21.6-3-43.2 1.6-64.9 0.4 -1.9 4.5-4.2 8.9-5 13.7 -2.2 14.3 1.9 28.7-0.4 43 -3.6-14.1-3.2-28.6-4.2-43 0.2-6.6-5.5-11.2-11-13.6 -8.8-2.3-17.9-1.8-26.9-1.5 -27 2-53.9 4.3-80.5 8.8 -7.3 1.3-14.7-0.6-21.9-1.8 5.6-5.4 11-12.1 19.4-12.8 0 2.7 0 5.4-0.1 8.2 9.1-1.4 20.3 0.7 26.7-7.6 -6.9 0.3-14 2.5-20.7 0.1 -4.5-1.4-9.2-2.6-14-2.4 -16.3 0.4-32.6 0.4-48.9 0.5 -14.9-0.1-29.5-5.1-44.5-3.3 -20.4 2.2-41-0.1-61.5 2.2 -19.4 2-38.9 1.2-58.3 2.7 -30.2 1.4-60.2 5.4-90.2 9.1 -8.6 1-17 3.1-25.1 6 2.4 6.5 6 13.1 4.8 20.3 -1.4 11.4-2.6 22.8-3.9 34.2 -0.7 7.1-4 13.7-4.6 20.8 -0.6 7.2-0.2 14.4-0.4 21.5 -0.3 10.6-2.3 21.1-2.4 31.7 -0.2 9.3 3.7 18.1 3.7 27.4 0.3 11.4 0 22.7 0.1 34.1 0.2 14.3-4 28.5-1.4 42.7 2.3 13.9 2.9 27.9 3.3 42 0.1 19.1 2.7 38 5.5 56.8 15.3 7.6 31.9 12.5 48.7 15.4 15.1 4.2 30.5 7 46 8.9 9.5 0.8 19-0.6 28.5 0.2 10.3 0.4 20.6 2.8 31 1.6 12.4-1.5 25.1-1.1 37.5-3.2 27.7-4.6 55.5-9.2 83.1-14.5 7.3-1.2 13.5-5.4 19.6-9.3 1.1 2.9 2.3 5.9 3.5 8.9 2.9-4.8 4.8-10.2 4.8-15.8 0.4-12.9 3.7-25.5 4.9-38.3 0.7-6.8 1.9-13.6 4.2-20 1.1 16.7-1.3 33.3-3.3 49.9 -1.1 9.1-3 18.2-2.2 27.3 0.6 7.1 1.5 14.1 1.4 21.2 0.2 11.3-2.8 22.5-2.1 33.9 0.5 8.7 0.1 17.5-0.5 26.2 -0.7 11.9 2.4 24.5-2.4 35.8 -9.1 7.7-22.2 8.2-33.5 6.1 -5.6-7.8-6.4-17.6-6.2-26.9 -9.9-4.5-19.3-9.8-28.1-16.1 -6.2-5-14.4-2.2-21.5-1.9 -21 2.8-42.3-0.5-63.3 2.4 -10.7 1.1-21.5 2.1-32.2 2.8 -11.4 0.9-22.6-3.6-33.9-1 -5.8 1.2-10.6 4.6-15.3 8.1 -6 4.5-11.9 9.4-15.7 16 -3.8 7.1-4.1 15.4-7.5 22.6 -7.6 9.5-21.6 12.7-32.8 8 -4.7-2.9-10.8-6.3-10.7-12.6 -1.2-18.2 0.3-36.5-0.4-54.7 0-10.8-8.8-18.9-9.5-29.5 -0.5-7.8-1.4-15.6-2.1-23.4 -0.9-10 3.2-19.6 2.8-29.6 -0.9-20.6-2.2-41.1-4.7-61.6 -1.1-15.9-0.9-32-5.2-47.5 -3.1-1.4-6.2-2.7-9.2-4.2v-10.6c2.4 1.5 4.8 3 7.3 4.5 0.3-1.4 0.7-2.7 1-4 3.7-7.8 2.6-16.6 2.7-25 0.4-21.2-2.8-42.3-0.8-63.5 1.4-14.9 0.3-29.9 0.8-44.8 0.3-9.6 6.6-17.8 7.1-27.3 0.7-12.2-3.1-24-2.9-36.2 -0.1-5.7 3.7-10.3 6-15.3 9.1-1.3 18.1-3 27.1-4.8 13.4-2.8 27.1-3.1 40.7-4.6 31.8-3.6 63.8-3.4 95.7-5.7 11.3-0.2 22.4-2.7 33.7-1.9 14.1 1.1 28.3-0.9 42.4-1.2 19.1-0.7 38.2 2.1 57.2 3.5 16.8 2.8 33.6-0.9 50.4-1 12.6-1 25.2 1.9 37.8 0.1 15.1-2 30.4-2.2 45.6-3.4 16.7-1.5 33.5 0.8 50.1-2.1 8.6-1.5 17.4-1.4 26.1-1 -14.5 2.4-27.6 9.1-41.3 14 3.9 0.8 8 2.3 11.8 0.6 6.8-2.5 13.4-5.8 20.4-8 3.1 1.5 5.9 4.1 9.5 4 12.2 0.1 24.5-1.1 36.5 1.6 -8.3 1.3-16.6 2.2-24.9 3.6 11.8 2.1 23.9 1.5 35.6-0.7 -3-1.3-6-2.6-9-3.8 5.1-1.1 10.2-2.4 15.2-3.9 -5.6-0.8-11.3-1-17-0.3 -14.3 2-28.9 2.3-43.3 0.6 11.1-4.1 23.1-4.6 34.7-6.9 15.6-1.7 31.2-4.7 46.9-5.6 13.6-0.9 25.7-7.5 38.6-11.3 4.2-1.5 16.9-4.2 16.9-4.2 10.3-0.4 20.4-1.9 30.6-3.4 11.3-1.8 22.7 0 34-1.4 15.2-1.7 30.4-3 45.4-5.8 15.4-2.9 31-3.6 46.4-6.1 15.6-2.5 31.5-3.1 47.2-5.2 22-3.4 44.3-2.8 66.5-4.6M1183.5 391.1c3 7.5 7.5 15.6 16.2 17.3C1196.2 401.2 1191 394.5 1183.5 391.1zM1261.9 719c-2 9.8-2 19.8-1.3 29.7l21.2-5.6c-0.2-5.3 0-31.3 0-31.3C1274.4 714.2 1269.2 716.3 1261.9 719zM1004.2 890.1c9.4 2.8 18.5-2.4 28-1.6 16.6 0.6 33.3-1.2 49.8 0.8 0.6 1 1.8 2.9 2.4 3.9 -21.2 0.4-42.2 4-63.4 4.8 -2.6 5.6-5.9 11.3-5.9 17.7 -0.4 9.9 0.4 20-0.9 29.9 -0.9 6.1-1.3 12.2-0.2 18.3 23.5-1.4 46.4-6.7 69.4-11.2 0.1-13.7 0.8-27.4 2-41 0.5-6.6-0.2-13.2-1.1-19.8 3-0.7 6-0.5 9.1 0.6 -3.6 6.5-6.1 13.6-4.3 21.1 4.8-2.6 5.1-8.3 6.4-13 -0.2 3.8-0.4 7.6-0.5 11.4 1.2-0.5 3.5-1.6 4.7-2.1 1.2 14.9 1 30 3.3 44.8 -0.1 12 1.6 24.2-2 35.8 19.8-7.6 40.6-11.9 61.4-16 -3.5-6.6-9.5-12-16.5-14.6 -12.9-1.4-25.8-0.7-38.7-2.5 2.2-2.1 4.3-4.9 7.7-4.5 10.4-0.4 20.7 2.5 31.1 1.8 -4.5-6.1-10.4-10.9-15.6-16.2 -9.3-10.2-17.7-21.2-26-32.2 -1.2 0.1-3.7 0.3-5 0.4 -1.4-8.9-4.2-17.5-7.3-25.9 -10.8 0-21.5-0.5-32.3 0.7 -11.3 1.2-22.8 0.4-34.1 0.7C1017.9 882 1010.8 886.2 1004.2 890.1zM1103.1 889.3c-0.3 3.1-0.6 6.2-0.8 9.3 7.1 7.7 16.2 13.5 22.2 22.2 7.9 11.1 16.1 22.1 25.4 32 14.3 15.8 25.8 33.6 37.3 51.4 2.7-0.9 5.3-1.9 8-2.8 -7.4-9.3-13.7-19.5-22.2-27.9 0.6-0.8 1.6-2.4 2.2-3.2 1.7-0.4 5.1-1.3 6.8-1.7 -3.4-2.8-5.9-8.1-10.8-8.1 -0.7 1.1-2.1 3.3-2.7 4.3 -8.6-13.4-22.4-22.3-30.5-36 -5.4-8.5-12.5-15.8-19-23.5C1114 899.7 1109.9 893 1103.1 889.3zM1088.6 925.9c-0.6 9.7-0.4 19.4 0.1 29.1 2.6-0.1 5.2-0.1 7.8-0.2 0.1-2.2 0.3-4.4 0.4-6.6C1093.2 941.1 1091.3 933.4 1088.6 925.9zM1077.1 956.7c0.4 2.3 0.9 4.7 1.4 7 -4.9-0.2-9.7-0.4-14.5 0 0.4 1.4 1.1 4.1 1.5 5.5 3.9-0.6 7.8-0.9 11.7-0.1 -5 0.6-10 1.2-15.1 1 -5.7-0.7-11.2-3.3-17.1-2.7 -10.4 0.9-20.7-0.5-31-1 -0.1 4-0.1 8 0 11.9 9.6-0.1 19.3-0.6 28.9 0.6 12.9 1.7 26.3 0.8 38.7 5.4 -2.4 2.7-4.8 5.4-7.3 8.2 3.1 0.2 6.3 0.5 9.5 0.7 3.5-12.7-0.2-25.6 0-38.4C1082.2 955.3 1078.8 956.2 1077.1 956.7zM1088.6 984.6c2.1-0.1 4.2-0.1 6.3-0.1 -0.1-6.7-0.1-13.5 0.3-20.2 -1.7-1-5.2-2.9-6.9-3.8C1085.8 968.3 1088.1 976.5 1088.6 984.6zM1098 995.5c4.1 6 8.5 11.8 12.6 17.8 15.7-5.7 64.9-6.5 72.9-7.2 -4.5-11.3-14-19.3-21.7-28.4C1156.8 980.8 1105.4 991.9 1098 995.5zM1013.6 982.5c0.1 1.7 0.3 5.2 0.4 7 12.1 0 24.3 0.7 36.3-1.2 -2.9-1.8-5.9-3.8-9.5-3.4C1031.7 985 1022.7 983.5 1013.6 982.5zM614.3 997.6c1.2 2.6 2.5 5.1 3.8 7.7 -8 2.7-16.4 4.1-24.8 4.2 -4.8 0.2-10-0.4-14.1 2.7 16.6 1.8 33.2-0.5 49.3-4.6 0.5-4.9 1.1-9.8 1.6-14.7C624.8 994.3 619.6 995.9 614.3 997.6zM474.8 1001c-3 1-4.6 4.1-6.8 6.1 1.6 0.7 4.8 2.1 6.4 2.8 4.4-1 8.9-1.8 13.3-2.7 0.3-0.9 1-2.8 1.3-3.7C484.3 1002.6 479.6 1001.2 474.8 1001zM447 1010c6.1 1.1 12.1-0.3 17.8-2.2 0.2-1.2 0.5-3.6 0.7-4.8C458.6 1003 452.1 1005.4 447 1010zM426.6 1006.1c-1.1 2.4-2.1 4.8-3.2 7.2 9-0.2 18.1-2.5 24.7-9C440.9 1004.1 433.8 1005.3 426.6 1006.1zM388.5 1012.5c0 1.2 0 3.5-0.1 4.6 7.4-0.6 14.7-3.4 19.2-9.5C400.9 1007.1 394.6 1009.7 388.5 1012.5zM1114.5 1019.8c2.6 8.5 10 13.9 15.7 20.2 21.2-3 66.2-14.7 67.2-15.9 -4.9-4.8-8.7-11.1-14.7-14.7C1169.3 1015 1122.9 1017.3 1114.5 1019.8zM1130.8 1047.5c3.8 3.3 13.9 20.6 13.9 20.6 7-2.7 63.2-16.2 64.8-16.3 -3.2-6.5-7.1-12.1-11.3-17.3C1196.8 1035.6 1140.6 1044.6 1130.8 1047.5zM1206.3 1031.3c2.5 3.3 5.2 6.6 7.6 10 14.4 23.7 31.4 45.6 46 69.2 3.2-0.2 6.4-0.5 9.6-0.8 -6.7-9.7-14.6-18.5-20.5-28.8 -10-16.7-22.2-31.7-33.5-47.5C1213.7 1029.9 1209.4 1031.5 1206.3 1031.3zM802.4 1059.2c-0.5 4.7-1.3 9.4-2.1 14.1 2.9 3.7 5.8 7.6 9.6 10.6 8.7 1.7 17.7-0.1 26.5-0.8 0.7-3.1 1.5-6.1 2.3-9.2 -9.8-1.1-19.8 1.7-29.5-1 -0.5-3.1-1-6.2-1.4-9.2 10.8-1.3 21.8-2 32.6-3.1 -1.1-3.6-2.1-7.3-3-10.9C825.3 1050.7 812.8 1052.4 802.4 1059.2zM1148.8 1072.9c0 0 8.3 16.9 12.2 26.2 2.4 0.1 63.1-12.1 77.7-15.2l3 5.1c-24.6 4.5-53.8 10.9-78.7 13.8 1.7 7.3 5.1 14.3 10.3 19.7 7.9 3.4 64-7.2 83.4-11.3 -7.5-11.5-16.5-21.9-23.5-33.7 -3.8-6.6-10.2-10.8-16.2-15.1C1196.2 1066.5 1169.8 1069.6 1148.8 1072.9zM1110.4 1065.3c-0.1 9.4 3.4 31.9 3.4 31.9s26.4 1.5 37.8 1.3c-4.1-9.4-10.8-23.5-17.6-30.6C1133.9 1067.9 1116.2 1066 1110.4 1065.3zM1053.3 1099.7c-0.9 3.2-1.8 6.4-2.7 9.6 -1.8-2.1-3.6-4.2-5.4-6.2 -5.2 1.4-10.3 2.8-15.4 4.2 -2.2-1.3-4.5-2.6-6.7-3.8 -8 11.6-6 26.7-8.3 40 8.3-0.3 16.6-1.8 24.6-3.9 0.7-0.8 2.2-2.4 3-3.2 -1.5-0.3-4.5-0.8-6-1.1 1.1-7.3 3.9-14.6 10.4-18.9 -1.4 6.7-3.5 13.2-5.6 19.7 2.4 0.1 4.6-0.5 6.6-1.9 0.1 1.7 0.4 5 0.5 6.7 1.9 0 5.7 0.2 7.7 0.2 -13.1 1.7-26.2 6.6-39.4 2.7 -1.5 13.7 1.3 27.2 5 40.3 14.2 0 28.4 0 42.6-0.8 -0.5-1.5-1.6-4.5-2.1-6 -9.8 0.1-19.5 0.8-29.2 1.1 0.4-3 0.8-5.9 1.3-8.9 8.8-0.7 17.5-2.6 26.3-2.8 -4.3 5.2-11.5 5.5-17.2 8 5 0.6 9.9-0.3 14.8-1.6 2.1-5.3 4.1-10.7 5.2-16.3 -4.9 1.8-9.5 4.3-14.5 5.4 -7.1 1.2-14.4 1.1-21.5 0.6 8.1-2.3 16.8-1.6 24.8-4.2 8.9-5.6 10.1-17.3 10.3-26.9 -0.3-4.5 0.8-10.2-2.7-13.7 -1 0.2-2.9 0.5-3.9 0.7 -1.2 4.6-2 9.3-3.2 14 -1-2.6-4-5.3-1.8-8.1 4.1-7.6 9-14.8 12.1-22.9C1059.7 1101.2 1056.5 1100.5 1053.3 1099.7zM1267.4 1112.1c-0.6 2.3-1 4.6-1.3 7 2.5 5.5 7 9.8 10.5 14.8 5.6 7.2 9.5 15.9 16.9 21.7 0.7-0.9 2.1-2.8 2.7-3.7C1286.9 1138.4 1279.8 1123 1267.4 1112.1zM1177.7 1131.4c2.9 7.9 7.6 14.8 12.1 21.8 9.8-2.6 19.5-5.9 29.5-7.4 18-3 35.8-7.3 53.7-10.7 -4.3-6.4-10.6-10.9-16.5-15.7C1241.4 1122.8 1188.8 1131.8 1177.7 1131.4zM1211.9 1157.2c-6 1.3-12.1 2.1-18.1 3.1 4.8 11.4 10.7 23.2 21.4 30.2 0.7 0 2 0 2.7 0 6.4-4.2 60.7-25 74.3-23.9 0.2-1.1 0.6-3.4 0.8-4.6 -5.8-6.9-12.2-13.2-18.6-19.4C1254.5 1151.2 1232.7 1152.4 1211.9 1157.2zM1268.2 1174.9c7.1 1.2 14.2-0.5 21.2-1.7 -17.3 7.1-35.5 11.7-53.7 15.8 -7.5 2.3-15.1 4.2-22.8 5 2 5 3.1 11.7 8.5 14.2 5 2.2 70.6-13.3 77-17 0.7-8 0.8-16.4-4.6-22.9C1285.1 1169.1 1275.5 1169.4 1268.2 1174.9zM966.9 1191.3c4.8 4.6 8.2 10.3 9.2 17 2.7-0.4 5.3-0.8 8-1.2 2.1-8.9 3.1-17.9 2.7-27 -3.4-1-6.7-2-10.1-3C973.5 1181.8 970.2 1186.5 966.9 1191.3zM1226.2 1221.2c3.9 7.7 7.4 15.5 11.3 23.2 8.6-3.1 58.3-23.5 60.2-27.7 1.2-5 0.4-10.3 0.3-15.4C1289.9 1203.7 1234.9 1220.2 1226.2 1221.2zM1242.4 1248.1c1.7 7.9 5 15.9 10.9 21.5 11.2-1.7 22.3-5.1 32.9-9.1 7.1-6.3 9.3-16.6 10.1-25.7C1277.3 1235 1261.6 1249.3 1242.4 1248.1zM1256.2 1277.5c3 6.2 6.9 12 10.8 17.7 8.4-3.1 16.1-8 23.4-13.2 0.6-3.8 1.1-7.6 1.6-11.4C1280 1272.8 1268.6 1277.9 1256.2 1277.5zM1271.9 1302.3c3.9 8.1 7.8 16.6 15.1 22.2 -1.3-9.7-0.2-19.3 1.1-28.9C1282.1 1295.9 1276.9 1299 1271.9 1302.3zM28.3 1367.1c-4.7 14.2-3.5 29.2-3.6 43.9 5 5.5 9.2 11.9 15.2 16.4 23.9 4.3 47.7 10 72.1 11.2 16.3 0 32.6 0 48.9-0.1 13.4-0.1 26.8-2.5 40.2-2.1 9.9 0.2 19.8-0.2 29.7-1.1 11.9-1.3 23.9-0.7 35.6-3.2 14.8-3.3 30.4-4.2 44.4-10.4 6.2-3.5 11-8.8 16.2-13.5 1.6-13 6.5-26.6 2-39.4 -7-2.1-14 1.9-20.8 3.4 -15.4 5.4-31.9 4.6-47.9 6.7 -43 4.6-85.9 12.9-129.3 11.6 -12.2-0.6-24.1-3.2-36.1-5.4 -11.7-2.2-23.6-4.3-34.8-8.4 4.4-4.8 11.4-0.4 16.9-0.3 -5.2-1.9-10.5-3.2-16-4.1 -0.8 1.1-2.4 3.4-3.2 4.5C47.4 1375.1 38.4 1369.4 28.3 1367.1zM316.8 1421.8c-3.7 7.1-6.4 14.7-9.1 22.3 0.3-4.1 0.7-8.1 1.1-12.1 -2.5 0.4-4.9 0.7-7.4 1.1 2.1 13.8-4.5 27.2-1.4 40.9 7.2-7.7 4.9-19.1 7.9-28.5 0.1 8-0.5 16 0.4 23.9 2.3 3.7 5.5 6.7 8.5 9.8 2 0 6 0 8 0 0.4-2.4 0.9-4.9 1.3-7.3 -2.7-0.2-5.3-0.4-7.9-0.6 2.9-5.8 6.2-12 5-18.7 -1.6-10.7-1.5-21.6 1.2-32.1C321.9 1421 319.4 1421.4 316.8 1421.8zM32.2 1429.3c0.6 10.1-1.5 20.5 1.7 30.3 1.3-10 0.6-20.1 0.9-30.2C34.2 1429.4 32.9 1429.3 32.2 1429.3zM259.9 1436c6.7 4 13.1 8.5 19.7 12.6 -1.4-3.1-2.8-6.2-4.2-9.3 4.6 4.3 8.3 9.4 12.5 14.1l2 0.1 1.6-1.2c1.9-6.9 1.8-14.2 1.5-21.3C281.9 1432.7 271.2 1436.8 259.9 1436zM42.7 1433.9c-0.6 4.2-2.2 8.5-1.3 12.7 1.6 2.1 3.6 3.9 5.4 5.8 -2 1.7-3.9 3.4-5.9 5.2 -0.1 7.3 0.4 14.8-1.1 22 -1.2 5.9-4.2 11.3-6.5 16.8 4.5 1.4 11-0.7 13.1 4.9 6.4 2 13.5 1.9 19.8-0.3 -7.6-2.4-15.2-4.6-22.4-8.1 1.8-1.6 3.5-3.1 5.3-4.7 1.6-7.9 2.1-15.9 3.2-23.9 2.6 10.5-0.1 21.7 3.3 32.1 3.2-0.5 6.4-1 9.6-1.6 -1.5-1-4.5-3-6-4 3.8-4.3 8.7-8.3 10.2-14.1 3.1-10.8 0-23.3 6.7-33 1.3 6.7-0.3 14.8 5.3 19.9 3.6-4 6.9-8.7 11.6-11.4 5.6-2.4 11.5-3.8 16.9-6.6 -9-2.5-18.4-3.4-27.8-2.8 -7.7 0.9-14.5-3.2-21.8-4.8 -0.2 6.3-0.3 12.6-0.6 18.9 -1.7-6.3-1.5-12.9-3.3-19.1C54.2 1432.4 47.3 1434.7 42.7 1433.9zM216.9 1438.4c1 3.3 9.6 3.4 10.7 0.2C224.3 1437.2 220.1 1437 216.9 1438.4zM236.1 1440c7 0.9 14.4 1.8 21.1-1.1C250.2 1438 243 1438.1 236.1 1440zM174.5 1440.7c12.2 0.5 24.5 0.1 36.7 0.2l0.3-2.1C199.2 1438.9 186.6 1437.5 174.5 1440.7z'/%3E%3Cpath class='st0' d='M1433 232.1c4.7 3.4 7.3 8.7 9.8 13.7 -1.1 1.4-2.2 2.8-3.3 4.2C1437.4 244 1435 238.2 1433 232.1z'/%3E%3Cpath class='st0' d='M1125.7 247.8c8.9 8.9 16.9 18.9 23.3 29.7 -7.7-4.1-12.9-11.3-18.7-17.6C1127.2 256.7 1126.9 252 1125.7 247.8z'/%3E%3Cpath class='st0' d='M1496.1 255.5c1.1-0.1 3.2-0.4 4.3-0.6 -3 7.5-5.4 15.4-10.3 21.9C1491.3 269.5 1493.9 262.5 1496.1 255.5z'/%3E%3Cpath class='st0' d='M1452.8 259c3.4-0.5 6.9-0.9 10.3-1.4 0.1 2 0.3 4 0.4 6 -5.1 3.8-11.4 7.1-13.6 13.5 -3.5 9.8-3.2 20.4-4 30.6 -2.7-0.1-5.3-0.1-7.9-0.1 2.1-12.5 3.4-25.1 6.7-37.4 2.7 0 5.5-0.1 8.3-0.1C1453 266.4 1452.9 262.7 1452.8 259z'/%3E%3Cpath class='st0' d='M1466.7 302.5c5.4-13.6 12.2-26.7 21-38.3 0.8 8.2-6 13.6-9.7 20.1 -2.7 4-3.7 8.8-4.5 13.5 6.2-6 7.2-16.5 15.8-20 -3.6 13.2-11.2 25.1-20 35.5 -2-4.7-4.2-9.3-6.4-13.9C1463.8 300.1 1465.7 301.6 1466.7 302.5z'/%3E%3Cpath class='st0' d='M1455.7 275.2c1.1 1 2.2 2.1 3.3 3.1 -1.1 8.9-1.8 17.8-1.2 26.8 0.7 7.1 3 13.9 4.3 20.9 -5.6-0.8-10.6-6-8.8-11.9C1456.2 301.4 1455.5 288.2 1455.7 275.2z'/%3E%3Cpath class='st0' d='M2556.9 286.5v4.5c-15.2 5.6-126 30.3-131.7 32.6 3.5 3.7 6.6 8.4 11.5 10.4 8.9 0 107.7-23.9 120.2-27.6v2.8c-8.3 4.4-110.2 30.4-113.9 32.4 -0.8 26 8.5 115.1 9.7 118.4 -1.2-3.3-6.9-1.1-6.9-1.1 -4.8-35.7-12.9-124-19.1-128.1 -1 17.2 6.6 104.3 12 130.2 12.5-4.9 112.6-25.3 118-27.2v4.8c-12.9 4.4-117.8 29.8-125.5 33.1 -1.8-7.4-9.9-129.4-13.5-149.7C2427.1 318.4 2547.5 289.3 2556.9 286.5z'/%3E%3Cpath class='st0' d='M1282.3 296.9c1-3.2 2.8-6.1 4.6-8.9 0.5 10.8-1.9 21.4-2.8 32.1 -1.5 25.5-2.8 51.3-9.1 76.1 -0.7-10.6-0.5-21.1 0.1-31.7C1274.9 341.8 1275.9 318.8 1282.3 296.9z'/%3E%3Cpath class='st0' d='M1400 324.9c0.2-11.4 4.9-21.9 8.5-32.5 -0.3 6.2 0.9 12.8-1.7 18.7C1404.9 315.8 1402.7 320.5 1400 324.9z'/%3E%3Cpath class='st0' d='M1159.7 312c7 5.8 13.5 12.2 19.1 19.4 -1.7 0.3-5 0.8-6.7 1.1C1167.5 325.9 1163.4 319.1 1159.7 312z'/%3E%3Cpath class='st0' d='M1326 314.4c2.5 6.9 2.7 14.4 4.5 21.5 -1.2 0.2-3.6 0.5-4.8 0.7C1325.3 329.2 1324.9 321.8 1326 314.4z'/%3E%3Cpath class='st0' d='M1431.9 320.2c3.9 0.7 7.8 1.4 11.7 2.1 -3.1 1.9-6.1 3.8-9.2 5.7 -0.2 3.2-0.4 6.4-0.6 9.6 2.1-0.1 6.4-0.3 8.6-0.4 -3.8 12.8-11.7 23.8-15.3 36.6 -3.8 13.3-7.8 26.5-12.5 39.5 -5.2 13.9-12.9 26.9-15.9 41.5 -3.6 14.1-3.5 28.8-3.1 43.2 0.3 7.8 3.7 15.2 3.3 23 -0.7 14.4 3.1 28.5 4.1 42.9 0.8 8.4-1.6 16.7-1.4 25.2 0.3 10.7 1.3 21.4 2.9 32 0.8 4.4 0 8.8-1.5 13 -3.3-7.9-3.7-16.4-3.5-24.8 -1.6-0.4-4.7-1.3-6.3-1.7 2-5.3 3.8-10.7 3.5-16.4 -0.2-12 1-24.3-2.1-36 -2-8.4-1.2-17-1.3-25.5 0.1-9.4-0.6-18.8-1.1-28.2 -1 0.6-3.1 1.8-4.1 2.4 -1 3.2-2.1 6.3-3.1 9.5 -2-10.3 1.1-20.4 2.9-30.5 1.8-8.9 2.9-18 4.3-27 1.4-8.8 6.3-16.9 6.4-25.9 0.5-9.3 1.7-18.5 1.5-27.8l2.7-0.3c-1.4 9.2-3.3 18.5-0.7 27.7 5.5-8.9 7.8-19.4 8.8-29.8 0.7-7.5 4.3-14.3 7.3-21C1425.9 360.3 1433.8 340.8 1431.9 320.2z'/%3E%3Cpath class='st0' d='M1456.2 329.9c1.5-0.4 4.5-1.1 6-1.4 -1 10.6-7 19.6-10.3 29.6 -4.8 14.1-8.4 28.6-14.2 42.3 -8.5 24.3-16.2 48.9-20.2 74.4 -0.7 5.2-0.3 10.5 0.2 15.6 4.6-3.6 6.8-9 8.9-14.2 3.9-0.6 7.7-1.2 11.6-1.8 -9.3 10.9-22.9 22.9-18.4 38.9 3.8-3.4 7.3-7.1 10.5-11.1 -3.6 6.1-7.5 12.1-11.8 17.7 -2.3-5.3-5.3-10.6-5.8-16.5 -0.9-10.3 0.1-20.6 0.4-30.8 0.1-10.5 3.9-20.4 6.2-30.5 5.3-19.4 11.7-38.6 19.1-57.3 3.4-9.5 5.1-19.6 8.9-29C1450.6 347.2 1452.5 338.2 1456.2 329.9z'/%3E%3Cpath class='st0' d='M1178.5 335.9c1.3 0 4-0.1 5.3-0.1 0.5 7.3 3.2 14 6.6 20.4C1184.3 350.9 1179.6 344 1178.5 335.9z'/%3E%3Cpath class='st0' d='M2359 335.1c0.4 6.9 0.5 13.8 1.1 20.7 1.6 18.4 3.8 100.4 4.8 122.9 -34.9 4.4-379.2 68.2-379.2 68.2 0.7-5.7 0.4-120.9 3.2-121.9l9.1 11.1 -6.8-1.4c0 7-1.8 91.4 0.1 104.4 0 0 13.6-1.9 11.5-1.9 0.8-13.1-3-95.5-4.8-101.1 19.7 0.4 340.1-77.9 357.4-82.3 -0.4-4-0.9-8-1.4-12 -9.8 1.5-352 85.4-361.6 87.8l-3.5-4.6C1988.9 424.9 2344.6 338.8 2359 335.1zM2004.4 441c0 0 1.1 82.4 0.5 96.2 4.4 0.9 344-60 352.3-61.7 1.8-24.3 0-102.8-3-117.5C2329.8 365.3 2004.4 441 2004.4 441z'/%3E%3Cpath class='st0' d='M2482.9 343.4c2.4-2.7 5.8-3.9 9.2-4.7 -4.5 5.8-10.6 9.9-15.4 15.4 -4.6 5-8.7 11.3-15.8 12.7C2466.4 357.5 2475.3 350.9 2482.9 343.4z'/%3E%3Cpath class='st0' d='M1412.3 358.2c2.9-6.7 4.7-13.9 8.6-20.1 1.7 5 0.2 10.1-1.6 14.8 -2.4 6-3.1 13.6-9.4 16.8C1410.1 365.8 1410.5 361.8 1412.3 358.2z'/%3E%3Cpath class='st0' d='M1511 359c0.8 0.3 2.6 0.9 3.4 1.2 -1 5.4-1.8 10.8-2.5 16.3 2.8-1 5.7-2 8.5-2.9 -5.4 7.8-10 16.2-15.5 23.9 1.1-5.4 2.9-10.7 4.3-16C1511.4 374.1 1510.8 366.5 1511 359z'/%3E%3Cpath class='st0' d='M1497.7 370.8c2.4 1.8 4.8 3.6 7.3 5.4 -0.5 6.7-1.2 13.3-0.9 20 0.1 6.2 0 13.1-3.8 18.3 -4.8 6.6-11.4 11.9-14.4 19.7 9.5-0.6 14.1-10.5 23-12.4 -0.8 3.6-1.6 7.3-4.2 10.1 -5.9 7.1-11.7 14.4-16.2 22.4 -3 5.1-3.1 11.2-4.8 16.7 -1.5 5.6-4.7 10.4-7.4 15.4 -2.3 0.3-4.6 0.6-7 0.9 0.5-3.7 1-7.3 1.5-11 1.4 1.1 4.2 3.4 5.6 4.5 2.9-7.3 6.3-14.5 8.4-22.1 -4.8 4-7.8 9.5-11.2 14.7 0.8-4.6 0.8-9.7 4.1-13.4 3.5-4.1 7.3-8.1 10.4-12.6 -1.8-0.9-5.3-2.7-7.1-3.6 -5.1 7.1-9.8 14.5-14.7 21.6 -6.2 9.1-13.3 17.6-18.9 27.1 -0.8-3.8-1.7-7.5-2.5-11.3 10.7-16.3 25.6-29.6 34.3-47.2 3.7-6.8 3.1-14.9 6-21.9 2.3-2.8 5.2-5.1 8-7.5C1494.5 393.4 1495.9 382.1 1497.7 370.8z'/%3E%3Cpath class='st0' d='M1399.2 390.8c4.3-3.8 7.5-8.6 10.4-13.4 -2.5 8.1-4.7 16.3-8.4 23.9C1400.3 397.8 1399.7 394.3 1399.2 390.8z'/%3E%3Cpath class='st0' d='M2302.1 389.5c5.1-4.4 8.9-10.6 15.5-12.7 -9.2 13.4-22.5 23.2-32.3 36.2 -8.5 10.6-18.5 20.1-25.9 31.6 -9.1 10.5-17.1 21.9-26.9 31.8 2.8-5.3 5.3-10.9 9.5-15.3 6.5-7.1 12.3-14.7 18.7-21.8 8.1-8.9 13.7-19.9 22.7-28C2290.8 404.9 2294.6 395.6 2302.1 389.5z'/%3E%3Cpath class='st0' d='M2258 412.3c1.4 0.1 4.2 0.2 5.5 0.3 -5.7 7.3-10.6 15.1-16.7 22.1 -14.5 17.3-30.6 33.1-45.2 50.2 5-8.2 11.6-15.2 17.7-22.6C2232.8 446.1 2246.4 429.9 2258 412.3z'/%3E%3Cpath class='st0' d='M1326.2 385.9c1.2 1.1 2.4 2.2 3.5 3.3 -2.8 9.9-0.8 20.3-1.1 30.4 0.3 7.3-0.4 15.3 4 21.5 2.5 3.5 2.6 8 3.1 12.1 1.3 16 6.7 31.3 9.9 46.9 5.3 21.2 6.7 43.3 12.5 64.4 2 8.9 3.9 17.9 7.2 26.4 2.4 6.7 8.4 11 13.1 16 0.1 6.8 0.5 13.7 1.4 20.5 1.8 11.1-1.7 22.2 0.3 33.3 1.7 10.9 1.9 22.1-0.1 33 -1.7 6.9-4.1 13.6-6.1 20.4 -2.9-1.2-5.7-2.4-8.5-3.5 0.6-9.3 4.6-17.9 6.6-26.8 1.4-13.8-0.4-27.7 1.1-41.4 1.9-13.6-0.8-27.5-5.7-40.2 -0.8-3.7-4.5-5.2-7.5-6.8 -1.1 13.2 0.1 26.6-1.3 39.8 -4.3 23.4-3.3 47.3-2.7 70.9 0 8.8-3 17.2-4.7 25.7 -2 8.7-1.4 18.1-6.3 26 -1.1 0.4-3.4 1.1-4.6 1.5 2-4.1 4.9-8.1 4.5-12.9 0-7.5 1-15 2.7-22.4 2.8-12.2 1.1-24.7 2-37 1.4-15.5 1.8-31.2 2.2-46.7 0.8-14.4-4.9-28.6-1.7-43 1.9 6.8 2.8 13.9 5.3 20.6 2.6-12 3.7-24.7 0.1-36.6 -1.8-6.1-3.3-12.3-4.4-18.6 -1.5-8.5-6-16.1-8.3-24.4 -1.4-4.7-3.8-9-6.3-13.2 -1.5 0.5-4.6 1.5-6.1 2 -13.5-24.1-27.2-48.6-47.1-68 -9.4-9-17.8-19-28-27.1 -7.5-5.9-14-12.9-21.1-19.2 -5.8-5.3-11.9-10.3-16.7-16.6 1.9-0.1 5.7-0.3 7.6-0.4 6.1 4.6 10.3 11.2 16 16.2 6 5.6 13.5 9.2 20.5 13.5 4.9 2.8 7.9 7.7 11.4 12 5.6 7.1 12.6 12.9 17.9 20.3 4.7 6.5 9.4 13 14.4 19.2 -2.5-6.9-6-13.8-5.2-21.4 3.7 4.8 7.1 9.8 10 15.1 4.9 9.2 5 20.3 10.3 29.3 1-4.9 2-9.8 3.3-14.6 0.9 3.5 1.7 7 2.1 10.6 0.7 8.8 5 16.8 8.6 24.6 2.3 5.2 5.8 9.7 9.5 14.1 0.8-5 1.8-10.2 0.2-15.2 -5.2-20.4-8.1-41.2-13.2-61.6 -1.5-6.1-1.4-12.5-1-18.7 -1.8-2.6-4.4-5.1-3.9-8.6C1326.2 415.5 1325.7 400.7 1326.2 385.9z'/%3E%3Cpath class='st0' d='M1518 396.3c2.7-4.1 5.6-8.1 8.4-12.1 0.8 0.8 2.4 2.3 3.1 3.1 -2.9 4-6.3 7.7-8.1 12.4 -0.9 4-0.5 8.1-0.4 12.1 1.1 2 3.4 4 2.3 6.6 -3.9 2.7-8.2 4.6-12.3 6.7 -0.3-2.3-0.6-4.6-0.9-6.9C1513 411 1513.3 402.8 1518 396.3z'/%3E%3Cpath class='st0' d='M2547.3 391c1.4 0.1 4.1 0.4 5.4 0.5 -6.4 8.8-17 12.9-24.2 20.8 -6.6 6.8-13.8 12.9-21.5 18.3 -1.2 0.3-3.6 1-4.8 1.3 6.7-7.9 14.9-14.3 23.1-20.7C2533.2 405.2 2540 397.9 2547.3 391z'/%3E%3Cpath class='st0' d='M1528 427.2c4.2-7.1 9.9-13.9 18-16.7 -3.8 5.9-8.3 11.1-12.5 16.7C1532.1 427.2 1529.4 427.2 1528 427.2z'/%3E%3Cpath class='st0' d='M2115.2 433.6c5-5.7 8.5-13.2 15.7-16.5 -4.5 8.7-11.3 15.9-17.5 23.5 -10.8 13.3-25.4 22.6-36.9 35.1 -14.1 15.6-32.1 28.2-42 47.2 -1.4-0.1-4.3-0.4-5.7-0.5 6.6-7.4 12.7-15.1 18.8-22.9 8.9-8.7 18.1-17.1 27.9-24.8C2089.3 461.5 2103.4 448.6 2115.2 433.6z'/%3E%3Cpath class='st0' d='M1440.4 470.9c7.9-11.7 19.6-20.1 29-30.5C1462.7 452.8 1452.5 463.6 1440.4 470.9z'/%3E%3Cpath class='st0' d='M1357.9 470.9c2.2-1.3 4.5-2.7 6.7-4 -0.7 7.5-2.1 14.9-3.4 22.3 -1.7 0-5 0-6.7 0C1355.7 483.1 1356.9 477.1 1357.9 470.9z'/%3E%3Cpath class='st0' d='M1460.5 481.1c1.6-3.4 4.8-5 8.4-5.9 -7.4 13.7-16.8 26.6-21.1 41.8 -2.4-1.1-4.9-2.3-7.3-3.5C1446.7 502.4 1454.2 492.1 1460.5 481.1z'/%3E%3Cpath class='st0' d='M1368.4 515c0-11.5-0.4-23.1 2.2-34.3 0.7 14.9-0.8 30 1.7 44.8 1.1 8.7 3.7 17.1 5.2 25.7 -1.9-1.4-3.9-2.6-5.5-4.2C1368.6 536.6 1368.4 525.7 1368.4 515z'/%3E%3Cpath class='st0' d='M1444 539.8c6.2-16.7 12.7-33.3 22.3-48.4 -3.5 8.4-6.7 16.9-7.9 26 -0.8 8.2-4.9 15.4-9.2 22.2C1447.9 539.7 1445.3 539.8 1444 539.8z'/%3E%3Cpath class='st0' d='M1426.3 518.6c6.8-7 9.8-16.9 17.3-23.3 -1.5 7.5-6.1 13.8-11 19.6 -2.3 5.2-5 10.3-7.5 15.4 -5 10.3-7.2 21.6-8.1 32.9 -1.3 0-3.9 0.1-5.2 0.2 0.6-8.7 3.1-17.1 6.7-25 -0.1-3.4-1.5-7-0.2-10.3C1420.4 524.5 1423.6 521.7 1426.3 518.6z'/%3E%3Cpath class='st0' d='M1877.3 552.9c-1 15.9 3 147.1-1.7 163.1 -1.8-9.1-2.5-149.9-4.8-158 -13.6 4.7-53.1 13.2-59.1 12.9 -0.4 16.7 0.4 111.8 0.4 142.6 22.3-1.9 44.7-3.7 67.2-4.7 0.7 13.7 1.5 65.1 3.7 67.5 -10.6-0.1-154.8 6.2-171.6 7.6 0.7-10.5-6.6-176.6-8.6-180.9 3.8-1 7.6-2 11.4-2.9 -0.8 18.1-2.5 42-0.8 63.5 8-1.5 40.7-9.2 47.1-12.9 0.3-8.5-11-63.4 2.9-65.9 -7.3 7.5-1 59.3 2.1 71.5 7-2.4 34.1-9.4 38.5-14.2 3.2-3.5 1.4-61.6 3.3-70.1 -9.7 1.8-62.1 19.1-79.5 22.9 0.5-1.5 1.4-4.4 1.9-5.9C1752.2 585.6 1873.2 551.4 1877.3 552.9zM1765.1 658.5c-3.8 19.1-0.2 38.3 0 57.5 13.2-1 27.8-2.9 40.5-3.2 2.1-5-0.3-60-2.8-63.7C1790.3 652.2 1777.7 655.1 1765.1 658.5zM1713.4 670.9c-3 9.1 0.3 35.3 0 43.8 4.8 0.1 35.6-0.1 47.2 0.1 0-7.3-0.6-14.5-0.6-21.8 -0.2-11 0.9-22.2-1.4-33.1C1745.4 663.9 1726.4 666.2 1713.4 670.9zM1813.4 715.1c-0.1 10.4 2.5 20.6 2.2 31 -0.2 7 1.4 13.8 3 20.6 -1.2 0-3.6 0-4.8 0 -3.6-13.5-3.2-33.7-5.1-47.4 -3.1-2.5-31 0.5-42.2-0.2 -2.4 18.4 0.3 37.1-1.9 55.5 -0.9-2.3-1.9-4.6-2.1-7.1 -1-14.1 0.8-28.3-1.3-42.2 -10.5-7-43.8-2.9-47.6-1.1 -2 11.2 7.7 53.5 12.3 54.3 9.1 0.8 140.6-9.1 149.1-5.9 0-16.6 1.3-40 0.5-56.6C1873.4 712.1 1830.8 719 1813.4 715.1z'/%3E%3Cpath class='st0' d='M1385.6 585.3c2.3-2.5 3.7-5.6 4.7-8.8 -1.3 8.4-0.8 16.9-1.1 25.4 0.1 3.4-1.9 6.2-3.4 9.1C1384.9 602.3 1388.8 593.6 1385.6 585.3z'/%3E%3Cpath class='st0' d='M1441.1 611.9c1.1-0.2 3.5-0.5 4.6-0.7 -0.8 8.9-3.9 17.7-10.5 23.9C1436.4 627.2 1438.9 619.6 1441.1 611.9z'/%3E%3Cpath class='st0' d='M1419.3 689.1c0.8-20.7-2.9-43.3 8-62.1 0 8.7-1 17.3-1.3 26 -0.2 7.3-4 13.8-4.7 21.1C1420.6 679.1 1420 684.1 1419.3 689.1z'/%3E%3Cpath class='st0' d='M1817 646.1c16.8-6.4 34.9-9.8 52.9-10.8 -3.6 3.9-8.8 4.5-13.7 5.3C1843.1 642.4 1830.4 647.6 1817 646.1z'/%3E%3Cpath class='st0' d='M1389.6 699.6c2 0.4 3.9 0.9 5.9 1.3 -2.9 10.9-1.2 22.3 2.9 32.7 -1.7 2.8-3.4 5.7-5.1 8.5 2.4 1.1 4.8 2.2 7.3 3.3 -2.2 12.2-4.1 24.5-4.2 36.9 -0.3 9.4 2.3 18.6 3.5 27.8 -0.1 7-3.1 13.7-3.2 20.8 -0.6 15.4 0.4 30.9 3.5 46 4.8-10.9 1-23.2 1.7-34.7 1 0 3.1 0 4.1 0 1 5.7 3.8 11.4 2.1 17.3 -3.2 12.3-4 25.1-5.5 37.7 -0.4 7.1-1.3 14.6 2 21.2 -0.4 11.3 0.1 22.6-0.3 33.8 -1.1-4.6-1.8-9.3-2.2-14 -2.2-0.4-4.4-0.9-6.6-1.3 -0.2 7.2-0.2 14.4-0.3 21.6 1.9-4.6 3.9-9.1 6.9-13.1 0.1 4-0.2 8-1 11.9 -2.3 11.5-3.3 23.1-4.8 34.7 -1.3 11.5-5.7 22.4-7.2 33.8 -2.2 14.5-7.5 28.3-10.8 42.5 -3.8 18.8-6.6 38-4.8 57.2 8.4-12.7 6.9-28.4 11.2-42.5 1.7-7.8 6-14.7 8.7-22.2 1.7-8.7-0.5-17.5-1.6-26.1 2.1 0 6.3 0 8.4 0 -1.7 19.1-1.9 38.5-5.8 57.4 -0.8-4.2-1.4-8.5-2.1-12.6 -4.3 7.5-4.5 16.3-6.4 24.6 -1.9 8.4-4.2 16.6-5.7 25.1 -3.5 4.1-6.6 8.7-10.6 12.4l-2.5-0.5c0.3-8 2-16 1.6-24.1 -0.1-8.6-2.9-16.9-2.1-25.5 1.3-5.4 4.8-9.9 6.3-15.2 3.8-11.9 5-24.4 8.2-36.5 3.5-13.6 6.8-27.3 6.9-41.4 2.2-26.1 2.3-52.4 6.4-78.4 1.8-10.5 2.7-21.4 0.9-32 -3.1-17.6-1.3-35.4-3.1-53.1 0.7-9.5-3.7-18.2-4.5-27.5 0.1-22.8-3-46.3 4.2-68.5 -1.4-1.8-2.8-3.5-4.2-5.2C1387.7 722.5 1388.3 711 1389.6 699.6z'/%3E%3Cpath class='st0' d='M1366.5 712.9c2.9 1 5.8 2 8.8 3.1 -1.1 6.4-2.8 13.4-9.7 15.9C1365.8 725.5 1366.2 719.2 1366.5 712.9z'/%3E%3Cpath class='st0' d='M1342.3 797.1c-2.7-11.6-1.9-23.8 2.7-34.8C1345.9 774 1343.4 785.5 1342.3 797.1z'/%3E%3Cpath class='st0' d='M1358.5 812.3c-1.6-13.7-0.5-28 4.1-41.1 1 4.5 1.9 9.2 0.8 13.7C1361.5 794 1360.2 803.2 1358.5 812.3z'/%3E%3Cpath class='st0' d='M1426.5 807.2c3.6 1.2 8.7 0.4 11 4.2 1.7 8.5 2.3 17.2 3.6 25.8 2 12.7 1.3 25.6 2.8 38.3 1.4 12.7 0.6 25.5 0.9 38.3 -0.1 4.4 0.3 8.9-0.6 13.3 -1.6 4.8-4.7 9.1-5.7 14 -0.6 9.5 2.1 18.6 3.5 27.9 1 7-1.5 13.9-1 20.9 1.3 5.9 4.4 11.1 5.9 16.9 0 7.2-3.5 14-3.5 21.2 -0.7 6 0.7 12.6-2.7 18.1 -0.3-8.8 2.7-17.6 0.6-26.4 -1-4.8-1-9.8-0.6-14.6 -1 1.4-3.1 4.2-4.2 5.6 -1.6-11.1-0.4-22.3-1.2-33.4 -0.9-11.3-0.3-22.7-0.7-34 -0.4-12.7-1.3-25.4-1.1-38.1 0.3-10-1.5-20-0.6-29.9l2.2-1.2 1.5 1.7c2.2 16.3-4.2 33.7 2.9 49.4 3.5-22.2-0.3-44.7 0.9-67 -3.4-4.4-7.3-8.5-9.8-13.5 -2.1-6.7-2.8-13.8-1.6-20.8 2.3 7.8 0.6 18 8.9 22.6 -0.4-7.3-1-14.7-2.3-21.9C1433.6 818.3 1429.5 813 1426.5 807.2z'/%3E%3Cpath class='st0' d='M1372.7 822.9c2 0.4 4.1 0.8 6.1 1.2 -1.4 7.9-2.4 15.8-2.1 23.9 0.3 10.5-2.5 20.8-3.5 31.2 -1.3 10.4-0.9 21.4-5.6 31 -2.7 6.6-8.3 11.6-10.9 18.3 -0.6 4.4-2 10.4 2.1 13.6 3-3.2 3.7-7.7 5.3-11.7 -0.1 12.1-0.3 24.2 0.4 36.3 -0.1 14.8-2.9 29.5-3.1 44.3 -1.7-0.1-5.1-0.2-6.8-0.3 1.6-8.3 3.8-16.5 4.3-24.9 0.7-12.2 4.7-24.2 3.8-36.5 0.3-2.9-2.6-4.8-5.2-5 -1.8 12.9-3.9 25.7-7.3 38.3 -1.8 6.2-1.7 12.9 0.8 18.9 -0.6-1.2-1.7-3.6-2.3-4.8 -1.6 0.3-4.9 0.9-6.5 1.2 4-11.4 7.1-23.2 7.1-35.4 0.7-11.3-0.3-22.6-0.3-33.9 -0.7-11.8 11.9-18.6 12.5-30.2 -1.9 1.5-3.8 2.9-5.7 4.4 1.5-2.5 3.3-4.6 6-5.8 3.6-11.1 6.5-22.5 6.6-34.2C1369.8 849.4 1372 836.2 1372.7 822.9z'/%3E%3Cpath class='st0' d='M1328 854.3c5.6-9.2 4.5-20 5.9-30.3 0.3 3.7 0.7 7.4 1 11.2 5.6-2.5 11-5.4 15.1-10.2 6.2 10.2 2.6 22.6 0.8 33.6 -0.9-1.1-1.8-2.1-2.8-3.1 -0.5-3.4-1-6.8-1.8-10.2 -6.9 0.3-5.1 8.7-6.2 13.5 -0.7 0.3-2.2 0.9-2.9 1.2 1.5-5.7 2.6-11.4 3.8-17.1 1.4-0.2 4.3-0.6 5.7-0.8 2.9-3.3 0.1-7.5-0.7-11C1336.8 836 1333.7 846.4 1328 854.3z'/%3E%3Cpath class='st0' d='M2131.2 871.3c15-1.5 392.7-45.7 425.8-48v6.2c-32.7 3.1-410.9 47.2-421.7 47.3'/%3E%3Cpath class='st0' d='M1056.1 920c0.8-6.2-1.4-13.7 3.6-18.6 2.6 11.7 2 23.8 2 35.7 0.1 5.2-1.1 10.2-2.6 15.1C1054 942.2 1056.3 930.7 1056.1 920z'/%3E%3Cpath class='st0' d='M1308.7 935.8c2.2-0.8 4.4-1.7 6.6-2.5 -1.8 5.3-2.6 10.9-2.4 16.5 0.5 5.9-2.1 11.4-3.8 17C1309 956.4 1307.8 946.1 1308.7 935.8z'/%3E%3Cpath class='st0' d='M2556.9 953.4c-1.3-7.3-1.2-14.8 0-22.1V953.4z'/%3E%3Cpath class='st0' d='M1336.8 940.4c2.3-0.1 4.5-0.2 6.8-0.3 -1.8 6.6-2.9 13.7-7.3 19.3C1336.2 953.1 1336.6 946.8 1336.8 940.4z'/%3E%3Cpath class='st0' d='M1414 945.3c1.2-0.4 3.7-1.1 4.9-1.5 -3.6 19.8 3.2 39.3 2.4 59.1 -0.2 8.5 2.2 16.8 2.2 25.3 0 12.7 0 25.4 0 38.2 0.3 10.9-5 21-5.6 31.8 -1 15.7-0.6 31.4-1 47.1 1.3 1.5 2.6 3.1 3.9 4.6 -1.9 0-5.8 0-7.7 0 -4.9 11-7.8 22.7-12 34 -1.4-3.7-2.5-7.6-1.8-11.5 1-11.5 4-22.6 5.2-34.1 0.7-6.8 3.3-13.1 5.1-19.6 2.5-8.4 0.2-17.4 3-25.8 4-12.1 5.4-24.9 6.1-37.6 -5.9 5.7-8.3 13.8-9.8 21.6 -1.7 13.6-4.3 27.1-5.7 40.8 -0.7-16.6 0.9-33.4 5.1-49.6 2-8.2 1.3-17.3 6.2-24.6 4.9-8.3 8.4-20.5 0.6-28.1 -0.8-14.5 1.3-29.1-0.2-43.6 -2.5 3.8-3.5 8.2-4.5 12.5C1408.1 971.3 1408.6 957.4 1414 945.3z'/%3E%3Cpath class='st0' d='M1316.7 958.4c1.4 0.2 4.2 0.6 5.6 0.8 -0.6 6.3-1.7 12.6-3.9 18.6C1316.7 971.5 1316.7 964.9 1316.7 958.4z'/%3E%3Cpath class='st0' d='M828.3 975c12.1-4.4 24.1-9.6 36.7-12.1C854.2 970.3 840.8 972.4 828.3 975z'/%3E%3Cpath class='st0' d='M1333.3 994.8c-2.2-11.2 1.3-22.5 3.5-33.4 0.2 8.6 0.4 17.2 0.1 25.8C1336.8 990.1 1335.5 993 1333.3 994.8z'/%3E%3Cpath class='st0' d='M811.7 972.7c7.6-3.4 15.2-6.7 23-9.4C829.4 970.5 819.6 970.7 811.7 972.7z'/%3E%3Cpath class='st0' d='M956.7 976.2c5.3-5.4 12.7-9.1 20.4-8.6 7.9 0.3 15.8 1.9 23.6 2.8 -9.9 1.9-20 2.2-29.9 4.3C966.2 975.6 961.4 976.2 956.7 976.2z'/%3E%3Cpath class='st0' d='M954.3 987.9c0.2-3.3 2.5-5.9 4.2-8.5 1.1 13 0.6 26.5-2.9 39.1C952 1008.7 953.4 998 954.3 987.9z'/%3E%3Cpath class='st0' d='M1313.3 986.4c2 0.1 4 0.3 6.1 0.4 -1.4 10.9-2.5 21.8-2.1 32.8 0.4 11.3-1.8 22.6-0.8 33.9 1.6 18.4 1.5 36.8 1.5 55.3 -0.7-0.5-2.1-1.4-2.8-1.9 0.6 14.3 1.2 28.8-3.2 42.7 -1-8.1-1.2-16.3-3.6-24.2 0.7-0.9 2.2-2.7 2.9-3.6 -0.1-31.3-0.3-62.5 0.3-93.7C1311.2 1014.2 1314 1000.4 1313.3 986.4z'/%3E%3Cpath class='st0' d='M794.6 998.2c0.8-0.5 2.3-1.6 3.1-2.1 1.4 12.5 3.4 25 3 37.6 -2.1-0.3-4.1-0.7-6.1-1C794.7 1021.3 794.6 1009.8 794.6 998.2z'/%3E%3Cpath class='st0' d='M1331.7 1007.1c0.4-3.5 0.1-7.1 1.5-10.4 1.9 2.6 3.4 5.4 4.5 8.4C1336.2 1005.7 1333.2 1006.7 1331.7 1007.1z'/%3E%3Cpath class='st0' d='M718.4 1005.2c8.8-3.9 18.7-3.8 28.1-3.7C737.8 1005.7 727.9 1006.5 718.4 1005.2z'/%3E%3Cpath class='st0' d='M336.2 1012.4c1.4 3 2.9 6 3.1 9.3 1.4 13.7 1.1 27.5 2.8 41.2 -0.6 0.7-1.7 2.1-2.2 2.8 2.5 21.3 2 42.8 3.2 64.2 3.2 27.1-3.5 54.3 0.9 81.4 3.2-3.1 6.6-6.6 6.2-11.4 0.4-17.1-1.9-34.3 0.8-51.3 3 6.3 4.5 13.8 9.6 18.8 6.8 4.6 14.6 7.3 21.9 10.9 0.4-9.9-2.4-19.6-2.2-29.4 2-6.3 4.9-12.3 8.7-17.6 3.1-4.1 8.6-4.5 13.1-5.7 -3.8 3-8.3 5.5-11.2 9.5 -1.9 5.9-1.5 12.3-1.7 18.4 1.4-0.4 4.2-1.2 5.6-1.5 -0.4-5.6-0.6-11.2-0.6-16.8 4.3 0 8.6 0.7 12.8-0.3 1-3.9 0.6-8 0.8-11.9 -6.8-0.5-13.1-3.2-19.8-4.2 -9.7 1.7-19.4 4.5-28.4 8.7 -4.5 2-4.4 7.6-6 11.6 -1 0.4-3.1 1.3-4.1 1.8 0.8-5.4 1.9-10.7 3.1-15.9 13.7-6.1 27.5-12.2 41.6-17.4 -0.1 1.1-0.2 3.4-0.2 4.5 4.3-1 8.7-2 13-2.7 1.8 2.6 3.7 5.2 5.6 7.8 -0.7 1.5-2 4.5-2.7 6 1.1 12.3-2.9 24.3-2.5 36.5 0.2 10.1-1.4 20-2.2 30 -2.3-5.7-5.3-11.3-6.6-17.4 1-5.9 4.8-10.9 5.7-16.8 1.1-6.3 1.4-12.8 0.6-19.1 -8 5-4.3 16-5.1 23.8 -5.2 1.2-10.4 2.2-15.7 3.1 0.1 5.1 0.2 10.2 0.3 15.3 11.1 9.9 24.2 17.3 35.7 26.7 11.1 7.7 20.9 17.2 30.7 26.6 2.2-3.3 3.1-8.2 6.6-10.2 8.9 0.9 17 5.1 25.1 8.9 -0.9-6.5-1.6-13.3-4.6-19.2 -4.6-3.6-10.4-5-15.3-8.1 -5.7-6.3-8-15.1-6-23.3 9-1.8 16.9 3.1 24.6 7.1 0.5-3.2 1-6.4 1.5-9.6 -4.4-1.8-8.4-4.3-12.1-7.2 -3-17.4-0.4-34.9 0.3-52.3 5.3-0.2 10.6-0.4 15.9-0.8 0.4-4.7 0.8-9.5 1.2-14.2 1 0.3 3 0.9 4 1.2 -1.5 7.2-2.6 14.5-3.9 21.7 -2.2-2.4-4.4-4.8-6.6-7.2 1 2.2 2 4.4 2.9 6.7 -2.4 5.1-4.6 10.2-7 15.3 1.5 2.1 3.1 4.2 4.7 6.3 -3 3.9-6.1 7.7-9.4 11.5 3.3-0.2 6.6-0.4 9.9-0.5 -2.2 4.4-4.3 8.9-6 13.6 2.4-0.1 4.8-0.1 7.2-0.2 0-13.5 1.2-27.1 4.1-40.3 1.3 11.6-0.3 23.2 0.3 34.9 0.6 11.4-2.8 22.5-2.2 33.9 0.2 11.7 0.3 23.5-1.1 35.2 -8.6-0.8-17.1-2.3-25.7-3.2 -0.6 6.5-0.7 13.1-0.4 19.7 3.1 0.1 6.3 0.1 9.4 0.2 2.1-3.9 4.2-7.7 6.1-11.6 3.1-0.7 6.3-1.4 9.4-2.1 -0.6 2.6-1.1 5.2-1.7 7.9 -2.7-0.1-5.4-0.2-8.2-0.2 -4 11.4-6.8 23.3-13.9 33.3 -3.2 0-6.3-0.1-9.5 0 -2.2-2-4.5-4.1-6.8-6 0.9-10.4-3.3-22.4 4-31.2 0.5 6.2-0.1 12.4 0.2 18.6 2.9-5.4 2.6-11.8 2.3-17.7 -0.1-4.2-3.9-6.9-6.8-9.4 -6.6-4.8-12.5-10.3-18.7-15.5 0.3 6.6 1.4 13.2 1.7 19.9 -6.5 0-13-0.4-19.4-0.6 -2.5-7.6-3.1-15.8-0.5-23.4 3.3 6.1 3.5 13.1 4.5 19.8 0.7-1 2.1-3.1 2.8-4.1 1.7-9.9 0.8-22.6-8.7-28.4 -1.1 5.1-2.1 10.2-3.5 15.2 -3.5-1.1-7-2.2-10.5-3.2 -0.9-8.1-0.1-16.5-2.8-24.3 -7.1-7.6-16.8-12.5-26.8-15 0.1 1.8 0.2 5.5 0.3 7.3 7.7 1.5 14.2 6.2 20.4 10.7 0.7 11.2-0.8 22.2-2.4 33.3 -1.8 2.2-3.7 4.4-5.5 6.7 -11-0.4-21.9-1.8-32.9-1.7 0.7 6.4 1.7 12.6 2.8 18.9 -2.9-0.3-5.9-0.7-8.9-1 3.2-9.2 4.3-19 3.9-28.7 -0.5-17.7 1-35.5-1.3-53.1 -1.9-10.6 0-21.1 0.7-31.6 -0.9-17-0.7-34.1-2.5-51 -1.1-7.8 2.5-15.3 1.6-23.1C336.6 1044.2 334.4 1028.3 336.2 1012.4zM457.8 1184.7c1.5 4.6 2.2 9.9 5.7 13.6 5.4 4.4 12.4 7 19.4 6.5 -1-5.3-2.2-10.6-3.5-15.9 -5.1-2.5-10.2-5-15.3-7.5C462.5 1182.2 459.4 1183.9 457.8 1184.7zM358.4 1196.9c1.1 3.8 2.2 7.7 3.3 11.6 -4.6 1.8-9.3 3.6-13.9 5.3 0 2.3 0 4.6 0 6.9 3.5 1.3 7 2.6 10.5 3.9 3.8-1.6 7.6-3.1 11.3-4.7 0.5-10.5 1.9-21.1-0.7-31.4C365.2 1191 361.7 1193.8 358.4 1196.9zM455.4 1253.4c-2 6.2-3.9 12.5-5.7 18.8 1.6 0.9 4.9 2.8 6.5 3.8 3.8-6.6 5.7-14 4.9-21.5C459.7 1254.1 456.8 1253.6 455.4 1253.4z'/%3E%3Cpath class='st0' d='M2015.6 1011.7c0.9 1.1 2.7 3.4 3.6 4.5 0 0 13.3 273.6 12.9 288.9 25.3 8.1 52.4 4.8 78 10.4 -3.8 1.1-7.7 2.3-11.7 1.5 -12.5-1.8-25.2-2.1-37.7-3.9 -9-1.4-18.1-1.4-27.2-0.8 0.4 9.6 0.6 19.2 0.9 28.8 20.5 6.4 42.2 6.2 63.3 9 1.3 0.7 3.8 2.2 5.1 2.9 -8.4 2.1-16.8-0.1-25.1-0.7 -9.3-0.7-18.5-1.8-27.8-2.6 -5.3-0.8-9.5 3.1-13.9 5.3 1 16.9 2.6 33.7 2.6 50.7 -1.3-1.1-4-3.4-5.3-4.5C2033 1387.9 2016.2 1023.6 2015.6 1011.7z'/%3E%3Cpath class='st0' d='M277.2 1021.1c9.7-1.7 19.6-0.1 29.2 1.5 3.4 4.2 6.8 8.5 10.2 12.7 0 5.2 0 10.4 0.1 15.7 -6.5 2.6-13 6-20.2 5.8 -21.9-0.2-43.9 0.2-65.8-0.1 -21.1-1.7-42.3 0.9-63.4 2.2 -16.5 1.5-33 4.1-49.5 6 -13.9 1-27.9 1.7-41.8 3.2 -5.6 0.5-11.7 2.5-16.9-0.7 8.7-2.3 17.9-2.4 26.6-4.5 6.3-2 11.3-6.6 16.4-10.7 7.4-6.5 15.7-12.1 21.7-20 -8.6-0.5-13.7 7-20 11.4 2.4-3.5 4.8-6.9 7.1-10.5 -7.4 0.3-12.6 5.6-17.7 10.2 1.1-2.8 2.2-5.6 3.3-8.3 -2 0.3-5.8 1-7.8 1.4 -5.9 4.9-10.6 11-16.8 15.5 3.9-4.9 8.3-9.4 12.3-14.2 -1.5-0.1-4.5-0.4-5.9-0.5 -3.3 1.4-5.2 4.8-7.6 7.3 -0.7-1.5-2.2-4.5-2.9-6 -4.6 7.7-7.7 16.1-10.9 24.3 -6.5-7.8-5.4-18.7-4.7-28.2 8.7 1.2 17.5 1.8 26.2 0.3 23.7-3.9 47.8-5.2 71.7-7.8 19.8-1.1 39.6-3.2 59.5-2.9 14.2-0.4 28.5-2.5 42.7-0.9 -5 5.5-11.1 9.7-17.5 13.3 2.5-3.9 5.1-7.8 7.4-11.9 -4 1.7-7.9 3.6-11.6 5.7 -4.3-1.1-8.7-2.1-13-3.2 -4.6 3.2-9.1 6.4-13.8 9.5 1.4-3.3 2.8-6.7 4.1-10 -5.9 2.5-11.6 5.6-16.9 9.4 0.1-1.3 0.4-3.8 0.6-5.1 -4.8 1.9-9.5 3.8-14.2 5.6 2.3-2.4 4.7-4.8 7-7.1 -2.5-0.3-4.9-0.6-7.4-0.8 -11 9.2-23.3 17.3-31.9 29 7-0.4 14-1.4 20.5-4 5.1-2.5 9.5-6.1 14.3-9 -2.4 3.4-5 6.6-7.4 10 8.7 1.4 16.1-3.8 22.6-8.9 -1.6 2.5-3.2 4.9-4.7 7.5 10.7 0.3 21.4-1.3 32-0.7 13.5 0.8 27 0.3 40.4 1.3 10.6-0.1 21.3-1 31.9-0.7 6 0.4 11.2-2.7 16.5-5 -0.3-1.6-0.6-3.2-1-4.8 0.9-0.6 2.7-1.7 3.6-2.2 -0.6-4-1.3-7.9-2-11.8 -8.7 4-15.2 11.3-21 18.8 -5.3 0.3-10.5 0.6-15.8 0.7 12-6.1 23.3-13.7 31.9-24.2 -8.5-1.9-15.3 4-22.1 8 1.5-3.1 2.9-6.2 4.3-9.3 -14.4 6.1-27.3 15.5-38.5 26.4l-1.7-2.7c2.2-1.6 4.5-3.2 6.6-4.9 3.5-2.7 6.7-5.6 9.9-8.5 -1.6-0.1-4.9-0.2-6.5-0.2 0.4-1.1 1.3-3.5 1.7-4.6 -7.7 1.6-13.1 7.6-19.7 11.5 3.7-5.1 8.8-8.9 14-12.3 0.1-1.4 0.3-4.1 0.4-5.4C262.5 1022.5 269.9 1022.4 277.2 1021.1zM142.7 1041.7c1.9-3.5 4-6.9 6.1-10.3 -2.1-0.3-4.3-0.5-6.4-0.8 -5 5.8-10.8 10.9-17.5 14.8 4.3-4.9 9.2-9.2 13.6-14.1 -9-0.2-15.1 7.3-22 11.9 -7.5 4.8-12.6 12.2-16.7 19.9 11-0.1 21.9-1.7 32.5-4.6 8-2.2 14.5-7.4 20-13.4 5.6-6.2 13.4-10.1 18.3-16.8C159.4 1027.8 152.1 1037.5 142.7 1041.7z'/%3E%3Cpath class='st0' d='M394.5 1053.7c0.5-10.3-1.5-21 2-30.9 4.8 19.2 2.4 39.2 2.1 58.7C396 1072.5 394 1063.2 394.5 1053.7z'/%3E%3Cpath class='st0' d='M564.7 1026.6c1.1 0 3.3 0.1 4.4 0.2 0.3 8.1 0.3 16.2 0.3 24.3 -1.1-0.1-3.2-0.3-4.3-0.4C564.9 1042.7 564.8 1034.7 564.7 1026.6z'/%3E%3Cpath class='st0' d='M1019.9 1033.1c12.9-0.5 25.8 0.2 38.4 3.1 -12.7 2.2-25.6 2.3-38.3 4.1C1020 1037.9 1019.9 1035.5 1019.9 1033.1z'/%3E%3Cpath class='st0' d='M2556.9 1034.8v11.5c-6.8-1.5-72.3 1.9-93.9 5.4 1.2 3.3 56.8 516.7 60.5 551.1 0.1 1.1-0.5 2.1-1.6 2.4l-3.9 1.3c-0.3-4.4-59.8-553.9-63-557.6C2481.9 1043.6 2552.5 1041.6 2556.9 1034.8z'/%3E%3Cpath class='st0' d='M238.7 1051.5c2.4-7 8.8-10.8 14.5-14.8 0.5 1.4 1.5 4.2 2 5.6l-3.2-3.4C247.8 1043.2 243.5 1047.6 238.7 1051.5z'/%3E%3Cpath class='st0' d='M303.3 1039.5c1.3-0.1 3.9-0.4 5.2-0.6 -1.1 2.9-2.3 5.9-3.4 8.9 -3 0.4-5.9 0.8-8.9 1.2C298.6 1045.8 300.9 1042.6 303.3 1039.5z'/%3E%3Cpath class='st0' d='M2162.3 1044.6c1.1-0.1 3.3-0.1 4.4-0.2 1.7 7.9 1.2 16.1 1.7 24.1 -0.1 16.9 4.6 33.2 7.3 49.8 1.1 14.5 2.2 29 2.2 43.5 -0.1 21.4 8.3 42.4 5.6 63.8h-1.3c-1.5-6.3-1.8-12.7-2.8-19 -1.9-11.3-0.4-22.9-2.3-34.2 -0.4-9.9-1.8-19.7-3-29.5 -0.4-11-1.5-22.1-3.7-32.9 -3.3-15.9-5.3-32-7.7-48.1C2162.3 1056.1 2160.9 1050.2 2162.3 1044.6z'/%3E%3Cpath class='st0' d='M1025 1048.6c6.8-0.8 13.7-1.8 20.5-2.8 3.3 2.8 6.6 5.5 9.8 8.3 -9.8 3.4-19.8 6.2-30.1 7.7 -3.2 0.7-6.4-0.2-9.5-0.7C1018.7 1056.9 1021.9 1052.8 1025 1048.6z'/%3E%3Cpath class='st0' d='M720.6 1058.9c8 0.3 15.4-3.1 22.7-5.7 -1 1.5-3.1 4.4-4.2 5.9 10.1 0.3 20.8-1.6 30.3 3 -16.2 2.1-32.6 0.3-48.8 1 -19.1 0.7-38.4-1.4-57.4 1.5 -18 1.8-36.2-1.1-54 2.4 -6 1.1-11.3 4.4-16.7 7.2 -1.2 8.7-1.8 17.5-1.8 26.4 0.3 2.8-1.3 5.2-2.8 7.4 -1.4-12.9-0.1-25.8 0.7-38.7 -15.8 1.4-30.8 6.6-46.1 10.3 -16.2 3.7-32.3 7.9-48.9 9.6 -3.6-2.7-7.2-5.3-10.8-7.9 9.9-1.5 20-0.2 29.8-2 6-1.2 12.1-0.7 18.1-1.6 7.5-2.7 14.2-7.4 22.1-9 8.1-2.8 16.8-1.2 25.1-0.6 2.9-2.4 5.6-4.9 8.9-6.7 7.8-0.8 15.5 1.7 23.3 0.7 6.3-0.7 12.7-1 19.1-0.9 12.8 0.5 25.3-3 38.1-2.2C685.2 1059.8 702.9 1057.5 720.6 1058.9z'/%3E%3Cpath class='st0' d='M347.1 1062.5c12.8-2.6 26-3.5 39-1.5C373.1 1062.2 360.2 1064 347.1 1062.5z'/%3E%3Cpath class='st0' d='M133.1 1069.3c49-7.1 98.6-4.6 147.9-3.7 11.1 1.9 22.3 1.6 33.5 2.3 7 1.3 15.4 1.2 20.4 7.1 -56.2-8.9-113.3-8.7-170-6.4 -32.7 2.5-65.1 7.3-97.5 11.7 -13.8 2.3-27.6 5.1-41.6 6.1 1.1-0.8 3.2-2.4 4.3-3.3 18.2-4.8 37.2-5 55.7-8.5C101.5 1071.8 117.3 1070.7 133.1 1069.3z'/%3E%3Cpath class='st0' d='M770.9 1068.4c1.4 0.9 2.8 1.8 4.3 2.7 -0.4 15.3-4.3 30.8 0.7 45.8 -3.3-0.8-6.6-1.7-9.9-2.6C767.3 1098.9 769.5 1083.7 770.9 1068.4z'/%3E%3Cpath class='st0' d='M1021.2 1073.7c12-2.7 24.4-3.1 36.7-4.3 -6.5 2.5-13.1 4.5-19.6 7 -0.8-0.8-2.4-2.4-3.2-3.2C1030.5 1073.5 1025.8 1073.7 1021.2 1073.7z'/%3E%3Cpath class='st0' d='M714.1 1075.5c15.5-0.9 30.7-4.4 46.1-5.3 -4.2 5.3-11 4.9-16.9 6.5 -5.3 3.1-9.4 8-14.4 11.6 2.7-3.4 5.7-6.6 8.5-9.8 -10.2-1.6-20.2 2.5-28.2 8.5 -2.2 1.7-2.9 4.5-4.1 6.9 7.6-1.2 13.1-6.8 19.4-10.6 -1.8 3.2-3.7 6.4-5.5 9.6 8 0.3 16.9 1.1 23.7-4 3.7-4.9 6.3-10.8 11.6-14.2 2.2 6.4 4.1 13 5.6 19.7 -2.6-1.2-5.3-2.3-7.8-3.5 -6.8 2.7-13.6 6.2-21 6.1 -7.3 0-14.7 0-21.9 1.3 -8.5 1.7-16.3-4.7-24.8-2.8 -14 2.5-28.3 1.2-42.4 2.3 -10.3-0.3-20.9 1.5-30.9-1.5 1.3-0.7 4.1-2.1 5.4-2.8 12.8-1.3 25.5 2.1 38.3 1.1 6.3-0.6 12.7-1.1 18.9-2.3 5.9-2.1 9.8-7.3 14.4-11.2 -2.8 3.2-5.6 6.3-8.3 9.6 5-0.7 10-1.6 15-2.6 1.5 1.4 3.1 2.9 4.6 4.3C704.7 1087 712.8 1083.5 714.1 1075.5z'/%3E%3Cpath class='st0' d='M1480.2 1073.5c15.2 0 26.1-1.6 42.5-1.4l-2.5 4.2c-10.5 0.4-29.5 0.7-40 1.7C1480.4 1076 1479.9 1075.5 1480.2 1073.5z'/%3E%3Cpath class='st0' d='M659.1 1074.6c17.6-1.5 35.5-2.3 53.1 0.2 -8.8 3.5-18.5 4.2-27.9 3.1 -6.4-0.8-12.7 0.7-19 2 -7.8 1.5-15.5-2.1-23.3-1.3 -8.5 0.9-16.9 2.6-25.3 3.6 -3.9-2-7.8-3.8-11.8-5.4 0.8 3.5 2.2 7 2 10.7 -1.5 3.1-3.4 5.9-5.3 8.8 2.9 0.9 5.8 1.9 8.7 2.9 -4.2-0.1-8.4-0.1-12.6-0.1 0.3-8.5 1.2-17 2.3-25.5 8.9 1.1 17.9 2.9 27 2C637.8 1074.8 648.5 1075.7 659.1 1074.6z'/%3E%3Cpath class='st0' d='M1035.1 1086.2c5.4-5.9 12.7-8.9 20.5-10.2 -3 1.5-5.9 3.1-8.8 4.8 -1.3 4-3.1 7.9-5.3 11.5C1039.4 1090.2 1037.3 1088.2 1035.1 1086.2z'/%3E%3Cpath class='st0' d='M959.5 1082.7c12-4.3 25-5.1 37.7-5.1C984.8 1080.5 972.1 1081.7 959.5 1082.7z'/%3E%3Cpath class='st0' d='M450.4 1082.4c3.1-2.8 7.6-2 11.5-2.6 -3.1 2.4-6.8 4.3-9 7.7 -2.1 5.3-3.1 11-4.2 16.6 -9.4-0.3-19-0.2-28.1 2.5 -7.2 2.2-14.8 1-21.8-0.9 9.4-3.2 20.1-2.2 28.9-7.5C435.9 1094 443.2 1088.2 450.4 1082.4z'/%3E%3Cpath class='st0' d='M1336.1 1079.4c1.5 0.4 4.5 1.3 6 1.7 1.6 4.3 3.8 9 2.3 13.6C1337.8 1093.2 1338.5 1084.5 1336.1 1079.4z'/%3E%3Cpath class='st0' d='M173.4 1090.8c14.2 0.3 28.2-3 42.5-1.9 20.5-0.3 41 1.5 61.6 1.7 8.9-0.1 17.9 2.2 25.4 7.2 4.4 4.1 8.1 9 10.8 14.4 1.7 33.9 6.5 68.1 1.2 102 -4.7 3.7-8.8 8.1-13.9 11.3 -11.2 5.4-24 6.1-36.3 6 -19-0.4-38.5 5.2-57.2-1 -6.3 2.9-13.3 2.9-20 2 6-2.1 12.5-1.8 18.8-2.6 -10.3-7.7-24-6-35.8-9.7 -5.2-0.7-8-5.3-11.1-9 12.1-15.4 25.8-29.5 37.1-45.5 10-15.1 21.7-29.1 33.7-42.6 2-2.7 5.4-3.1 8.4-4.1 -5 9.4-13.6 16.2-19 25.3 -3.4 5.6-6.2 11.8-11.1 16.3 -8.8 8.3-15.3 18.7-23.9 27.1 -7.2 7.1-13.1 15.3-19.1 23.4 17.2 4.3 34.3 8.5 51.5 12.8 10.1 2.4 20.4 5 30.9 4.8 12-0.1 24.1-0.9 36-2.4 8-0.7 14.9-5 21.8-8.8 2.5-7.8 5.9-15.6 6.1-23.9 0.6-17 1.9-34.2-0.9-51.1 -1.4-12-1.7-24.3-6.2-35.7 -2.5-6.5-9.5-9.4-15.7-11.1 -9-1.6-18.2-2.3-27.2-3.4 0.4 3.5 0.7 6.9 1 10.4 -1.7 0.3-5.2 1-6.9 1.4 -0.1-1.7-0.4-5.2-0.5-6.9 -14.8-4.2-30.3-5.6-45.6-5.8 -12.7 1.1-25.5 1.6-38.2 2.2 -10.1 0.4-19.5 5.4-29.6 5.3 -10.9 0.1-22.1 0.9-32.4 4.6 -5.3 2.7-9.1 7.5-13.7 11.2 1.7-4.6 4.5-8.7 7.5-12.5 -2.1-0.1-6.3-0.4-8.4-0.6 -2.8 7.8-8.2 14.1-13.2 20.5 -3.3-0.1-6.6-0.2-9.9-0.3 5-4.9 14.4-6.2 14.9-14.3 -8.9-0.6-17.8 0.1-26.5 2.1 -3.7 5.6-9.1 10.7-9.8 17.7 -1.5 12.8-0.6 25.7-0.8 38.5 0 9.1-0.9 18.2 0.1 27.2 0.4 4.3 3.8 7.3 6.2 10.5 -1.5 3.6-4.1 7-4.2 11.1 0.7 5.4 3 10.4 4.8 15.4 21 1.1 41.9 4.6 62.9 4.7 -3 1.1-6.1 2.1-9.4 2 -20.3 0.1-40.8 0.7-60.6-4.4 -3.6-17-4.7-34.4-4.8-51.8 0.1-17.7-0.1-35.4 0.8-53.1 0.3-5.9 2.6-11.4 4.6-16.9 21.4-13.1 47.3-11.5 71.3-14.3C138.5 1093.8 155.8 1090.8 173.4 1090.8z'/%3E%3Cpath class='st0' d='M1480.1 1081.5c3.9 0.1 33.6-2.2 41.4-1.8l-1.5 4.1c-14.7 1.7-26.5 1-39.9 1V1081.5z'/%3E%3Cpath class='st0' d='M460.4 1090c10.7-0.3 22.3-3.9 32.1 2 -2.3 2.9-4.3 6.4-7.8 8.2 -7.6 2.3-15.7 2.1-23.5 0.7C460.9 1097.3 460.7 1093.6 460.4 1090z'/%3E%3Cpath class='st0' d='M1662 1087c1.7 4.3 3.1 8.8 3.2 13.4 0.4 16.8-0.7 33.5 0.7 50.2 20.6-0.5 41.6-3 62 1.1 -5.1 0.8-10.1 2.7-15.3 1.9 -15.4-2.4-31.5-1.3-46.5 2.9 -13.3-2.9-26.9-0.9-40.3-2.4 -0.7-1.3-2.1-3.7-2.8-5 12 0.6 23.9 0.8 35.9 1.3 3.4-10 1.9-20.7 2.2-31C1661.2 1108.6 1660.4 1097.7 1662 1087z'/%3E%3Cpath class='st0' d='M967.4 1094.9c2.1 0.1 4.3 0.1 6.4 0.2 5.8 7.8 11.1 15.9 15.6 24.5 4.7 8.1 2.2 17.9 2.6 26.8 -9.6-0.7-19.3 0.2-28.8 1.6C964.9 1130.3 966 1112.6 967.4 1094.9zM972.3 1104.7c-2 11.2 6.6 20.1 7.5 30.9 4.1-0.7 8.1-1.6 12.1-2.5C986.8 1122.8 983 1110.5 972.3 1104.7z'/%3E%3Cpath class='st0' d='M1340.1 1097.4c1.1 0 3.2 0.1 4.3 0.2 2.2 7.9 0.6 16.3-2 23.9C1338.8 1114 1338 1105.5 1340.1 1097.4z'/%3E%3Cpath class='st0' d='M1480.1 1087.7c0 0 26.2-0.1 41.4-0.6l-0.4 2.6c-7.7-0.9-33.9 1.2-40 1.2L1480.1 1087.7z'/%3E%3Cpath class='st0' d='M194.2 1108.2c1.7-2.5 4.9-3 7.5-4.1 -4.1 7.3-9.7 13.6-14.8 20.3 -17.8 23.6-37.4 45.8-57.6 67.4 -7.6 9.2-17.4 16.1-25.5 24.8 10 1.7 20 3.4 29.9 5.8 9.4 2.2 18.5 5.8 28 7.7 7.1 1.3 14.3 1.7 21.4 2.7 -3 1.2-6.1 2.9-9.5 2.6 -15.2-0.7-30.5-1.8-45.3-5.6 -16.7-4.5-33.8-6.9-50.8-10.3 -0.6-2.3-1.1-4.6-1.6-6.9 9.1 1.4 18.3 3 27.5 3.5 8-15.2 21.9-25.8 33-38.5 15.9-16.1 29.1-34.6 44.2-51.4C185.7 1120.6 189.5 1114.1 194.2 1108.2z'/%3E%3Cpath class='st0' d='M806 1103.3c2.1-0.1 6.3-0.4 8.4-0.6 0.9 1.9 2.7 5.7 3.5 7.6 -1.7-0.7-5-2.2-6.6-3 3.7 7.4 5.5 15.5 8.9 23.1 0.9-3.2 1.8-6.4 2.7-9.6 1 4.9 2 9.8 2.9 14.7 -5.7 0.3-11.5 0.5-17.2 0.6C805.8 1125.4 804.8 1114.3 806 1103.3z'/%3E%3Cpath class='st0' d='M441.3 1117.9c4.2-4.3 8.9-8.5 14.5-10.6 9.1-0.8 18.3-0.1 27.5 0.3 -8.9 1-18.6 0.1-26.6 4.6 -12.9 6.4-19.5 21.3-20.1 35.2 -0.8 0.7-2.5 2-3.3 2.6C433.7 1139 435.4 1127.4 441.3 1117.9z'/%3E%3Cpath class='st0' d='M600.8 1110.2c23.7-0.8 47.4-4.5 71-1.4 12.8 1.9 26.3-1.5 38.7 3.1 -7.2 0.6-14.4-0.2-21.6 0.4 -17 1.9-34.1-2.4-51.1-1.1 -13.8 1.1-27.7 1-41.4 3.1 -8.4 1.3-16.1 5.2-24.2 7.6 1-3 2.5-6.2 5.7-7.3C585 1111.3 593 1111 600.8 1110.2z'/%3E%3Cpath class='st0' d='M261.9 1118.6c1.9-2.1 4.9-2.4 7.5-3.4 -7 9.2-14.4 18.5-23.4 26C250 1132.9 255.5 1125.3 261.9 1118.6z'/%3E%3Cpath class='st0' d='M772 1117.7c1.5 0.2 4.5 0.6 6 0.8 2.6 1.8 2.7 5.3 3.8 8 2.2 8.3 4.3 16.6 6 25 1.3 0.7 3.9 2.1 5.2 2.8 0.9-0.9 2.6-2.6 3.5-3.5 0.7-5.1 1.7-10.2 3.4-15.1 0.3 3.3 0.5 6.6 0.7 9.9 4.8-0.3 9.8 0.1 13.6 3.4 -4.3 0.6-8.6 0.6-12.9 0.5 2 3.4 3.9 6.7 5.8 10.1 2.6 1 5.2 2.1 7.9 3.1 -2.8 4.7-5 9.7-6.4 15 4.9-3.5 10.3-6.4 16.3-7.5 -2.2-1.9-4.3-3.8-6.5-5.6 2.5-0.9 5-1.7 7.5-2.6 -0.6-5.1-1-10.2-1.3-15.2 4 0.4 7.9 1 11.6 2.6 -2.1 0.6-6.2 1.6-8.3 2.2 0 1.7-0.1 5.2-0.1 7 6.3 0 10.2-4.4 13.8-8.9 7 0.1 13.8 2.5 20.9 2.5 6 0.3 12.5-1 18.1 1.9s11.8 4.3 18.1 4.4c8.5 0.8 18.3-1.6 25.3 4.7 -11.3 1.1-22.5-0.3-33.7-1.5 0 6.4 2.8 12.3 5.6 17.9 9 2.9 17.2-2.7 26.2-3 -3.5 1.1-7.5 1.9-9.8 5.1 15.3 2.1 30.2-3.8 45.5-2.7 0.8 2.2 1.7 4.4 2.5 6.7 -4.9 1.6-9.8 3.1-15 2.5 -13.6-1-27.2-2.2-40.8-2.6 -2.6 0-5.4-0.1-7.7 1.3 -8.7 4.6-15.9 12-25.7 14.3 -5-2.5-9.6-5.8-14.5-8.6 -1.4-4.5-2.7-9.1-4-13.6 -3.5 2-6.9 4.1-10.4 6 -0.4-5.1-0.6-10.3-0.7-15.4 -4.2 0.4-8.3 0.8-12.4 1.3 0.7 5.4 1.8 10.8 2.5 16.3 0.7 7.7-0.5 15.4-1.3 23 -4.2 3.1-8.1 6.5-11.9 9.9 -5.1-0.3-10.1-0.4-15.2-0.2 1.7 7.1 5.2 13.7 5.9 21 -10.7-7-9.9-21.2-9.2-32.4 5 2.1 9.9 4.4 14.4 7.5 2.8-0.5 5.5-1 8.3-1.4 -1.3-1.7-2.6-3.3-3.9-4.9 0.2-1 0.5-2.8 0.7-3.8 6.4-4.8 4.1-13.1 4.2-20 -1.1-0.1-3.3-0.2-4.4-0.3 -1.1 2.1-2.3 4.2-3.4 6.3 1.2-5.6 3.2-10.9 5.5-16.1 -1.4-0.3-4.3-0.9-5.7-1.2 -1 2.8-2 5.5-2.6 8.3 -0.5 5.5 2.5 10.7 2.2 16.2 -1.2 3.9-3.4 7.5-5.3 11.1 -3.8-5.3-8.6-9.6-12.8-14.5 4.8-3.5 9.5-6.9 14.1-10.5 -3.5-4.1-6.7-8.3-9.8-12.7 0-3.9 0-7.8 0-11.7 -4.1-0.1-8.2-0.3-12.3-0.3 -1.6-3.5-3.2-6.9-5-10.2 -0.8 9.6 1.8 19.1 5.6 27.8 0.1-4.1 0-8.1 0-12.2l2.4 0.2c-0.3 6.5-0.7 13-1.4 19.4 -7.6-11.3-8-25.6-10.4-38.6C779.9 1136.6 774.5 1127.6 772 1117.7zM845.6 1179.7c8-4.6 14.8-11.7 18.7-20.1 -4.3-6.3-13.3-4.3-19.8-5.6C844.5 1162.6 845 1171.1 845.6 1179.7zM879.6 1160c-5.2 4.8-12.6 8.5-13.8 16.2 -2 6 1.6 11.6 3.9 17 1.4 0 4.1-0.1 5.4-0.1 4-8.1 6.1-16.9 7.5-25.8 0.9 8.6 0.3 17.2 0.1 25.8 1.8-2.6 4.8-4.9 4.6-8.3 0.4-6.9 0-13.8 0-20.7C884.7 1162.7 882.1 1161.3 879.6 1160z'/%3E%3Cpath class='st0' d='M587.4 1119.7c3.3 6.3 2.5 13.5 2.8 20.3 -0.7 0.5-2.2 1.6-2.9 2.1C585.7 1134.7 585.2 1127 587.4 1119.7z'/%3E%3Cpath class='st0' d='M2111.8 1116.7l2.9-2.1c4.9 20.9 18.2 148 15.8 167l-3.6 1.1C2124.5 1269 2119.5 1171.3 2111.8 1116.7z'/%3E%3Cpath class='st0' d='M1341.8 1126.6c0.4-0.7 1.1-2.1 1.5-2.8 -2.3 11.8-2.4 23.9-3.3 35.9 -1.4 0.7-4.1 2-5.4 2.6 0.9-11.8-0.1-23.5-1.1-35.2C1336.2 1126.9 1339 1126.7 1341.8 1126.6z'/%3E%3Cpath class='st0' d='M450.7 1126.9c2.1-0.4 4.3-0.7 6.4-1 0.3 17.9 1.1 36-3.3 53.6 -6.7 7.1-15.7 11.1-24.1 15.7 -0.1 2.8-0.3 5.6-0.5 8.4 -0.5 0-1.5-0.1-2.1-0.1 -0.1-4.1 0-8.2-0.8-12.1 -1.5-5-4.5-9.5-5.6-14.7 -0.3-5.6 0.9-11 1.6-16.4 3-2.8 5.9-5.7 8.8-8.6 1.1 0 3.2 0.1 4.2 0.1 0.2 1.7 0.5 5 0.7 6.7 1.8-0.1 5.3-0.1 7-0.2C442.9 1147.4 444.2 1136.1 450.7 1126.9zM432.4 1180.4c3.9-0.2 7.5-1.6 10.9-3.5 1.8 0.9 3.6 1.8 5.5 2.8 0.7-8.2 2.2-16.3 2.1-24.6 -1-0.2-3.1-0.5-4.1-0.7C441.6 1162.9 437.4 1171.8 432.4 1180.4z'/%3E%3Cpath class='st0' d='M565 1128.9c1.2-2.7 4.5-2.3 6.9-3 -2.2 4.8-4.8 9.4-6.4 14.4 -3.5 10.3-4.2 21.5-8.3 31.7C554.8 1157.3 557.1 1141.6 565 1128.9z'/%3E%3Cpath class='st0' d='M630.5 1127.5c10.9-1.5 21.8-0.2 32.7-1 18.4-1.4 36.8 0.8 55.3 0.4 11.3 0.1 22.6-0.6 33.8 0.2 7.1 1.7 13.4 6.6 17.6 12.6 4.3 8.1 3.8 17.6 6.2 26.3 4 15.9 11.3 32.1 7.7 48.7 -11.4 4.4-23.7 3.6-35.6 2.2 -16.5-1.9-32.5 4-48.9 3.2 -14.9-0.5-29.6-3-44.4-3.4 -11.5 0.8-23.9 2.9-34.5-2.6 9.4-0.4 18.8 1.7 28.3 0.8 6.5-0.6 13.1-0.8 19.7-1 -11.2-7.2-25-6.5-37.6-9.3 1.7-1.4 2.7-4.5 5.3-4.3 12.9-0.6 24.3 6.1 36.2 10.1 13.4 4.3 27.3 8.9 41.6 7.2 -0.6-1.2-1.8-3.6-2.4-4.8 -8.7-3.4-18.5-2.9-27.2-6.7 5.4-3 11.6-1.1 17.3-0.1 9.9 1.7 19.8 3.3 29.8 4.6 11.9 1.4 23.7 5.9 35.8 4.2 5.1-2.7 9.1-6.8 13.5-10.5 -3.7-13.9-7.6-27.7-10.1-41.9 -1.4-8.4-4.1-16.6-6.5-24.8 -5.8-2.7-11.6-5.8-17.9-7 -8.5-1.8-17.3-0.8-25.9 0.6 -0.8 3.3-1.6 6.7-4 9.2 -7.8 9.2-15.2 18.7-23.5 27.5 2.2-5.3 5.6-9.9 9.4-14.2 6.1-7 11.3-14.7 16.5-22.3 -12-1.1-24.2-1-36.2-2.1 -9.9-0.8-19.6 2.1-29.5 1.7 -12.9-0.3-25.7 0.7-38.5 1.7 -3.2 0.4-6.7 0.4-9.6 2.3 -0.3 10.5 2.4 20.8 3.8 31.1 2.1 15.4 4.3 30.8 9.1 45.6 -1.3 0.1-3.8 0.2-5 0.3 -3.7-18.8-7.1-37.7-10.6-56.5 -2-8.5-0.3-17.1 1.2-25.5C612.3 1128.7 621.5 1128.7 630.5 1127.5z'/%3E%3Cpath class='st0' d='M1072 1134.7c12.6-3.3 25.7-0.3 38.4 0.9C1097.6 1136.1 1084.7 1136.4 1072 1134.7z'/%3E%3Cpath class='st0' d='M1440.8 1158.7c-0.8-9.2-2.3-19.7 4-27.5C1445.8 1140.5 1445.1 1150.3 1440.8 1158.7z'/%3E%3Cpath class='st0' d='M18.3 1164.7c-0.2-9.6-1.7-19.4 1.5-28.7 1.1 9.5 0.5 19.1 0.6 28.7H18.3z'/%3E%3Cpath class='st0' d='M572.3 1178.9c2.1-14.1-1.2-29.6 6.2-42.6 4.9 8.9 8.7 18.4 11.8 28.1 2.7 8 2.5 16.5 3.4 24.8 1.5 13.2 1 26.5 1.5 39.8 -3.3 0.5-6.6 1.7-9.9 1.4 -5.3-1.4-10.3-3.9-15.2-6.2 7.5 0.2 14.9 1.9 22.1 3.8 0.1-3.4 0.1-6.8 0.2-10.1 -13 2.2-26.1 3.2-39.3 3.1 1.1-4.6 2.1-9.2 3.3-13.7 2.4-1 4.9-2 7.3-3.1 0.7-3.9 1.1-7.7 1.6-11.6 1.6-0.3 4.8-0.8 6.4-1.1 -0.1-1.8-0.2-3.5-0.3-5.3 -5.2 2.9-11.4 5.4-14.4 11 -3 7.9-3 17.4-10.3 23 -0.7-12.4-3.3-24.7-3.2-37.2 3.9-1.6 7.7-3.5 11.7-4.7C560.9 1178.1 566.6 1179.7 572.3 1178.9zM579.2 1148c-1.1 8 2.6 15.1 5.5 22.2 -3.5 1.1-6.9 2.2-10.4 3.4 -1.8 10.4-0.7 21.1-1.9 31.6 -1.1-2-3.4-6-4.6-7.9 -2.2 5-4.5 10.1-6.7 15.2 3.5-1.2 6.9-2.4 10.4-3.7 0.3 2.5 0.7 5 1.1 7.6 1.3 0 3.8-0.1 5.1-0.1 0.4-1.1 1.2-3.4 1.6-4.5 3.1-1.3 6.3-2.7 9.4-4C589.7 1187.4 588.4 1166.3 579.2 1148zM549.9 1184.4c-0.1 3.8-0.3 7.7-0.4 11.5 4.2-4.7 8.3-9.4 12.2-14.3C557.7 1182.5 553.8 1183.5 549.9 1184.4z'/%3E%3Cpath class='st0' d='M639.2 1139.3c1.2-0.2 3.5-0.6 4.7-0.8 -7 8.9-10.3 20.3-18.6 28.3C627.1 1156.4 635.2 1148.9 639.2 1139.3z'/%3E%3Cpath class='st0' d='M655.8 1139.7c2.3-0.4 4.6-0.7 7-1.1 -5.6 7.1-12.1 13.7-15.9 22 -1 0.2-2.9 0.5-3.9 0.7C647.2 1154.1 651.4 1146.8 655.8 1139.7z'/%3E%3Cpath class='st0' d='M1321 1140.9c1 0 2.9 0.1 3.9 0.1 3.3 7.2 1 15.3 1.1 22.9 -0.8 10.9 1.6 22.1-1.5 32.8 -0.9-7.1-0.7-14.3-0.6-21.5h-3.6c-0.2 7.4 0.1 14.9-1.5 22.2 -1.8 4.7-4.9 8.8-7.5 13 -0.6-8.2 3.4-15.4 5.4-23.1C1316.5 1171.7 1319 1156.3 1321 1140.9z'/%3E%3Cpath class='st0' d='M2367.6 1146.6c9.9-1.3 19.8-4.2 29.9-3.3 -10.2 5.5-22.1 6.1-33.4 7.2 -10.1 0.3-20.2 1.3-30.3 1 2.7-1.8 5.7-3.3 9-3.1C2351.1 1148 2359.4 1147.9 2367.6 1146.6z'/%3E%3Cpath class='st0' d='M1347.9 1150.6c4.4-1.7 8.9-3 13.5-4.1 0.5 6 0.7 11.9 0.7 17.9 -1 0.3-2.8 0.8-3.8 1 -2.9 11.6-0.9 23.9-4.2 35.4 -0.5-9.5-0.2-19.1-0.4-28.7 -0.2-4.6 2.6-8.5 4.1-12.7 2.1-3.6-1.1-7.3-2.3-10.5 -2.8 2.9-5.5 5.9-8.2 8.8C1347.5 1155.5 1347.7 1153 1347.9 1150.6z'/%3E%3Cpath class='st0' d='M1370.7 1181.4c2.2-12.2 2.3-24.9 7-36.6 2.7 9.6 2.4 19.8 0 29.4 -2.7 10.7-3.2 21.7-3.6 32.7C1370.3 1199 1369.2 1190 1370.7 1181.4z'/%3E%3Cpath class='st0' d='M2287.8 1154.5c15.2-2.1 30.5-3.5 45.8-5.1l-0.1 3.4c-11.8 0.6-23.5 1.7-35.1 3.8 -24 3-48.2 4.1-72.2 7.7 4.4 6 12.2 6.8 19.1 6.5 15.5-1.1 31-4 46.6-2.5 27.6-2.1 55.3-4.8 82.9-7.4 8.9-0.5 17.8-3.1 26.8-1.4 -9.5 5.3-20.7 4.7-31.1 5.5 -29 2.9-58 5-86.9 8.3 -15.5 1.3-31.9-1.3-46 6.9 3.4 17.7 14.8 132.2 15.9 151.2 0.7 6.7-3.5 12.4-5.9 18.4 43.8-1.6 87.4-7.1 131.3-7.7 14.9-0.9 29.9-0.7 44.9-1.3 -1-3.6-1.7-7.3-3.5-10.5 -5.8-2.2-12.2-1.4-18.2-1.1 -16.9 2-122.1 6.2-145 7.4 2.9-2 5.7-4.5 9.4-5 14.3-2.4 129.2-3.9 151.8-9.6 0.7-11.9-2.8-23.5-2-35.3 7.3 3.8 6 12.4 6.7 19.3 1.4 20.2 27.3 311.4 28.9 313.7 -2-0.5-3.9-0.9-5.8-1.3 0.8-36.3-20.8-260.5-23.2-271.2 -13.3 1.1-26.6 0.9-39.8 2.1 -10.6 1-21.1-1.1-31.7-1.2 -37 1.3-74 5.5-111.1 4.1 -2.1-11.6-4.4-23-8.7-32.6 -3.6 2.2-29.2 3.8-36.9 3.4 0.1 4.6-0.1 9.4 0.9 13.9 2.7 4.6 6.6 8.2 10 12.4 -6.3 0-12.3-1.4-18.5-1.4 -5.4 1.3-10.4 3.8-15.5 5.8 6.7 36.9 25.9 178.5 26 183.5 5.8-4.5 11.6-9.1 17.4-13.6 -1-14-19.4-158.7-18.9-168.9 1 1.1 2 2.2 3 3.3 0.5 17.5 21.3 153.1 19.7 172.5 -8.4 3.5-15.8 9-24.2 12.3 -11.3-0.3-88.5-19.9-98.4-22.7 1.2-0.9 3.7-2.8 4.9-3.7 15.2 3 30.3 6.4 45.4 9.7 -0.1-10.5-14.2-133.7-14.6-143.8 8.9 12.5 18.9 138.9 19.3 147 5.7 2.8 34.7 8.8 43 10.5 -0.6-10.3-24.6-171.8-26.2-189 -11.3 1.6-22.2 4.9-33.3 7.3 -1.2 3.1-2.4 6.1-3.6 9.1 -6.4-12.2-1.4-26.3-3.8-39.3 -1.5-3.5-3.8-6.6-5.9-9.8 1.7-1.7 3.4-3.3 5.2-5 8.2 0.2 16.4 0.5 24.5 2.1 -6.6 3.2-14.2 2-21.2 2.2 0 2 0 6 0.1 7.9 11.3-1.5 22.8-2.3 34.2-2.4 0-13.4-4.1-26.3-6-39.5 -2-17.9-4.9-35.6-6.1-53.5 -0.9-13.7-4.3-27.4-2.3-41.2 3 5.2 3.6 11.2 4.2 17.1 2.6 19.7 3.1 39.5 5.7 59.2 3 16 4.9 32.3 5.4 48.5 7.6-1.8 15.6-3 22.8-6.3 2.9-5.6 2.1-12.3 1-18.3 -3.6-16.9-4.3-34.1-5.9-51.3 -0.4-3.6-0.4-7.4 1.7-10.5 2.1 4.7 2.4 9.8 2.5 14.9 0.1 17.1 4.6 33.9 4.5 51 1.5 8.6 2.3 17.3 1.8 26.1 7.4 0.5 32.2-3.7 38.4-3.8 -2.3-6.9-13.4-139.9-15.8-150.7 10.1-4 20.9-4.6 31.6-6.1C2260.6 1156.9 2274.3 1156.5 2287.8 1154.5zM2222.4 1169.2c1.1 26.2 9.8 125.7 11.9 137.1 1.4 7.9 3 15.7 4.5 23.6 1.7-1.8 4.8-3.7 3.1-6.6 -1.5-6.6-2.8-13.3-2.4-20 2 8.8 3.7 17.7 5.4 26.5 -1.3 0.6-4 1.8-5.4 2.4 1.3 4.7 2.6 9.4 4 14.1 2-2.8 5.3-5.2 5.7-8.8 0.6-8.6-1.3-17-2.8-25.4 -2.2-11.2-3-22.6-5.3-33.8 -2.8-14.2-2.6-28.7-3.7-43 -2-14.6-3.2-29.3-3.7-44 -0.1-6.9-2.5-13.4-4.4-19.9C2226.9 1170.7 2224.6 1169.9 2222.4 1169.2zM2166.9 1319.5c8.5-1 16.8-2.9 25-5.1 -1.1-0.7-3.3-2-4.3-2.7C2180.2 1312.4 2172.4 1314.3 2166.9 1319.5zM2154.1 1326.5c-7.5 0.8-15 2.1-22.2 4.3 -1.4 7.5-2.3 15.2-0.2 22.7 17.5-1 34.3-5.8 51.5-8.2 2.3-3.9 4.9-7.8 6.3-12.1 1.2-5.4 0.9-11 1.2-16.4C2178.5 1320.1 2166.8 1325.2 2154.1 1326.5z'/%3E%3Cpath class='st0' d='M899.6 1153.6c2.4-1.7 6.2-1.4 8.5 0.3C907.9 1157.1 900 1156.7 899.6 1153.6z'/%3E%3Cpath class='st0' d='M1420 1157.5c0.6 0.5 1.9 1.5 2.6 2 1.1 17-1.7 33.9-1.3 51 0.1 9.3-0.4 18.6 0.7 27.9 2.3 16.7 1.4 33.7 4.7 50.2 3 14.9 5.3 29.9 8.9 44.7 1.6 6 1.4 12.2 1.3 18.3 -1.3 0.1-3.8 0.3-5.1 0.4 -2.1-29.1-11.8-57.1-12.5-86.3 -0.5-12.8-2.3-25.5-2-38.3C1417.7 1204.1 1415.2 1180.6 1420 1157.5z'/%3E%3Cpath class='st0' d='M740.1 1185.4c6.6-7.7 11.5-16.6 16.4-25.4 1.7 0.2 5.2 0.6 6.9 0.7 -3.2 5-6.9 9.6-11 13.9 -7.6 7.8-11.6 18.7-20.8 24.9C732.1 1193.6 736.8 1189.8 740.1 1185.4z'/%3E%3Cpath class='st0' d='M1662.4 1161.2c0.5-0.7 1.4-2.1 1.8-2.8 3.6 4.5 1.1 10.8 1.9 16.2 1.1 15.8 4.8 31.5 3.4 47.4 -5.8-7.1-5.1-16.7-6.1-25.3C1663.2 1184.9 1662 1173.1 1662.4 1161.2z'/%3E%3Cpath class='st0' d='M272.5 1180.3c5.8-8.7 14.8-14.8 24.4-18.5 -5.5 9.9-15.5 15.9-22.9 24.2 -7.8 7.1-13.3 16.5-22 22.5C257.4 1198.1 266 1189.9 272.5 1180.3z'/%3E%3Cpath class='st0' d='M1433.4 1204.2c-0.5-14.7 1.6-29.6 7.4-43.2 0.1 8.2-0.3 16.4-0.5 24.6 -1.2 0.7-3.6 2.1-4.8 2.8 0.9-0.1 2.7-0.4 3.6-0.5 -2 18 0.5 36.1-1.9 54.1 -1.4 6.8 3.5 14.7-2.9 19.9C1432.3 1242.7 1433.9 1223.4 1433.4 1204.2z'/%3E%3Cpath class='st0' d='M1360.2 1188.6c0.3-6.5 1.4-13 3.7-19.1C1364.2 1175.9 1365.9 1183.8 1360.2 1188.6z'/%3E%3Crect x='875.9' y='1179.3' class='st0' width='1' height='1'/%3E%3Cpath class='st0' d='M1473.5 1177.6l4.5 2.7c0.6 5.8 0.7 15.2 0.8 21.1 -1.1 0.1-3.2 0.1-4.3 0.2C1474.1 1198.2 1473.7 1182.9 1473.5 1177.6z'/%3E%3Cpath class='st0' d='M278.2 1200.1c5.6-6.6 10.5-13.8 15.6-20.8 1.4 3.4 2.8 6.8 4.3 10.2 -6.6 5.6-13.2 11.4-18.9 18C278.9 1205.6 278.4 1201.9 278.2 1200.1z'/%3E%3Cpath class='st0' d='M755.3 1181.6c1.5-0.6 4.6-1.6 6.1-2.2 -1 2-3.1 6.1-4.1 8.1 2.3 1.3 4.9 1.6 7.5 1.5 0.4 0.5 1.1 1.5 1.5 2 -2 3.9-3.8 7.9-5.4 12 -0.9 0-2.7-0.1-3.5-0.1 0.9-3.7 1.9-7.4 2.8-11.1 -1.2-0.2-3.5-0.7-4.7-0.9 -3.1 6.7-7.1 13-12.8 17.7 0-1.4 0.1-4.1 0.1-5.4C749.5 1197.7 751.3 1188.9 755.3 1181.6z'/%3E%3Cpath class='st0' d='M2297.3 1196.8c4.2-6.6 8-14.9 16.6-16.5 -3.2 9.2-9.7 16.6-15 24.5 -6.7 9.7-12.3 20.2-19.4 29.6 -7.3 10.2-14.9 20.3-19.2 32.2 -1.3 0.1-3.7 0.5-5 0.6 3.2-7.1 7.4-13.7 11.8-20.2C2278.1 1230.9 2287.4 1213.7 2297.3 1196.8z'/%3E%3Cpath class='st0' d='M1380.2 1227.9c-3.3-13.6-1.6-27.8 2.8-40.9C1381.6 1200.6 1381.8 1214.3 1380.2 1227.9z'/%3E%3Cpath class='st0' d='M1395.7 1187.8c2.6-1.4 5.4-2.4 8.5-2.8 -0.8 3.9-1.4 7.9-1.9 11.9 2.1 1.4 4.5 0.7 6.8 0.3 -1.8 15.4 2.6 30.6 1.2 45.9 -1.9-13.6-4.2-27.4-3.1-41.2 -2.5-0.4-5-0.3-7.5 0.2 -4.9 20.4-4.3 41.8-12.6 61.3 -0.9-4.9-1.6-9.8-1-14.7 1.6-14.9 5-29.6 6.8-44.5C1393.7 1198.7 1393.9 1193.1 1395.7 1187.8z'/%3E%3Cpath class='st0' d='M2279.1 1195.6c1.8-2.7 5.7-0.7 8.4-1.1 -6 7.9-10.9 16.7-17.7 24 -1.3 0.5-3.9 1.5-5.3 2C2267.3 1211.2 2273.5 1203.4 2279.1 1195.6z'/%3E%3Cpath class='st0' d='M1350.4 1204.7c1.5 0.1 4.4 0.4 5.9 0.5 -3.1 13-4.4 26.4-7 39.6 -2.1 10.3-1.2 20.9-2.4 31.3 -2.3 19.1-1.8 38.4-4 57.5 -0.4 14.9-1.2 30.3 2.9 44.8 1-1.6 3.1-4.7 4.2-6.3 0.6 3.7 1.3 7.4 1.9 11.1 -1.4 0.7-4.3 2.2-5.7 3 2.3 5.9 5.3 11.5 7.1 17.6 0.8 8 0 16.1 1 24.1 1.2 9.5 5.1 18.4 6.4 27.9 -1.1-0.2-3.2-0.7-4.2-0.9 -1.6-12.1-3.9-24.2-6.2-36.2 -1.2-1.2-3.7-3.6-5-4.8 -0.6 7.7 0.7 15.4 2.4 22.9 -2.4-0.8-4.7-1.5-7-2.3 4.5-11.4 2.3-23.6 1.9-35.5 -0.4-7.4-1.3-14.9-2.4-22.2 -1.5-9.6-0.7-19.4-2-29.1 -5.9 5.2-10.9 11.6-11.9 19.6 0.9-10.8 6.5-20.6 6.4-31.5 0.5 1.3 1.1 2.6 1.6 3.9 -0.1-10.8 2-21.3 3.6-31.9 2-24.8 4.5-49.5 6.9-74.3C1345.1 1224 1346.1 1213.9 1350.4 1204.7z'/%3E%3Cpath class='st0' d='M1090.4 1208.9c9.7 2.6 18.9 6.7 28.6 9.1 7.2 1.8 14.4 3.5 21.6 5.4 -10.8 2.2-20.8-3.1-30.7-6.6 -6.1-2.5-12.7-1.3-19-1C1090.7 1213.6 1090.5 1211.2 1090.4 1208.9z'/%3E%3Cpath class='st0' d='M723 1228.4c16.3-0.6 33.5-5.2 49.2 1.4 -16.3 1.4-32.7 4.4-49.1 3.4C723.1 1231.9 723 1229.6 723 1228.4z'/%3E%3Cpath class='st0' d='M638.1 1232.1c3.8-2.5 7.5-6 12.4-5.6 9.2 0.1 18.4 1.3 27.7 1.3 4.8-0.2 9 2.4 13.2 4.5 -7.2 1.5-14.6 1.3-21.8 0.4C659.1 1231.2 648.6 1233.5 638.1 1232.1z'/%3E%3Cpath class='st0' d='M560.2 1231.9c3.4 0.1 6.9 0.3 10.3 0.5 1.2 3.8 2.5 7.6 3.7 11.5 -3.2-0.2-6.3-0.1-9.4-0.7C561.2 1240.6 560.8 1236 560.2 1231.9z'/%3E%3Cpath class='st0' d='M550.6 1239.6c1.7 0 3.5 0 5.2 0 0.3 18.6-4.2 37.4-0.1 55.9 -1.2 0.4-3.5 1.3-4.7 1.7C546.2 1278.4 548.5 1258.6 550.6 1239.6z'/%3E%3Cpath class='st0' d='M781.3 1246c5.6-4.1 11.5-8 18.3-10 2.9 10.7 4.8 21.7 5.6 32.7 -6.7 1.1-13.2 3.5-19.1 6.9 -10 5.7-22.3 6.9-33.3 3.9 -0.6-8.5 2.2-16.7 7.5-23.2C766.7 1251.9 774.9 1250.7 781.3 1246zM760.2 1267.8c-0.8 3.6 0.5 7.3 0.8 10.9 9.3-0.6 18.4-3.2 26.5-7.8 4.6-4.3 8.7-9.8 10.5-15.8 -0.2-4.2 2.1-10.8-3.1-12.6C782.1 1249 768 1255.3 760.2 1267.8z'/%3E%3Cpath class='st0' d='M602.4 1240.3c18.3 4.6 35.1 13.5 49.9 25.1 -1 1.4-2.9 4.1-3.9 5.5 -0.4-1.4-1.1-4.2-1.4-5.6 -8.2-4.3-16.7-7.8-25.2-11.2 -4.3-1.7-7-5.7-10.5-8.5 -2.7-1-5.4-1.7-8.1-2.3 -0.5 9.1-0.4 18.2-0.5 27.2 4.1 3 7.9 6.9 12.8 8.6 5.3 1 10.7 1.8 16.1 1.7 6-2.2 11.2-6 16.9-8.6 -0.7 1.9-2 5.7-2.7 7.6 -10.6 5.5-23.2 7.7-34.8 4 -4.6-2.3-8.2-6.2-12.1-9.5C598.2 1262.8 598.9 1251.3 602.4 1240.3z'/%3E%3Cpath class='st0' d='M2369.6 1262.8c5-7.9 8.8-16.9 16.2-23.1 0.2 3.1 2.1 6.6-0.4 9.3 -6.1 8.5-11.9 17.3-19.5 24.6C2366.6 1269.8 2367.5 1266 2369.6 1262.8z'/%3E%3Cpath class='st0' d='M118.3 1247.4c7.8-0.5 15.5-3.1 23.5-2.2 5.5 0.5 11 0.3 16.5-0.2 0.1 1.3 0.2 3.9 0.3 5.2 -20.1 3.6-40.7 6.3-61.1 5.1 0-2.6 0.1-5.2 0.1-7.8C104.5 1247.6 111.4 1247.9 118.3 1247.4z'/%3E%3Cpath class='st0' d='M194.6 1246.7c2.8-2.9 7.1-1.8 10.7-1.9 11.3 0.8 22.7 1.4 33.9-0.3 4.9-0.6 9.9-1.5 14.9-1 3.9 1.1 1.4 6 1.8 8.8 -17.6-1.9-35.2 0-52.8-0.6C199.5 1251.6 193.9 1251.8 194.6 1246.7z'/%3E%3Cpath class='st0' d='M681.8 1252.1c17-6.7 35.4-4.8 53.1-4.4 3.3 1 6.4 2.6 9.5 4.1 1.1 9.6 4.7 18.9 4.8 28.7 0.5 6.3-3.1 11.8-5.3 17.5 -15.1 4.8-31.1 2.9-46.6 3.3 -6.4 0-12.9 0.4-19.3-0.1 -7.8-0.8-15.1-3.8-22.2-6.9 -0.4 1-1.1 3.1-1.5 4.1 -1.6-2.6-3.1-5.3-4.6-8 1.9-0.1 5.7-0.4 7.6-0.6 -1.4-3.1-3.1-6.1-4.1-9.5 0.2-3.2 2.9-5.6 4.3-8.4 0.5 3.9 0.8 7.9 1.2 11.9 8.4-2.4 17-3.4 25.5-5.4 0.6-1 1.7-3 2.2-4 -7.9 0.7-15.8 1.7-23.7 1.3 18.3-6.7 38.2-6.5 57.3-3.8 5.3 0.8 10.6 0.8 16 1.2 -7.7 2.4-15.5 4.7-22.6 8.5 -3.7 2.1-7.9 2.4-12 2.6 -0.9 0.7-2.6 2.2-3.5 2.9 0.7-1.2 2-3.5 2.7-4.7 -14.4-1.9-29-0.1-42.7 4.5 2.9 2.9 5.2 7.4 9.7 8 22.3 5.3 44.1-4.5 66.2-5.8 -3.4 1.8-6.7 3.6-10 5.5 2.5 0.7 5.2 2.5 7.7 0.9 5.6-3.1 9.3-8.5 13.7-13 0-4.9 0.4-9.9-0.3-14.8 -2-5-5-9.8-9.2-13.1 -6.5-3.3-13.6-6.2-21-5.5 -10.1 0.8-20.3 2.1-30.3 3.8 2.3 2.2 5.3 3.9 8.7 3.6 13.9 0.4 27.7 2.1 41.6 0.8 0.1 1.5 0.2 4.4 0.3 5.9 1.7 1.7 3.4 3.4 5 5 -5.1 0.3-10.2 0.5-15.4 0.8 2.8-0.7 5.5-1.5 8.3-2.2 0-1.3 0.1-3.8 0.1-5.1 -22.2-2.5-44.5 0.9-66.6 2.6C671 1259.8 675.4 1254.4 681.8 1252.1z'/%3E%3Cpath class='st0' d='M662.9 1252.5c2.4-0.4 4.8-0.8 7.2-1.1 -2.8 6-6.7 11.3-10.7 16.6C660.6 1262.7 661.8 1257.6 662.9 1252.5z'/%3E%3Cpath class='st0' d='M342.4 1251.6c2.9 0.6 5.8 1.3 8.6 2.2 3.8 7.4 6 15.5 9 23.2 6.2 17 8.5 35.3 15.3 52.1 4.1 9.7 6.3 20.1 10.1 29.9 3 7.9 3.8 16.3 5.6 24.5 3 12.7 7.7 24.9 11.6 37.3 7.6 30.1 15.3 60.2 24.6 89.9 5.7 19.4 9.7 39.4 17.4 58.1 2.5 6.8 6 13.6 6.4 21 -1 1.3-3 3.7-3.9 5 -2.4-10.5-5.9-20.6-9.7-30.7 -5.2-17.8-10.4-35.7-14.9-53.7 -5.9-23.9-14.3-47-20-70.9 -4-17.1-10.1-33.5-14.5-50.5 -3.3-12-5.6-24.2-9.4-36.1 -6.2-19.9-14.3-39.2-21.5-58.7 -3.2-11.5-6-23.2-9.6-34.6 -1.4 0.3-4.1 0.9-5.5 1.2C342.1 1258.5 342.3 1253.9 342.4 1251.6z'/%3E%3Cpath class='st0' d='M1727.6 1254c5 0 10.1 0.4 15 1.8 17.6 4.6 35.8 5.7 53.5 9.7 37.7 8.5 75.4 16.9 113 25.7 5 0.9 10.3 1 15 3.2 -13.4 1.1-26.3-3.4-39.3-5.9 -23-5.7-46.4-9.6-69.3-15.6 -6.5-1.7-13.1-3.1-19.7-3.9 -11.3-1.2-22.2-4.6-33.3-6.6C1750.7 1259.9 1738.7 1258.5 1727.6 1254z'/%3E%3Cpath class='st0' d='M470.5 1258.3c3.8 0.3 7.9 0.1 11.4 2 14 7.3 24.6 19.4 37.5 28.4 9.5 7.1 20.8 11.4 30.3 18.5 8.2 5.5 15.9 12 25.1 15.7 0.1-7.8-0.3-15.6-2-23.2 6.9-2.3 14-6.8 21.5-4.7 19.8 4.3 38.9 11.3 58.9 14.9 13.1 1.7 26.4 1.3 39.7 1.7 12.9 0.7 25.8 0 38.5-2.3 8.6-1.4 16.5-5.4 24.8-8.1 8.9-3 17.9-5.5 26.9-8.4 8.8-2.8 17.2-6.7 26.4-8.1 1.9 14.5 3.7 29.6-0.3 44 -3.1 11.8-2.2 24.2-3.1 36.2 -1 7.8-3.5 15.3-5.9 22.8 -4.2 1.6-8.5 3.2-12.6 5.2 -6.7-1.1-12-5.5-17.3-9.4 -0.4-9.9-0.1-19.7 0.3-29.6 -15.7 3.5-31.7 7.2-47.8 5.6 -9.9-0.9-19.8 1.2-29.7 0.4 -13.4-1.2-26.9-2.4-40.4-1.9 -13 0.5-25.7-2-38.4-4.2 -0.7 11.7-0.5 23.5-5.1 34.5 -10.2 6.1-22.5 4.1-33.7 3.7 -2.9-4.8-6.5-9.2-8.7-14.4 -1.8-10.3-1.6-20.8-1-31.2 0.4-7-2-13.7-3.9-20.3 -12.4-5.2-22.2-14.3-31.6-23.7 -0.3 9.4-1.7 18.9-7 26.9 -8.8 1.4-17.9 0.6-25.8-3.8 -6.3-13.7-2.8-29.2 0.6-43.2 2.5 1.5 5 3 7.6 4.6 -4.8 7.1-5.4 15.7-6.6 23.9 3.2 3.6 6.5 7.2 10 10.5 0-10.2 0.8-20.3 2.4-30.3 -2.2-3.2-4.4-6.3-6.4-9.6 -5.9-2.5-12.1-4.3-17.6-7.6C481 1269.5 475.6 1264 470.5 1258.3zM791.7 1302.8c-7.4 1.4-15.2 2.1-21.9 5.8 -5.5 3.2-12.1 2.5-18.1 3.9 3.8 3.6 8.8 5.5 13.3 8.2 -5.4-1.3-10.6-3.3-15.7-5.4 -0.1-1.7-0.3-4.9-0.4-6.6 -14.6 1.3-28.8 5.6-43.4 6.7 -12.8 0.3-25.6 0.2-38.3-0.8 0.6 1.4 1.9 4.3 2.6 5.7 8.7 5.4 18.3 9.3 26.2 16.1 0 1.3 0.1 4 0.2 5.3 -8.9-7.1-18.6-13-27.6-19.9 -10.4-8.3-24-9.9-36.5-13.3 0.1 1.5 0.3 4.5 0.4 6 -1-2.2-2.1-4.3-3.1-6.4 -8.8-1.5-17.7-3.2-26.4-5.3 0 1.4-0.1 4.2-0.1 5.7 -0.1-1.5-0.5-4.4-0.6-5.9 -7.5-1-14.9 0.5-21.9 3.3 1 1 3 2.8 4 3.8 -1.1-0.3-3.4-0.7-4.6-1 -0.3 3.5-0.5 7.1-0.7 10.6 3.2 2.7 6.4 5.4 9.7 8.1 -4.1-1.6-8.1-3.3-12.2-4.8 -0.2 7.5 2.5 14.5 6.2 21 -2.9-2.4-5.8-4.8-8.7-7 -3.5 13.3-4.3 27.4-2 41 1.3 0 3.8-0.1 5.1-0.1 1.9-9.1 3.6-18.3 4.9-27.5 2.2-1.9 4.4-3.7 6.6-5.6 0.5 1 1.5 3 2 4 6.6 0.3 13.1 0.8 19.7 1.3 2.8-2.3 5.6-4.5 8.5-6.7 4.4 2.7 8.7 5.8 13.6 7.7 8 1.6 16.4 1.3 24.5 0 14-2.4 28.3-1.4 42.3 0.1 6.5 0.8 13-2.2 19.4-0.4 -0.4 0.7-1.3 2.2-1.7 3 -8 0.7-15.9-1.4-23.9-1.4 -1.8 1-3.6 2-5.3 3.1 8.3 1.3 16.7 1.1 25-0.2 11-2 22.3 0.6 33.4-1 17.3-2.2 35.4-5 50.4-14.7 5.1-2.8 7.2-8.5 9.3-13.6 3.8-9 1.1-18.8 0.7-28.2 0-3.2-1.6-6.1-2.9-8.9C799.1 1292.8 795.2 1297.6 791.7 1302.8zM512.8 1292.1c0.6 5.2 3.3 9.6 6.3 13.7 -1.8 2-3.6 4.1-5.3 6.2 1.1 3.4 2.1 6.9 3.2 10.4 1.4-0.1 4.3-0.4 5.7-0.5 1-5.4 1.7-10.9 2-16.3C521.1 1300.7 518 1295.4 512.8 1292.1zM762.2 1303.5c10.2-0.6 22.8-1.3 29.5-10.1C781.4 1295.5 771.8 1299.6 762.2 1303.5zM788.4 1351.1c-4.1 0.1-8.1-0.5-12.1-0.7 4 12.6 3.5 25.8 2.2 38.7 5.3-0.7 10.8-1.1 16.1-2.1 1.3-1.5 3.9-4.5 5.2-6 -5.4 1-10.9 2.7-16.3 1.5 1.7-0.4 5.1-1.2 6.8-1.6 2.2-7.5 5.7-14.4 9.9-20.9 3.9-5.5 2.3-12.7-0.5-18.2C796 1345.1 792.9 1349.1 788.4 1351.1zM595.8 1365.6c-1.3 1.2-2.7 2.5-4 3.8 0.9-5.3 1.8-10.5 2.8-15.8 -1.3-0.1-3.9-0.3-5.2-0.4 -3.4 10.9-6.1 22.1-10.3 32.7 7.2-0.1 14.4-0.4 21.5-0.6 5.6-10.7 8.2-22.5 9.5-34.4 -1.3 0-4-0.1-5.3-0.1 -0.3 1.5-0.9 4.4-1.3 5.8 -1.5-2.5-3-5-4.5-7.5C596.2 1354.3 595.8 1360 595.8 1365.6zM672.8 1352.8c2.4 3 9 1.7 12.6 0.8C683.3 1350.3 676.1 1350.8 672.8 1352.8z'/%3E%3Cpath class='st0' d='M1386.2 1262.8c2.3 11.6-0.8 23.2-0.7 34.8 -0.1 7.8-3.1 15.5-1.6 23.3 1.3 7.5 2 15.1 1.9 22.7 -2.1-0.2-6.2-0.7-8.3-0.9 0.3-6.6 0.8-13.3 1.3-19.9 0.7-10.7 4-21 4.7-31.7C1385.1 1281.7 1385.4 1272.2 1386.2 1262.8z'/%3E%3Cpath class='st0' d='M1352 1298c-0.2-9.5-2.9-20.3 3.2-28.6C1356.2 1278.9 1357.8 1289.6 1352 1298z'/%3E%3Cpath class='st0' d='M808.5 1272.4c4.5 0 9.3-0.2 13.3 2.2 7.8 4.2 16.6 8 21.8 15.6C831.2 1286.1 819.5 1279.6 808.5 1272.4z'/%3E%3Cpath class='st0' d='M344.9 1297.5c-1.4-6.4-5.5-13-2.1-19.5 5.4 10.1 6.6 21.7 10.7 32.2 6.3 23.1 13 46.2 19.6 69.3 8.4 22.9 12.7 47.1 20.9 70 4 11.5 6.4 23.4 9.7 35.1 1.4 4.6 1.9 9.5 2 14.3 4.9 12 10.2 24.2 12.2 37.1 1.1 6.2 2.4 12.3 3.2 18.6 -5.1-10-8.6-20.7-10.3-31.8 -4.3-14.7-8-29.6-13.2-44.1 -3.8-15.6-6.3-31.8-13-46.6 -3-7-3.2-14.8-5-22.1 -7.2-24-17.6-46.9-23.5-71.3C352.9 1324.9 348.3 1311.4 344.9 1297.5z'/%3E%3Cpath class='st0' d='M438.5 1280.8c2.9 4 5.9 8 9.5 11.4 12 11.6 19.6 26.8 30 39.6 8.1 9.9 15.5 20.5 22 31.5 -8.3-8.1-14.5-18.1-22.1-26.9C463.4 1318.9 450.2 1300.3 438.5 1280.8z'/%3E%3Cpath class='st0' d='M1396.3 1291c3.3-3.2 6.6-6.4 9.9-9.6 0.5 6.1 0.6 12.2 0 18.2C1402.1 1297.7 1398.7 1294.8 1396.3 1291z'/%3E%3Cpath class='st0' d='M303.8 1287.6c3.7-2.2 8.1-2.4 12.2-2.7 3 14.7 1.3 29.9-3.1 44.1 -7 4.8-13.7 11.3-22.8 11.5 -8.8 2.1-17.7-1.8-23.8-8 -1.5-5.3-2.1-10.8-2.9-16.2C274.3 1303.6 289.4 1295.7 303.8 1287.6zM269.7 1320.4c2.2 5 4.4 10 6.6 15 6.4-0.6 13-1.1 19.1-3.6 4.7-2.3 8.6-5.9 12.8-8.9 -0.5-9.9 1.6-20.2-1.1-29.8l-1.8-1.4C292.4 1300 277.6 1306.7 269.7 1320.4z'/%3E%3Cpath class='st0' d='M115.6 1294.2c14.5-4.9 29.9-6.5 45.1-6.4 14.9-1.2 29.7 0.3 44.6 0 9.8 0.4 19.6-1.5 29.4-0.3 13 5.5 20.6 18.6 23.3 31.9 -20.4 0.9-40.7 3.9-61.2 4.9 -11.5 0.7-22.3 6.2-34 4.8 -8.8-1.5-16.7 3.2-25.3 3.7 -11.1 1.2-22.2 2.8-33.4 3.3 7.4-3.6 15.7-3.9 23.7-5.2 8.4-1.3 17.2 0.7 25.2-2.9 -18.6-9.3-39 1.1-58.5-1.5 1.1 10 4.7 20.3 12.1 27.3 9.9 5.8 22 4.9 33 4.5 17-0.6 33.7-4.9 50.7-4.3 9.3 0.3 18.9 1.2 27.9-1.7 8-2.5 16.1-4.6 23.7-7.9 6.6-5.9 13.2-13.2 13.8-22.5l2.6-0.2c-0.4 5.3-0.9 10.6-1.4 15.9 -5.7 8.1-12.7 15.7-22.1 19.3 -13 4.6-26.8 5.4-40.3 7.3 -14.1 1.9-28.2-0.2-42.3 0 -14.7 0.3-29.2-2.9-43.9-2.1 -4.5-5.2-9.8-10.1-12.9-16.3 -2.7-7.1-4.8-14.8-4.1-22.4 4.9-10.1 12.8-18.4 19.5-27.3 0.9 2.2 1.8 4.4 2.7 6.7 21.3-3.2 42.8-4 64.3-5.7 6.8-0.4 13.8-0.2 20.3-2.6 -12.5-1-25.1-0.8-37.6-0.4 -16.1 1.4-32.1 4.8-48.3 4.2C113.1 1297.3 114.8 1295.3 115.6 1294.2zM184.1 1299c-18.3 2.5-36.8 2.8-55.1 4.7 -7.5 0.9-15.1 2.1-21.8 5.9 -5.9 3.4-9.9 9.1-13.9 14.5 9.5 1.3 18.8-1.3 28.2-1.9 13.8-1.2 27.5-3.6 41.3-4.7 11.2 0.1 22.3-1 33.4-1.7 -0.1 2.2-0.3 6.5-0.4 8.7 5.5-1.5 10.9-3.9 14.3-8.7 14.8-0.5 29.7-0.1 44.6-0.3 -2.1-5.1-5.4-9.6-9.4-13.4 -0.9 1-2.8 3-3.8 4 -13.4 0-26.9 0.7-40.3 1.3 -22.6 1.2-44.9 4.8-67.3 7.7 -7.2 1-14.4 0.3-21.5-0.7 0.1-0.8 0.1-2.5 0.2-3.4 12.9 0.6 25.9 0.8 38.7-1.4 21.4-3.5 43-3.6 64.5-6.2 9.4-1.2 19-0.1 28.4-1.3 -5.3-4.8-12.6-6.5-19.6-5.6C211.1 1298 197.5 1297.9 184.1 1299z'/%3E%3Cpath class='st0' d='M663.6 1291.4c9.9-4.8 21.2-4.4 31.9-3.7C685 1289.8 674.4 1292.6 663.6 1291.4z'/%3E%3Cpath class='st0' d='M35.1 1300.2c14.1 1.9 28.4 6.4 40 14.9 2.5 5 4.5 10.5 4.6 16.1 -1.1 4.8-3.5 9.1-5.4 13.7 -11.8 3.4-24.7 4.2-36-1.5 -4-3.3-7.5-7.3-9.8-11.9C26.7 1320.5 29.2 1309.5 35.1 1300.2zM41.2 1306.5c-0.4 9.7-0.2 19.5-0.3 29.2 4 2 7.9 4.4 12.2 5.7 6.2 0.4 12.3-1.3 18.3-2.5 1.4-5.6 2.7-11.2 4.1-16.8C64.8 1315.5 54.1 1307.6 41.2 1306.5z'/%3E%3Cpath class='st0' d='M1406 1311c1 0.2 3 0.5 4.1 0.7 2.8 6.5 3.8 13.6 3.1 20.6C1409.4 1325.7 1407.4 1318.4 1406 1311z'/%3E%3Cpath class='st0' d='M587 1315.4c2.9-0.9 4 0.1 3.1 3.1C587.2 1319.4 586.1 1318.3 587 1315.4z'/%3E%3Cpath class='st0' d='M1403.3 1357.1c-2.4-14.3-8.7-28.3-6.3-43.1 6.2 15.7 7.4 32.8 12.4 48.9 2.1 8.7 6.7 16.8 7.5 25.8 -2.5 5-6.1 9.3-9.6 13.6 0.9-6.7 2.9-13.2 3.4-19.9C1408.7 1373.8 1404.6 1365.8 1403.3 1357.1z'/%3E%3Cpath class='st0' d='M728.6 1317.1c3.6 0.3 7.9-0.8 11 1.7 6.6 4.5 13.2 9 19.3 14.1C748.4 1328.5 738.5 1322.9 728.6 1317.1z'/%3E%3Cpath class='st0' d='M1308.4 1344.9c0.4-10.1 0.9-21.9 9.2-29.1 -0.7 1.1-2.1 3.4-2.7 4.5 0 7.3 0.5 14.7-1 21.8C1312.5 1342.8 1309.8 1344.2 1308.4 1344.9z'/%3E%3Cpath class='st0' d='M2041.3 1317.8c26.5 2 53.1 4.5 79.4 8.5 -14.4 0.8-28.7-1.5-43-1.1C2065.2 1325.5 2052.6 1323.5 2041.3 1317.8z'/%3E%3Cpath class='st0' d='M706.8 1319.7c11.6-1.1 20.9 7.4 28.8 14.7C724.8 1332.8 714.9 1326.9 706.8 1319.7z'/%3E%3Cpath class='st0' d='M158 1338.5c27.3-7.4 55.8-4.6 83.6-8.3 -1.9 2.1-3.8 4.1-5.7 6.3 -5.7 1.1-11.5 3.4-17.3 1.9C198.7 1333.4 178.2 1338.8 158 1338.5z'/%3E%3Cpath class='st0' d='M595.4 1332.4c0.9 0.2 2.8 0.7 3.7 1 4.2 4.3 9 8 13.8 11.5 -1.5 0.2-4.6 0.6-6.1 0.8C603 1341.2 599.1 1336.8 595.4 1332.4z'/%3E%3Cpath class='st0' d='M102.8 1343.1c17.3-2.5 34.8-5.4 52.3-4.5 -7 2.7-14.6 2.5-21.9 3.5C123.1 1343.3 112.9 1344.6 102.8 1343.1z'/%3E%3Cpath class='st0' d='M187.2 1345.5c9.6-0.7 19.3-0.8 29-0.5 -17.8 0.9-35.4 3.7-53.2 4.7 -8.9 0.8-17.8 0.5-26.7 1.5 -6.8 0.7-13.5 2.3-20.3 3 12.6-6.4 27-5 40.6-5.5C166.9 1348.7 177 1346.2 187.2 1345.5z'/%3E%3Cpath class='st0' d='M740.2 1347.7c10-0.6 19.8-3.4 29.9-3 -10.5 3.6-21.5 4.6-32.5 5.7 -5.6 0.4-11.5 2-16.8-0.5C727.1 1348.3 733.7 1348.3 740.2 1347.7z'/%3E%3Cpath class='st0' d='M2204.6 1348.1c7.8-1.8 15.9-2.3 23.9-2.5 0.4 1.2 1.2 3.5 1.6 4.6C2221.6 1350.1 2212.2 1353 2204.6 1348.1z'/%3E%3Cpath class='st0' d='M1311.5 1354.4c2.3-1.1 4.7-2.2 7-3.3 -0.2 8.8-1.8 17.7-7 25 -0.6 8.6-3 16.8-4.8 25.2 -0.7 11 0.6 22.2-2.1 33.1 1.2-0.1 3.7-0.2 4.9-0.3 -3.5 5.3-5.7 11.2-7.2 17.3 -1.1 0.1-3.3 0.3-4.4 0.4 -0.4-10.6 3.9-20.7 3.2-31.3 -0.4-8.2-0.4-16.5-0.8-24.8 -3.5 3.5-6.5 7.5-9.1 11.7 3.6-7 7-14.1 11.3-20.6 2.9-4.7 6.4-9.4 6.6-15.1C1309.4 1365.9 1310.3 1360.1 1311.5 1354.4z'/%3E%3Cpath class='st0' d='M1377.9 1353.3c2.4-1.7 4.8-3.4 7.3-5 2.5 7.2 2.4 14.9 0.3 22.2C1382.4 1365 1380 1359.2 1377.9 1353.3z'/%3E%3Cpath class='st0' d='M1430.7 1361.9c2.7 8.3 5 16.8 9.5 24.3 5.8 10 9.6 21.2 16.1 30.8 1.2 0.3 3.7 1 4.9 1.4 -3.1-17.2-11.9-32.5-17.9-48.7 0.5-1.7 1.6-5.1 2.1-6.8 6.9 16.7 12.8 33.9 20.4 50.3 3.8 8.5 8.5 16.6 11.2 25.5 -10.1-1.8-15.8-11.2-23.8-16.5 -0.8 0-2.6 0.1-3.4 0.2 -0.3 4.5 3.1 7.9 5.6 11.3 8 9.8 16.9 18.8 26.9 26.5 5.9 4.4 13.6 3.5 20.5 3.3 -9.4 8.7-21 15.3-33.3 18.9 5.9-5.5 12.8-9.7 19.2-14.7 -6.4-3.7-13.2-7.2-18.3-12.7 -11.3-11.5-20.3-24.9-31.8-36.1 -4.9-4.8-11.3-7.5-17.5-10.3 -1.2 13 10.9 21.3 14.2 33.1 -10.9-10.1-17-24.2-20.1-38.5 2.5-2.1 4.8-4.3 6.5-7.1 10.9 6.1 17.6 16.8 26.5 25.2 2.2-3.5 0.8-7.7-0.4-11.3 -4.5-12-14.1-21-19.7-32.3C1426.1 1372.5 1428.3 1366.8 1430.7 1361.9z'/%3E%3Cpolygon class='st0' points='600.2 1368 601.3 1368 601.3 1369 600.2 1369 '/%3E%3Cpath class='st0' d='M1386.4 1379.3c1.3 0.6 4 1.7 5.4 2.3 0.2 9.4 0.1 18.9 0.4 28.3 -3.5-4.6-7.1-9-11-13.2C1383.1 1391 1384.9 1385.2 1386.4 1379.3z'/%3E%3Cpath class='st0' d='M1315.3 1392.6c1.2-0.4 3.6-1.1 4.8-1.5 -0.1 5.8 0 11.5-0.1 17.3C1317.3 1403.5 1315.6 1398.2 1315.3 1392.6z'/%3E%3Cpath class='st0' d='M1368.2 1391.5c0.8 0.2 2.5 0.6 3.4 0.8 1.7 9.1 7 17.6 5.2 27.1C1370.2 1411.5 1370.5 1400.9 1368.2 1391.5z'/%3E%3Cpath class='st0' d='M1319.9 1412.2c2.7 0.1 5.3 0.3 8 0.5 -0.3 7.4 0 14.7-0.5 22.1C1322.5 1428.2 1321.3 1420 1319.9 1412.2z'/%3E%3Cpath class='st0' d='M519.2 1417.6c1.1-0.1 3.3-0.4 4.4-0.5 3.5 11.3 13.6 19.1 16.2 30.7 10.2 9.5 20.8 19.8 23.9 33.9 2.8 2.1 5.7 4.2 7.7 7.2 5.7 8.4 11.9 16.6 17.6 25 7.7 11.8 19.2 21 24.3 34.4 -3.1-1.4-6.5-2.6-8.2-5.7 -10.6-16.8-23-32.2-34.8-48.1 -5-6.6-7.2-15-13-21.1 -4.6-4.8-7.8-10.6-10.9-16.3 -2.8-5.4-7.8-9.1-11.5-13.8 -2.8-4.5-4.2-9.9-7.5-14.1C524.5 1425.4 521.7 1421.6 519.2 1417.6z'/%3E%3Cpath class='st0' d='M1406.9 1420.9c0.8 0.2 2.3 0.7 3.1 0.9 0.4 11.9 8 21.2 13.1 31.4 4.4 8 11.1 14.4 15.2 22.6 -1.9 0.2-5.6 0.6-7.5 0.8 -6.5-8.2-12.2-17.4-13.9-27.9 -0.9-6.2-3.6-13.2-10.8-13.6C1406.1 1430.5 1406.5 1425.7 1406.9 1420.9z'/%3E%3Cpath class='st0' d='M1433.1 1423c1.2 0.1 3.6 0.4 4.8 0.6 5.3 10.6 11.6 20.9 20 29.3 3.1 3.1 6.6 5.7 9.3 9.2 -2.8 0.9-5.5 1.7-8.3 2.5 2.9 6.2 5.6 12.6 6.1 19.6 -3.4-3.6-5.5-8.1-7.4-12.6 -4.1-9.5-11.2-17.3-18.3-24.6 1.5-0.1 4.7-0.4 6.2-0.6C1442.4 1438.1 1437.3 1430.8 1433.1 1423z'/%3E%3Cpath class='st0' d='M1374.9 1424.6c7.2 4.8 7.1 14 8 21.7 -0.1 5.6-2.3 11-2.3 16.6 -0.1 6.2-3.3 11.9-7.7 16.1 -5.1 1.3-5.6-6.1-8-9.2 2.3 2 4.5 4.1 6.8 6.1 2.6-3.5 5.8-6.8 7.4-10.9 1.7-8.6 0.8-17.5-2.2-25.7C1375.1 1434.6 1374.8 1429.6 1374.9 1424.6z'/%3E%3Cpath class='st0' d='M549 1428.4c6.2 9.7 14.1 18.1 21.3 27 7.1 11.9 18.2 20.4 26 31.7 5.8 7.9 12 15.4 17.7 23.4 -1.3 0-3.9 0-5.2-0.1 -6.2-10.3-13.3-20-21.3-28.9 -11-15.1-23.5-28.9-34.9-43.6C550.3 1435.3 549.6 1431.8 549 1428.4z'/%3E%3Cpath class='st0' d='M1474.9 1432c6.9-0.3 12.7 3.7 18.8 6.4 4.9 2.3 10.1 3.6 15.4 4.8 -0.1 1.3-0.3 3.8-0.4 5.1C1497.1 1443.7 1485 1439.5 1474.9 1432z'/%3E%3Cpath class='st0' d='M1384.4 1464.7c4.9-9.5 2.7-21.4 10.1-29.7 -0.7 9-2.2 18-4.9 26.7 1.5-0.6 4.6-1.9 6.1-2.5 4.2 5.6 7.5 11.9 9.9 18.5 3.4 10.5 13 18 14 29.5 -3.4-3.4-6.7-6.8-10-10.1 -1.7 5.1-1.9 11.3-6.8 14.7 -1.1-8.4 1.4-17.4-2-25.4 -3.5-8.8-7.7-17.3-12-25.7C1387.7 1461.7 1385.5 1463.7 1384.4 1464.7z'/%3E%3Cpath class='st0' d='M1595.2 1359.4c9.3-0.5 299.6 92.6 307.2 96.6 11.2 1.9 22.5 6.8 31.5 14.3C1914.4 1466.5 1612.1 1369.8 1595.2 1359.4z'/%3E%3Cpath class='st0' d='M1265.9 1470.7c1-7.7 4.1-14.9 9.2-20.8 -1.4 6.8-3.1 13.6-4.7 20.4C1269.3 1470.4 1267 1470.6 1265.9 1470.7z'/%3E%3Cpath class='st0' d='M1345.4 1452.5c5.8 4.8 8.1 12.6 7.9 20 -4 1.8-6.8-2-7.3-5.5C1344.5 1462.3 1345 1457.3 1345.4 1452.5z'/%3E%3Cpath class='st0' d='M1498.4 1478.2c8.2-6.8 17.7-12.7 28.2-15.1 -5.6 3.9-11.7 7-17.1 11.3 11.1-0.8 21-6.3 31.5-9.2 -10.4 5.2-21.3 9.6-32.3 13.3C1505.4 1479.8 1501.8 1478.6 1498.4 1478.2z'/%3E%3Cpath class='st0' d='M1323.6 1464.8c1.5 9 2.9 18.1 3.3 27.3 -1.3-0.1-3.8-0.2-5.1-0.2C1323.3 1482.9 1323.8 1473.9 1323.6 1464.8z'/%3E%3Cpath class='st0' d='M1300.8 1488.8c-0.4-6.1 0.6-12.2 3.5-17.7 0.2 6.3 0.1 12.5 0.1 18.8C1303.5 1489.6 1301.7 1489.1 1300.8 1488.8z'/%3E%3Cpath class='st0' d='M1380.1 1480.5c1.1 0.1 3.5 0.4 4.6 0.6 1.8 5.4 4.1 10.6 5.4 16.1 -0.4 6-4.2 11.3-6.4 16.8C1385.2 1502.6 1381.7 1491.7 1380.1 1480.5z'/%3E%3Cpath class='st0' d='M2058.2 1511.2c12.6-2.2 25.8 0.2 37 6.4C2082.8 1516.1 2070.2 1514.9 2058.2 1511.2z'/%3E%3Cpath class='st0' d='M2227.4 1521.9c16.5-0.5 33 0.6 49.6-0.5 17-0.2 33.9-3.2 50.9-1.8 13.4 1.1 26.8-0.7 40.2 0.2 -0.4 1.4-1.2 4.1-1.6 5.4 -20.6 1.9-41.2-1.2-61.9 0 -13.4 0.1-26.9-0.4-40.2 2 -12.3 2.1-24.9 0.1-36.2-4.9 -1.2 0.8-3.5 2.5-4.7 3.3C2224.8 1524.3 2226.1 1523.1 2227.4 1521.9z'/%3E%3Cpath class='st0' d='M2374.1 1521.5c7.4 0.6 14.9 0.4 22-2.2 1 1.6 3.1 4.8 4.2 6.4 -9.4 0.4-18.8-0.1-28.2-0.6C2372.6 1524.1 2373.6 1522.4 2374.1 1521.5z'/%3E%3Cpath class='st0' d='M612 1547.8c7.6 5.3 12.3 13.4 17.9 20.5 4.7 6 9.3 12.1 13.6 18.4 7.8 11.5 16.3 22.5 22.3 35.1h-2.9c-8.1-10.9-14.8-22.8-23.3-33.5C629.7 1575.3 617.8 1563.3 612 1547.8z'/%3E%3Cpath class='st0' d='M420.1 1558.7c0.9 0.2 2.8 0.6 3.7 0.7 2.4 8.8 6 17.3 5.6 26.6C425.2 1577.4 422.8 1567.9 420.1 1558.7z'/%3E%3Cpath class='st0' d='M1550.2 1566.4c28.5 9.9 56.4 22 82.3 37.5 -16.8-7.1-34.4-12.6-50.7-20.9C1570.9 1578.3 1561 1571.5 1550.2 1566.4z'/%3E%3Cpath class='st0' d='M1131.6 741.8c11.1-0.4 19.3-3.5 31.2-3.9l-1.5 2.9c-7.6 0.6-21.8 3-29.4 4C1132 743.5 1131.5 743.1 1131.6 741.8z'/%3E%3Cpath class='st0' d='M1132.1 747.2c2.9 0 24.7-4.1 30.4-4.1l-0.8 2.8c-10.6 1.5-19.6 3.2-29.4 3.6L1132.1 747.2z'/%3E%3Cpath class='st0' d='M1132.6 751.3c0 0 19.4-2.6 30.5-3.3l-0.1 1.7c-5.7-0.4-24.9 3.5-29.4 3.7L1132.6 751.3z'/%3E%3Cpath class='st0' d='M1121.1 757.4c-10 0.3-17.4 5.2-28.1 5.4l1.4-2.9c6.9-0.5 19.7-4.7 26.5-5.6C1120.8 755.7 1121.2 756.1 1121.1 757.4z'/%3E%3Cpath class='st0' d='M1120.6 752c-2.6 0-22.2 5.8-27.4 5.7l0.7-2.8c9.5-1.4 17.7-4.8 26.5-5.1L1120.6 752z'/%3E%3Cpath class='st0' d='M1120.2 747.9c0 0-17.5 4.2-27.5 4.9l0.1-1.7c5.1 0.4 22.5-5.1 26.5-5.3L1120.2 747.9z'/%3E%3Cpath class='st0' d='M1133.6 825.7l3.3 1.9c0.5 4.2 0.5 11.1 0.6 15.4 -0.8 0-2.4 0.1-3.1 0.1C1134 840.7 1133.7 829.6 1133.6 825.7z'/%3E%3Cpath class='st0' d='M1121.7 825.7l-3.3 1.9c-0.5 4.2-0.5 11.1-0.6 15.4 0.8 0 2.4 0.1 3.1 0.1C1121.3 840.7 1121.5 829.6 1121.7 825.7z'/%3E%3C/svg%3E") no-repeat;
  background-position: 3.5em 5em;
  background-size: cover;
}
.form-group {
  font-size: .9em;
  text-align: left;
 padding: 3px 0; 
}
#direccionFormulario {
  width: 65%;
  color: rgb(76, 84, 93);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 2px;
}
#Btn {
  cursor: pointer;
}
#nav #Btn:hover {
  color: rgb(209, 220, 255);
}
#enviar {
  margin-top: 30px;
}
   
    /* iso */
  
.iso {
  position: absolute;
  right: 13em;
  top: 2%;
}
/* .iso::before,
    .iso::after {
  --scale: 0;
  --arrow-size: 9px;
  --tooltip-color: rgb(187, 187, 196);
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}

.iso::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: rgb(103, 103, 112);
  padding: .7rem .6rem .7rem 1rem;
  border-radius: 1.3rem;
  text-align: left;
  background: var(--tooltip-color);
  width: 12.5em;
  height: 12.5em;
  font-size: 9px;
  line-height: 10px;
}

.iso:hover::before,
    .iso:hover::after {
  --scale: 1;
}

.iso::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: '';
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--tooltip-color);
  transition: 250ms transform;
  transform-origin: top;
  top: -1.5em;
} */
.iso .logo {
  position: absolute;
  fill: rgb(103, 103, 112);
  left: 2em;
  width: 2em;
}
.iso .text {
  position: absolute;
  /* -webkit-transition: all 0.7s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.1s; */
  font-size: .7em;
  color: rgb(103, 103, 112);
  left: .1em;
  text-align: justify;
  top: .5em;
  line-height: 1.2em;
  width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .logo:hover {
  fill: tomato;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */
/* .iso:hover .text {
  opacity: 0;
  -webkit-transform: translateX(15px) scale(1);
  transform: translateX(15px) scale(1);
} */
    
    /* Redes */

.sociales {
  position: absolute;
  background: rgb(2, 6, 14);
  width: 70px;
  height: 45px;
  top: 0;
  right: 60px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: -4px 9px 8px -8px #000000;
}
.feis a {
  transition: all .3s ease-in-out;
  position: absolute;
  top: 8px;
  left: 14px;
  padding: 0px 0px;
  width: .6em;
}
.feis:hover, .feis:focus {
  border-radius: 0px 0px 15px 15px;
  width: 70px;
  height: 45px;
  background: #2858AE;
}
.feis a:link {
  fill: #fff;
}
.feis a:visited {
  fill: #fff;
}
.feis a:hover, a:focus {
  fill: #fff;
}
.feis a:active {
  fill: #fff;
  transform: scale(1.4);
}
.feis a:focus {
  border: none;
  outline: none;
}
.insta a {
  transition: all .3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 14px;
  padding: 0px 0px;
  width: 1.3em;
}
.insta:hover, .insta:focus {
  border-radius: 0px 0px 15px 15px;
  width: 70px;
  height: 45px;
  background: purple;
}
.insta a:link {
  fill: #fff;
}
.insta a:visited {
  fill: #fff;

}
.insta a:hover, a:focus {
  fill: #fff;
}
.insta a:active {
  fill: #fff;
  transform: scale(1.3);
}
.insta a:focus {
  border: none;
  outline: none;
}
#legal {
  padding-bottom: 7px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: rgb(199, 199, 199);
}
     
 
/* MEDIA QUERYS */
  

@media screen and (max-width: 1280px) {

  /* .formulario {
    margin-left: 100%;
    width: 105%;
    transform: translate(0);
  } */
}

@media screen and (max-width: 1199px) {
#etiquetaDeCategoriaAMB {
  max-width: 100%;
}
#etiquetaDeCategoriaCON {
  max-width: 100%;
}
#etiquetaDeCategoriaAV {
  max-width: 100%;
}
#etiquetaDeCategoriaBOM {
  max-width: 100%;
}
#etiquetaDeCategoriaSEG {
  max-width: 100%;
}
#etiquetaDeCategoriaPAS {
  max-width: 100%;
}
#etiquetaDeCategoriaREP {
  max-width: 100%;
}
#etiquetaDeCategoriaESP {
  max-width: 100%;
}
#etiquetaDeCategoriaPAP {
  max-width: 100%;
}
#contenidoDeCategoriaNOS p {
  width: 72%;
  margin:2em 2em 0 2em;
}
#imagenprincipalNOS {
 background-position: -10em 0em;
}
#contenidoDeCategoriaDER p {
  margin: 10em 2em 0 21em;
  width: 55%;
  /* text-shadow: 1px 1px 1px rgb(32, 32, 32); */
}
#contenidoDeCategoriaHyP .parte1 {
  bottom:  40px;
  left: 50px;
  width: 40%;

}
#contenidoDeCategoriaHyP .parte2 {
  top: 100px;
  right: -10px;
  width: 40%;
} 
#elementos {
  top: 15%;
  left: 40px;
  width: 500px;
}
}

@media screen and (max-width: 991px) {
#contenidoLargo {
  height: 1800px;
} 
#contenidoLP {
  height: 1900px;
}
#contenidoHyP {
  background-position: -15em 0em;
  background-attachment: contain;
  background-size: cover;
  height: 650px;
}
#contenidoDeCategoriaDER p {
  width: 60%;
  margin: 10em 2em 0 14em;
}
#contenidoDeCategoriaIZQ p {
  width: 60%;
  margin:10em 2em 0 2em;
}
#contenidoDeCategoriaPapa p {
 width: 60%;
 margin:10em 2em 0 2em;
}
#contenidoDeCategoriaNOS p {
 width: 75%;
 margin:2em 2em 0 2em;
 line-height: 1.8em;
}  
#subtituloDeCategoria {
  padding: 40px 5px 25px 80px;
  width: 190px;
  font-size: 1.5em;
  text-align: right;
}
#subtituloDeCategoriaCI {
  padding: 25px 5px 25px 40px;
  margin-right: -.5em;
  width: 290px;
  font-size: 1.5em;
  text-align: right;
}
#imagenprincipalNOS {
	background-position: -15em 0em;
	background-attachment: contain;
	background-size: cover;
	height: 1200px;
	position: absolute;
	right: 0;
}
#contenidoDeCategoriaHyP .parte1 {
  font-size: 2.05em;
  line-height: 1.2em;
  position: absolute;
  bottom:  20px;
  left: 40px;
  width: 42%;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 60px;
  right: 50px;
  width: 30%;
  font-size: 1em;
  line-height: 1.3em;
} 
#elementos {
  top: 20%;
  left: 30px;
  width: 350px;
}
.ih-item.circle {
  width: 200px;
  height: 200px;
}
.ih-item.circle.effect3 .info h3 {
  font-size: 14px;
  padding: 65px 0 0 0;
  top: 1px;
}
.ih-item.circle.effect3 .info p {
  padding: 1px 5px;
  font-size: 11px;
}
#HOJP {
  margin-left: 2.5em !important;
  margin-top: -1.9em !important;
  width: 75% !important;
}
 /* .formulario {
    margin-left: 80%;
    width: 140%;
    transform: translate(0);
  } */
}

@media screen and (max-width: 767px) {
#menu {
  display: none;
}
#contenidoLargo {
 height: 2000px;
} 
#contenidoLP {
  height: 2000px;
} 
#contenidoMedio {
 height: 1600px;
}
#contenidoCorto {
 height: 1200px;
}
#contenidoNosotros {
 height: 1300px;
}
#contenidoDeCategoriaDER p {
  font-size: 1.1em;
  line-height: 2.5em;
  width:80%;
  margin:180px 0 0 30px;
}
#contenidoDeCategoriaIZQ p {
  font-size: 1.1em;
  line-height: 2.5em;
  width:80%;
  margin:180px 0 0 30px;
}
#contenidoDeCategoriaPapa p {
 font-size: 1.1em;
 line-height: 2.5em;
 width:80%;
 margin:180px 0 0 30px;
}
#contenidoHyP {
 background-position: -50em 0em;
 background-attachment: contain;
 background-size: cover;
 height: 850px;
}
#subtituloDeCategoria {
  font-size: 1.3em;
  padding: 25px 375px 25px 40px;
  padding-top: 70px;   
  width: 190px;
}
#subtituloDeCategoriaCI {
  font-size: 1.3em;
  padding: 25px 160px 25px 40px;
  padding-top: 70px;   
  width:700px;
}
.tiposDeAmbulancias {
  bottom: 16.5em;
  left:   5.4em;
  text-align: right;
}
.catalogoDAmb {
  position: absolute;
  left:  4.7em;
  top: 64em;
}
.catalogoDEsp {
 position: absolute;
 right: 4.7em;
 top: 64em;
}
.catalogoDSeg {
 position: absolute;
 left: 4.7em;
 top: 89em;
}
.catalogoDRep {
  position: absolute;
  left: 4.7em;
  top: 64em;
 }
.catalogoDRes {
  position: absolute;
  left: 4.7em;
  top: 64em;
 }
.catalogoICon {
  position: absolute;
  right:  4.7em;
  top:  89em;
}
.catalogoIZQM {
 position: absolute;
 left: 4.7em;
 top: 75%;
}
.catalogoIZQM a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.catalogoIPas {
 position: absolute;
 right:  4.7em;
 top: 64em;
}
.catalogoIRep {
  position: absolute;
  right:  4.7em;
  top: 64em;
}
.catalogoIRes {
  position: absolute;
  right:  4.7em;
  top: 64em;
}
.catalogoIPap {
 position: absolute;
 right: 4.7em;
 top: 114em;
}
.catalogoIPap a {
  width: 3.5em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
#menupie #nav2 {
width: 140px;
 top: 20%;
margin: 0 auto;
 text-align: center;
}
#nav2 a {
  display: block;
  margin-bottom: 2em;
}
#imagenprincipalNOS {
  background-position: -25em 0em;
  height: 1300px;
}
#contenidoDeCategoriaHyP .parte1 {
  line-height: 1em;
  position: absolute;
  bottom:  -10px;
  left: 10px;
  width: 50%;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 70px;
  right: 40px;
  width: 30%;
  font-size: 1em;
  line-height:13em;  width:38%;
  line-height: 1.65;
} 
.opcionesDeCategoriaDER {
  bottom: 12.5em;
  left:  85px;
}  
.opcionesDeCategoriaIZQ {
  bottom: 12.5em;
  right:   50px;
} 
#elementos {
  flex-direction: column;
  width: 100px;
  left: 17%;
  top:  34%;
  transform: translate(-50%, -33%);
/* display: inline; */
}
.iso {
  right: 7em;
}
.sociales {
  top: 0;
  left: 3.5em;
}
  /* .formulario {
    width: 100%;
    margin-left: -15px;
    transform: translate(0);
  } */
}

@media screen and (max-width: 575px) {
#tituloDeCategoria {
  font-size: 1.8em;
  padding: 28px 20px 25px 70px;
  width: 390px;
}
#tituloDeCategoriaL {
 font-size: 1.8em;
 padding: 15px 20px 25px 70px;
 width: 390px;
}
#subtituloDeCategoria {
  font-size: 1.3em;
  padding: 30px 0 0 0;
  width: 190px;
}
#subtituloDeCategoriaCI {
  font-size: 1.3em;
  padding: 18px 0 0 0;
  width: 190px;
}
#etiquetaDeCategoriaAMB {
  max-width: 100%;
  height: 100px;
}
#etiquetaDeCategoriaCON {
  max-width: 100%;
  height: 100px;
}
#etiquetaDeCategoriaAV {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaBOM {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaREP {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaESP {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaPAS {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaSEG {
 max-width: 100%;
 height: 100px;
}
#etiquetaDeCategoriaPAP {
 max-width: 100%;
 height: 100px;
}
#contenidoDeCategoriaHyP .parte1 {
  line-height: 1em;
  bottom:  0;
  left: 10px;
  width: 48%;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 45px;
  right: 80px;
  width: 31%;
  font-size: 1em;
  line-height: 1.3em;
}
#contenidoDeCategoriaDER p {
  font-size: 1.1em;
  line-height: 2.5em;
  width:80%;
  margin:150px 0 0 30px;
}
#contenidoDeCategoriaIZQ p {
  font-size: 1.1em;
  line-height: 2.5em;
  width:80%;
  margin:150px 0 0 30px;
}
#contenidoDeCategoriaPapa p {
 font-size: 1.1em;
 line-height: 2.5em;
 width:80%;
 margin:150px 0 0 30px;
}
}

@media screen and (max-width: 569px) {
#contenidoDeCategoriaHyP .parte1 {
  bottom:  -15px;
  left: 10px;
  width: 48%;
}
}

@media screen and (max-width: 546px) {
#contenidoDeCategoriaHyP .parte1 {

  font-size: 1.9em;
  line-height: 1em;
  position: absolute;
  bottom:  15px;
  left: 10px;
  width: 48%;
}
}

@media screen and (max-width: 535px) {
#subtituloDeCategoria {
  font-size: 1.3em;
  padding: 15px 5px 25px 40px;
  padding-top: 52px;
    
  width: 390px;
}
#subtituloDeCategoriaCI {
  font-size: 1.3em;
  padding: 15px 5px 25px 40px;
  padding-top: 52px;
  
  width: 300px;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 30px;
  right: 60px;
  width: 33%;
  font-size: 1em;
  line-height: 1.3em;
}
}

@media screen and (max-width: 527px) {
  #imagenprincipalIND {
    background-position: -12em 0;
  }
  #contenidoLargo {
    height: 2200px;
  }
  #contenidoLP {
    height: 2200px;
  }

  #contenidoDeCategoriaHyP .parte2 {
    top: 35px;
    right: 45px;
    width: 35%;
    font-size: 1em;
    line-height: 1.3em;
  }
  .catalogoDAmb {
    position: absolute;
    left:  4.7em;
    top:  126.5em;
  }
  .catalogoDEsp {
    left:  4.7em;
    top:  64em;
  }
  .catalogoDSeg {
    left:  4.7em;
    top:  89em;
  }
  .catalogoDRep {
    position: absolute;
    left:  4.7em;
    top:  64em;
  }
  .catalogoDRes {
    position: absolute;
    left:  4.7em;
    top:  64em;
  }
  .catalogoICon {
    position: absolute;
    right:  4.7em;
    top: 126.5em;
  }
  .catalogoIPas {
    position: absolute;
    right:   4.7em;
    top:  64em;
  }
  .catalogoIRep {
    position: absolute;
    right:   4.7em;
    top:  64em;
  }
  .catalogoIRes {
    position: absolute;
    right:   4.7em;
    top:  64em;
  }
  .catalogoIPap {
    position: absolute;
    right:   4.7em;
    top:  126em;
  }
}

@media screen and (max-width: 500px) {
#contenidoLP {
  height: 2200px;
}
#contenidoNosotros {
  height: 1500px;
}
#contenidoHyP {
  height: 1500px;
  background-position: -200em 0em;
  background-attachment: fixed;
  background-size: cover;
}
#imagenprincipalNOS {
  background-position: -37em 0em;
  height: 1500px;
}
#contenidoDeCategoriaHyP .parte1 {

  font-size: 1.9em;
  line-height: 1em;
  position: absolute;
  bottom:   40px;
  left: 10px;
  width: 30%;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 51em;
  right: 45px;
  width:70%;
  line-height: 1.7em;
}
#elementos {
  top: 18em;
  left: 30%;
}
.banner{
  height: 1200px;
  position: relative;
  z-index: -1;
} 
}

@media screen and (max-width: 470px) {
#contenidoNosotros {
  height: 1600px;
}
#imagenprincipalNOS {
  background-position: -39em 0em;
  height: 1600px;
}
#contenidoDeCategoriaHyP .parte1 {
  bottom:   40px;
  left: 10px;
  width: 30%;
}
}

@media screen and (max-width: 463px) {
#contenidoDeCategoriaHyP .parte1 {
  bottom:   20px;
  left: 10px;
  width: 30%;
}
}

@media screen and (max-width: 456px) {
#contenidoDeCategoriaHyP .parte1 {
  bottom:   -10px;
  left: 10px;
  width: 30%;
}
}

@media screen and (max-width: 450px) {
#contenidoLargo {
  height: 2400px;
}
#contenidoNosotros {
  height: 1700px;
}
#imagenprincipalNOS {
  background-position: -45em 0em;
  height: 1700px;
}

#contenidoDeCategoriaHyP .parte1 {
  bottom:  60px;
  left: 10px;
  width: 35%;
}
#contenidoDeCategoriaHyP .parte2 {
  top: 51em;
  right: 45px;
  width:70%;
  line-height: 1.6em;
}
.catalogoDAmb {
  position: absolute;
  left:  4.7em;
  top:  139em;
}
.catalogoICon {
  position: absolute;
  right:  4.7em;
  top:  139em;
}
}

@media screen and (max-width: 437px) {
#contenidoDeCategoriaHyP .parte1 {
  bottom:   -10px;
  left: 10px;
  width: 30%;
}
}

@media screen and (max-width: 426px) {
#contenidoLargo {
  height: 2000px;
}
#contenidoNosotros {
  height: 1700px;
}
#imagenprincipalNOS {
  background-position: -55em 0em;
  height: 1700px;
}
.tiposDeAmbulancias {
  bottom: 14.5em;
}
.tiposDeAmbulancias a {
  padding: 0 10px 0 0;
  letter-spacing: .1em;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
}
#tituloDeCategoria {
  font-size: 1.4em;
  padding-top: 22px;
  padding-left: 55px;
  width: 350px;
}
#tituloDeCategoriaL {
 font-size: 1.4em;
 padding: 12px 18px 25px 60px;
 width: 290px;
}
#subtituloDeCategoria {
  font-size: 1em;
  padding: 42px 20px 25px 60px;
  width: 190px;
}
#subtituloDeCategoriaCI {
  font-size: 1em;
  padding: 42px 20px 25px 60px;
  width: 270px;
}
#etiquetaDeCategoriaAMB {
  max-width: 100%;
  height: 80px;
}
#etiquetaDeCategoriaCON {
  max-width: 100%;
  height: 80px;
}
#etiquetaDeCategoriaAV {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaBOM {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaREP {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaESP {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaPAS {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaSEG {
 max-width: 100%;
 height: 80px;
}
#etiquetaDeCategoriaPAP {
 max-width: 100%;
 height: 80px;
}
#contenidoDeCategoriaDER p {
  font-size: 1em;
  line-height: 2.1em;
  margin: 8em 0 0 1em;
  width: 90%;
}
#contenidoDeCategoriaIZQ p {
  font-size: 1em;
  line-height: 2.1em;
  margin: 8em 0 0 1em;
  width: 90%;
}
#contenidoDeCategoriaNOS p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 2em 0 0 1em;
  width: 90%;
}
#contenidoDeCategoriaPapa p {
 font-size: 1em;
 line-height: 2.1em;
 margin: 8em 0 0 1em;
 width: 90%;
}
.opcionesDeCategoriaIZQ {
  bottom: 10.5em;
  right: 50px;
}
.opcionesDeCategoriaIZQ a {
  letter-spacing: .1em;
  font-size: .9em;
}
.opcionesDeCategoriaDER {
  bottom: 10.5em;
  left: 84px;
}
.opcionesDeCategoriaDER a {
  letter-spacing: .1em;
  font-size: .9em;
}
.catalogoDAmb {
 top: 116.2em;
}
.catalogoDAmb a {
  width: 3.3em;
}
.catalogoDEsp {
 top: 66em;
}
.catalogoDEsp a {
  width: 3.3em;
}
.catalogoDSeg {
 top: 91em;
}
.catalogoDSeg a {
  width: 3.3em;
}
.catalogoDRep {
  top: 66em;
 }
 .catalogoDRep a {
   width: 3.3em;
 }
 .catalogoDRes {
  top: 66em;
 }
 .catalogoDRes a {
   width: 3.3em;
 }
.catalogoIPas {
  top: 66em;
 }
 .catalogoIPas a {
   width: 3.3em;
 }
 .catalogoIRep {
  position: absolute;
  top: 66em;
 }
 .catalogoIRep a {
   width: 3.3em;
   fill: rgb(177, 179, 192);
   padding: 0;
 }
 .catalogoIRes {
  position: absolute;

  top: 66em;
 }
 .catalogoIRes a {
   width: 3.3em;
   fill: rgb(177, 179, 192);
   padding: 0;
 }
.catalogoICon {
  top: 116.2em;
 }
.catalogoICon a {
  width: 3.3em;
}
.catalogoIZQM {
 position: absolute;
 left: 3.8em;
 top: 75%;
}
.catalogoIZQM a {
  width: 3.3em;
  fill: rgb(177, 179, 192);
  padding: 0;
}
.catalogoIPap {
  top: 129em;
}
.catalogoIPap a {
  width: 3.3em;
  fill: rgb(177, 179, 192);
  padding: 0;
} 
}

@media screen and (max-width: 408px) {
#cYc {
  width: 100px;
  text-align: right;
  margin-right: 2.5em;
}
}
  

@media screen and (max-width: 389px) {
  #textoCentral {
    margin-left: -20px;
  }
  }

@media screen and (max-width: 379px) {
#contenidoDeCategoriaHyP .parte1 {
  bottom:   -10px;
  left: 10px;
  width: 35%;
}
}

@media screen and (max-width: 370px) {
#imagenprincipalNOS {
  background-position: -65em 0em;
  height: 1900px;
}
#tituloDeCategoria {
  font-size: 1.4em;
  padding-top: 12px;
  padding-left: 55px;
  width: 280px;
}
#tituloDeCategoriaL {
 font-size: 1.4em;
 padding: 12px 18px 25px 55px;
 width: 190px;
}
#contenidoDeCategoriaNOS p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 2em 0 0 0;
  width: 90%;
}
.tiposDeAmbulancias {
 bottom: 14.5em;
}
.tiposDeAmbulancias a {
  padding: 0 10px 0 0;
  letter-spacing: .1em;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
}
.catalogoIZQP {
 position: absolute;
 left: 2.8em;
 top: 82%;
}
}

@media screen and (max-width: 360px) {
  #contenidoLargo {
    height: 2200px;
  }
.catalogoICon {
    top: 128.5em;
   }
.catalogoDAmb {
    top: 128.5em;
   }
   }


@media screen and (max-width: 350px) {
.iso {
  right: 7em;
}
.sociales {
   top: 0;
   left: 3em;
 }
}

@media screen and (max-width: 330px) {
#subtituloDeCategoriaCI {
  font-size: 1em;
  padding: 42px 1px 25px 70px;
  width: 270px;
}
#contenidoDeCategoriaHyP .parte1 {
  bottom:   -10px;
  left: 10px;
  width: 40%;
}
}

@media screen and (max-width: 320px) {
}

